@import url('https://fonts.cdnfonts.com/css/gloriant');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Montserrat', sans-serif;
}

.banner-style-11 {
    position: relative;
    padding: 110px 0px 130px 0px !important;
    background-repeat: no-repeat;
    border-radius: 0;
    background-size: cover;
    background-position: center;
}

.main-header {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.main-header .outer-container .logo-box .logo {
    position: relative;
    padding: 30px 0px 30px 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    padding: 42px 0px 20px 0px;
    margin: 0px 20px;
}

.main-header .menu-area .btn-box {
    position: relative;
    float: left;
    margin: 30px 0px 0px 95px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    color: black;
    padding: 0px;
    z-index: 1;
}

.main-menu .navigation>li>a:hover {
    color: #4EB868;
}

.main-menu .navigation>li>a>i {
    padding-left: 8px;
}

.pull-right {
    float: none;
    justify-content: center;
    display: inline-block;
    text-align: right;
    width: 67%;
    margin: 0 auto;
}

.main-menu {
    position: relative;
    float: none;
    justify-content: center;
    display: inline-block;
}

.main-header .main-box .btn-box {
    display: inline-block;
    float: right;
    position: absolute;
    text-align: right;
    margin: 30px 0px 0px 0px;
}

.main-header .main-box .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    background: #0B5451;
    padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;

}

.main-header .main-box .btn-box a:hover {
    background: #4EB868;
    color: #fff;
}

/*.main-header .main-box .btn-box a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid #4EB868;
    border-right: 50px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.main-header .main-box .btn-box a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #4EB868;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.main-header .main-box .btn-box a:hover::before {
     transform: translateX(0);
}
.main-header .main-box .btn-box a:hover::after {
    transform: translateX(0%);
}*/
.new_bt {
    background: #EBE8E8;
    font-size: 15px;
    color: black;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 10px;
    display: none;
}

.new_bt:hover {
    color: #EE6305;
}

.new_bt span {
    background: #EE6305;
    color: white;
    font-size: 10px;
    padding: 5px;
    border-radius: 50px;
    margin-right: 8px;
    text-transform: uppercase;
    vertical-align: top;
}

.new_bt i {
    font-size: 14px;
    margin-left: 8px;
    color: #EE6305;
}

.banner-style-11 .content-box h1 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 88px;
    color: black;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 700;
}

.banner-style-11 .content-box .text p {
    position: relative;
    display: block;
    font-size: 22px;
    color: black;
    font-weight: 300;
    margin-bottom: 1.4em;
    line-height: 42px;
    width: 88%;
}

.banner-style-11 .content-box .btn-box .btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 15px 55px;
    text-align: center;
    border-radius: 6px;
    margin-right: 0;
    z-index: 1;
    /* vertical-align: unset; */
}

/*.banner-style-11 .content-box .btn-box .btn-one:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: transparent;
}
.banner-style-11 .content-box .btn-box .btn-one:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: transparent;
}*/
.banner-style-11 .content-box .btn-box .btn-one:hover {
    background: #0B5451;
    color: white !important;
    box-shadow: none;
}

/*.banner-style-11 .content-box .btn-box .btn-one:hover::before {
    transform: translateX(0);
}
.banner-style-11 .content-box .btn-box .btn-one:hover::after {
    transform: translateX(0%);
}*/
.bottom_sec {
    background: black;
    padding: 28px 0px;
}

.sec_btm p {
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.sec_btm p a {
    color: white;
    margin-left: 5px;
    text-decoration: underline;
}

.sec_btm p span i {
    font-size: 9px;
    color: black;
    background: white;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    padding: 1px 6px 1px 8px;
}

/* --- */
/*.video-link {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    background-color: #f03;
    box-shadow: 0 5px 10px -3px rgba(0,0,0,.5);
}*/
/* --- */
.player {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.player__video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 75%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .95);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js--show-video {
    opacity: 1;
}

.video-filler {
    display: block;
    width: 100%;
}

.video-close {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -30px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}

.video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: white;
}

.sticky-header .main-menu .navigation>li>a {
    color: black !important;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    background: #fff;
    color: #4EB868 !important;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 25px 25px !important;
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    padding: 15px 0px 5px 0px;
}

.clients-style-four {
    position: relative;
    padding: 40px 0px 40px 0px;
    /* border-bottom: 1px solid gainsboro; */
    background: #dcdcdc1f;
}

.feature-style-two {
    position: relative;
    padding: 60px 0px 70px 0px;
}

.main_head h1 {
    font-size: 58px;
    color: black;
    font-weight: 800;
    padding-bottom: 15px;
}

.main_head p {
    color: #7C8087;
    font-size: 20px;
    font-weight: 500;
    /* padding-bottom: 20px; */
    width: 52%;
    margin: 0 auto;
}

.main_head {
    padding-bottom: 3em;
}

.feature-block-one .inner-box:before {
    background: none;
}

.box_content img {
    width: auto;
    padding-bottom: 1.5em;
}

.box_content h4 {
    font-size: 26px;
    color: black;
    font-weight: 800;
    padding-bottom: 18px;
}

.box_content p {
    width: 75%;
    color: #7C8087;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 1em;
    margin: 0 auto;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    margin: 10px 0;
    box-shadow: none;
    border-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
}

.box_content a {
    cursor: pointer;
}

.box_content a i {
    color: #4EB868de;
    font-size: 15px;
    border: 2px solid;
    /* padding: 6px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin-right: 10px;
}

.box_content a span {
    color: black;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

.inner-box .js-tilt-glare {
    height: auto !important;
}

.feature-block-one:hover .inner-box:before {
    transform: none;
}

/* .feature-block-one:hover{
    margin-bottom: 2em;
} */
.feature-block-one .inner-box:hover .box_content a span {
    display: inline-block;
}

.feature-block-one .inner-box:hover .box_content a i {
    color: white;
    background: black;
}

.tailor_img {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
}

.tailor_img a {
    position: absolute;
    top: 45%;
    left: 45%;
}

.tailor_img a i {
    color: black;
    font-size: 20px;
    background: white;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    line-height: 72px;
    border-radius: 50%;
}

.tailor_img img {
    width: 100%;
    height: 100%;
}

.tailor_text {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 55px 60px;
}

.tailor_text h1 {
    font-size: 38px;
    width: 95%;
    color: black;
    font-weight: 700;
    padding-bottom: 4px;
}

.tailor_text h1 span {
    color: #4EB868 !important;
}

.tailor_text p {
    width: 100%;
    color: #7C8087;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25px;
    padding-top: 3.4em;
}

.tailor_text a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 16px 32px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
}

.tailor_text a:hover {
    background: #095450;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.tailor_text a:hover::before {
    transform: translateX(0);
}
.tailor_text a:hover::after {
    transform: translateX(0%);
}
.tailor_text a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tailor_text a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/

.tailor_inner {
    display: flex;
    background: white;
    box-shadow: 0 4px 20px 4px gainsboro;
}

.tailor_ctn {
    padding-bottom: 7em;
}

.list_items .list_img img {
    width: auto;
}

.list_img {
    display: inline-block;
    background: #4EB868;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 85px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.list_items h4 {
    font-weight: 800;
    font-size: 25px;
    color: black;
    padding-bottom: 14px;
}

.list_items p {
    color: #7C8087;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}

.list_pt {
    padding-top: 6em;
}

.list_pt1 {
    padding-top: 10em;
}

.list-ctn {
    padding-bottom: 5em;
}

.feature_ctn {
    background: #0B5451;
    padding: 7em 0;
}

.feature_text h6 {
    color: #4EB868 !important;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.feature_text h1 {
    font-size: 45px;
    color: white;
    font-weight: 700;
    padding-bottom: 15px;
    width: 90%;
    line-height: 78px;
    opacity: 1;
}

.feature_text p {
    color: #7C8087;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 30px;
    width: 78%;
}

.feat_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 14px 35px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
}

.feat_btn:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.feat_btn:hover::before {
    transform: translateX(0);
}
.feat_btn:hover::after {
    transform: translateX(0%);
}
.feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid white;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/

.feat_btn1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: transparent;
    padding: 14px 16px;
    text-align: center;
    border-radius: 2px;
    margin-right: 0;
    z-index: 1;
    margin-left: 15px;
    border: 1px solid white;
}

.feat_btn1:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    -webkit-transition: all 300ms ease;
}

/*.feat_btn1:hover::before {
    transform: translateX(0);
}
.feat_btn1:hover::after {
    transform: translateX(0%);
}
.feat_btn1:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.feat_btn1:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid white;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/

.feat_box h4 {
    font-size: 19px;
    color: white;
    font-weight: 600;
    width: 100%;
    padding: 15px 0;
    line-height: 30px;
}

.feat_box p {
    color: #7C8087;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
    padding-bottom: 15px;
}

.feat_box a i {
    color: white;
    font-size: 15px;
    border: 2px solid;
    /* padding: 6px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
}

.feat_box:hover a i {
    background: #4EB868;
}

.feat_box a span {
    color: #4EB868;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: none;
}

/* .feat_box:hover {
    padding-top: 3em;
} */
.feat_box:hover>div {
    background: white;
}

.feat_box:hover h4 {
    color: black;
    width: 100%;
}

.feat_box:hover p {
    width: 100%;
}

.feat_box:hover a span {
    display: inline-block;
}

.feat_box>div {
    padding: 25px 30px;
    border: 1px solid #dcdcdc47;
    margin-bottom: 2em;
    border-radius: 5px;
}

.feat_img,
.feat_img1 {
    height: auto;
}

.feat_img1 {
    display: none;
}

.feat_box:hover .feat_img {
    display: none;
}

.feat_box:hover .feat_img1 {
    display: inline-block;
    width: 47px;
    height: 47px;
}

.feature_txt1 {
    display: inline-block;
    width: 70%;
}

.feature_btn1 {
    display: inline-block;
    width: 29%;
    text-align: center;
    vertical-align: top;
}

.feature_txt1 p {
    font-size: 14px;
    color: white;
    font-weight: 600;
    width: 96%;
}

.feature_txt1 p span {
    color: #4EB868 !important;
}

.feature_btm {
    background: #172046;
    padding: 32px;
    margin-top: 3em;
}

.feature_btn1 a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
}

