
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: 'Cormorant', serif;
}
section, footer{
	float: left;
	width: 100%;
}
video {
    max-width: 100%;
}
/*navbar-business*/
header.nexa-header-business .contact-menu {
    border-left: 1px solid #ff844b !important;
    float: right;
    height: 34px;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 7px;
    /* padding-left: 51px; */
    padding-top: 11px;
}
header.nexa-header-business .navbar-nav > li {
    margin-left: 7px;
}
header.nexa-header-business .navbar.navbar-default{
	position: absolute;
}
header.nexa-header-business .navbar.navbar-default.navbar-fixed-top {
    margin-top: 38px;
}
header.nexa-header-business .navbar-default {
    background-color: transparent;
    border:transparent;
}
header.nexa-header-business .navbar-nav > li > a {
    color: #ff844b !important;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
header.nexa-header-business .call-us-logo {
    font-size: 15px;
    margin-left: 3px;
}
header.nexa-header-business .contact-menu i {
    color: #ff844b;
}
header.nexa-header-business .contact-menu .call-us {
   color: #ff844b !important;
    padding-left: 20px;
}
header.nexa-header-business .contact-menu i {
    padding-right: 9px;
}
header.nexa-header-business .contact-menu .call-us > a {
    color: #ff844b !important;
    text-decoration: none;
}
/*header.nexa-header-business .call-us-logo:hover {
    color: #fff; 
}*/
header.nexa-header-business .navbar.navbar-default.sticky-header {
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
    z-index: 9999999;
    position: fixed;
    margin-top: 0px;
    height: 100px;
}
header.nexa-header-business .sticky-header .container {
    padding-bottom: 22px;
    padding-top: 22px;
}
video {
    max-width: 100%;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*registration-form*/
.section-padding {
    padding: 25px 0;
}
.section-dark {
    background-color: #f9f9f9;
    z-index: -2;
}
.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-color: rgba(0, 0, 0, 0)
}

.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-image: none;
    border-bottom: 1px dotted #D2D2D2
}

.form-group {
    position: relative
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.form-group.label-floating label.control-label {
    will-change: left, top, contents
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
    display: none
}

.form-group .help-block {
    position: absolute;
    display: none
}

.form-group.is-focused .form-control {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.form-group.is-focused .form-control .material-input:after {
    background-color: #009688
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #009688
}

.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
    color: #BDBDBD
}

.form-group.is-focused .help-block {
    display: block
}

.form-group.has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-warning.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-warning .help-block,
.form-group.has-warning label.control-label {
    color: #ff5722
}

.form-group.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-error .help-block,
.form-group.has-error label.control-label {
    color: #f44336
}

.form-group.has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-success.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-success .help-block,
.form-group.has-success label.control-label {
    color: #4caf50
}

.form-group.has-info .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-info.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-info .help-block,
.form-group.has-info label.control-label {
    color: #03a9f4
}

.form-group textarea {
    resize: none
}

.form-group textarea~.form-control-highlight {
    margin-top: -11px
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group select~.material-input:after {
    display: none
}

.form-control {
    margin-bottom: 7px
}

.form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}
.checkbox label,
.radio label,
label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0
}

.form-group .form-control {
    margin-bottom: 7px
}

.form-group .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group .help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
    top: -7px;
    font-size: 16px;
    line-height: 1.42857143
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857
}

.form-group.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857
}

.form-group.form-group-sm {
    padding-bottom: 3px;
    margin: 21px 0 0 0
}

.form-group.form-group-sm .form-control {
    margin-bottom: 3px
}

.form-group.form-group-sm .form-control::-moz-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .form-control:-ms-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .form-control::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm label.control-label {
    font-size: 9px;
    line-height: 1.125;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group.form-group-sm .help-block {
    margin-top: 0;
    font-size: 9px
}

.form-group.form-group-sm.label-floating label.control-label,
.form-group.form-group-sm.label-placeholder label.control-label {
    top: -11px;
    font-size: 11px;
    line-height: 1.5
}

.form-group.form-group-sm.label-floating.is-focused label.control-label,
.form-group.form-group-sm.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-sm.label-static label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125
}

.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125
}

.form-group.form-group-lg {
    padding-bottom: 9px;
    margin: 30px 0 0 0
}

.form-group.form-group-lg .form-control {
    margin-bottom: 9px
}

.form-group.form-group-lg .form-control::-moz-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .form-control:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .form-control::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg label.control-label {
    font-size: 14px;
    line-height: .99999998;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group.form-group-lg .help-block {
    margin-top: 0;
    font-size: 14px
}

.form-group.form-group-lg.label-floating label.control-label,
.form-group.form-group-lg.label-placeholder label.control-label {
    top: -5px;
    font-size: 18px;
    line-height: 1.3333333
}

.form-group.form-group-lg.label-floating.is-focused label.control-label,
.form-group.form-group-lg.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-lg.label-static label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: .99999998
}

.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: .99999998
}

select.form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-group.is-focused select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #D2D2D2
}

.form-group.is-focused select.form-control[multiple],
select.form-control[multiple] {
    height: 85px
}

.input-group-btn .btn {
    margin: 0 0 7px 0
}

.form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0
}

.form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0
}

.input-group .input-group-btn {
    padding: 0 12px
}

.input-group .input-group-addon {
    border: 0;
    background: 0 0
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
.contact-widget-section .single-contact-widget {
    background: #f9f9f9;
    padding: 20px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    height: 260px;
    margin-top: 25px;
    transition: all 0.3s ease-in-out
}

.contact-widget-section .single-contact-widget i {
    font-size: 75px
}

.contact-widget-section .single-contact-widget h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px
}

.contact-widget-section .single-contact-widget p {
    line-height: 16px
}

.contact-widget-section .single-contact-widget:hover {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

#contactForm {
    margin-top: -10px
}

#contactForm .form-group label.control-label {
    color: #222;
    font-size: 20px;
}

#contactForm .form-control {
    font-weight: 500;
    height: auto
}

button#form-submit {
    background: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
    border-color: transparent;
    border-radius: 32px;
    font-size: 14px;
    padding: 15px 38px;
    margin-right: 30px;
    text-transform: uppercase;
}

/*form ends here*/



