@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px !important;
    padding: 0px !important;
}
html {
    height: 100%;
    margin: 0!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}
div, button, a, span, i{
    outline: none !important;
}
a{
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
a:focus {
    outline: none !important;
}
button{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.white-blue-btn{
    padding: 0px 30px;
    background: #fff;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #23a496;
    font-size: 15px;
}
.white-blue-btn:hover{
    background: #222222;
    color: #fff;
}
.gototop{
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 36px;
    width: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    z-index: 2000;
}
.uppercase {
    text-transform: uppercase !important;
}
.bold {
    font-weight: 700 !important;
}
.text-left {
    text-align: left !important;
}
:-ms-input-placeholder {
    color: #636363;
}
::-moz-placeholder {
    color: #636363;
}
:-moz-placeholder {
    color: #636363;
}
::-webkit-input-placeholder {
    color: #636363;
}
textarea {
    min-height: 130px !important;
    resize: vertical;
}
.btn, .btn:focus {
    outline: none !important;
}
.spacer-top-0 {
    margin-top: 0px !important;
}
.spacer-top-5 {
    margin-top: 5px !important;
}
.spacer-top-10 {
    margin-top: 10px !important;
}
.spacer-top-15 {
    margin-top: 15px !important;
}
.spacer-top-20 {
    margin-top: 20px !important;
}
.spacer-top-25 {
    margin-top: 25px !important;
}
.spacer-top-30 {
    margin-top: 30px !important;
}
.spacer-bottom-5 {
    margin-bottom: 5px !important;
}
.spacer-bottom-10 {
    margin-bottom: 10px !important;
}
.spacer-bottom-15 {
    margin-bottom: 15px !important;
}
.spacer-bottom-20 {
    margin-bottom: 20px !important;
}
.spacer-bottom-25 {
    margin-bottom: 25px !important;
}
.spacer-bottom-30 {
    margin-bottom: 30px !important;
}
.spacer-left-5 {
    margin-left: 5px !important;
}
.spacer-left-10 {
    margin-left: 10px !important;
}
.spacer-left-15 {
    margin-left: 15px !important;
}
.spacer-left-20 {
    margin-left: 20px !important;
}
.spacer-left-25 {
    margin-left: 25px !important;
}
.spacer-left-30 {
    margin-left: 30px !important;
}
.spacer-right-5 {
    margin-right: 5px !important;
}
.spacer-right-10 {
    margin-right: 10px !important;
}
.spacer-right-15 {
    margin-right: 15px !important;
}
.spacer-right-20 {
    margin-right: 20px !important;
}
.spacer-right-25 {
    margin-right: 25px !important;
}
.spacer-right-30 {
    margin-right: 30px !important;
}
p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    color: dimgrey;
}
a {
    color: #23a496;
    text-decoration: none !important;
}
a:hover {
    color: #23a496;
    text-decoration: none !important;
}
.top-menu{
    width: 100%;
    float: left;
    background: transparent;
    position: absolute;
    z-index: 1100;
}
.navbar {
    background: transparent;
    float: left;
    width: 100%;
    border-radius: 0px !important;
    margin: 0px;
    position: relative;
    padding: 0px;
    border: none;
    z-index: 1;
}
.navbar-brand{
    text-align: left;
    background: transparent;
    float: left;
    height: 80px;
    padding: 0px;
    display: inline-block;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
}
.navbar-brand img {
    float: left;
    width: auto;
    height: 100%;
    padding: 10px 0px;
}
.navbar .navbar-header {
    text-align: left;
    height: 60px;
    background: transparent;
    position: absolute;
    left: 20px;
}
.navbar .navbar-header .navbar-brand {
    float: none;
    height: 60px;
    padding: 0px;
    font-size: 18px;
    display: inline-block;
    margin-left: 0px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.navbar .navbar-header .navbar-brand img {
    float: left;
    width: auto;
    height: 100%;
}
.navbar .navbar-nav {
    margin-right: 0px;
    float: right;
    flex-direction: row;
}
.navbar .navbar-nav li {
    margin: 0px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
}
.navbar .navbar-nav li + li:before{
    content:"";
}
.navbar .navbar-nav li a {
    color: #171717;
    font-size: 14px;
    line-height: 76px;
    padding: 0px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    padding: 0px 15px !important;
    font-weight: 600;
    border-bottom: 4px solid transparent;
}
.navbar .navbar-nav li.active a, .navbar .navbar-nav li.active:hover a {
    background: #3d3936d9;
    color: #ffffff;
    border-bottom: 4px solid #23a496;
}
.navbar .navbar-nav li:hover a {
    background: transparent;
    color: #23a496;
}
.navbar .navbar-nav li.free-trial-button {
    padding: 28px 0px;
}
.navbar .navbar-nav li.free-trial-button a {
    padding: 6px 12px 4px 12px;
    border: 1px solid #ffffff;
    line-height: 20px;
    border-radius: 20px;
    font-size: 16px;
    text-transform: initial;
}
.navbar .navbar-nav li.free-trial-button:hover a {
    background: #85cbec;
    color: #ffffff;
}
.navbar .navbar-nav li.dropdown .dropdown-menu{
    margin: 0px;
    padding: 0px;
    border: none;
    margin-top: 0px;
    border-radius: 0px;
    background: #fff;
    min-width: 225px;
    box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 5%);
}
.navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item{
    width: 100%;
    float: left;
    color: #000;
    line-height: inherit;
    padding: 10px 15px !important;
    border: none;
    white-space: normal;
    background: #fff;
}
.navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item + .dropdown-item{
    border-top: 1px solid #c1c1c1;
}
.navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover{
    color: #23a496;
}
.navbar .navbar-toggler {
    border: none;
    margin: 0px;
    padding: 0px;
    background: #23a496 !Important;
    height: 40px;
    width: 40px;
    margin: 15px 0px 15px 15px;
    outline: none;
    color: #fff;
    border-radius: 4px;
}
.navbar .navbar-toggler .icon-bar {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
}
.navbar .navbar-toggler:hover {
    background: #23a496 !important;
}
.customerfeedback{
    left: 0px;
    top: 0px;
    padding: 80px 0px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.customerfeedback:before{
    content:"";
    background: #00000080;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.customerfeedback .customerfeedback-title{
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    float: left;
    margin-bottom: 40px !important;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: 600;
}
.customerfeedback .customerfeedback-words{
    width: 100%;
    float: left;
}
.single-feedback{
    width: calc(100% - 30px);
    float: left;
    padding: 30px;
    background: #fff;
    border: 2px solid #23a496;
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin: 15px;
}
.single-feedback .feedback-title{
    width: 100%;
    float: left;
    font-weight: 700;
    text-align: left;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 20px;
}
.single-feedback .feedback-description{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #2d2d2d;
    margin-bottom: 30px;
    line-height: 25px;
}
.single-feedback .feedback-sender{
    width: 100%;
    float: left;
    position: relative;
    padding-left: 70px;
    min-height: 50px;
}
.single-feedback .feedback-sender .pic-sender{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}
.single-feedback .feedback-sender .pic-sender img{
    width: 100%;
    border-radius: 50%;
}
.single-feedback .feedback-sender .name-sender{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 16px;
}
.single-feedback .feedback-sender .designation-sender{
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
    color: #9a9a9a;
}
.methodology-group{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.methodology-group .methodology-bgboxone{
    width: 90%;
    background: #222222;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0px;
}
.methodology-group .methodology-bgboxtwo{
    z-index: 2;
    width: 10%;
    height: 100%;
    position: absolute;
    background: #23a496;
    top: 0;
    right: 0px;
}
.methodology-group .methodology-bgboxtwo:after {
    top: 0;
    width: 0;
    height: 100%;
    right: 100%;
    content: '';
    position: absolute;
    border-bottom: 700px solid #23a496;
    border-left: 200px solid transparent;
}
.methodology-group .methodology-content{
    width: 100%;
    position: relative;
    float: left;
    z-index: 2;
    padding: 60px 0px;
}
.methodology-group .left-side{
    width: 70%;
    float: left;
    color: #fff;
    padding: 0px 0px;
}
.methodology-group .left-side .methodology-title{
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 20px;
}
.methodology-group .left-side .methodology-subtitle{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #21b9a9;
    font-weight: 600;
}
.methodology-group .left-side ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    margin: 20px 0px 0px 0px;
}
.methodology-group .left-side ul li{
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
    width: 100%;
    color: #fff;
    line-height: 24px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.methodology-group .left-side ul li:before{
    content:"";
    width: 14px;
    height: 5px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 4px;
    top: 5px;
    z-index: 1;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.methodology-group .left-side ul li:after{
    content:"";
    width: 14px;
    background: #000000;
    height: 14px;
    border: 1px solid #ffffffb3;
    position: absolute;
    left: 0px;
    top: 5px;
}
.methodology-group .right-side{
    width: 40%;
    float: left;
}
.methodology-accordion{
    width: 100%;
    float: left;
    background: transparent;
}
.methodology-accordion .card{
    width: 100%;
    float: left;
    border: none;
    background: transparent;
}
.methodology-accordion .card .card-header{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    border: none;
    background: transparent;
}
.methodology-accordion .card .card-header .card-title{
    padding: 20px 25px 10px 50px;
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    text-align: left;
    line-height: 40px;
    margin: 0px;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    cursor: pointer;
}
.methodology-accordion .card .card-header .card-title:before{
    content:"";
    background-image: url(../images/plus.png);
    background-size: 16px;
    width: 16px;
    height: 16px;
    float: left;
    position: absolute;
    top: 20px;
    right: 0px;
    margin: 12px;
    transform: rotate(45deg);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.methodology-accordion .card .card-header .card-title.collapsed:before{
    content:"";
    transform: rotate(0deg);
}
.methodology-accordion .card:hover .card-header .card-title, .methodology-accordion .card:hover .card-header .card-title.collapsed{
    color: #ffffff;
}
.methodology-accordion .card .card-header .card-title.collapsed{
    color: rgba(255, 255, 255, 0.6);
    padding: 20px 25px 20px 50px;
}
.methodology-accordion .card .card-header .card-title .card-number{
    position: absolute;
    left: 0px;
    padding: 20px 0px 0px 0px;
    top: 0px;
}
.methodology-accordion .card .collapse-data {
    width: 100%;
    float: left;
}
.methodology-accordion .card .collapse-data .card-body {
    width: 100%;
    float: left;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 0px 25px 50px;
}
.methodology-accordion .card + .card{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-theme{
    background: #ffffff;
    padding: 50px 0;
    width: 100%;
    float: left;
}
.blog-theme .blog-sectiontitle{
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .03px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    color: #222222;
}
.blog-section{
    width: 100%;
    float: left;
}
.single-blog{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}
.single-blog .blog-img .blog-date{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #23a496;
    border-radius: 0px 0px 00px 15px;
    color: #fff;
    padding: 0px 18px;
    font-size: 12px;
    line-height: 26px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-blog .blog-img{
    left: 0px;
    top: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.single-blog .blog-img .blog-title{
    font-weight: 600;
    font-size: 15px;
    color: #fafafa;
    letter-spacing: 0;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-blog .blog-description{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    padding: 15px;
}
.threelist .owl-nav{
    display: none;
}
.banner-section{
    width: 100%;
    right: 0px;
    top: 0px;
    float: left;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    background: transparent;
}
.banner-content{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px 0px 0px;
    z-index: 1;
}
.banner-content-2{
    width: 100%;
    float: left;
    position: relative;
}
.banner-content .imagine-line{
    font-weight: 800;
    font-size: 90px;
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 0px 0px 27px rgba(0,0,0,0.3);
    top: 50px;
    opacity: 0.5;
}
.banner-content .banner-user-content{
    width: 100%;
    float: left;
    position: relative;
}
.banner-content .banner-user-content .left-user-content{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 25px;
}
.banner-content .banner-user-content .left-user-content .banner-image{
    width: 80%;
    float: left;
    min-height: 400px;
}
.banner-content .banner-user-content .left-user-content .banner-image img{
    width: 100%;
    float: left;
}
.banner-content .banner-user-content .right-user-content{
    width: 45%;
    right: 0px;
    position: absolute;
    height: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
}
.content-align-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-content .banner-text-group{
    width: 100%;
    float: left;
    position: relative;
}
.banner-content .banner-blue-text{
    width: 100%;
    float: left;
    position: relative;
    background: #23a496;
    padding: 15px 40px 80px 00px;
    font-weight: 500;
}
.banner-content .banner-blue-text:before{
    content:"";
    background: #23a496;
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -5000px;
}
.banner-content .banner-blue-text .blue-text{
    width: 100%;
    font-size: 25px;
    color: #ffffff;
    float: left;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    overflow: hidden;
}
.banner-content .banner-blue-text .angled-section {
    width: 150px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    right: 100%;
}
.banner-content .banner-blue-text .angled-section polygon {
    fill: #23a496;
}
.banner-content .banner-black-text{
    position: absolute;
    width: 92%;
    bottom: -15px;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    background: #222222;
    color: #fff;
    font-size: 16px;
    padding: 20px 20px;
    line-height: 40px;
}
.banner-content .banner-black-text:before{
    content:"";
    background: #222222;
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -5000px;
}
.banner-content .banner-black-text .fa{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 34px;
    text-align: center;
    width: 40px;
    border: 3px solid #23a496;
    background: #fff;
    border-radius: 50%;
    color: #23a496;
    font-size: 14px;
    margin-right: 15px;
}
.banner-content .banner-black-text .angled-section {
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    right: 100%;
    width: 40px;
}
.banner-content .banner-black-text .angled-section polygon {
    fill: #222222 !important;
}
.about-company{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.about-company .about-bgboxone{
    width: 75%;
    background: #23a496;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0px;
}
.about-company .about-bgboxtwo{
    z-index: 2;
    width: 25%;
    height: 100%;
    position: absolute;
    background: #222222;
    top: 0;
    right: 0px;
}
.about-company .about-bgboxtwo:after {
    top: 0;
    width: 0;
    height: 100%;
    right: 100%;
    content: '';
    position: absolute;
    border-bottom: 1000px solid #222222;
    border-left: 200px solid transparent;
}
.about-company .left-side{
    width: 100%;
    float: left;
    padding: 70px 50px 70px 0px;
}
.about-company .left-side .sub-title{
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}
.about-company .left-side .main-title{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}
.about-company .left-side .main-description{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 25px;
}
.about-company .right-side{
    width: 40%;
    right: 0px;
    position: absolute;
    bottom: 0px;
    height: 100%;
    padding: 70px 0px;
}
.about-company .right-side img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border: 15px solid #fff;
}
.about-company .about-content{
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
    z-index: 2;
}
.about-company .about-content-center{
    width: 100%;
    position: relative;
    padding-right: 40%;
    float: left;
}
.breakthrough-group{
    width: 100%;
    float: left;
    background: #fff;
    padding-top: 30px;
}
.breakthrough-group .breakthrough-content{
    width: 100%;
    position: relative;
    padding-right: 50%;
    float: left;
}
.breakthrough-group .breakthrough-content .right-side{
    width: 50%;
    right: 0px;
    position: absolute;
    bottom: 0px;
    height: 100%;
}
.breakthrough-group .breakthrough-content .right-side img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding-top: 50px;
    position: absolute;
    bottom: 0px;
}
.breakthrough-group .breakthrough-content .left-side{
    width: 100%;
    float: left;
    padding: 70px 50px 70px 0px;
}
.breakthrough-group .breakthrough-content .left-side h1{
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    float: left;
    margin-bottom: 15px !important;
    font-weight: 700;
    color: #23a496;
}
.breakthrough-group .breakthrough-content .left-side h4{
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    float: left;
}
.customer-logos{
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0px;
}
.customer-logos .logo-list{
    width: 100%;
    float: left;
}
.customer-logos .logo-list .single-logo{
    float: left;
    background: #fff;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
    height: 100px;
    width: 100%;
}
.customer-logos .logo-list .single-logo img{
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: absolute;
    bottom: auto;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    max-width: 70%;
    max-height: 70%;
}
.customer-logos .logo-list .single-logo:hover img{
    filter: none !Important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.customer-logos .owl-nav, .customer-logos .owl-dots{
    display: none;
}
.footer-theme{
    width: 100%;
    float: left;
}
.footer-theme .footer-bottomright{
    width: 100%;
    float: left;
    background: #23a496 url(../images/bg-pattran.png);
    padding: 25px 0px;
    color: #fff;
}
.footer-theme .footer-bottomright p{
    width: 100%;
    float: left;
    font-size: 13px;
    margin-top: 15px;
    color: white;
}
.footer-theme .footer-bottomright .commom-sub-title, .footer-theme .footer-bottomright .address-ul li, .footer-theme .footer-bottomright .address-ul li a, .footer-theme .footer-bottomright .address-ul li .fa{
    color: #fff;
}
.footer-theme .footer-bottomright .footer-logo{
    float: left;
}
.footer-theme .footer-bottomright .footer-logo img{
    width: auto;
    float: left;
    max-height: 60px;
}
.footer-theme .footer-bottomright .footer-social{
    float: left;
    position: relative;
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
}
.footer-theme .footer-bottomright .footer-social li{
    display: inline-block;
    vertical-align: top;
    float: none;
}
.footer-theme .footer-bottomright .footer-social li a{
    float: left;
    line-height: 40px;
    width: 40px;
    text-align: center;
    height: 40px;
    color: #fafafa;
    border: 1px solid #fafafa;
}
.footer-theme .footer-bottomright .footer-social li a:hover{
    background: #fafafa;
    color: #23a496;
}
.footer-theme .footerbottomline-group{
    text-align: center;
    width: 100%;
    float: left;
    background: #222222 url(../images/bg-pattran.png);
    padding: 20px 0px;
    color: #fff;
}
.footer-theme .footerbottomline-group .footer-bottom-ul{
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    float: left;
}
.footer-theme .footerbottomline-group .footer-bottom-ul li{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    line-height: 24px;
    vertical-align: top;
}
.footer-theme .footerbottomline-group .footer-bottom-ul li + li{
    padding-left: 30px;
}
.footer-theme .footerbottomline-group .footer-bottom-ul li + li:before{
    content:"";
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 13px;
    height: 10px;
    margin-top: -5px;
}
.footer-theme .footerbottomline-group .footer-bottom-ul li a{
    float: none;
    color: rgb(33 202 183);
    display: inline-block;
    vertical-align: top;
}
.accounting-smilegirl-group{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.accounting-smilegirl-group .accounting-leftside{
    width: calc(45% + 20px);
    z-index: 1;
    position: absolute;
    height: 350px;
    top: 0px;
    left: 0px;
}
.accounting-smilegirl-group .accounting-leftside .smilegirl-image{
    width: 100%;
    float: left;
    position: absolute;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    left: 0px;
    top: 0px;
    height: 100%;
    box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    BORDER: 2px solid #23a496;
}
.accounting-smilegirl-group .accounting-center{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 80px;
}
.accounting-smilegirl-group .accounting-rightside{
    width: calc(55% + 20px);
    float: right;
    background: #23a496 url(../images/bg-pattran.png);
    padding: 40px 40px 40px 80px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.05);
    min-height: 350PX;
}
.accounting-smilegirl-group .accounting-rightside h1{
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    float: left;
    margin-bottom: 15px !important;
}
.accounting-smilegirl-group .accounting-rightside h4{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin-bottom: 0px !important;
}
.accounting-smilegirl-black{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.accounting-smilegirl-black .accounting-leftside{
    width: calc(45% + 20px);
    z-index: 1;
    position: absolute;
    height: 350px;
    top: 0px;
    right: 0px;
}
.accounting-smilegirl-black .accounting-leftside .smilegirl-image{
    width: 100%;
    float: left;
    position: absolute;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    left: 0px;
    top: 0px;
    height: 100%;
    box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    BORDER: 2px solid #23a496;
}
.accounting-smilegirl-black .accounting-center{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 80px;
}
.accounting-smilegirl-black .accounting-rightside{
    width: calc(55% + 20px);
    float: left;
    background: #222222 url(../images/bg-pattran.png);
    padding: 40px 80px 40px 40px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.05);
    min-height: 350PX;
}
.accounting-smilegirl-black .accounting-rightside h1{
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    float: left;
    margin-bottom: 15px !important;
}
.accounting-smilegirl-black .accounting-rightside h4{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    float: left;
}
.modal-video .modal-dialog {
    width: auto;
    max-width: 600px;
    border: none;
    box-shadow: none;
}
.modal-video .modal-dialog .modal-content {
    width: 100%;
    float: left;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.modal-video .modal-dialog .modal-content.pdf {
    min-width: 600px;
    min-height: 600px;
}
.modal-video .modal-dialog .modal-content.pdf object {
    height: 600px;
}
.modal-video .modal-dialog .modal-content .close-dismiss {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 360px;
    background: #bf1114;
}
.modal-video .modal-dialog .modal-content .close-dismiss:before {
    content: "";
    background-image: url(../images/theme-plus-icon.png);
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.service-group.service-group-home{
    margin-bottom: 0px;
}
.service-group {
    width: 100%;
    float: left;
    position: relative;
    overflow: initial;
    margin-bottom: 60px;
    padding: 40px 0px;
    text-align: center;
    background: #ffffff;
}
.service-group .service-group-bg{
    position: absolute;
    width: 100%;
    border-radius: 20px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0.1;
}
.service-group .common-heading .title, .service-group .common-heading h1 {
    color: #222;
}
.service-group .common-heading .title .highlight-span, .service-group .common-heading h1 a{
    color: #23a496;
}
.service-group .common-heading .title .highlight-span:before, .service-group .common-heading h1 a:before{
    background: #ffffff;
}
.service-group .common-heading .subtitle, .service-group .common-heading p {
    color: #5a5a5a;
}
.service-list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.single-service{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.single-service .service-background{
    position: relative;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0px;
    left: 0px;
    height: 100%;
    min-height: 250px;
}
.single-service .service-content{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    background: #fff;
    margin: -50px 20px 30px 20px;
    position: relative;
    padding: 25px;
    text-align: left;
    box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 5%);
    min-height: 250px;
}
.single-service .service-content p{
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
}
.single-service .service-content .service-icon{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}
.single-service .service-content .service-icon img{
    width: auto;
    height: 70px;
}
.single-service .service-content:before {
    content: "";
    background: url(../images/svg/dotted-black.SVG) top center;
    position: absolute;
    top: -60px;
    right: 20px;
    width: 60px;
    height: 120px;
    background-size: 180px;
    opacity: 0.2;
    z-index: 1;
}
.single-service .service-content h3, .single-service .service-content .service-name{
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    color: #e8262a;
    margin: 0px 0px 5px 0px;
    font-weight: 700;
    line-height: 27px;
}
.single-service .service-content ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    margin: 0px;
}
.single-service .service-content ul li{
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
    width: 100%;
    color: #000;
    line-height: 25px;
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.single-service .service-content ul li:before{
    content:"";
    width: 8px;
    background: white;
    height: 8px;
    border: 2px solid #23a496;
    position: absolute;
    left: 0px;
    top: 9px;
    z-index: 1;
}
.single-service .service-content ul li:after{
    content:"";
    width: 8px;
    background: white;
    height: 8px;
    border: 1px solid #d2d1d1;
    position: absolute;
    left: 3px;
    top: 12px;
}
.commonsection {
    padding: 50px 0px;
    width: 100%;
    border: none !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.common-heading {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
}
.common-heading .title, .common-heading h1 {
    float: left;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
}
.common-heading .title .highlight-span, .common-heading h1 a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #16223a;
}
.common-heading .title .highlight-span:before, .common-heading h1 a:before{
    content:"";
    width: 100%;
    background: #fa7000;
    height: 2px;
    position: absolute;
    bottom: 3px;
    animation-name: border-linear;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.footer-map{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer-map iframe{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.inner-page{
    width: 100%;
    right: 0px;
    top: 0px;
    float: left;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}
.inner-content{
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0px;
}
.inner-content .common-ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    margin: 0px;
}
.inner-content .common-ul li{
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    width: 100%;
    color: #000;
    line-height: 25px;
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.inner-content .common-ul li:before{
    content:"";
    width: 8px;
    background: white;
    height: 8px;
    border: 2px solid #23a496;
    position: absolute;
    left: 0px;
    top: 9px;
    z-index: 1;
}
.inner-content .common-ul li:after{
    content:"";
    width: 8px;
    background: white;
    height: 8px;
    border: 1px solid #d2d1d1;
    position: absolute;
    left: 3px;
    top: 12px;
}
.theme-title-header{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.theme-title-header .about-bgboxone{
    width: 75%;
    background: #23a496;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0px;
}
.theme-title-header .about-bgboxtwo{
    z-index: 2;
    width: 25%;
    height: 100%;
    position: absolute;
    background: #222222;
    top: 0;
    right: 0px;
}
.theme-title-header .about-bgboxtwo:after {
    top: 0;
    width: 0;
    height: 100%;
    right: 100%;
    content: '';
    position: absolute;
    border-bottom: 1000px solid #222222;
    border-left: 200px solid transparent;
}
.theme-title-header .left-side{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.theme-title-header .left-side .sub-title{
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
}
.theme-title-header .right-side{
    width: 40%;
    right: 0px;
    position: absolute;
    bottom: 0px;
    height: 100%;
    padding: 70px 0px;
}
.theme-title-header .about-content{
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
    z-index: 2;
}
.theme-title-header .about-content-center{
    width: 100%;
    position: relative;
    padding-right: 40%;
    float: left;
}
.commom-sub-title{
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    color: #23a496;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}
.address-ul {
    width: 100%;
    float: left;
    padding: 0px;
}
.address-ul li {
    width: 100%;
    float: left;
    list-style: none;
    color: #1F1F1F;
    word-break: break-all;
    line-height: 24px;
    padding-left: 36px;
    position: relative;
    font-size: 13px;
    margin-bottom: 5px;
}
.address-ul li a{
    width: 100%;
    float: left;
    color: #23a496;
}
.address-ul li .fa {
    width: 30px;
    text-align: center;
    color: #23a496;
    position: absolute;
    left: 0px;
    top: -3px;
    line-height: 30px;
}
.btn-theme {
    color: #fff !important;
    background-color: #23a496;
}
.btn-theme:hover, .btn-theme:focus {
    color: #fff !important;
    background-color: #23a496;
    border-color: #23a496;
}
label {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
    color: #23a496;
    float: left;
    width: 100%;
    font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 48px;
}
.form-control:hover, .form-control:focus {
    border: 1px solid #23a496;
    box-shadow: none;
    outline-color: transparent;
}
.contact-form{
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    z-index: 1;
}
.page-service-group{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.page-service{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 350px;
    position: relative;
}
.page-service .service-background{
    position: absolute;
    width: 400px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0px;
    left: 0px;
    height: 100%;
    margin-left: 0px;
}
.page-service .service-content{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 25px 25px 25px 125px;
    text-align: left;
    box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 5%);
    margin: 30px 0px;
}
.page-service .service-content .service-icon{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 25px;
    left: 25px;
}
.page-service .service-content .service-icon img{
    width: auto;
    height: 70px;
}
.page-service .service-content .service-name{
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    color: #e8262a;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    line-height: 28px;
}
.page-service:nth-child(even){
    padding-right: 350px;
    padding-left: 0px;
}
.page-service:nth-child(even) .service-background{
    right: 0px;
    left: initial;
}

.error {
    color: #dc3545!important;
    font-size: 15px;
}