.feature_btn1 a:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.feature_btn1 a:hover::before {
    transform: translateX(0);
}
.feature_btn1 a:hover::after {
    transform: translateX(0%);
}
.feature_btn1 a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.feature_btn1 a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid white;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
#image_block_27 .image-box img {
    /* max-width: none; */
    width: auto;
}

.image-box {
    position: relative;
    text-align: center;
}

.image-box img {
    border-radius: 8px;
}

.bg-slide1 {
    position: absolute;
    top: -50px;
    left: -50px;
    background-image: url(../images/shape1.png);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

.invoice_ctn {
    padding: 10em 0 6em 0;
}

.invoice_ctn .invoice-text p {
    color: #7C8087;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    width: 90%;
    padding-bottom: 20px;
}

.invoice_ctn1 .invoice-text p {
    color: #7C8087;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    width: 98%;
    padding-bottom: 20px;
}

.content_block_28 .content-box {
    margin: 0;
}

.invoice-text h1 {
    font-size: 56px;
    color: black;
    font-weight: 700;
    padding-bottom: 15px;
}

.invoice-text p {
    color: #7C8087;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    padding-bottom: 20px;
}

.invoice-text a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 14px 55px;
    text-align: center;
    border-radius: 5px;
    margin-right: 0;
    z-index: 1;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 25%); */
}

.invoice-text a:hover {
    background: #0B5451;
    color: white;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 50%); */
}

/*.invoice-text a:hover::before {
    transform: translateX(0);
}
.invoice-text a:hover::after {
    transform: translateX(0%);
}
.invoice-text a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.invoice-text a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.invoice-text {
    padding: 0 0 0 10px;
}

.invoice_ctn1 {
    padding: 2em 0 6em 0;
}

.invoice_ctn1 .bg-slide2 {
    position: absolute;
    /* top: 0; */
    left: -78px;
    background-image: url(../images/shape2.png);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    bottom: -30px;
    background-size: contain;
}

.testi_ctn .owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0;

    color: black;
    border-radius: 50px;
}

.testi_ctn .owl-theme .owl-dots .owl-dot span {
    background: none;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-radius: 50px;
    color: #4EB868;
}

.owl-nav {
    display: none;
}

.testi_quote {
    text-align: right;
}

.testi_author {
    display: flex;
    position: relative;
}

.testi-txt {}

.testi-txt h5 {
    color: #4EB868;
    font-size: 20px;
    padding-bottom: 25px;
    font-weight: 500;
}

.testi-txt h1 {
    width: 96%;
    color: black;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 45px;
}

.side_left {
    border: 2px solid #4EB868;
    border-radius: 50%;
    margin-right: 20px;
    padding: 2px;
}

.side_right h6 {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0;
    font-weight: 600;
}

.side_right {
    padding-top: 10px;
}

.side_right p {
    color: #7C8087;
    font-size: 13px;
    font-weight: 500;
}

.testi_ctn .owl-dots {
    float: right;
    position: absolute;
    /* top: 0; */
    right: 5px;
    bottom: 15px;
}

.testi_ctn {
    padding: 7em 0 8em 0;
}

.main_head {
    text-align: center;
}

.news-block-one:hover .inner-box .image-box img {
    transform: scale(1.1);
    opacity: 1;
}

.tags span:first-child {
    background: #EE6305;
    color: white;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 12px;
    text-transform: uppercase;
    vertical-align: top;
    text-transform: uppercase;
}

.tags span:last-child {
    background: #E7EBED;
    color: #868686;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 8px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 600;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 24px 0px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 800;
    color: #222;
    margin-bottom: 0;
    padding: 8px 0;
}

.news-block-one .inner-box .lower-content h3 a {
    color: #222;
    text-transform: capitalize;
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: #4EB868;
}

.link-text p {
    color: #7C8087;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.news-section {
    position: relative;
    padding: 0px 0px 100px 0px;
}

.news_btn {
    text-align: center;
    padding-top: 3em;
}

.news_btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: black;
    line-height: 30px;
    font-weight: 600;
    background: transparent;
    padding: 14px 38px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
    box-shadow: none;
    border: 2px solid black;
}

.news_btn a:hover {
    background: black;
    color: white;
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 50%);*/

}

/*.news_btn a:hover::before {
    transform: translateX(0);
}
.news_btn a:hover::after {
    transform: translateX(0%);
}
.news_btn a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.news_btn a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.subsc_ctn {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F5F5F8;
    background-position: center;
    text-align: center;
    padding: 10em 0;
    position: relative;
}

.foot-bgslide {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 455px;
    height: 155px;
    background-image: url(../images/bannerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F5F5F8;
    background-position: center;
}

.subsc_text h1 {
    font-size: 58px;
    color: black;
    font-weight: 700;
    padding-bottom: 20px;
}

.subsc_text p {
    color: #7C8087;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 30px;
    width: 48%;
    margin: 0 auto;
}

.subsc_btn .feat_btn1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: black;
    line-height: 30px;
    border: 2px solid black;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 4px;
}

/*.subsc_btn .feat_btn1:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    border-color: white;
}*/
.subsc_btn .feat_btn1:hover {
    background: black;
    color: white;
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 50%);*/

}

/*.subsc_btn .feat_btn1:hover::before {
    transform: translateX(0);
}
.subsc_btn .feat_btn1:hover::after {
    transform: translateX(0%);
}
.subsc_btn .feat_btn1:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.subsc_btn .feat_btn1:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.subsc_btn .feat_btn:hover {
    background: black;
    color: white;
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 50%);*/

}

/*.subsc_btn .feat_btn:hover::before {
    transform: translateX(0);
}
.subsc_btn .feat_btn:hover::after {
    transform: translateX(0%);
}
.subsc_btn .feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.subsc_btn .feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.bg-slide3 {
    position: absolute;
    width: 420px;
    height: 148px;
    bottom: 0;
    left: 55px;
}

.main-footer {
    position: relative;
    padding-top: 45px;
}

.main-footer .footer-top {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.cls_footer .widget-section {
    padding: 0;
}

.main-footer {
    position: relative;
    padding-top: 0em;
    background: #0B5451;
}

.main-footer .footer-top .about-widget .social-links li:first-child {
    margin-right: 15px;
}

.about-widget.footer-widget {
    color: white;
}

.about-widget.footer-widget h5 {
    font-size: 16px;
    padding-bottom: 1em;
    font-weight: 600;
}

.about-widget.footer-widget p {
    color: white;
    font-size: 15px;
    width: 100%;
    padding-bottom: 1.2em;
    font-weight: 400;
}

.about-widget.footer-widget h4 {
    padding-bottom: 1em;
}

.about-widget.footer-widget h4 a {
    color: #4EB868;
    font-size: 22px;
    font-weight: 600;
}

.about-widget.footer-widget h4 a i {
    padding-right: 10px;
}

.about-widget.footer-widget h6 {
    color: #7C8087;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    width: 85%;
    padding-bottom: 10px;
}

.about-widget.footer-widget p a {
    font-size: 15px;
    color: #7C8087;
    font-weight: 500;
}

.about-widget.footer-widget p a:hover {
    color: #4EB868;
}

.social-links li a i {
    font-size: 18px;
    color: white;
}

.main-footer .footer-top .title1 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: white;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.list_foot li a {
    color: #7C8087;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
}

.main-footer .footer-bottom .copyright {
    color: #88ae91;
    font-size: 14px;
    font-weight: 500;
}

.footer-bottom .copyright a,
.footer-bottom .copyright a:hover {
    color: #4EB868;
}

.newletter {
    display: flex;
    padding: 70px 0px 40px;
    border-bottom: 1px solid #28282B;
    margin-bottom: 5em;
}

.news_logo {
    display: inline-block;
    width: 35%;
}

.predictive-analytics {
    width: 50% !important;
}

.predictive-analytics .form-control {
    width: 270px !important;
}

.predictive-analytics .form_btn {
    right: 0;
}

.news_form {
    display: inline-block;
    width: 65%;
}

.news_form h2 {
    display: inline-block;
    width: 32%;
    float: left;
    font-size: 18px;
    color: white;
    line-height: 30px;
    padding-top: 0px;
    margin-right: 24px;
    text-align: center;
    font-weight: 500;
}

.news_form form {
    display: inline-block;
    width: 40%;
}

.form_btn {
    display: inline-block;
    position: absolute;
    margin-left: 24px;
}

.form_btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 12px 35px;
    text-align: center;
    border-radius: 2px;
    margin-right: 0;
    z-index: 1;
}

.form_btn a:hover {
    background: white;
    color: black;
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 50%);*/

}