@media screen and (max-width: 767px) {
    header.nexa-header-business .navbar.navbar-default.navbar-fixed-top {
        margin-top: 0px;
    }
	.navbar-collapse.collapse.in {
        width: 110%;    
	}
    .nav.navbar-nav.navbar-right.business-navbar{
        background-color: #b15cd0;
        margin: -1.5px -15px;
    }
	header.nexa-header-business .contact-menu {
    border-left: medium none;
    margin-top: -89px;
	}
	header.nexa-header-business .navbar-nav > li {
    margin-left: 0px;
	}
	header.nexa-header-business .menu:hover,
    header.nexa-header-business .menu:focus,
    header.nexa-header-business .menu a.active {
    background-color: #64106b;
    color: #fff;
	}
	header.nexa-header-business .navbar-toggle {
    background-color: #dddddd;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 9px 10px;
    position: relative;
	}
    header.nexa-header-business .contact-menu .call-us{
        display: none;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
	header.nexa-header-business .navbar-nav > li > a {
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
	}
	header.nexa-header-business .navbar-nav > li {
    margin-left: 0;
	}
	header.nexa-header-business .contact-menu {
    margin-left: 0;
    margin-right: 0;
    margin-top: -12px;
    border-left: medium none;
	}
	header.nexa-header-business .navbar-right {
    margin-right: 0;
	}
}
@media screen and (max-width: 1191px) and (min-width: 991px)  {
	header.nexa-header-business .navbar-nav > li {
    margin-left: 0;
	}
	header.nexa-header-business .contact-menu {
    margin-left: 21px;
    margin-right: 0;
    margin-top: 7px;
    padding-left: 22px;
    padding-top: 11px;
	}
}
/*end-navbar-business*/


/*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%);
    width: 80%;
}
section.nexa-banner-business.v2 .banner-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    padding-bottom: 26px;
    font-weight: 600;
    width: 45%;
    max-width: 550px;
}
section.nexa-banner-business.v2 .banner-title h4 {
    color: #ff844b;
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 53px;
    width: 52%;
    max-width: 450px;
    font-family: italics !important;
    font-style: italic;
    font-weight: normal;
}
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: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
    border-color: #4d2062;
    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-inner-info {
    /*display: none;*/
    }

section.nexa-banner-business.v2 .banner-img > img {
    width: 100%;
    position: relative;
    height: 550px;
    object-fit: cover;
}

.logo-2 img {
    width: 120px;
}

.banner-inner-info .banner-title .logo img{display:none;}

section.nexa-banner-business.v2 .banner-title h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    /* padding-top: 26px; */
    font-weight: 600;
    /* width: 45%; */
    padding: 3px;
    /* max-width: 550px; */
    margin-right: 10px;
    margin-top: 50px;
}
    
section.nexa-banner-business.v2 .banner-title h4 {
    color: #ff844b;
    font-size: 15px;
    line-height: 1.4;
    /* padding-bottom: 53px; */
    width: 50%;
    /* max-width: 450px; */
    font-family: italics !important;
    font-style: italic;
    font-weight: normal;
}
    
    section.nexa-banner-business.v2 .banner-img > img {
    height: 250px;
    object-fit: fill;
    /* width: auto; */
    /* margin-top: -40px; */
    }
    
    
   /* 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%;
    }
    section.nexa-banner-business.v2 .carousel-indicators .active {
    height: 5px;
    margin: 1px;
    width: 27px;
    }
    section.nexa-banner-business.v2 .carousel-indicators {
    bottom: 15px;
    z-index: 15;
    }
    .modal-dialog {
        margin-top: 70px;
    }
    
    section.nexa-video-business-v3 .about-video-img .about-img-video {
    height: 450px;
    object-fit: contain !important;
    object-position: left center;
    width: 100%;
}
   
    section.nexa-video-business-v3 .about-video-img {
    margin: 0px !important;
}
}
@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 h2 {
    font-size: 31px;
    line-height: 1.2;
    padding-bottom: 15px;
    width: 100%;
    }
    section.nexa-banner-business.v2 .banner-title h4 {
    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 h2 {
    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 .banner-inner-info {
    top: 33%;
    }
    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.v2 {
    background-image: url("../img/business/service-bg.png");
    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: 36px;
}
section.nexa-service-business.v2 .service-detail > h2 {
    color: #8a8a8a;
    line-height: 1.4;
    margin-top: 15px;
    width: 96%;
    font-size: 18px;
    font-weight: lighter;
}
section.nexa-service-business.v2 .service-detail i {
    font-size: 4em;
    color: #0be689; 
    transition: all ease 0.6s;
}
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: 35px;
    }
    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 v3*/
section.nexa-video-business-v3 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    z-index: 999;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.nexa-video-business-v3 .about-video-img .about-img-video {
    height: 450px;
    object-fit: cover;
    object-position: left center;
    width: 100%;
}
section.nexa-video-business-v3 .about-play-img {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 99;
}
section.nexa-video-business-v3 .about-play-img .fa {
    width: 50px;
    height: 50px;
    background-color: #f76f64;
    border-radius: 64px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding-top: 17px;
    padding-left: 5px;
}
section.nexa-video-business-v3 .video-about-detail {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
section.nexa-video-business-v3 .about-video-img {
    margin-top: 80px;
    position: relative;
}
section.nexa-video-business-v3 .about-video-img:hover:before{
    transform: scale(0);
    transition: all ease-in-out 0.6s;
}
section.nexa-video-business-v3 .about-play-img:hover .about-video-img::before{
    transform: scale(0);
    transition: all ease-in-out 0.6s;
}
/*section.nexa-video-business-v3 .about-video-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: "";
    opacity: 0.4;
    z-index: 9;
    transition: all ease 0.6s; 
    transform: scale(1);
}*/
section.nexa-video-business-v3 .free-quote {
    background-color: transparent;
    /*height: 80px;*/
    /*padding-left: 45px;
    padding-top: 9px;*/
    transition: all ease 0.6s;
    /*width: 330px;*/
    text-align: center;
    margin: 0 auto;/*
    border: 1px solid #a9a9a9;*/
}
/*section.nexa-video-business-v3 .free-quote:hover {
    background-color: #4fbe6e;
    border-color: #4fbe6e;
}*/
section.nexa-video-business-v3 .quote-arrow {
    padding-left: 30px;
}
section.nexa-video-business-v3 .quote-arrow .fa {
    font-size: 18px;
    color: #a9a9a9;display: inline-block;
    line-height: 1.5;
    vertical-align: text-bottom;
}
section.nexa-video-business-v3 .video-about-detail > h5 {
    font-size: 31px;
    font-weight: bolder;
    line-height: 1.2;
    padding-bottom: 39px;
    width: 50%;
    color: #4d2062;
}
section.nexa-video-business-v3 .col-md-7.col-sm-12.bg-color-abt .video-about-detail .about-list {
    margin-bottom: 52.6px;
}
section.nexa-video-business-v3 .col-md-7.col-sm-12.bg-color-abt .video-about-detail h2 {
    padding-bottom: 20px;
    color: #333;
}
section.nexa-video-business-v3 .video-about-detail > p {
    color: #333;
    font-size: 18px;
    padding-bottom: 80px;
    line-height: 1.7;
}
section.nexa-video-business-v3 .video-about-detail > p {
    color: #353535;
    font-size: 20px;
    padding-bottom: 35px;
    line-height: 1.4;
    /* text-align: justify; */
    padding-right: 40px;
    font-weight: 600;
}
section.nexa-video-business-v3 .about-list > li {
    /*display: inline-block;*/
    padding-right: 25px;
}
section.nexa-video-business-v3 .about-list h3 {
   /*border-bottom: 4px solid #ECECEC; */
    font-size: 25px;
    /* text-align: center; */
    padding-bottom: 11px;
    color: #4d2062;
    line-height: auto;
    /* width: 80%; */
    font-weight: bolder;
}
section.nexa-video-business-v3 .about-list h4 {
    color: #a9a9a9;
    font-size: 18px;
    padding-top: 11px;
    font-weight: lighter;
}
section.nexa-video-business-v3 .free-quote h3 {
    color: #8a8a8a;
    font-size: 24px;
    line-height: 1.5;
} 
section.nexa-video-business-v3 .free-quote > a {
    text-decoration: none;
}
section.nexa-video-business-v3 .free-quote h2 {
    color: #a9a9a9;
    font-size: 18px;
}
/*section.nexa-video-business-v3 .free-quote:hover h2,
section.nexa-video-business-v3 .free-quote:hover .fa,
section.nexa-video-business-v3 .free-quote:hover h3{
    color: #ffffff;
}*/
section.nexa-video-business-v3 .modal-body {
    padding: 0px;
    background-color: #8a8a8a;
}
section.nexa-video-business-v3 .about-play-img video {
    width: 598px;
} 
section.nexa-video-business-v3 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-v3 .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;
}
section.nexa-video-business-v3 .modal-dialog {
    margin: 9% auto;
}
@media screen and (max-width: 767px) {
    section.nexa-video-business-v3 .video-about-detail {
    padding-top: 0;
    }
    section.nexa-video-business-v3 .video-about-detail > h5 {
    font-size: 29px;
    width: 100%;
    }   
    section.nexa-video-business-v3 .video-about-detail > p {
    padding-right: 0;
    }
    section.nexa-video-business-v3 .about-list > li {
    padding-right: 10px;
    width: 50%;
    padding-bottom: 25px;
    float: left;
    text-align: center;
    }
    section.nexa-video-business-v3 .about-list h3 {
    width: 100%;
    }
    section.nexa-video-business-v3 .free-quote {
    float: left;
    width: 100%;
    padding-left: 15px;
    }
}
@media screen and (max-width: 640px) {
    section.nexa-video-business-v3 .about-list > li {
        width: 100%;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
    section.nexa-video-business-v3 .video-about-detail {
    padding-top: 0;
    }
}
@media screen and (max-width: 1191px) and (min-width: 991px)  {
    section.nexa-video-business-v3 .video-about-detail > h5 {
    width: 100%;
    }
    section.nexa-video-business-v3 .about-list > li {
    padding-right: 10px;
    }
}

/*aboutnexa-business*/
section.nexa-aboutnexa-business-v3 {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #f7f7f7;
}
section.nexa-aboutnexa-business-v3 .shape-about-us {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.nexa-aboutnexa-business-v3 .shape-about-us::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    opacity: 0.78;
}
section.nexa-aboutnexa-business-v3 .shape-about-us > img {
    height: 532px;
    object-fit: cover;
    object-position: center;
    width: 450px;
}
section.nexa-aboutnexa-business-v3 .img-widh .about-img {
    height: 40px;
    object-fit: contain;
    width: 40px;
}

section.nexa-aboutnexa-business-v3 .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-v3 .img-widh i.i1 {
    color: #24ABE4;
}
section.nexa-aboutnexa-business-v3 .img-widh i.i3 {
    color: #F67C72;
}
section.nexa-aboutnexa-business-v3 .about-title > h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    width: 90%;
    padding-top: 30px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    font-weight: lighter;
}

section.nexa-aboutnexa-business-v3 .aboutnexa-details {
    padding-top: 56px;
}
section.nexa-aboutnexa-business-v3 .aboutnexa-details > p {
    color: #353535;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 25px;
    width: 80%;
    /* text-align: justify; */
}
section.nexa-aboutnexa-business-v3 .about-title .title-about {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 21px;
}
section.nexa-aboutnexa-business-v3 .about-service-list > li {
    float: left;
    padding-bottom: 26px;
    width: 41%;
}
section.nexa-aboutnexa-business-v3 .img-widh {
    float: left;
    width: 25%;
}
section.nexa-aboutnexa-business-v3 .about-service-list {
    margin-top: 25px;
}
section.nexa-aboutnexa-business-v3 .about-title {
    position: absolute;
    z-index: 99999999999;
    right: 0;
    left: 0;
    width: auto !important;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}
section.nexa-aboutnexa-business-v3 .about-service-list h2 {
    margin-top: 10px;
    font-size: 16px;
    color: #7c7c7c;
}
@media screen and (max-width: 767px) {
    section.nexa-aboutnexa-business-v3 .shape-about-us {
    position: unset;
    }
    section.nexa-aboutnexa-business-v3 .shape-about-us::before {
    position: unset;
    }
    section.nexa-aboutnexa-business-v3 .about-title {
    position: unset;
    padding-top: 60px;
    top: unset;
    transform: unset;
    }
    section.nexa-aboutnexa-business-v3 .about-title .title-about {
    color: #333;
    }
    section.nexa-aboutnexa-business-v3 .about-title > h2 {
    color: #333;
    }
    section.nexa-aboutnexa-business-v3 .aboutnexa-details > p {
    width: 100%;
    }   
    section.nexa-aboutnexa-business-v3 .about-service-list > li {
    width: 100%;
    }
    section.nexa-aboutnexa-business-v3 .shape-about-us > img {
    height: 200px;
    object-position: top center;
    width: 100%;
    padding: 0px 15px;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
    section.nexa-aboutnexa-business-v3 {
    background-size: 52% 89%;
    margin-bottom: 45px;
    }
    section.nexa-aboutnexa-business-v3 .about-title .title-about {
    font-size: 13px;
    }
    section.nexa-aboutnexa-business-v3 .about-title > h2 {
    width: 32%;
    font-size: 20px;
    float: left;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    }
    section.nexa-aboutnexa-business-v3 .about-service-list {
    margin-top: 30px;
    }
    section.nexa-aboutnexa-business-v3 .img-widh {
    width: 18%;
    }
    section.nexa-aboutnexa-business-v3 .shape-about-us > img {
    float: left;
    height: 100%;
    width: 32%;
    }
    section.nexa-aboutnexa-business-v3 .about-service-list > li {
    width: 50%;
    }
    section.nexa-aboutnexa-business-v3 .shape-about-us::before {
    left: 0;
    width: 32%;
    height: 100%;
    }
    section.nexa-aboutnexa-business-v3 .aboutnexa-details > p {
    width: 100%;
    }
}
@media screen and (max-width: 1191px) and (min-width: 991px)  {
    section.nexa-aboutnexa-business-v3 {
    background-size: 50% 97%;
    }
    section.nexa-aboutnexa-business-v3 .shape-about-us > img {
    height: 592px;
    width: 320px;
    }
    section.nexa-aboutnexa-business-v3 .about-title > h2 {
    width: 70%;
    }
}
/*end-aboutnexa-business v2*/

/*feature-business*/
section.nexa-feature-business {
    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: bolder;
    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;
    font-weight: lighter;
}
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: 111px;
	}
    section.nexa-feature-business .feature-detail .img-responsive.feature-img {
    height: 100%;
    }
    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: 100%;
    }
}
/*end-of-feature*/