/*.form_btn a:hover::before {
    transform: translateX(0);
}
.form_btn a:hover::after {
    transform: translateX(0%);
}
.form_btn a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.form_btn a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid white;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.news_form .form-control {
    display: block;
    width: 100%;
    padding: 18px 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #28282B;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.new_header .main-header .outer-container {
    background: white;
}

.new_header .main-header .outer-container .btn-box {
    display: none;
}

.new_header .menu-area.pull-right {
    float: right;
    justify-content: right;
    display: flex;
    width: auto;
}

.new_header .main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    padding: 30px 0px 25px 0px;
    margin: 0px 20px;
}

.new_header .main-header .outer-container .logo-box .logo {
    position: relative;
    padding: 20px 0px 20px 0px;
}

.new_header .main-header .outer-container {
    position: static;
}

.below_header ul li {
    display: inline-block;
    margin-right: 0px;
    position: relative;
}

.below_header ul li a {
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.below_header ul li:not(:last-child) {
    padding-right: 12px;
}

.below_header ul li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: 0;
    padding: 0 1px;
}

.below_header ul li:not(:last-child) a {
    text-decoration: underline;
}

.below_header ul li a:hover {
    text-decoration: underline;
    ;
}

.below_header ul li a span {
    margin-right: 5px;
}

.below_sec {
    background: #EFEFEF;
    padding: 20px 0px !important;
}

.new_banner .new_box {
    text-align: center;
    color: white;
}

.new_banner .new_box h1 {
    color: white;
}

.new_banner .new_box .text {
    margin-bottom: 0 !important;
}

.new_banner .new_box .text p {
    color: #ffffffdb;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 20px;
}

.new_banner .new_box h1 {
    font-size: 74px;
    line-height: 60px;
    font-weight: 800;
}

.new_banner .new_box .feature_btn .feat_btn {
    padding: 12px 30px;
    text-align: center;
    border-radius: 4px;
}

.new_banner .new_box .feature_btn .feat_btn1 {
    padding: 12px 28px;
    text-align: center;
    border-radius: 4px;
}

.about_ctn img {
    width: 100%;
}

.about_text img {
    width: 60px;
}

.about_text {
    background: #4EB868;
    width: 190px;
    display: inline-block;
    padding: 45px 20px;
}

.about_text.black_about {
    background: black;
    width: 190px;
    display: inline-block;
    padding: 45px 20px;
}

.about_text h1 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    padding: 15px 0;
}

.about_text h6 {
    font-size: 17px;
    font-weight: 500;
    color: white;
    padding: 0;
}

.testimonial-content {
    display: inline-block;
}

.about_sec .testimonial-carousel-4 {
    position: absolute;
    top: 18%;
    right: -25px;
    width: 38%;
    display: inline-block;
    border: 18px solid white;
}

.about_sec .testimonial-carousel-4 .owl-dots {
    position: absolute;
    top: 10px;
    right: 15px;
}

.about_sec .testimonial-carousel-4 .owl-dots .owl-dot span {
    background: none;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 12px;
    height: 12px;
    border: 3px solid;
    border-radius: 50px;
    color: white;
}

.about_sec .testimonial-carousel-4 .owl-dots .owl-dot.active span {
    color: #dcdcdc8f;
}

.about_right {
    padding: 0px 30px;
}

.about_right h6 {
    color: #4EB868;
    font-size: 19px;
    font-weight: 500;
}

.about_right h1 {
    font-size: 45px;
    color: black;
    font-weight: 800;
    padding-top: 10px;
}

.about_right p {
    font-size: 16px;
    color: #7C8087;
    width: 100%;
    padding-top: 15px;
    font-weight: 500;
}

.about_author {
    display: flex;
    padding-top: 2em;
}

.about_author .right_side {
    display: inline-block;
    margin-right: 30px;
}

.about_author .left_side {
    display: inline-block;
}

.about_author .right_side h5 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding-bottom: 8px;
}

.about_author .right_side h6 {
    font-size: 12px;
    color: #7C8087;
    font-weight: 500;
}

.about_author .left_side h2 {
    font-family: 'Gloriant', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.about_sec .tab-btns li {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 2em;
}

.about_sec .tab-btn.active-btn {
    border-bottom: 5px solid #4EB868;
    /* width: 20%; */
    /* text-align: center; */
    /* padding-top: 10px; */
    padding-bottom: 15px;
}

.tab-btn-box {
    padding: 20px 0 0;
    /* border-bottom: 1px solid gainsboro; */
    /*box-shadow: 0 0 4px rgb(0 0 0 / 20%);*/
}

.shadow_box {
    box-shadow: 0 0 3px rgb(0 0 0 / 20%)
}

.about_sec .tabs-content {
    padding-top: 5em;
}

.tablinks {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 2em;
    background: none;
    color: #666666;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.tablinks.active {
    border-bottom: 5px solid #4EB868;
    padding-bottom: 15px;
}

.about_tab {
    box-shadow: 0 0 3px rgb(0 0 0 / 38%);
    /*  padding: 20px 0 0;*/
}

.about_pt {
    padding-top: 5em;
    padding-bottom: 2em;
}

.clients-style-four.client_pt {
    padding: 6em 0;
    border-bottom: none;
}

.stats-ctn:first-child {
    padding-top: 0;
}

.stats-ctn {
    position: relative;
    display: flex;
    padding-top: 5em;
}

.left_stats {
    display: inline-block;
    padding-right: 4em;
}

.box-content:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 3px;
    height: 120px;
    width: 2px;
    background: #4EB868;
    /* right: auto; */
}

.box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.stats-text {
    width: 88%;
    padding-left: 4em;
}

.stats-text p {
    color: #7C8087;
    font-size: 15px;
    font-weight: 500;
}

span.number {
    display: inline-block;
    /* line-height: 85px; */
    background: #4EB868;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 74px;
    -webkit-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    position: relative;
    z-index: 10;
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
    position: absolute;
    left: 0;
}

.left_stats h3 {
    font-size: 20px;
    color: white;
    font-weight: 500;
}

.stats-text p span {
    color: #4EB868;
    font-size: 15px;
    font-weight: 500;
}

.stats-ctn:nth-child(3) .left_stats {
    padding-right: 66px;
}

.stats-ctn:nth-child(4) .left_stats {
    padding-right: 66px;
}

.stats-ctn:nth-child(5) .box-content:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 3px;
    height: 90px;
}

.invoice_ctn.about_company {
    padding: 8em 0 2em 0;
}

.about_company .invoice-text span {
    color: #4EB868;
    font-size: 18px;
    font-weight: 500;
}

.about_company .image-box img {
    border-radius: 0;
}

.about_company .invoice-text h1 {
    font-size: 58px;
    color: black;
    font-weight: 700;
    padding-bottom: 10px;
}

.about_company .invoice-text p {
    color: #7C8087;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 92%;
    padding-bottom: 20px;
}

.about_company .invoice-text a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 15px 40px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
    box-shadow: none;
}

.about_company .invoice-text .feat_btn {
    padding: 13px 28px;
}

.about_company .invoice-text .feat_btn1 {
    background: transparent;
    color: black;
    box-shadow: none;
    font-size: 17px;
    border: 2px solid black;
    padding: 12px 28px;
}

.about_company .invoice-text .feat_btn1:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    border-color: black;
}

.about_company .invoice-text .feat_btn:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.about_company .invoice-text .feat_btn1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #4EB868;
}

.invoice_ctn.about_company .image-box p {
    font-size: 14px;
    font-weight: 500;
    color: #7C8087;
    padding: 8px 0 0;
}

.widget_ctn {
    background: #F4F4F4;
    padding: 4em 0;
}

.widget_text h2 span {
    color: #4EB868 !important;
}

.widget_text h2 {
    font-size: 26px;
    font-weight: 700;
    color: black;
    text-align: center;
    line-height: 35px;
}

.widget_text {
    border-right: 1px solid gainsboro;
    padding: 35px 35px;
}

.widget_ctn .bd_pt {
    border: none;
}

.newletter.subsc_new h2 {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    color: white;
}

.subsc_new .news_form {
    display: inline-block;
    width: 100%;
    float: right;
}

.subsc_new .feature_btn {
    float: right;
}

.newletter.subsc_new {
    align-items: center;
    padding: 5em 0;
}

.subsc_new .feature_btn a {
    vertical-align: middle;

}

.footer-widget .news_logo {
    display: inline-block;
    width: 100%;
    padding-bottom: 3em;
}

.widget-content ul li {
    padding-bottom: 5px;
}

.banner-style-11 .content-box .text {
    position: re:lative;
    display: block;
    font-size: 21px;
    color: black;
    margin-bottom: 35px;
    width: 100%;
    line-height: 40px;
}

.list_items {
    position: relative;
    width: 78%;
    margin: 0 auto;
}

.arrow_img {
    position: absolute;
    top: 38px;
    left: 140px;
    background-image: url(../images/arrow.png);
    width: 230px;
    height: 100px;
    background-repeat: no-repeat;
}

.arrow_img1 {
    position: absolute;
    top: 20px;
    left: 140px;
    background-image: url(../images/arrow1.png);
    width: 230px;
    height: 100px;
    background-repeat: no-repeat;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #4EB868;
}

.mobile-menu .navigation li>a:before {
    border-left: 5px solid #4EB868;
}

.mobile-menu .navigation li>a i {
    padding-left: 10px;
    display: none;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.scroll-top:hover {
    background: #4EB868;
}

.scroll-top {
    right: 20px;
    transition: 0.1s ease;
}

.invoice_ctn1 .invoice-text {
    padding: 0;
}

.list_foot li a:hover {
    color: #4EB868 !important;
}

.banner-style-11 .content-box {
    max-width: 100%;
}

.banner-style-11 .content-box .text {
    width: 100% !important;
}

.new_header .menu-area .mobile-nav-toggler .icon-bar {
    background-color: black !important;
}

.new_header .menu-area .mobile-nav-toggler {
    margin-top: 28px;
}

.new_box.contact_box p {
    width: 47% !important;
}

.contact_text {
    background: #19191B;
    padding: 3em 3em;
    border-radius: 5px;
}

.address_list {
    color: white;
}

.address_list ul li h4 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 8px;
}

.address_list ul li p {
    font-size: 14px;
    color: white;
    width: 56%;
}

.address_list ul li p a {
    color: white;
}

.address_list ul li p span {
    font-size: 15px;
    font-weight: 500;
}

.address_list ul li {
    padding-bottom: 2em;
}

.address_list ul li h6 {
    font-size: 15px;
    width: 68%;
    line-height: 28px;
    padding-bottom: 1.2em;
}

.address_list ul li h5 i {
    color: #4EB868;
    padding-right: 15px;
}

.address_list ul li h5 a {
    color: #4EB868;
    font-size: 24px;
    font-weight: 600;
}

.address_list ul li:last-child {
    padding-bottom: 0;
}

.contact_form .row {
    box-shadow: 0 0 55px rgb(0 0 0 / 20%);
    padding: 4em 3em;
}

.contact_form {
    padding: 5em 0 3em;
}

.contact_ctn h2 {
    font-size: 27px;
    font-weight: 700;
    color: black;
    padding-bottom: 20px;
}

.form-group.form_pt .form-control {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background-color: #F5F5F8 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group.form_pt label {
    font-size: 12px;
    font-weight: 700;
}

.address_list ul li:nth-child(2) p {
    width: 100%;
}

.contact_ctn .form-group.form_pt:nth-child(2) {
    width: 46%;
    display: inline-block;
    margin-right: 29px;
}

.contact_ctn .form-group.form_pt:nth-child(3) {
    width: 47%;
    display: inline-block;
}

.contact_ctn .form-group.form_pt:nth-child(4) {
    width: 46%;
    display: inline-block;
    margin-right: 29px;
}

.contact_ctn .form-group.form_pt:nth-child(5) {
    width: 47%;
    display: inline-block;
}

.contact_ctn .form-group.form_pt:nth-child(5) label {
    display: block;
}