/*aboutnexa-business*/
section.nexa-aboutnexa-business {
    overflow: hidden;
    padding-bottom: 130px;
    position: relative;
    z-index: 999;
}
section.nexa-aboutnexa-business .shape-about-us {
    height: 50%;
    position: absolute;
    right: -9%;
    top: 1%;
    transform: rotate(-48deg);
    width: 59%;
    border-radius: 215px;
    overflow: hidden;
}
section.nexa-aboutnexa-business .shape-about-us > img {
    float: right;
    height: 590px;
    object-fit: cover;
    object-position: center 10%;
    width: 685px;
    transform: rotate(48deg);
    position: absolute;
    top: -10%;
}
section.nexa-aboutnexa-business .img-overlay {
    background-color: #39db93;
    border-radius: 215px;
    height: 347px;
    opacity: 0.7;
    position: absolute;
    right: -15%;
    top: 6%;
    transform: rotate(-60deg);
    width: 60%;
}
section.nexa-aboutnexa-business .img-widh .about-img {
    height: 56px;
    object-fit: contain;
    width: 56px;
}
section.nexa-aboutnexa-business .about-title > h2 {
    font-size: 31px;
    font-weight: lighter;
    line-height: 1.4;
    margin-bottom: 33px;
    width: 60%;
}
section.nexa-aboutnexa-business .about-title > p {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.9;
}
section.nexa-aboutnexa-business .about-service-list > li {
    float: left;
    padding-bottom: 26px;
    width: 100%;
}
section.nexa-aboutnexa-business .img-widh {
    float: left;
    width: 16.5%;
}
section.nexa-aboutnexa-business .about-service-list {
    margin-top: 69px;
}
section.nexa-aboutnexa-business .about-title {
    padding-top: 127px;
}
section.nexa-aboutnexa-business .about-service-list h2 {
    margin-top: 18px;
    font-size: 18px;
    color: #7c7c7c;
}
@media screen and (max-width: 767px) {
	section.nexa-feature-business {
    padding-bottom: 50px;
	}
	section.nexa-aboutnexa-business {
    padding-bottom: 45px;
    }
	section.nexa-aboutnexa-business .about-title {
    padding-top: 50px;
	}
	section.nexa-aboutnexa-business .about-title > h2 {
    width: 100%;
	}
	section.nexa-aboutnexa-business .about-title > p {
    font-size: 16px;
    line-height: 1.7;
	}
	section.nexa-aboutnexa-business .about-service-list {
    margin-top: 60px;
	}
	section.nexa-aboutnexa-business .img-widh {
    width: 27%;
	}
    section.nexa-aboutnexa-business .shape-about-us {
    display: none;
    }
    section.nexa-aboutnexa-business .img-overlay {
        display: none;
    }
    section.nexa-feature-business .carousel-indicators {
    bottom: -25px;
}
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
	section.nexa-aboutnexa-business {
    background-size: 52% 89%;
    margin-bottom: 45px;
    padding-bottom: 0;
	}
	section.nexa-aboutnexa-business .about-title {
    padding-top: 60px;
	}
	section.nexa-aboutnexa-business .about-title > h2 {
    width: 70%;
	}
    section.nexa-aboutnexa-business .about-title > p {
    width: 65%;
    }
	section.nexa-aboutnexa-business .about-service-list {
    margin-top: 30px;
	}
    section.nexa-aboutnexa-business .about-service-list > li{
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
    }
	section.nexa-aboutnexa-business .img-widh {
    width: 23%;
	}
    section.nexa-aboutnexa-business .shape-about-us {
    height: 45%;
    right: -12%;
    top: 0%;
    transform: rotate(-48deg);
    width: 53%;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    height: 345px;
    width: 76%;
    transform: rotate(48deg);
    top: -44px;
    left: -22px;
    }
    section.nexa-aboutnexa-business .img-overlay {
    background-color: #39db93;
    border-radius: 215px;
    height: 200px;
    opacity: 0.7;
    position: absolute;
    right: -14%;
    top: 3%;
    transform: rotate(-74deg);
    width: 49%;
    }
}
@media screen and (max-width: 1191px) and (min-width: 991px)  {
    section.nexa-aboutnexa-business {
    background-size: 50% 97%;
    }
    section.nexa-aboutnexa-business .about-title > h2 {
    width: 70%;
    }
    section.nexa-aboutnexa-business .shape-about-us {
    height: 34%;
    right: -12%;
    top: -32px;
    transform: rotate(-48deg);
    width: 53%;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    height: 362px;
    width: 76%;
    transform: rotate(48deg);
    top: -29px;
    left: -22px;
    }
    section.nexa-aboutnexa-business .img-overlay {
    background-color: #39db93;
    border-radius: 215px;
    height: 254px;
    opacity: 0.7;
    position: absolute;
    right: -13%;
    top: 2%;
    transform: rotate(-69deg);
    width: 51%;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1400px)  {
    section.nexa-aboutnexa-business {
    background-size: 41% 130%;
    }
    section.nexa-aboutnexa-business .shape-about-us {
    height: 50%;
    position: absolute;
    right: -9%;
    top: -2%;
    transform: rotate(-48deg);
    width: 59%;
    border-radius: 215px;
    overflow: hidden;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    float: right;
    height: 550px;
    object-fit: cover;
    object-position: center 10%;
    width: 685px;
    transform: rotate(48deg);
    position: absolute;
    top: -10%;
    }
    section.nexa-aboutnexa-business .img-overlay {
    background-color: #39db93;
    border-radius: 215px;
    height: 347px;
    opacity: 0.4;
    position: absolute;
    right: -15%;
    top: 6%;
    transform: rotate(-60deg);
    width: 60%;
    }
}
@media screen and (max-width: 1750px) and (min-width: 1650px)  {
    section.nexa-aboutnexa-business .shape-about-us {
    height: 62%;
    position: absolute;
    right: -7%;
    top: 8.5%;
    transform: rotate(-42deg);
    width: 54%;
    border-radius: 250px;
    overflow: hidden;
    background-color: #ddd;
    }
    /*section.nexa-aboutnexa-business .shape-about-us > img {
    float: right;
    height: 744px;
    object-fit: cover;
    object-position: center 10%;
    width: 100%;
    transform: rotate(48deg);
    position: absolute;
    top: -11%;
    }*/
    section.nexa-aboutnexa-business .shape-about-us > img {
    float: right;
    height: 723px;
    object-fit: cover;
    object-position: center 10%;
    width: 100%;
    transform: rotate(42deg);
    position: absolute;
    top: -11%;
    object-fit: cover;
    }
    section.nexa-aboutnexa-business .img-overlay {
    background-color: #39db93;
    border-radius: 215px;
    height: 433px;
    opacity: 0.4;
    position: absolute;
    right: -16%;
    top: 5%;
    transform: rotate(-68deg);
    width: 58%;
    }
    section.nexa-aboutnexa-business .about-service-list > li {
    float: left;
    padding-bottom: 26px;
    width: 100%;
    }
    section.nexa-aboutnexa-business .img-widh {
    float: left;
    width: 16%;
    }
}
@media screen and (max-width: 1900px) and (min-width: 1751px){
    section.nexa-aboutnexa-business .shape-about-us {
    height: 59%;
    right: -14%;
    top: -10%;
    width: 58%;
    }
    section.nexa-aboutnexa-business .about-service-list > li {
    width: 100%;
    }
    section.nexa-aboutnexa-business .img-widh {
    width: 16%;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    height: 660px;
    width: 750px;
    top: -11%;
    }
    section.nexa-aboutnexa-business .img-overlay {
    height: 59%;
    opacity: 0.4;
    right: -9%;
    top: 6%;
    transform: rotate(-72deg);
    width: 49%;
    }
}
@media screen and (max-width: 2050px) and (min-width: 2001px){
    section.nexa-aboutnexa-business .shape-about-us {
    height: 59%;
    right: -16%;
    top: -12%;
    transform: rotate(-48deg);
    width: 58%;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    height: 660px;
    width: 750px;
    transform: rotate(48deg);
    top: -11%;
    }
    section.nexa-aboutnexa-business .img-overlay {
    height: 59%;
    right: -13%;
    top: -4%;
    transform: rotate(-72deg);
    width: 52%;
    }
    section.nexa-aboutnexa-business .about-service-list > li {
    width: 100%;
    }
    section.nexa-aboutnexa-business .img-widh {
    width: 16%;
    }
}
@media screen and (max-width: 2750px) and (min-width: 2400px){
    section.nexa-aboutnexa-business .shape-about-us {
    height: 63%;
    right: -23%;
    top: -35%;
    width: 59%;
    border-radius: 235px;
    }
    section.nexa-aboutnexa-business .shape-about-us > img {
    height: 710px;
    width: 802px;
    transform: rotate(48deg);
    top: -9%;
    }
    section.nexa-aboutnexa-business .img-overlay {
    border-radius: 235px;
    height: 62%;
    opacity: 0.4;
    right: -8%;
    top: -3%;
    transform: rotate(-70deg);
    width: 39%;
    }
    section.nexa-aboutnexa-business .about-service-list > li {
    width: 100%;
    }
    section.nexa-aboutnexa-business .img-widh {
    width: 16%;
    }
}
/*end-aboutnexa-business*/

/*newletter-business*/
section.nexa-newletter-business {
    position: relative;
    margin: auto;
    float: unset;
    clear: both;
    width: 98%;
    max-width: 1400px;
}
section.nexa-newletter-business .newletter-img > img {
    border-radius: 7px 7px 28px 28px;
    clip-path: polygon(11px 100%, 0 0px, 100% 0px, 98.5% 100%);
    opacity: 0.51;
    width: 100%;
    object-fit: cover;
    height: 177px;
}
section.nexa-newletter-business .overlay-newsletter {
    background-color: #0be689;
    border-radius: 7px 7px 28px 28px;
    clip-path: polygon(10px 100%, 0 0px, 100% 0px, 98.5% 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: 92px;
    width: 57%;
}
section.nexa-newletter-business .newsletter-subscribe-btn {
    left: 57.5%;
    position: absolute;
    top: 38%;
}
section.nexa-newletter-business .info-newletter > h2 {
    font-size: 31px;
    font-weight: lighter;
    line-height: 1.2;
    padding-top: 42px;
    color: #fff;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 15px;
}
section.nexa-newletter-business .info-newletter > h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.2;
}
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 span.input-group-btn{
    display: inline-block;
}
section.nexa-newletter-business .btn.btn-success {
    padding: 10px 43px;
    background-color: #262F2B !important;
    width: 159px;
    font-size: 14px;
    margin-top: 1px;
    border-color: #262F2B !important;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
    transition: all 0.4s;
}
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 .btn.btn-success {
    margin-top: 1px;
    }
    section.nexa-newletter-business {
    padding-bottom: 45px;
    width: 100%;
    padding-left: 10px;
    }
    section.nexa-newletter-business .overlay-newsletter {
    height: 100%;
    }
    section.nexa-newletter-business .info-newletter {
    position: unset;
    }
    section.nexa-newletter-business .newsletter-subscribe-btn {
    position: unset;
    padding-top: 20px;
    }
    section.nexa-newletter-business .info-newletter > h2 {
    font-size: 27px;
    line-height: 1;
    padding-top: 52px; 
    position: relative;
    }
    section.nexa-newletter-business .info-newletter {
    padding-left: 10px;
    top: -20px;
    width:100%;
    }
    section.nexa-newletter-business .info-newletter > h3 {
    color: #fff;
    margin-top: 15px;
    position: relative;
    }
    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%;
    }
    section.nexa-newletter-business .newletter-img > img {
    clip-path: unset;
    min-height: 200px;
    height: 100%;
    border-radius: 5px;
    }
    section.nexa-newletter-business .overlay-newsletter {
    clip-path: unset;
    border-radius: 5px;
    }
    section.nexa-newletter-business .info-newletter {
    width: 90%;
    }
}
@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: 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: 7%;
    }
}
@media screen and (max-width: 2650px) and (min-width: 2450px){
    section.nexa-newletter-business .info-newletter > h3 {
    width: 75%;
    }
}
@media screen and (min-width: 2400px){
    section.nexa-newletter-business {
    width: 1440px;
    }
}
/*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*/