.contact_ctn .form-group.form_pt:nth-child(5) #product {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    background-color: #F5F5F8 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.contact_ctn .form-group.form_pt:nth-child(6) .form-control {
    height: 80px;
}

.form_btn.form_bt1 {
    margin-left: 0;
}

.form_btn.form_bt1 a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 10px 48px;
    text-align: center;
    border-radius: 6px;
    margin-right: 0;
    z-index: 1;
}

.form_btn.form_bt1 a:hover {
    color: white;
    background-color: black;
}

/*.form_btn.form_bt1 a:hover::before {
    transform: translateX(0);
}
.form_btn.form_bt1 a:hover::after {
    transform: translateX(0%);
}
.form_btn.form_bt1 a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.form_btn.form_bt1 a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.form-group.form_pt {
    margin-bottom: 0.8em;
}

.contact_ctn .form-group.form_pt:nth-child(6) {
    margin-bottom: 2em;
}

.contact_ctn {
    padding: 0 0 0 3.2em;
}

.clients-style-four.client_pt.contact_owl {
    padding: 2em 0 5em;
    border-bottom: none;
}

.new_box.career_box p {
    width: 36% !important;
}

.why_box {
    display: flex;
    padding-bottom: 4em;
}

.why_text {
    padding-bottom: 3em;
}

.why_text h1 {
    font-size: 40px;
    color: black;
    text-align: center;
    font-weight: 700;
}

.why_left {
    background: #FEEFE5;
    width: 65px;
    /* height: 120px; */
    border-radius: 50%;
    display: table;
    /* padding: 18px 0; */
    text-align: center;
    margin-right: 25px;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 20%);
    vertical-align: middle;
    line-height: 65px;
}

.why_left span {
    background: #4EB868;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50px;
}

.why_right {
    display: inline-block;
}

.why_right h4 {
    font-size: 21px;
    color: black;
    font-weight: 700;
    padding-bottom: 10px;
}

.why_right p {
    font-size: 16px;
    color: #7C8087;
    font-weight: 500;
    width: 92%;
}

.why_ctn {
    padding: 5em 0 1em;
}

.post_text {
    padding-bottom: 3.5em;
}

.post_text h1 {
    font-size: 40px;
    color: black;
    text-align: center;
    font-weight: 700;
}

.post_box i {
    color: #CDCCD9;
    font-size: 16px;
    margin-right: 10px;
}

.post_box p {
    font-size: 16px;
    color: #696871;
    font-weight: 600;
}

.post_box p span {
    float: right;
    color: #4EB868;
    background: #FEEFE5;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.post_box h2 {
    font-size: 19px;
    color: black;
    font-weight: 600;
    padding-top: 35px;
}

.post_box h2 a {
    color: black;
}

.post_box h2 a i {
    margin-left: 10px;
}

.post_box {
    box-shadow: 1px 3px 6px rgb(0 0 0 / 20%);
    padding: 35px 23px;
    border-radius: 10px;
    margin-bottom: 3em;
}

.post_box h2 a i {
    display: none;
}

.post_box:hover {
    background: #4EB868;
}

.post_box:hover h2 a i {
    display: inline-block;
    color: #4EB868;
    background: white;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.post_box:hover h2 a {
    color: white;
}

.post_box:hover p {
    color: white;
}

.post_box:hover p i {
    color: white;
}

.post_box:hover p span {
    color: white;
    background: #DC5B03;
}

.position_stats {
    margin-bottom: 2em;
}

.new_box.career_box1 p {
    width: 45% !important;
}

.team_box .image {
    position: relative;
}

/*.image .content {
    position: absolute;
    background: #0865f8;
    -webkit-box-shadow: 1px 20px 30px rgb(0 0 0 / 7%);
    box-shadow: 1px 20px 30px rgb(0 0 0 / 7%);
    width: 100%;
    bottom: 0;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: perspective(300px) rotateX(90deg);
    transform: perspective(300px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    text-align: center;
    padding: 35px 30px 30px;
    opacity: 0;
}
.image :hover .content {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    border-radius: 30px 30px 0 0;
}*/
.content .social li {
    display: inline-block;
}

.content .social {
    justify-content: center;
    text-align: center;
}

.image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    display: none;
}

.team_box .image:hover .content {
    display: inline-block;
}

.content .social {
    background: #4EB868;
    width: 35%;
    margin: 0 auto;
    padding: 8px 0;
}

.content .social li i {
    color: white;
    font-size: 17px;
    margin-right: 15px;
}

.content .social li:last-child i {
    margin-right: 0;
}

.team_box h3 {
    color: black;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 10px;
}

.team_box h6 {
    font-size: 15px;
    color: #7C8087;
    font-weight: 600;
    text-align: center;
}

.team_box {
    margin-bottom: 3.6em;
}

.team-ctn {
    padding: 5em 0 2em;
}

.image img {
    width: 100%;
}

.new_box.exp_text {
    text-align: left;
    width: 100%;
}

.new_box.exp_text p {
    width: 85% !important;
    font-size: 21px !important;
    margin: 0 !important;
}

.new_box.exp_text h5 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffffdb;
}

.new_box.exp_text h1 {
    font-size: 70px;
    line-height: 84px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 88%;
}

.banner_form .form-group.form_pt:nth-child(2) {
    width: 46%;
    display: inline-block;
    margin-right: 22px;
}

.banner_form .form-group.form_pt:nth-child(3) {
    width: 47%;
    display: inline-block;
}

.banner_form .form-group.form_pt:nth-child(4) {
    width: 46%;
    display: inline-block;
    margin-right: 22px;
}

.banner_form .form-group.form_pt:nth-child(5) {
    width: 47%;
    display: inline-block;
}

.banner_form .form-group.form_pt:nth-child(6) {
    margin-bottom: 2em;
}

.banner_form .form_btn.form_bt1 {
    margin-left: 0;
    display: block;
    position: static;
    margin-top: 1em;
    text-align: center;
}

.banner_form {
    background: white;
    padding: 30px 35px;
    border-radius: 10px;
}

.banner_form h2 {
    color: black;
    font-size: 25px;
    text-align: center;
    padding-bottom: 1em;
    font-weight: 700;
}

.exp_tableft h1 {
    font-size: 31px;
    color: black;
    font-weight: 800;
    padding-bottom: 1em;
}

.exp_tableft p {
    font-size: 18px;
    color: #7C8087;
    font-weight: 500;
    padding-bottom: 1em;
    width: 97%;
}

.exp_tableft p span {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.exp_tableft p span a {
    color: #4EB868;
}

.com_pdflinkbx {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.com_pdflinkbx_over {
    /*display: none;*/
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 2;
    border-radius: 4px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0;
}

.com_pdflinkbx_over1 {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.com_pdflinkbx_over2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.com_pdflinkbx_over2 a {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    color: #4EB868 !important;
}

.com_pdflinkbx:hover .com_pdflinkbx_over {
    /*display: block;*/
    opacity: 1;
}

.color_bg {
    background: #4EB868;
    color: white;
    padding: 25px 20px 20px 20px;
    border-radius: 4px;
    /*margin-bottom: 2em;*/
    position: relative;
}

.color_bg span {
    position: absolute;
    top: 0;
    font-size: 8px;
    left: 30px;
    background: white;
    color: #4EB868;
    /* padding: 0px 4px; */
    width: 22px;
    height: 26px;
    text-align: center;
    font-weight: 600;
    line-height: 26px;
}

.color_bg h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px 0 10px;
}

.black_bg {
    background: black;
    color: white;
    padding: 25px 20px;
    border-radius: 4px;
    position: relative;
    margin-top: 2em;
}

.black_bg h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px 0 10px;
}

.black_bg span {
    position: absolute;
    top: 0;
    font-size: 8px;
    left: 30px;
    background: white;
    color: black;
    /* padding: 0px 4px; */
    width: 22px;
    height: 26px;
    text-align: center;
    font-weight: 600;
    line-height: 27px;
}

.res-ctn {
    padding: 45px 40px;
    background: #F5F5F5;
}

.res-ctn h4 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 1em;
}

.res-list li p i {
    margin-right: 18px;
    font-size: 10px;
    border: 2px solid #4EB868;
    border-radius: 50px;
    padding: 6px;
    color: #4EB868;
    display: inline-block;
    vertical-align: top;
}

.res-list li p {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.res-list li {
    padding-bottom: 1em;
}

.res-list {
    padding: 2em 0 0 3em;
}

.invoice_ctn.expese_company {
    padding: 5em 0 4em 0;
}

.invoice_ctn.expese_company .feat_btn2 {
    margin-left: 2em;
    display: inline-block;
    animation: zoom-fade 3s infinite linear;
}

.feat_btn2 span i {
    font-size: 16px;
    color: black;
    background: white;
    /* padding: 4px; */
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0px;
    box-shadow: 3px 5px 14px rgb(0 0 0 / 20%);
}

.invoice_ctn.expese_company #image_block_27 .image-box img {
    max-width: none;
    width: auto;
}

.invoice_ctn.expese_company .invoice-text1 h1 {
    font-size: 33px;
    color: black;
    font-weight: 800;
    padding-bottom: 18px;
}

.invoice_ctn.expese_company .invoice-text1 p {
    font-size: 19px;
    color: #7C8087;
    font-weight: 500;
    width: 92%;
    padding-bottom: 1.4em;
}

.invoice_ctn.expese_company .row {
    align-items: center;
}

.invoice_ctn.expese_company .feature_btn {
    display: flex;
}

.empower-ctn {
    margin-bottom: 2.8em;
    margin-top: 5em;
}

.empower-head {
    text-align: center;
    padding-bottom: 4em;
}

.empower-head h1 {
    font-size: 30px;
    color: black;
    font-weight: 800;
    padding-bottom: 15px;
}

.empower-head p {
    font-size: 20px;
    font-weight: 500;
    width: 72%;
    margin: 0 auto;
    color: #8D9197;
}

.empower-box {
    text-align: center;
    padding: 35px 0;
}

.empower-box h4 {
    font-size: 24px;
    color: black;
    font-weight: 700;
    padding: 15px 0;
}

.empower-box p {
    font-size: 17px;
    color: #8D9197;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

/*.empower-box:hover{
    box-shadow: 0px 6px 26px rgb(0 0 0 / 10%);
    border-radius: 8px;
}*/
.manage-ctn {
    background: #F4F4F4;
    padding: 5em 0 0em;
}

.manage-ctn h1 {
    text-align: center;
    font-size: 32px;
    color: black;
    padding-bottom: 1em;
    font-weight: 700;
}

.manage-text ul li h5 {
    font-size: 28px;
    color: black;
    font-weight: 700;
    padding-bottom: 20px;
}

.manage-text ul li p {
    font-size: 19px;
    color: #8D9197;
    font-weight: 500;
    width: 94%;
}

.manage-text ul li {
    padding-bottom: 1.5em;
}

.manage-text ul li span a {
    color: #4EB868;
}

.manage-ctn .row {
    align-items: center;
}

.manage-text {
    padding: 0 0 0 45px;
}

.video_btn i {
    font-size: 20px;
    color: white;
    /* padding: 4px; */
    width: 75px;
    height: 75px;
    line-height: 73px;
    text-align: center;
    background: #4EB868;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0px;
    box-shadow: 0px 0px 0px 7px rgb(0 0 0 / 10%);
}

.video_btn {
    position: absolute;
    top: 38%;
    left: 45%;
}

.exp_tableft p .color {
    color: #4EB868;
    font-weight: 600;
    font-size: 19px;
}

/*.empower-head.fund-head p{
    width: 64%;
}*/
.invoice-text1 {
    padding-left: 4em;
}

/*.empower-head.wealth-head p{
    width: 71%;
}*/
.new_box.legal_text {
    text-align: left;
}

.new_box.legal_text p {
    width: 92% !important;
    font-size: 21px !important;
    margin: 0 !important;
}

.new_box.legal_text h1 {
    font-size: 72px;
    line-height: 84px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 88%;
}

.new_box.legal_text .text span {
    color: #4EB868;
    font-weight: 500;
}

.exp_tableft.legalleft p {
    font-size: 18px;
}

.feat_btn.feat_wt {
    padding: 14px 50px;
}

.feat_btn.feat_wt:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.feat_btn.feat_wt:hover::before {
    transform: translateX(0);
}
.feat_btn.feat_wt:hover::after {
    transform: translateX(0%);
}
.feat_btn.feat_wt:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.feat_btn.feat_wt:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
   
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.invoice-text2 {
    padding-right: 4em;
}

.invoice_ctn.expese_company .invoice-text2 h1 {
    font-size: 33px;
    color: black;
    font-weight: 700;
    padding-bottom: 18px;
}

.invoice_ctn.expese_company .invoice-text2 p {
    font-size: 20px;
    color: #7C8087;
    font-weight: 400;
    width: 96%;
    padding-bottom: 1.5em;
}

.subscription {
    background: #19191B;
    margin-bottom: 3em;
}

.subscription .newletter {
    margin-bottom: 0;
}

.subscription .newletter.subsc_new h2 {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.invoice_ctn.expese_company .invoice-text2.pt p {
    font-size: 20px;
    color: #7C8087;
    font-weight: 400;
    width: 95%;
    padding-bottom: 1.5em;
}

.invoice_ctn.expese_company .invoice-text2.pt {
    padding-left: 4em;
    padding-right: 0;
}

.invoice_ctn.expese_company .invoice-text2.pt1 p {
    font-size: 20px;
    color: #7C8087;
    font-weight: 400;
    width: 93%;
    padding-bottom: 1.5em;
}

.exper_pt .subsc_new .news_form {
    display: inline-block;
    width: 35%;
    float: right;
}

.invoice_ctn.expese_company.expense_pt {
    padding: 3em 0 3em 0;
}

.invoice_ctn.expese_company.expense_pt1 {
    padding: 3em 0 0em 0;
}

.invoice_ctn.expese_company.expense_pt2 {
    padding: 6em 0 5em 0;
}

.fa.fa-phone {
    font-family: fa5-proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fa.fa-phone:before {
    content: "\f879" !important;
}

.required>label {
    position: relative;
}

.required>label::after {
    content: "*";
    position: absolute;
    color: red;
    right: -8px;
}

.hexagon {
    width: 500px;
    height: 500px;
    position: relative;
}

.hexagon>div {
    width: 36.8%;
    height: 32.2%;
    position: absolute;
    background: url('../images/hexagon.svg') no-repeat 0 0;
    background-size: 100%;
    text-align: center;
    /*-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;*/
}

.hexagon>div.center {
    left: 50%;
    top: 50%;
    color: white;
    background-position: 100% 100%;
    transform: translate(-50%, -50%);
    position: relative;
}

.hexagon>.center img {
    width: 60% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hexagon>.hexa {
    cursor: pointer;
}

.hexagon>.hexa .items {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hexagon>.hexa .items .item-image {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hexagon>.hexa .items .item-text {
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 6px;
    color: white;
    display: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hexagon>.hexa-1 {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
}

.hexagon>.hexa-1 .items .item-image {
    background-image: url('../images/icons/icon-settings.svg');
}

.hexagon>.hexa-2 {
    right: 2%;
    top: 18%;
}

.hexagon>.hexa-2 .items .item-image {
    background-image: url('../images/icons/icon-reporting.svg');
}

.hexagon>.hexa-3 {
    right: 2%;
    top: 51%;
}

.hexagon>.hexa-3 .items .item-image {
    background-image: url('../images/icons/icon-networking.svg');
}

.hexagon>.hexa-4 {
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
}

.hexagon>.hexa-4 .items .item-image {
    background-image: url('../images/icons/icon-files.svg');
}

.hexagon>.hexa-5 {
    left: 2%;
    top: 50%;
}

.hexagon>.hexa-5 .items .item-image {
    background-image: url('../images/icons/icon-report.svg');
}

.hexagon>.hexa-6 {
    left: 2%;
    top: 17%;
}

.hexagon>.hexa-6 .items .item-image {
    background-image: url('../images/icons/icon-calculate.svg');
}

.hexagon>.hexa:hover {
    color: white;
    background-position: 50% 50%;
}

.hexagon>.hexa:hover .items .item-image {
    width: 56px;
    height: 56px;
    background-position: bottom;
}

.hexagon>.hexa:hover .items .item-text {
    display: block;
}



.hexagon>.hexa-1.hexa_expma_1 .items .item-image {
    background-image: url('../images/icons/hexa_expma_1.svg');
}

.hexagon>.hexa-2.hexa_expma_2 .items .item-image {
    background-image: url('../images/icons/hexa_expma_2.svg');
}

.hexagon>.hexa-3.hexa_expma_3 .items .item-image {
    background-image: url('../images/icons/hexa_expma_3.svg');
}

.hexagon>.hexa-4.hexa_expma_4 .items .item-image {
    background-image: url('../images/icons/hexa_expma_4.svg');
}

.hexagon>.hexa-5.hexa_expma_5 .items .item-image {
    background-image: url('../images/icons/hexa_expma_5.svg');
}

.hexagon>.hexa-6.hexa_expma_6 .items .item-image {
    background-image: url('../images/icons/hexa_expma_6.svg');
}


.hexagon>.hexa-1.hexa_legal_1 .items .item-image {
    background-image: url('../images/icons/hexa_legal_1.svg');
}

.hexagon>.hexa-2.hexa_legal_2 .items .item-image {
    background-image: url('../images/icons/hexa_legal_2.svg');
}

.hexagon>.hexa-3.hexa_legal_3 .items .item-image {
    background-image: url('../images/icons/hexa_legal_3.svg');
}

.hexagon>.hexa-4.hexa_legal_4 .items .item-image {
    background-image: url('../images/icons/hexa_legal_4.svg');
}

.hexagon>.hexa-5.hexa_legal_5 .items .item-image {
    background-image: url('../images/icons/hexa_legal_5.svg');
}

.hexagon>.hexa-6.hexa_legal_6 .items .item-image {
    background-image: url('../images/icons/hexa_legal_6.svg');
}


.hexagon>.hexa-1.hexa_wealth_1 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_1.svg');
}

.hexagon>.hexa-2.hexa_wealth_2 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_2.svg');
}

.hexagon>.hexa-3.hexa_wealth_3 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_3.svg');
}

.hexagon>.hexa-4.hexa_wealth_4 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_4.svg');
}

.hexagon>.hexa-5.hexa_wealth_5 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_5.svg');
}

.hexagon>.hexa-6.hexa_wealth_6 .items .item-image {
    background-image: url('../images/icons/hexa_wealth_6.svg');
}



.bullet-point {
    width: 550px;
    height: 280px;
    position: relative;
}

.bullet-point>.center {
    width: 42%;
    height: 71%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/hexagon.svg') no-repeat 100% 100%;
    background-size: 100%;
    text-align: center;
}

.bullet-point>.center span {
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bullet-point>.center span img {
    width: 50% !important;
}

.bullet-point>.center span h5 {
    font-size: 16px;
    color: white;
    font-weight: 600;
    padding: 7px 0 0;
}

.bullet-point>.points {
    width: 324px;
    height: 76px;
    position: absolute;
    background: url('../images/background/bullet-bg.svg') no-repeat 50% 0;
    background-size: 100%;
    padding: 4% 0 3.5% 15%;
    font-size: 15px;
    color: black;
    font-weight: 600;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bullet-point>.point-1 {
    right: 6%;
    top: 1%;
}

.bullet-point>.point-2 {
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
}

.bullet-point>.point-3 {
    right: 6%;
    bottom: 1%;
}

.bullet-point>.points>.bullet-icon {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 8%;
    top: 26%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bullet-point>.point-1>.bullet-icon {
    background-image: url('../images/icons/icon-claim.svg');
}

.bullet-point>.point-2>.bullet-icon {
    background-image: url('../images/icons/icon-claimant.svg');
}

.bullet-point>.point-3>.bullet-icon {
    background-image: url('../images/icons/icon-more.svg');
}

/*.bullet-point >.points:hover {
    color: white;
    background-position: 50% 100%;
}*/
/*.bullet-point > .points:hover > .bullet-icon {
    background-position: 50% 0;
}*/

.icon_com_h62 {
    height: 62px;
}

.footer-logo {
    padding: 14px 0;
}

.footer-support {
    display: flex;
    padding: 70px 0px 40px;
    border-bottom: 1px solid #28282B;
}

.footer-support h1 {
    color: white;
    font-size: 32px;
    font-weight: 700;
}

.new_banner_style1 {
    padding: 60px 0;
}

.new_banner_style1 .new_box h1 {
    font-size: 60px;
    line-height: 84px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #19191b;
}

.content_sec {
    padding-top: 0;
    padding-bottom: 70px;
}

.subscription_innerbg {
    display: block;

}

section.subscription.subscription_inner {
    padding-left: 5%;
    padding-right: 5%;
    background: none;
    background: #19191B;
}

.com_text_style1 p {
    font-size: 20.40px;
    color: #5f6267e3;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    padding-bottom: 18px;
    width: 95%;
}

.com_text_style1 p a {
    color: #4EB868;
    font-weight: 600;
}

.com_text_style1 p b {
    color: #19191b;
    font-weight: 600;
}

ul.com_ul_style1 {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 19px;
    list-style: disc;
}

ul.com_ul_style1 li {
    list-style: disc;
}

ul.com_ul_style1 li p b {
    font-weight: 700;
    color: #19191b;
}

.com_text_style1 {
    display: block;
    padding-right: 11%;
}

.pad_r_11p {
    padding-right: 11%;
}

.footer_white .about-widget.footer-widget h5 {
    color: #002d59;
}

.footer_white.main-footer .footer-top .title1 {
    color: #19191b;
}

.footer_white .about-widget.footer-widget p {
    color: #5f6267;
}

.footer_white .social-links li a i {
    color: #19191b;
}

footer.main-footer.cls_footer.footer_white {
    background: #fff;
    padding-top: 15px;
}

.home_carousel .image-box img {
    border-radius: 0;
}

.home_carousel .image-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 52px;
    vertical-align: middle;
}

.home_carousel .image-box img {
    height: auto;
    width: 100%;
}

.home_carousel .image-box:last-child {
    margin-right: 0;
}

.text-slider {
    /*padding: 0.33em 1em;
  background: rgba(0,0,0,0.5);*/
    color: #4EB868;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 44px;
    width: 100%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    &__static display: block;
    padding-right: 0;
    margin: 0;
    &__dynamic margin: 0;
    height: 1em !important;
    line-height: 2em;
    /* text-transform:capitalize;*/
    text-align: left;
    overflow: hidden;
    float: left;

}


.vertical-slider {
    margin: 0;
    padding: 0;
    overflow: hidden;

    &__item margin: 0;
    padding: 0;
    line-height: 1.25em;
    overflow: hidden;
    letter-spacing: 2px;
    text-align: left;
}

.vertical-slider__item {
    color: #4EB868;
    font-size: 34px;
    font-weight: 700;

}

.main-menu .navigation>li>ul>li>a:hover {
    color: #4EB868;
}

.sec_btm p span i {
    margin-top: -3px;
}

.video_btn::after {
    animation: zoom-fade 3s infinite linear;
}

.lgban-carousel .image-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.lgban-carousel .image-box img {
    border-radius: 0;
}

.new_box.legal_text .text h6 {
    color: #979AA4;
    font-size: 20px;
    font-style: italic;
    padding-bottom: 25px;
    font-weight: 400;
}

.invoice-text2 span {
    color: #4EB868;
}

.res-ctn a {
    color: white;
}

.color_bg:hover {
    background: black;
}

.black_bg:hover {
    background: #4EB868;
}

.about_invoice {
    padding: 0 0 0 5em;
}

.fund-head p {
    font-size: 20px;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
}

.wealth-head p {
    font-size: 20px;
    font-weight: 500;
    width: 74% !important;
    margin: 0 auto;
}

.expense-head p {
    font-size: 20px;
    font-weight: 500;
    width: 78%;
    margin: 0 auto;
}

.solution_txt {
    padding: 0 0 0 4em;
}

.solution_txt p {
    width: 88%;
    font-size: 19px;
}

.solution_txt1 p {
    width: 80%;
    font-size: 19px;
}

.solution_txt .feat_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 14px 65px;
}

.solution_txt .feat_btn:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.solution_txt .feat_btn:hover::before {
    transform: translateX(0);
}
.solution_txt .feat_btn:hover::after {
    transform: translateX(0%);
}
.solution_txt .feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.solution_txt .feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.solution_txt1 .feat_btn:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.solution_txt1 .feat_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 14px 65px;
}

/*.solution_txt1 .feat_btn:hover::before {
    transform: translateX(0);
}
.solution_txt1 .feat_btn:hover::after {
    transform: translateX(0%);
}
.solution_txt1 .feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.solution_txt1 .feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.banner_form .form-group.form_pt:nth-child(5) #product {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    background-color: #F5F5F8 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}


.page-header {
    background: white;
    background: white;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

.nav-wrapper {

    background: white;
    display: inline-block;
}

.nav-wrapper .nav .reqtab_rt {
    display: none;
}

.nav-wrapper .nav.fixed .reqtab_rt {
    display: inline-block;
    margin: 12px 0em 0px 0px;
}

.reqtab_rt {
    display: inline-block;
    float: right;
    /*margin-top: 8px;*/
}

.nav-wrapper .nav .reqtab_rt a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: white;
    line-height: 30px;
    font-weight: 500;
    background: #4EB868;
    padding: 10px 25px !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    z-index: 1;
}