.testimonial_subtitle{
    color: #828282;
    font-size: 16px;
    padding-top: 5px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

p.testimonial_para {
    font-size: 20px;
    line-height: 24px;
    color:#fff;
}
h4.T-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color:#fff;
}

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;
}
/*section.nexa-testimonial-business .carousel-inner .item:nth-child(1) .aroow{
	left:-155px;
}
section.nexa-testimonial-business .carousel-inner .item:nth-child(2) .aroow{
	left:-85px;
}
section.nexa-testimonial-business .carousel-inner .item:nth-child(4) .aroow{
	left:80px;
}
section.nexa-testimonial-business .carousel-inner .item:nth-child(5) .aroow{
	left:150px;
}
section.nexa-testimonial-business .carousel-inner .item:nth-child(6) .aroow{
	left:210px;
}*/
@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:nth-child(1) .aroow{
	left:-115px;
	}
	section.nexa-testimonial-business .carousel-inner .item:nth-child(2) .aroow{
		left:-60px;
	}
	section.nexa-testimonial-business .carousel-inner .item:nth-child(4) .aroow{
		left:50px;
	}
	section.nexa-testimonial-business .carousel-inner .item:nth-child(5) .aroow{
		left:100px;
	}*/
    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*/

/*team-business*/
section.nexa-team-business {
    padding-bottom: 116px;
}
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 > h1 {
    color: #565656;
    padding-left: 18px;
    font-size: 22px;
    line-height: 1.7;
    padding-top: 20px;
}
section.nexa-team-business .team-member-info > a > h1: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 > h1 {
    color: #fff;
    font-size: 41px;
    font-weight: lighter;
    padding-left: 27%;
    padding-top: 35%;
}
section.nexa-team-business .team-info-more > a > h1: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 > h1 {
    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 > h1,
    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 > h1 {
    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 > h1 {
    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: 100%;
    }
	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*/
/*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;
}
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: #4d2062;
    font-weight: bolder;
    width: 52%;
}
section.nexa-package-business .package-detail > h2 {
    color: #353535;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.4;
}
section.nexa-package-business .btn.btn-success {
    background: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
    border-color: transparent;
    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: 72px !important;
    width: auto !important;
    display: inline-block;
    }
    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 .package-detail > h2 {
    line-height: 1.2;
    }
    section.nexa-package-business .btn.btn-success {
    padding: 12px 35px !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*/
/*end-of-package*/

/*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 > h2 {
    color: #222;
    font-size: 31px;
    text-align: center;
    font-weight: bolder;
    line-height: 2.2;
}
section.nexa-project-business.v2 .project-title > h3 {
    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: 6% 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%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding-right: 15px;
    display: none;
    padding-left: 15px;
}
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: 22% auto;
    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: 8% auto;
    }
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
    height: 150px;
    }
}
@media screen and (max-width: 1198px) and (min-width: 991px)  {
    section.nexa-project-business.v2 #my-project .modal-dialog {
    width: 430px;
    margin: 2% auto;
    }
}
@media screen and (min-width: 1450px){
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
        width: 100%;
        height: 500px;
    }
}
/*end-project-business*/

/*testimonial-business v3*/
section.nexa-testimonial-business-v3 .testimonial-title {
    text-align: center;
    margin-top: 60px;
}
section.nexa-testimonial-business-v3 .testimonial-title > h3 {
    color: #fff;
    font-size: 31px;
    font-weight: lighter;
    margin-bottom: 10px;
}
section.nexa-testimonial-business-v3 .testimonial-title > h2 {
    color: #9a9a9a;
    font-size: 18px;
    padding-bottom: 10px;
}
section.nexa-testimonial-business-v3 {
    padding-bottom: 65px;
    position: relative;
     background: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
}
section.nexa-testimonial-business-v3 .reviewer-image .img-responsive.reviewer-img {
    text-align: center;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: -65px;
    box-shadow: 0 0px 9px #ccc;
}
section.nexa-testimonial-business-v3 #quote-carousel2 {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
i.fa.fa-quote-left.testimonial_fa {
    color: #000;
}

section.nexa-testimonial-business-v3 .carousel-indicators .img-responsive {
    border-radius: 32px;
    height: 48px;
    object-fit: cover;
    width: 48px;
}
section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators {
    bottom: -5%;
}
section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators li {
    border: 1px solid #fff;
    cursor: pointer;
    height: 10px;
    margin: 0px 5px 0 5px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    width: 10px;
}
section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators li.active {
    background-color: #000;
    border-color: #000;
}
section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators li{
    border-color: #000;
}
section.nexa-testimonial-business-v3 .carousel-inner.text-center .item {
    margin-top: -10px;
}
section.nexa-testimonial-business-v3 .carousel-inner {
    min-height: 150px;
}
section.nexa-testimonial-business-v3 .reviewer-image {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 15px;
}
section.nexa-testimonial-business-v3 .inner-review-block {
    background-color: #2cabe3;
    margin-bottom: 10px;
    padding: 75px 30px 45px 30px;
}
section.nexa-testimonial-business-v3 .inner-review-block > p {
    color: #fff;
    font-size: 19px;
    font-style: italic;
    line-height: 1.6;
}
section.nexa-testimonial-business-v3 .reviewer-name {
    color: #444;
    font-size: 21px;
    font-weight: lighter;
}
section.nexa-testimonial-business-v3 .reviewer-place {
    color: #aaa;
    font-size: 17px;
    font-weight: lighter;
    padding-top: 4px;
}
section.nexa-testimonial-business-v3 .carousel-inner .aroow {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2cabe3;
    bottom: 10px;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 20px;
    position: relative;
}
@media screen and (max-width: 767px) {
    section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators li {
    margin: 0;
    }
    section.nexa-testimonial-business-v3 #quote-carousel2 .carousel-indicators {
    bottom: -5%;
    width: 100%;
    left: 28%;
    }
    section.nexa-testimonial-business-v3 .inner-review-block {
    padding: 70px 15px 0px 15px;
    }
    section.nexa-testimonial-business-v3 .inner-review-block > p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 47px;
    }
    section.nexa-testimonial-business-v3 .reviewer-name {
    border-right: none;
    font-size: 20px;
    padding-right: 0;
    }
    section.nexa-testimonial-business-v3 .reviewer-place {
    font-size: 15px;
    padding-left: 4px;
    }
}
/*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: 220px;
    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*/

/*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 .gallery-heading h3{
    color: #bcbcbc;
    margin-bottom: 97px;
    font-size: 18px;
    text-align: center;
    }
    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*/

/*team-business*/
section.nexa-team-business-v3 .owl-carousel .team-member-info {
    position: relative;
    cursor: pointer;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons {
    padding-top: 15px;
    border-top: 2px solid #ccc;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 5px;
    width: 0px;
    transition: all .5s;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons:hover::before {
    width: 100%;
    border-top: 3px solid #4fbe6e;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info:hover .socail-team-icons::before{
    width: 100%;
    border-top: 3px solid #4fbe6e;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons li {
    display: inline;
    margin-right: 17px;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons li a .fa{
    color: #000; 
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details .socail-team-icons li a .fa:hover{
    color: #4fbe6e;
    transition: all ease 0.4s;
}
section.nexa-team-business-v3 {
    padding-bottom: 80px;
    padding-top: 25px;
}
section.nexa-team-business-v3 .owl-carousel .team-member-info .team-mem-details {
    text-align: center;
    padding-top: 15px;
    background-color: #fafafa;
    padding-bottom: 20px;
}
section.nexa-team-business-v3 .team-member-title {
    text-align: center;
}
section.nexa-team-business-v3 .team-member-title > h3 {
    color: #222;
    font-size: 31px;
    font-weight: bolder;
    line-height: 2.3;
}
section.nexa-team-business-v3 .team-member-title > h2 {
    color: #b2b2b2;
    font-size: 18px;
    margin-bottom: 72px;
}
section.nexa-team-business-v3 .img-responsive.team-leader-img {
    height: 315px;
    object-fit: cover;
    width: 100%;
}
section.nexa-team-business-v3 .team-member-info .team-mem-details > a {
    text-decoration: none;
}
section.nexa-team-business-v3 .team-member-info .team-mem-details > a > h2 {
    color: #333;
    font-size: 28px;
    line-height: 1.5;
    font-weight: lighter;
}
section.nexa-team-business-v3 .team-member-info .team-mem-details > a > h2:hover {
    color: #4fbe6e;
    transition: all ease 0.4s;
}
section.nexa-team-business-v3 .team-member-info .team-mem-details > h2 {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}
section.nexa-team-business-v3 .team-info-more > a > h1 {
    color: #000;
    font-size: 41px;
    font-weight: lighter;
    padding-left: 27%;
    padding-top: 35%;
}
section.nexa-team-business-v3 .team-info-more > a > h1:hover {
    color: #4fbe6e;
}
section.nexa-team-business-v3 .team-info-more > a{
    text-decoration: none;
}
section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-left {
    float: left;
    position: absolute;
    top: 12em;
    left: -62px;
    border: 1px solid #aaa;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    border-radius: 40px;
    padding-right: 3px;
    color: #000;
}
section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-right {
    float: right;
    position: absolute;
    top: 12em;
    right: -62px;
    border: 1px solid #aaa;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    border-radius: 40px;
    padding-left: 3px;
    color: #000;
}
@media screen and (max-width: 767px) {
    section.nexa-team-business-v3 {
    padding-bottom: 90px;
    padding-top: 45px;
    }
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-right {
    top: 29em;
    right: 8.5em;
    padding-top: 12px;
    }
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-left {
    top: 29em;
    left: 8.5em;
    padding-top: 12px;
    }
    section.nexa-team-business-v3 .team-member-title > h3 {
    line-height: 1.5;
    }
    section.nexa-team-business-v3 .team-member-title > h2 {
    margin-bottom: 60px;
    padding: 7px;
    }
    section.nexa-team-business-v3 .team-member-info .thumb-image-team {
    height: 100%;
    }
    section.nexa-team-business-v3 .team-info-more > a > h1 {
    padding-left: 35%;
    padding-top: 21%;
    }
    section.nexa-team-business-v3 .team-info-more {
        width: 100%;
    }
    section.nexa-team-business-v3 .owl-carousel .team-member-info:hover .overlay-team {
    position: absolute;
    background-color: #2CABE3;
    top: 18px;
    left: 18px;
    width: 87%;
    border-radius: 0;
    height: 92%;
    transition: all ease 0.7s;
    }
    section.nexa-team-business-v3 .img-responsive.team-leader-img {
        padding: 9px;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
    section.nexa-team-business-v3 .team-member-info > a > h1 {
    font-size: 18px;
    line-height: 1.2;
    }
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-right {
    top: 29em;
    right: 20em;
    padding-top: 12px;
    }
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-left {
    top: 29em;
    left: 20em;
    padding-top: 12px;
    }
    section.nexa-team-business-v3 .team-info-more {
    height: 121px;
    width: 117px;
    }
    section.nexa-team-business-v3 .team-info-more > a > h1 {
    padding-left: 19%;
    padding-top: 32%;
    font-size: 36px;
    }
    section.nexa-team-business-v3 .team-member-info > h2 {
    font-size: 16px;
    padding-top: 3px;
    }
    section.nexa-team-business-v3 {
    padding-bottom: 120px;
    }
    section.nexa-team-business-v3 .team-member-info .img-responsive.team-member {
    height: 100%;
    }
}   
@media screen and (max-width: 1191px) and (min-width: 991px){
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-right {
    top: 28em;
    right: 27em;
    }
    section.nexa-team-business-v3 .owl-carousel .fa.fa-chevron-left {
    top: 28em;
    left: 27em;
    }
}
/*end-team-business*/

/*Achievements business*/
section.achievement-business.v2 {
    background-color: #4dceef;
    padding: 44px 0;
    position: relative;
}
section.achievement-business.v2 .counter-widget-hr .counter, 
.counter-widget-hr .counter-nm{
    /*display: block;*/
    color: #fff;
    font-weight: 700;
    width: 100%;
}
section.achievement-business.v2 .counter-widget-hr i {
    font-size: 8em;
    color: #ffffff;
}
section.achievement-business.v2 .counter-widget-hr {
    text-align: center;
    border-right: 1px solid #fff;
}
section.achievement-business.v2 .counter-widget-hr:last-child {
    border-right: none;
}
section.achievement-business.v2 .counter-widget-hr .counter-plus{
    font-size: 55px;
    color: #fff;
}
section.achievement-business.v2 .counter-widget-hr .counter{
    margin-bottom: 10px;
    line-height: 70px;
    font-size: 55px;
}
section.achievement-business.v2 .counter-widget-hr .counter-nm {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 17px;
    display: block;
    margin-top: 22px;
    font-weight: 100;
}
section.achievement-business.v2 h2 {
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-weight: lighter;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    width: 100%;
}
@media screen and (max-width:767px){
    section.achievement-business.v2 .counter-widget-hr {
    text-align: center;
    border-left: 8px solid #ccc;
    margin-bottom: 58px;
    border-right: 8px solid #ccc;
    }
    section.achievement-business.v2 .counter-widget-hr:last-child {
    border-right: 8px solid #ccc;
    }
}
/*end-achievements-business*/

/*comment-business*/
section.nexa-comment-business .comment-title {
    text-align: center;
}
section.nexa-comment-business .comment-title > h3 {
    color: #222;
    font-size: 31px;
    line-height: 2.3;
    font-weight: lighter;
}
section.nexa-comment-business .comment-title > h2 {
    color: #bcbcbc;
    margin-bottom: 97px;
    font-size: 18px;
}
section.nexa-comment-business .nexa-comment-business {
    margin-bottom: 60px;
}
section.nexa-comment-business .panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: 0;
}
section.nexa-comment-business .panel-title > a {
    padding-bottom: 34px;
}
section.nexa-comment-business .panel-title span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-left: 83px;
    margin-top: -40px;
    display: block;
}
section.nexa-comment-business .panel.panel-default {
    border: medium none;
}
section.nexa-comment-business .panel-group {
    margin-top: -18px;
}
section.nexa-comment-business .panel.panel-default {
    margin-bottom: 33px;
}
section.nexa-comment-business .panel-body {
    font-size: 17px;
    line-height: 1.3;
    padding-left: 97px;
    padding-top: 0;
    color: #8a8a8a;
    font-weight: lighter;
}
section.nexa-comment-business .panel-group .panel-heading + .panel-collapse > .list-group, 
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
section.nexa-comment-business .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}
section.nexa-comment-business .panel-title > a {
    padding-bottom: 34px;
    text-decoration: none;
}
section.nexa-comment-business .glyphicon {
    color: #d6d6d6;
    font-family: none;
    font-size: 62px;
    font-weight: lighter;
}
section.nexa-comment-business .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 33px;
    border-top-left-radius: 33px;
    margin-left: 96px;
}
section.nexa-comment-business .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span,.pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0be689;
    border-color: #0be689;
    border-radius: 33px;
    color: #fff;
    cursor: pointer;
}
section.nexa-comment-business .pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: none;
    color: #337ab7;
    margin-left: 13px;
}
section.nexa-comment-business .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    border-radius: 27px;
    color: #23527c;
}
@media screen and (max-width: 767px) {
	section.nexa-comment-business {
    padding-top: 40px;
	}
	section.nexa-comment-business .comment-title > h2 {
    margin-bottom: 60px;
	}
	section.nexa-comment-business .glyphicon {
    color: #d6d6d6;
    font-family: none;
    font-size: 49px;
    font-weight: lighter;
	}
	section.nexa-comment-business .panel-title span {
    font-size: 16px;
    margin-left: 47px;
    margin-top: -40px;
    }
	section.nexa-comment-business .panel-body {
    font-size: 15px;
    padding-left: 66px;
	}
	section.nexa-comment-business .pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 56px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
	section.nexa-comment-business .comment-title > h2 {
    margin-bottom: 75px;
	}
}
/*end-comment-business*/