/*.nav-wrapper .nav .reqtab_rt a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.nav-wrapper .nav .reqtab_rt a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.nav-wrapper .nav .reqtab_rt a:hover {
    background: black;
    color: white !important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.nav-wrapper .nav .reqtab_rt a:hover::before {
    transform: translateX(0);
}
.nav-wrapper .nav .reqtab_rt a:hover::after {
    transform: translateX(0%);
}*/
.nav-wrapper .nav {
    color: #FFF;
}

.nav-wrapper .nav {
    display: inline-block;
}

.nav-wrapper .nav a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 2em;
    background: none;
    color: #666666;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    padding: 20px 0;
}

.nav-wrapper .nav a:hover {
    color: #4EB868;
}

.nav-wrapper .nav .et-hero-tab.active {
    border-bottom: 5px solid #4EB868;
    padding-bottom: 15px;
}

.nav-wrapper div.nav.fixed {
    position: fixed;
    z-index: 10000;
    top: 11px;
    /*box-shadow: 0 0 3px rgb(0 0 0 / 20%);*/
    padding: 0px 0 0;
    width: 100%;
    background: white;
    right: auto;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    /*transition: 0.8s ease;*/
}

.nav-wrapper .nav.fixed a {
    padding: 24px 0;
}

.nav-wrapper .nav.fixed .et-hero-tab.active {
    border-bottom: 5px solid #4EB868;
    padding-bottom: 20px;
}

.nav ul li {
    list-style: none;
    display: inline-block;
}

.nav-wrapper .nav.fixed li .active {
    border-bottom: 5px solid #4EB868;
    padding-bottom: 20px;
}

.nav-wrapper .nav.fixed a:hover {
    color: #4EB868;
}

.nav-wrapper.fixed div.nav.fixed {
    max-width: inherit;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

div#myWizard {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-wrapper.fixed div.nav.fixed .nav-wrapper.fixed {
    width: 100%;
}

.nav-wrapper.fixed div.nav.fixed .nav-wrapper.fixed .nav.fixed {
    display: block;
    width: 100%;
}

.carousel_head {
    display: inline-block;
    margin-right: 38px;
    vertical-align: middle;
    /* align-items: center; */
    margin-top: 12px;
}

.carousel_head h2 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.home_carousel {
    display: inline-block;
    vertical-align: top;
}

/*.invoice_ctn.expese_company .feature_btn .feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid black;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.invoice_ctn.expese_company .feature_btn .feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid black;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.invoice_ctn.expese_company .feature_btn .feat_btn:hover {
    background: black;
    color: white !important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.invoice_ctn.expese_company .feature_btn .feat_btn:hover::before {
    transform: translateX(0);
}
.invoice_ctn.expese_company .feature_btn .feat_btn:hover::after {
    transform: translateX(0%);
}*/

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #4EB868;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.nav-wrapper::-webkit-scrollbar-thumb {
    background: #dcdcdc7a;
    border-radius: 10px;
}

.nav-wrapper::-webkit-scrollbar-track {
    /* background: gainsboro; */
}

/*.new_banner .new_box .feature_btn .feat_btn:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.new_banner .new_box .feature_btn .feat_btn:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid white;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.new_banner .new_box .feature_btn .feat_btn:hover {
    background: white;
    color: black !important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

/*.new_banner .new_box .feature_btn .feat_btn:hover::before {
    transform: translateX(0);
}
.new_banner .new_box .feature_btn .feat_btn:hover::after {
    transform: translateX(0%);
}*/

/*.new_banner .new_box .feature_btn .feat_btn1:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid #4EB868;
    border-right: 50px solid transparent;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.new_banner .new_box .feature_btn .feat_btn1:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #4EB868;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.new_banner .new_box .feature_btn .feat_btn1:hover {
    background: white;
    color: black;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);

}

/*.new_banner .new_box .feature_btn .feat_btn1:hover::before {
    transform: translateX(0);
}
.new_banner .new_box .feature_btn .feat_btn1:hover::after {
    transform: translateX(0%);
}*/
.home_carousel .image-box:nth-child(2) {
    vertical-align: middle;
}

.subscription.subscription_cta {
    margin-bottom: 0;
}

.video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}

.popup-btn,
.close-btn {
    width: 100px;
    height: 50px;
    display: block;
    margin: 50px auto;
    cursor: pointer;
    border: 2px solid black;
    background-color: white;
}

.popup-btn:hover {
    color: white;
    background-color: black;
}

.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    boxshadow: 10px 10px 10px 10px black;
}

.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
}

.popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: auto;
}

.popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase;
}

a:not([href]):not([tabindex]) {
    color: black;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: black;
}

.reqtab_rt .scroll-top.open {
    bottom: 0px;
}

.reqtab_rt .scroll-top {
    right: 0;
    transition: 0.1s ease;
}

.reqtab_rt .scroll-top {
    width: 100%;
    height: auto;
}

.feature_btn .scroll-top.open {
    bottom: 0px;
}

.feature_btn .scroll-top {
    right: 0;
    transition: 0.1s ease;
}

.feature_btn .scroll-top {
    width: auto;
    height: auto;
}

.feature_btn .scroll-top:hover {
    background: white;
}

.ripple {
    position: absolute;
    left: -6px;
    top: -6px;
    height: auto;
    ;
    width: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 64%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 64%);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.ripple:before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ripple:after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clients-style-four .about_carousel .image-box img {
    height: auto;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    border-radius: 0px;
}

.clients-style-four .about_carousel .image-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 2em;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    vertical-align: middle;
}

.clients-style-four .about_carousel .image-box:last-child {
    margin-right: 0;
}

.wealth_head p {
    width: 72%;
}

.clients-style-four .home_carousel .image-box:hover img {
    transform: none;
}

.blog-banner ul li {
    display: inline-block;
}

.blog-banner ul {
    text-align: center;
}

.breadcrumb-item a {
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    text-decoration: underline;
}

/*.blog-banner ul li a:after {
    content: "/";
    position: absolute;
    right: auto;
    padding: 0 1px;
}*/
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 8px;
    padding-left: 5px;
    color: black;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    color: black;
}

.blog-head {
    text-align: center;
}

.blog-head h2 {
    font-size: 49px;
    color: #2b2b2b;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 10px;
}

.blog-banner {
    margin-top: 3em;
}

.blog_count .pull-right {
    float: right;
    /* justify-content: center; */
    display: inline-block;
    /* text-align: center; */
    width: auto;
    /* margin: 0 auto; */
}

.blog_count .pull-left i,
.blog_count .pull-left span {
    color: white;
}

.blog_count .pull-left span {
    padding-left: 5px;
}

.blog_count .pull-right span {
    padding-left: 5px;
}

.blog_count .pull-right i,
.blog_count .pull-right span {
    color: white;
}

.blog_count {
    display: block;
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    height: auto;
    z-index: 1;
}

.blog_count1 {
    display: table;
    width: 100%;
    vertical-align: bottom;
    height: 100%;
}

.blog_count2 {
    display: table-cell;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.61);
}

.blog_image_box {
    position: relative;
}

.blog_image img {
    width: 100%;
}

.blog_text h4 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
    padding-bottom: 0;
    line-height: 28px;
}

.blog_text p {
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
    display: block;
    line-height: 26px;
    margin-bottom: 0px;
}

.blog_text {
    display: block;
    padding: 18px 15px;
    text-align: left;
}

.blog_text a {
    color: #4EB868;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    transition: All 0.5s ease;
}

.blog_box {
    display: block;
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    transition: All 0.5s ease;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.blog-content {
    padding: 5em 0;
}

.blog_left h4 {
    font-size: 24px;
    font-weight: 500;
    color: #2b2b2b;
    display: block;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 0;
    padding-top: 6px;
}

.blog_left ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog_left ul li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
}

.blog_left ul li a {
    display: block;
    padding: 10px 10px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
}

.blog_left ul li.active a {
    border-left: 4px solid #d22726;
}

.blog_left {
    padding-left: 1em;
}

.blog_cont h1 {
    font-size: 32px;
    color: black;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 12px;
    line-height: 45px;
}

.blog_cont p {
    color: #2a2626;
    font-size: 16px;
    font-weight: 500;
}

.detail_img {
    padding-top: 2em;
    padding-bottom: 2em;
}

.detail_txt p {
    padding-bottom: 12px;
}

.detail_txt h2 {
    font-size: 24px;
    color: black;
    padding-bottom: 14px;
    font-weight: 600;
}

.detail_txt p a {
    color: #4EB868;
    font-weight: 600;
}

.detail_txt p span {
    color: black;
    font-weight: 600;
}

.detail_left h4 {
    font-size: 30px;
    color: #4EB868;
    font-weight: 600;
    padding-bottom: 10px;
}

.detail_left ul li a {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.detail_left ul li {
    padding-bottom: 10px;
}

.detail_left ul li:last-child {
    padding-bottom: 0;
}

.detail_left ul li a i {
    display: none;
    font-size: 12px;
    color: #4EB868;
    border: 2px solid #4EB868;
    border-radius: 50px;
    /* padding: 5px; */
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    padding-left: 2px;
    margin-right: 10px;
}

.detail_left ul li a:hover i {
    display: inline-block;
}

.detail_left {
    box-shadow: 0px 0px 17px #dcdcdcbd;
    border-radius: 10px;
    padding: 30px 25px;
    margin-left: 1.3em;
}

.blog_col {
    flex: 0 0 64.666667%;
    max-width: 64.666667%
}

.blog_col1 {
    flex: 0 0 35.333333%;
    max-width: 35.333333%;
}

/*.detail_left ul li .left{
    display: inline-block;
}
.detail_left ul li .right{
    display: inline-block;
}*/
.detail_left ul li {
    display: flex;
}

.detail_left ul li .left i {
    display: none;
    font-size: 11px;
    color: #4EB868;
    border: 2px solid #4EB868;
    border-radius: 50px;
    /* padding: 5px; */
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    padding-left: 2px;
    margin-right: 10px;
}

.detail_left ul li:hover .left i {
    display: inline-block;
}

.blog-detail {
    padding: 5em 0;
}

.form-group.form_pt.job_hide1 {
    width: 47%;
    display: inline-block;
}

.form-group.form_pt.job_hide1 #product {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background-color: #F5F5F8 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.solution_txt .feature_btn {
    padding-top: 1em;
}

.solution_txt1 .feature_btn {
    padding-top: 1em;
}

.solutions_header .sticky-header .menu-area {
    float: none;
    justify-content: center;
    display: inline-block;
    text-align: center;
    width: 67%;
    margin: 0 auto;
}

.solutions_header .sticky-header .main-menu {
    float: none;
    justify-content: center;
    display: inline-block;
    position: relative;
}

.solutions_header .sticky-header .btn-box {
    display: inline-block;
    float: right;
    position: absolute;
    text-align: right;
    margin: 20px 0px 0px 0px;
}

.solutions_header .sticky-header .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    background: #4EB868;
    padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 14%);
}

.solutions_header .menu-area.pull-right {
    float: none;
    justify-content: center;
    display: inline-block;
    text-align: center;
    width: 67%;
    margin: 0 auto;
}

.solutions_header .outer-container .btn-box {
    display: inline-block;
    float: right;
    position: absolute;
    text-align: right;
    margin: 20px 0px 0px 0px;
}

.solutions_header .main-box .btn-box a {
    background: #4EB868;
}

.btn_hide {
    display: none;
}

.solutions_header .btn_hide {
    display: inline-block;
}

.btn_header.new_header .main-header .outer-container .new_btn {
    display: inline-block;
    position: initial;
    margin: 20px 0px 0px 18px;
}

.btn_header .main-header .main-box .btn-box.new_btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    background: #4EB868;
    padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;

}

.btn_header .main-header .menu-area .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    background: #4EB868;
    padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;

}

.btn_header .main-header .sticky-header .menu-area .btn-box {
    position: relative;
    float: left;
    margin: 20px 0px 0px 25px;
}

.btn-box.new_btn {
    display: none;
}

.btn_header .btn-box.new_btn {
    display: inline-block !important;
}

.solutions_header .outer-container .btn-box.btn_hide1 {
    display: inline-block;
}

.solutions_header .btn-box {
    display: inline-block;
}

.solutions_header .sticky-header .btn-box.new_btn {
    display: none;
}

.home_btn .btn-box.new_btn {
    display: none;
}

.home_btn .sticky-header .menu-area {
    float: none;
    justify-content: center;
    display: inline-block;
    text-align: right;
    width: 67%;
    margin: 0 auto;
}

.home_btn .sticky-header .main-menu {
    float: none;
    justify-content: center;
    display: inline-block;
    position: relative;
}

.home_btn .sticky-header .btn-box.new_btn {
    display: none;
    float: right;
    position: absolute;
    text-align: right;
    margin: 20px 0px 0px 0px;
}

.home_btn .sticky-header .btn-box.btn_hide {
    display: inline-block;
    float: right;
    position: absolute;
    text-align: right;
    margin: 20px 0px 0px 0px;
}



.home_btn .sticky-header .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    background: #4EB868;
    padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 14%); */
}

.home_btn .sticky-header .btn-box a:hover {
    background: #095450;
    color: white;
}

.solutions_header .main-box .btn-box a:hover {
    background: black;
    color: white;
}

.solutions_header .sticky-header .btn-box a:hover {
    background: black;
    color: white;
}

.btn_header .main-header .main-box .btn-box.new_btn a:hover {
    background: black;
    color: white;
}

.clients_box ul li {
    display: inline-block;
    padding-right: 0 !important;
    /* flex: 0 0 16%; */
    /* max-width: 16%; */
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.clients_box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients_box ul li:first-child {
    text-align: left;
}

.clients_box ul li:last-child {
    padding-right: 0;
    text-align: right;
}

.clients_box ul li img {
    height: auto;
}

.clients_text {
    display: inline-block;

}

.clients_btn {
    display: inline-block;
    float: right;
}

.clients_text h4 {
    color: #7c8087;
    font-size: 19px;
    font-weight: 600;

}

.clients_text h4 span {
    color: #4EB868;
    border-bottom: 2px solid;
}

.clients_head {
    margin: 0 0 2.8em 0;
}

.clients_btn a:not([href]):not([tabindex]) {
    color: #7c8087;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}

.clients_btn a:not([href]):not([tabindex]) i {
    font-size: 18px;
    padding-left: 5px;
}

#target {
    display: none;
    padding-top: 3em;
}

.Hide {
    display: none;
    background: none;
    cursor: pointer;
}

.Hide i {
    font-size: 18px;
}

.clients_sec {
    padding-bottom: 5em;
}

.item-text.item_track {
    width: 81% !important;
    margin: 0 auto;
}

.img_pt ul li {
    padding-right: 45px;
}

#myImg {
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}


.modal-content {
    margin: auto;
    display: block;
    width: 70%;

}


#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 400;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.feature-style-two.soultions_feat {
    position: relative;
    padding: 60px 0px 30px 0px;
}

.soultions_sec {
    padding-bottom: 5em;
}

.soultions_sec1 {
    padding-bottom: 7em;
}

.feature-style-two.solutions_sec3 {
    position: relative;
    padding: 5em 0 0 0;
}

.feature-style-two.solutions_sec4 {
    position: relative;
    padding: 6.5em 0 2em 0;
}