/*contact-us-busienss*/
section.nexa-contact-business .contact-title > h3 {
    color: #222;
    padding-bottom: 19px;
    font-weight: lighter;
    font-size: 31px;
}
section.nexa-contact-business .contact-title {
    margin-top: 102px;
}
section.nexa-contact-business .contact-title > h2 {
    color: #b2b2b2;
    font-size: 18px;
    padding-bottom: 59px; 
}
section.nexa-contact-business .form-control.form-contact-name {
    margin-right: 25px;
}
section.nexa-contact-business .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
}
section.nexa-contact-business .form-inline.form-inline-contact-business {
    padding-bottom: 29px;
}
section.nexa-contact-business .form-control.form-contact-phone{
    margin-right: 25px;
} 
section.nexa-contact-business textarea {
    width: 404px !important;
    margin-right: 19px;
    height: 94px !important;
    padding-top: 17px !important;
}
section.nexa-contact-business .btn.btn-success {
    background: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
     border-color: transparent;
    font-size: 14px;
    padding: 37px 23px;
    text-transform: uppercase;
}
section.nexa-contact-business .btn-success:hover {
    background-color: #449d44!important; 
    /*border-color: #398439 !important;*/
    color: #fff !important;
}
section.nexa-contact-business .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 {
    position: relative;
}
section.nexa-contact-business .form-control:focus {
    border-color: #8738b3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.google-map {
    float: right;
    height: 393px;
    width: 576px;
    border: 0px solid transparent;
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
	section.nexa-contact-business {
    padding-top: 250px;
	}	
	.google-map {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    clip-path: unset;
    float: unset;
    height: 332px;
    right: 0;
    top: 20px;
    width: 100%;
    overflow:hidden;
	}
	#googleMap {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    clip-path: unset;
	}
	section.nexa-contact-business .form-control.form-contact-name {
    margin-right: 0;
	}
	section.nexa-contact-business .form-control.form-contact-phone {
    margin-right: 0;
	}
	section.nexa-contact-business textarea {
    margin-right: 0;
	}
    section.nexa-contact-business {
        padding-top: 0px;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px)  {
	.google-map {
    height: 297px;
    top: 6%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    clip-path: unset;
    width: 100%;
    float: unset;
	}
	#googleMap {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    clip-path: unset;
	}
	section.nexa-contact-business .contact-title {
    margin-top: 120px;
	}
	section.nexa-contact-business {
    margin-bottom: 80px;
	}
}
@media screen and (max-width: 1191px) and (min-width: 991px)  {
    .google-map {
    height: 510px;
    width: 350px;
    }
    section.nexa-contact-business .form-inline .form-control {
        width: 46%;
    }
    section.nexa-contact-business textarea {
        width: 72% !important;
    }
}
/*end-of-business*/