.soultions_sec1 .row {
    align-items: center;
}

.soultions_sec .row {
    align-items: center;
}

.feature-style-two.solutions_sec4 .row {
    align-items: center;
}

.feature-style-two.solutions_sec3.row {
    align-items: center;
}

.detail_txt img {
    padding-bottom: 18px;
}

.detail_txt ul li {
    list-style: inside;
    color: #2a2626;
    font-weight: 500;
}

.detail_txt ul li a {
    color: #4EB868;
    font-weight: 600;
}

.detail_txt ul {
    padding-bottom: 12px;
}

.clients_ctn {
    margin-top: 48px;
}

.new_header.inner_btn .main-box .btn-box.new_btn a {
    background: black;
}

.new_header.inner_btn .main-box .btn-box.new_btn a:hover {
    background: #4EB868;
}

.content-class {
    padding-top: 3em;
}

.testi_ctn .testimonial-carousel-2 {
    padding-left: 1em;
}

.img_pt.content-class ul:nth-child(2) {
    padding-top: 1.5em;
}

.img_pt.content-class ul:nth-child(3) {
    padding-top: 1.5em;
}

.modal-backdrop {
    position: initial;
}

.modal.inner_modal {
    z-index: 99999;
}

.inner_modal .modal-header {
    padding: 2rem 2rem 1rem 2rem;
    border: none;
}

.inner_modal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.inner_modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 2rem 1rem 2rem;
}

.inner_modal .modal-body .guide-ctn {
    text-align: center;
    padding: 0em 0;
}

.inner_modal .modal-body .guide_full {
    display: inline-block;
    border: 1px solid #dcdcdca1;
    padding: 10px;
    border-radius: 50%;
}

.inner_modal .modal-body .guideimg_bd {
    display: inline-block;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 50%;
}

.inner_modal .modal-body .guide_img {
    background: #4EB868;
    text-align: center;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 61px;
    border-radius: 50%;
}

.inner_modal .modal-body .guide-ctn h2 {
    font-size: 30px;
    color: black;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 18px 0;
    font-weight: 500;
}

.inner_modal .modal-body .guide-ctn h2:before {
    position: absolute;
    content: '';
    background: #4EB868;
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.inner_modal .modal-footer {
    border: none;
    padding: 0 2rem;
    justify-content: center;
    padding-bottom: 3em;
}

.inner_modal .modal-footer .btn-box {
    vertical-align: middle;
    width: 100%;
    height: 55px;
    background: #4EB868;
    /* padding: 10px; */
    margin: 0px;
    text-align: center;
    border-radius: 5px;
    line-height: 54px;
}

.inner_modal .modal-footer a {
    background: #4EB868;
    border-radius: 5px;
    color: white;
    padding: 10px 95px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.inner_modal .modal-content {
    margin: auto;
    display: block;
    width: 100%;
}

.inner_modal .modal-body .form-group .form-control {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background-color: white !important;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    font-weight: 500;
}

.post_head p {
    font-size: 16px;
    color: #696871;
    font-weight: 500;
    width: 26%;
    display: inline-block;
}

.post_head i {
    color: #CDCCD9;
    font-size: 16px;
    margin-right: 10px;
}

.post_head p span {
    float: right;
    color: #4EB868;
    background: #FEEFE5;
    font-size: 15px;
    padding: 3px 8px;
    border-radius: 5px;
}

.post_inner p {
    display: block;
    width: 100%;
    color: #7C8087;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 14px;
}

.post_content {
    padding: 4em 0;
}

.post_head h1 {
    padding: 30px 0;
    color: black;
    font-size: 47px;
    font-weight: 700;
}

.post_head h2 {
    color: black;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 16px;
}

.post_inner ul li {
    color: #7C8087;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 8px;
    list-style: inside;
}

.post_inner ul li:last-child {
    padding-bottom: 0;
}

.post_inner ul {
    padding-bottom: 1em;
}

.last-para {
    width: 82% !important;
}

.last-para a {
    color: #4EB868;
}

.error_ht {
    height: 100vh;
}

.error-text {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.error-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center !important;
}

.error-inner h1 {
    font-size: 75px;
    color: #8a8a8a;
    text-shadow: -1px 5px 1px rgb(0 0 0 / 14%);
    font-weight: 600;
    margin: 0 0 10px 0;
}

.error-inner h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

.error-inner h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.error-inner p {
    font-size: 18px;
    margin-bottom: 5px;
}

.error-inner p a {
    color: #4EB868;
}

.img_modal .modal-content {
    margin: 2em auto;
    display: block;
    width: 80%;

}

/* Added by Deepu */
.pr_box {
    border-radius: 10px;
    padding: 15px;
    transition: all ease-in-out 0.4s;
    margin-bottom: 15px;
}

.pr_box:hover {
    background: #f7f6f6;
}

.pr_box_wrap {
    width: 100%;

}

.pr_box_img {
    min-height: 200px;
    width: 100%;
    background: url(../images/Mask\ by\ BG.png) no-repeat center center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}

.pr_box_name {
    min-height: 180px;
    width: 100%;
}

.pr_box_name ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pr_box_name ul li {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pr_box_name ul li a {
    font-size: 15px;
    color: #7C8087;
    padding: 0;
    display: block;
}

.pr_box_name ul li a.pr_ttl {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 10px 0;
}

.pr_box_name ul li a.pr_view {
    font-size: 15px;
    color: 15px;
    color: #4EB868;
    padding: 10px 0 0 0;
}


.pr_detail ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pr_detail ul li {

    list-style: none;
    padding: 7px 0;
    margin: 0px;
    float: left;
}

.wid-30 {
    width: 35%;
    font-weight: 600;
    line-height: normal;
}

.wid-70 {
    width: 65%;
    line-height: normal;
}

@media (max-width: 768px) {
    .wid-30 {
        width: 100%;
        font-weight: 600;
        line-height: normal;
    }

    .wid-70 {
        width: 100%;
        line-height: normal;
    }

    .pr_detail ul li:nth-child(2n) {
        padding-top: 0;
        padding-bottom: 15px;
    }
}

.pr_note,
.pr_price,
.pr_detail {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
}

.pr_detail {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.get_price {
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
}

.sub_head {
    padding: 0;
}

.sub_head h2 {
    font-size: 27px;
    font-weight: 700;
    color: black;
    padding-bottom: 20px;
}

.pr_price {
    font-size: 23px;
    font-weight: 700;
    color: black;
    padding: 0 0 10px 0;
}

.pr_det_wrap .feat_btn {
    padding: 13px 28px;
}

.pr_det_wrap .feat_btn:hover {
    background: black;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.pr_slider li {
    max-height: 500px;
    overflow: hidden;
}

.pr_slider li img {
    height: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: 58px;
    overflow: hidden;
}



.hospitalBed {
    background: url(../images/products/HospitalBed.webp) no-repeat center center;
}

.hospitalTrolley {
    background: url(../images/products/hospitalTrolley.webp) no-repeat center center;
}

.examinationCouch {
    background: url(../images/products/examinationCouch.webp) no-repeat;
}

.officeChair {
    background: url(../images/products/officeChair.webp) no-repeat center center;
    background-size: contain;
}

.waitingChair {
    background: url(../images/products/waitingChair.webp) no-repeat center center;
    background-size: cover;
}

.absPanel {
    background: url(../images/products/absPanel.webp) no-repeat center center;
    background-size: cover;
}

.bedMattress {
    background: url(../images/products/bedMattress.webp) no-repeat center center;
    background-size: cover;
}

.icuBed {
    background: url(../images/products/icuBed.webp) no-repeat center center;
    background-size: cover;
}

.roundTable {
    background: url(../images/products/roundTable.webp) no-repeat top center;
    background-size: cover;
}

.wheelChair {
    background: url(../images/products/wheelChair.webp) no-repeat top center;
    background-size: cover;
}

/* Slider Styles */

.pr_slider {
    width: 100%
}

.pr_slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.pr_slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.pr_slider img {
    display: block;
    height: auto;
    width: 100%
}


.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: auto;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/* Slider Styles */

.feat_box>div {
    padding: 25px 30px;
    border: 1px solid #dcdcdc47;
    margin-bottom: 2em;
    border-radius: 5px;
    height: 230px;
}

.feature_text {
    position: sticky;
    top: 140px;
    padding: 20px;

}

.invoice-text h1 {
    font-size: 30px;
    color: black;
    font-weight: 700;
    padding-bottom: 15px;
}

.invoice_ctn {
    padding: 5em 0 6em 0;
}

.grey-bg {
    background: #f3f3fa;
}

.green-bg {
    background: #4EB868;
}

.green-bg h1 {
    color: #ffffff;
}

.green-bg p {
    color: #ffffff;
}

.green-bg .feature_text p {
    color: #ffffff;
}

.green-bg .feature_text h6 {
    color: #ffffff !important;
}

.green-bg .feature_text ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
    list-style: circle;
}
.green-bg .feature_text{ position: static;}
.w-65 {
    width: 65% !important;
}

.w-85 {
    width: 85% !important;
}

section {
    padding: 70px 0 !important;
}

.feature_text p {
    color: #dedede;
}

.feat_box p {
    color: #dedede;
}

.feat_box:hover p {
    color: #2e2d2d;
}

.gery {
    color: #dedede;
}

.future h1 {
    font-size: 20px;
}

.future p {
    font-size: 16px;
    line-height: 30px;
}

.feature_text ul {
    padding-left: 30px;
}


.newletter.subsc-new h2 {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    color: white;
}

.subsc-new .news_form {
    display: inline-block;
    width: 100%;
    float: right;
}

.subsc-new .feature_btn {
    float: right;
}

.newletter.subsc-new {
    align-items: center;
    padding: 5em 0 3em;
     margin-bottom: 3em;
     border-bottom: 1px solid #21817d;
}

.subsc-new .feature_btn a {
    vertical-align: middle;

}
.social-links li{
position: relative;
display: inline-block;
margin-right: 15px;}

.links-widget p{ color: #FFF; font-size: 14px;}
.links-widget li a{ color: #FFF;}
.links-widget p a{ color: #FFF;}

.links-widget h4 a{ color: #4EB868; font-weight: 600; line-height: 46px;}

.copyright{color: #4EB868;}