/*footer*/
/*footer.nexa-footer-business {
    background-image: url("../img/footer-main-img.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-size: 100% 100%;
    z-index: 999;
}*/
footer.nexa-footer-business {
    padding-top: 70px;
    z-index: 999;
    background: radial-gradient(circle, rgba(77,32,98,1) 0%, rgba(32,11,56,1) 100%);
    margin-top: 70px;
    border-radius: 73px 140px 0 0;
}
footer.nexa-footer-business .footer-address > h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
} 
footer.nexa-footer-business address {
    color: #fff;
    font-size: 22px;
    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-menu {
    display: inline;
}
/*footer.nexa-footer-business .footer-social-logo {
    display: inline-block;
}*/
footer.nexa-footer-business .footer-phone > h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 22px;
    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: #ff844b;
    border: 2px solid #ff844b;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin-right: 22px;
    width: 35px;
}
footer.nexa-footer-business div.footer-social-logo .fa {
    color: #fff;
}
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: #d98efb !important;
	border-color: #d98efb !important;
    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: #fff;
    padding-bottom: 19px;
    font-size: 22px;
    font-weight: 500;
} 
footer.nexa-footer-business .phone-list > li {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
}
footer.nexa-footer-business .phone-list a {
    color: #fff;
    text-decoration: none;
}
footer.nexa-footer-business .phone-list a:hover {
    color: #d98efb !important;
}
footer.nexa-footer-business .footer-phone {
    padding-bottom: 66px;
}
footer.nexa-footer-business .footer-menu > a {
    color: #fff;
    text-decoration: none;
}
.footer-menu > a:hover {
    color: #d98efb!important;
}
footer.nexa-footer-business .footer-logo {
    padding-right: 130px;
    margin-bottom: 30px;
}
footer.nexa-footer-business .footer-menu {
    padding-right: 55px;
}



.designed {
    float: right;
    color: #e7e7e7;
}

a.graylink7 {
    color: #eea406;
}

.copy-rights {
    color: #e7e7e7;
    font-weight: 800;
    font-size: 13px;
}
@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 > h2 {
    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*/










/*about section shape img code final*/


/*section.nexa-aboutnexa-business .shape-about-us {
    height: 50%;
    position: absolute;
    right: -9%;
    top: 1%;
    transform: rotate(-48deg);
    width: 50%;
    border-radius: 215px;
    overflow: hidden;
}
section.nexa-aboutnexa-business .shape-about-us > img {
    float: right;
    height: 531px;
    object-fit: cover;
    object-position: center 10%;
    width: 569px;
    transform: rotate(48deg);
    position: absolute;
    top: -10%;
}*/


/*End of shape*/
