::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #d2d6de;
}
::-webkit-scrollbar-thumb {
    background: #111111;
}
::-webkit-scrollbar-thumb:hover {
    background: #ed5f34;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.w-100 {
    width: 100% !important;
}
.rounded-btn-orange {
    border-radius: 100px;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #ed5f34;
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0 auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}
h1 {
    font-size: 54px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    /*opacity: 0.8;*/
    color: #ed5f34;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
button,
.btn {
    outline: none;
}
button:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}
p {
    text-align: justify;
    margin-top: 0 !important;
}
.main-color {
    color: #6195FF;
}
.white-text {
    color: #FFF;
}
::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}
::selection {
    background-color: #6195FF;
    color: #FFF;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}
ul li,
ol li {
    margin: 0;
}
.flRight {
    float: right;
}
.cf:before,
.cf:after {
    content: '';
    display: block;
}
.cf:after {
    clear: both;
}
.section {
    position: relative;
    z-index: 11;
}
.md-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-bottom120 {
    padding-bottom: 120px;
}
.padding-bottom60 {
    padding-bottom: 60px;
}
.padding-top60 {
    padding-top: 60px;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #F6F6F6;
}
.bg-dark {
    background-color: #1C1D21;
}
.bg-orange {
    background-color: rgba(247, 158, 66, 0.96);
}
.bg-orange1 {
    background-color: #ff533d;
}
.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000033;
}
.section-header {
    position: relative;
    margin-bottom: 60px;
}
.section-header .title {
    text-transform: capitalize;
}
.title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #ed5f34;
    margin-top: 5px;
    margin-bottom: 20px;
}
.text-center .title:after {
    margin: 20px auto 0px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea {
    height: 40px;
    width: 100%;
    border: none;
    background: #F4F4F4;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}
textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}
input[type="file"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
    border-color: #ed5f34 !important;
    opacity: 1;
    outline: none;
}
.main-btn,
.white-btn,
.outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.main-btn {
    background: #ed5f34;
    color: #FFF;
}
.white-btn {
    background: #FFF;
    color: #10161A !important;
}
.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}
.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    opacity: 0.8;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand .logo,
.navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
    padding: 10px 0;
}
#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}
#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}
#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}



.our-story-socail-reviews.inner-column {
    min-height: auto;
    margin: 0;
    border-radius: 2px;
	background: url(../image/blog-left-bg.jpg) top no-repeat;
    background-size: cover;
}

.our-story-socail-reviews .innertext {
    padding: 15px;
    display: inline-block;
    text-align: center;
	top: 0px;
    transform: translateY(0px);
}

.our-story-socail-reviews h3.org-text {
    margin-top: 0;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
}

.our-story-socail-reviews .icontxt a {
	background: #ffffff;
    color: #ff9800;
    border-radius: 50%;
    float: none;
    display: inline-block;
    width: 50px;
    padding: 0px 5px;
    font-size: 32px;
    margin: 15px;
}


.our-story-socail-reviews .icontxt a i.fa.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.our-story-socail-reviews .icontxt a i.fa.fa-facebook {
    color: #3b5998;
}


.Policy_Points {

}

.Policy_Points ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.Policy_Points ul li {
    list-style: disc;
}

.Policy_Points h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.Policy_Points h4 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}



@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}
#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}
#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #000000 !important;
    border-bottom: 1px solid #000000;
}
#nav.nav-transparent {
    background: #000000;
}
@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
        margin-left: 0;
    }
    .main-nav li a {
        font-size: 12px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
        padding: 15px 0px;
        position: relative;
    }
    .main-nav>li>a {
        color: #ffffff;
        padding: 15px 0px;
        text-transform: uppercase;
    }
    .main-nav li.signup a {
        background: #ed5f34;
        color: #fff;
        padding: 10px 14px;
        border-radius: 5px;
        margin-top: 7px;
    }
    .main-nav li.signup a:hover {
        background: #ed5f34;
        color: #fff;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover,
    .main-nav>li>a:focus,
    .main-nav>li.active>a {
        background: transparent;
        color: #ed5f34 !important;
        font-weight: 600;
        transition: 0.2s ease;
    }
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .has-dropdown .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #000000;
        /*width: 240px;*/
        width: 315px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .has-dropdown .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 12px 0px;
        line-height: inherit;
        padding-left: 20px;
        font-size: 12px;
    }
    .has-dropdown .dropdown li a:hover {
        color: #f79e42;
    }
    .has-dropdown .dropdown li a i {
        margin-right: 5px;
        position: absolute;
        top: 12px;
        left: 0;
        line-height: inherit;
    }
    .has-dropdown .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
    #imagemodal .modal-dialog {
        width: 700px;
        margin: 50px auto;
        max-width: 100%;
    }
    .blog-tags {
        padding-left: 50px;
    }
    .blog-tags h5 {
        position: absolute;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #000000;
        padding: 8px 0px;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #000000;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 0 15px;
        padding-right: 30px;
    }
    .caret_ico {}
    .caret_ico:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        color: #FFF;
        font-size: 12px;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .has-dropdown>.caret_ico {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        font-size: 12px;
        padding: 10px 0;
    }
    .main-nav>li.active {
        border-left: 6px solid #f79e42;
    }
    .main-nav li a:hover,
    .main-nav li a:focus {
        background-color: #f79e42;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .has-dropdown .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .has-dropdown .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}
.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 8px;
    cursor: pointer;
    z-index: 99999;
}
.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}
.nav-collapse span:before,
.nav-collapse span:after {
    content: "";
    display: block;
}
.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
    height: 4px;
    background: #ffffff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}
.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}
#nav.open .nav-collapse span {
    background: transparent;
}
#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}
#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}
header {
    position: relative;
}
#home {
    height: 100vh;
}
#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.home-content h1 {
    text-transform: uppercase;
}
.home-content button {
    margin-top: 20px;
}
.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}
.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}
.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}
.breadcrumb>li+li:before {
    color: #868F9B;
}
.main-nav>.has-dropdown>.dropdown {
    max-height: 400px;
    overflow-y: auto;
}
.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}
.about i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}
.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}
.about:hover:after {
    width: 100%;
}
.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.about:hover h3 {
    color: #fff;
}
.work {
    position: relative;
    padding: 20px;
}
.work>img {
    width: 100%;
}
.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}
.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #6195FF;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #6195FF;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}
.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}
.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}
.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #6195FF;
    border-radius: 50%;
}
.service:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}
.service:hover:after {
    width: 100%;
}
.service h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.service:hover h3 {
    color: #fff;
}
.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #6195FF;
    border: 1px solid #6195FF;
    margin-right: 5px;
}
.number {
    text-align: center;
    margin: 15px 0px;
    cursor: pointer;
}
.number:hover i {
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
}
.number i {
    color: #ed5f34;
    font-size: 36px;
    margin-bottom: 20px;
    transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
}
.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0;
}
.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}
.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.pricing:hover:after {
    height: 100%;
}
.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}
.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.pricing:hover .price-title {
    color: #6195FF;
}
.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #6195FF;
}
.pricing .price h3 {
    font-size: 42px;
    margin: 0px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.pricing:hover .price h3 {
    color: #fff;
}
.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.pricing:hover .duration {
    color: #fff;
}
.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}
.testimonial {
    margin: 15px 0px;
    background: #fff;
}
.testimonial .pd-0 {
    padding: 0;
}
.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.testimonial img {
    position: relative;
    width: 100% !important;
    height: auto !important;
}
.testimonial h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.testimonial span {
    font-size: 12px;
    color: #6195FF;
    width: 100%;
    display: block;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.testimonial p {
    font-size: 15px;
    text-align: justify;
    font-style: italic;
}
.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 15px;
    margin: 15px 0px;
}
.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.team:hover:after {
    height: 100%;
}
.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}
.team-img>img {
    width: 100%;
}
.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.team:hover .overlay {
    opacity: 0.8;
}
.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}
.team .team-content h3 {
    margin-bottom: 4px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-size: 18px;
}
.team .team-content span {
    font-size: 12px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.team:hover .team-content h3 {
    color: #FFF;
}
.team:hover .team-content span {
    color: #ed5f34;
}
.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    z-index: 1;
}
.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #ed5f34;
    color: #FFF;
}
.team:hover .team-social {
    opacity: 1;
}
.blog {
    background-color: #FFF;
    margin: 15px 0px;
    min-height: 475px;
}
.blog.events-and-updates{
    min-height: 400px;
}
.blog:hover,
.blog:focus {
    box-shadow: 0 0 5px 0px #80808080;
    transition: ease 1s;
}
.blog .blog-content {
    padding: 20px 20px 20px;
    text-align: justify;
}
.blog .blog-content h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.blog .blog-content h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.blog .blog-content p {
    color: #868F9B;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto !important;
}
.blog_details_page .blog .blog-content p {
    -webkit-line-clamp: inherit;
}
.blog_details_page .blog .blog-content h4 p {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.blog_details_page .blog .blog-content iframe {
    -webkit-line-clamp: inherit;
}
.blog .blog-content p:last-child {
    margin: 0;
}
.blog .blog-content p a {
    display: inline-block;
}
/* .blog .blog-content br {
    display: none;
}
.blog .blog-content br:last-child {
    display: block !important;
} */
.blog .blog-content .post_title {
    font-size: 20px;
    margin-bottom: 10px;
    /* line-height: 1.25; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* min-height: 50px;
    max-height: 50px; */
    color: #ed5f34;
}
.blog .blog-content a {
    color: #ed5f34;
    display: block;
}
.blog .blog-content ol {
    margin: 0;
    padding: 0;
    list-style: decimal;
    color: #868F9B;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 20px;
}
.blog .blog-content ul li,
.blog .blog-content ol li {
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
}
.blog .blog-content ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 20px;
}
.blog .blog-content .blog-meta {
    margin-bottom: 20px;
    padding: 0;
}
.blog.podcast-section .blog-content .blog-meta {
    margin-bottom: 10px;
}
.blog .blog-content .blog-meta li {
    display: inline-block;
    font-size: 12px;
    color: #10161A;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
    /*max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
}
.blog .blog-content .blog-meta li i {
    color: #ed5f34;
    margin-right: 5px;
}
.blog .blog-content .action_link {
    position: absolute;
    bottom: 25px;
}
.blog.podcast-section .blog-content .action_link {
    bottom: 0;
}
#main .blog .blog-content {
    padding: 20px 0px 0px;
}
#main .blog {
    margin-top: 0px;
}
.blog-tags {
    margin: 40px 0px;
}
.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}
.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}
.blog-tags a:hover {
    color: #FFF;
    background-color: #ed5f34;
}
.blog-tags a i {
    margin-right: 3px;
    color: #ed5f34;
}
.blog-tags a:hover i {
    color: #FFF;
}
.blog-author {
    margin: 40px 0px;
}
.blog-author .media .media-left {
    padding-right: 20px;
    width: 120px;
    float: left;
}
.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}
/* .blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
} */
.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.blog-author .media .media-heading .author-social {
    float: right;
}
.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #ed5f34;
}
.blog-author .media .media-body p {
    color: #868F9B;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.blog-comments {
    margin: 40px 0px;
}
.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}
.blog-comments .media:first-child {
    border-bottom: 0px;
}
.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}
.blog-comments .media .media-left {
    padding-right: 20px;
}
.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}
.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #6195FF;
    border-bottom: 1px solid #6195FF;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #6195FF;
}
.blog-comments .media.author+.media {
    border-top: 0px;
}
.reply-form {
    margin: 40px 0px;
}
.reply-form form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.reply-form form .input,
.reply-form form textarea {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.reply-form form input[type="text"],
input[type="email"],
.reply-form form input[type="password"],
input[type="number"],
.reply-form form input[type="date"],
input[type="url"],
.reply-form form input[type="tel"],
.reply-form form textarea {
    border-bottom: none;
}
.reply-form form input[type="text"]:focus,
input[type="email"]:focus,
.reply-form form input[type="password"]:focus,
input[type="number"]:focus,
.reply-form form input[type="date"]:focus,
input[type="url"]:focus,
.reply-form form input[type="tel"]:focus,
.reply-form form textarea:focus {
    outline: none;
    border: none;
}
#aside .widget:first-child {
    /* margin-top: 15px; */
    margin-bottom: 20px;
}
#aside .widget {
    margin-bottom: 40px;
}
.widget h3 {
    text-transform: uppercase;
}
.widget p {
    text-align: left;
    font-size: 14px;
}
#aside .widget-search {
    position: relative;
}
#aside .widget-search .search-input {
    padding-right: 50px;
}
#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #ed5f34;
}
.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}
.widget-category a:nth-child(1) {
    border-top: 1px solid #EEE;
}
.widget-category a span {
    float: right;
    color: #ed5f34;
}
.widget-category a:hover {
    color: #ed5f34;
}
.widget-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}
.widget-tags a:hover {
    color: #FFF;
    background-color: #6195FF;
}
.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}
.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.widget-post a {
    display: block;
    color: #10161A;
    font-size: 14px;
}
.widget-post a:hover {
    color: #ed5f34;
}
.widget-post .blog-meta {
    display: inline-block;
}
.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #ed5f34;
    font-size: 12px;
}
.widget-post li i {
    color: #ed5f34;
    margin-right: 5px;
}
.contact {
    margin: 15px 0px;
    text-align: center;
}
.contact i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}
.contact-form {
    text-align: center;
    margin-top: 40px;
}
.contact-form .input {
    margin-bottom: 20px;
}
.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}
.contact-form .input:nth-child(2) {
    margin-left: 15px;
}
#footer {
    position: relative;
}
.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}
.footer-logo>a>img {
    max-height: 80px;
}
.footer-follow {
    margin-top: 30px;
}
.footer-follow li {
    display: inline-block;
    margin-right: 5px;
    width: auto;
}
.footer-follow li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #6195FF;
    color: #FFF;
}
.footer-follow li a.faceBook {
    background-color: #3b5998;
}
.footer-follow li a.linkedin {
    background-color: #0077b5;
}
.footer-follow li a.twitter {
    background-color: #55acee;
}
.footer-follow li a.google {
    background-color: #dc4e41;
}
.footer-follow li a.youtube {
    background-color: #cd201f;
}
.footer-follow li a.blog {
    background-color: #cd201f;
}
.footer-copyright {
    border-top: 1px solid #fff;
    padding-top: 6px;
}
.footer-copyright p {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size: 31.5px;
    }
    .main-btn,
    .default-btn,
    .outline-btn,
    .white-btn {
        padding: 8px 22px;
        font-size: 14px;
    }
    .home-content h1 {
        font-size: 36px;
    }
    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    #portfolio [class*='col-xs'] {
        width: 100%;
    }
    #numbers [class*='col-xs'] {
        width: 100%;
    }
    .contact-form .input:nth-child(1),
    .contact-form .input:nth-child(2) {
        width: 100%;
    }
    .contact-form .input:nth-child(2) {
        margin-left: 0px;
    }
    .reply-form form .input,
    .reply-form form .input {
        width: 100%;
    }
    .reply-form form .input:nth-child(2),
    .reply-form form .input:nth-child(4) {
        margin-left: 0px;
    }
    .blog-author .media .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .blog-author .media {
        text-align: center;
    }
    .blog-author .media .media-heading .author-social {
        top: -110px;
        right: 10px;
        position: absolute;
    }
    .blog-author .media .media-left img {
        margin: auto;
    }
    .blog-comments .media .media {
        margin: 0px -15px;
    }
}
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #ccc;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6195FF;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #6195FF;
    width: 20px;
}
.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.owl-theme:hover .owl-nav {
    opacity: 1;
}
.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #6195FF;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    margin: 0;
}
.owl-theme .owl-prev {
    left: 0px;
}
.owl-theme .owl-next {
    right: 0px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #6195FF;
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ed5f34;
    border-radius: 3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
    font-size: 26px;
}
#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}
#back-to-top:hover {
    opacity: 0.8;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
    display: none;
}
.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #f79e42;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
}
.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
.rightDot {
    position: fixed;
    top: 38%;
    right: 20px;
    z-index: 15;
    width: 20px;
    height: auto;
    text-align: center;
    list-style: none;
}
.rightDot li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 10px;
}
.rightDot li a:hover {
    background-color: #fff;
}
.padTop30 {
    padding-top: 30px;
}
.medium-padding80 {
    padding: 80px 0;
}
.whiteColor {
    color: #ffffff;
}
.accountingFirmsMain {
    position: relative;
    /*background-image: url("../image/laptop-mobile.jpg");background-position: center center;background-repeat: no-repeat;background-size: cover;*/
}
.accountingFirmsMain h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.rounded-btn-orange {
    border-radius: 100px;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #ed5f34;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border: none;
}
.rounded-btn-orange:focus {
    color: #fff;
}
.rounded-btn-orange::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.rounded-btn-orange:hover::before {
    -webkit-box-shadow: inset 0 0 0 10em #000000;
    box-shadow: inset 0 0 0 10em #000000;
    border: 1px solid #000000;
}
.header-text {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    width: 80%;
    color: #fff;
    margin: 0 auto;
}
.header-text h1 {
    font-size: 36px;
    color: #fff;
}
.header-text h2 {
    font-size: 36px;
    color: #fff;
}
.header-text ul {
    margin: 0;
    padding-bottom: 15px;
}
.header-text ul li {
    list-style: none;
    background: url(../image/right-icon.png) left 2px no-repeat;
    padding-left: 34px;
    padding-bottom: 10px;
    font-size: 18px;
}
.header-text p {
    padding-bottom: 15px;
}
.header-text .orange-btn {
    background: #ed5f34;
    color: #FFF;
    padding: 7px 35px;
}
.header-text .orange-btn:hover {
    background: #ed5f34;
    color: #FFF;
}
.clientSpeak {
    position: relative;
}
.clientSpeak h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.achieveHldr {
    position: relative;
}
.achieveHldr h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.logosHldr,
.certiHldr {
    position: relative;
}
.logosHldr h2,
.certiHldr h2 {
    color: #ed5f34;
    text-align: center;
    margin-bottom: 8px;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0;
}
.logosHldr p {
    text-align: center;
}
.logosHldr .logoIcon,
.certiHldr .logoIcon {
    position: relative;
    padding: 0;
}
.logosHldr .logoIcon img,
.certiHldr .logoIcon img {
    width: 80%;
    margin: 0 auto;
    max-height: 140px;
}
#imagemodal .modal-header {
    display: block;
}
#imagemodal .close {
    opacity: 0.5;
}
#imagemodal .modal-body {
    height: 350px;
    text-align: center;
}
#imagemodal .modal-body img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*==slider popup==*/
.manageTeamHldr {
    position: relative;
}
.manageTeamHldr h2 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
}
.manageTeamHldr p {
    text-align: justify;
    color: #fff;
}
.managment-team {
    width: 100%;
    display: block;
    position: relative;
}
.managment-team .rolloverImg {
    position: relative;
    overflow: hidden;
    height: 140px;
    width: 138px;
    display: inline-block;
    float: left;
}
.rolloverImg img {
    display: block;
    width: 100%;
    height: auto;
}
.rolloverHldr {
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(255, 83, 61, .8);
}
.rolloverImg:hover .rolloverHldr {
    top: 100px;
    margin-top: 0;
}
.rolloverName {
    color: #fff;
    line-height: 17px;
    margin-top: 0px;
    padding-left: 7px;
    font-size: 12px;
}
.designation {
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    margin-left: 7px;
}
.blogHldr {
    position: relative;
    padding-top: 60px;
}
.blogHldr h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.hover-scale figure {
    position: relative;
    overflow: hidden
}
.hover-scale figure img {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.hover-scale figure .hover-border {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.hover-scale figure .hover-border a {
    width: 100%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    height: 100%;
    z-index: 999;
    position: absolute;
}
.hover-scale figure .hover-border i {
    background: #ec910e;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    position: absolute;
    line-height: 50px;
}
.hover-scale figure .hover-border:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
.hover-scale figure .hover-border:after {
    position: absolute;
    content: '';
    opacity: 0;
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
.hover-scale:hover figure img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}
.hover-scale:hover figure .hover-border {
    opacity: 1
}
.hover-scale:hover figure .hover-border:after,
.hover-scale:hover figure .hover-border:before {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}
.hover-scale:hover figure .hover-border i {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
.hover-scale:hover .info .title a {
    color: #ff8300
}
.blogInnerHldr {
    position: relative;
}
.blogInnerHldr h2 {
    color: #ed5f34;
    /* text-align: center; */
    font-size: 42px;
    text-transform: uppercase;
}
.blogInnerHldr .blog-img img {
    width: 100%;
}
.blogInnerHldr .blog-img iframe {
    width: 100%;
    height: 437px;
}
.webinarsWrapper,
.newsWrapper {
    position: relative;
}
.webinarsWrapper h2,
.newsWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.webinarsHldr,
.newsHldr {
    background-color: #FFF;
    margin: 15px 0px;
}
.webinarsHldr .webiImg,
.newsHldr .webiImg {
    position: relative;
}
.webinarsHldr .webiContent,
.newsHldr .webiContent {
    padding: 15px;
}
.webinarsHldr .webiContent .Title,
.newsHldr .webiContent .Title {
    font-size: 16px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
footer .Title {
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0;
    line-height: normal;
    color: #fff;
}
footer ul {
    position: relative;
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    width: 100%;
    padding-bottom: 3px;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
footer .contactForm {
    background: rgba(255, 255, 255, .2);
    padding: 20px;
    color: #fff;
}
footer .contactForm .form-control {
    border-radius: 0;
}
footer .contactForm .orangeBtn {
    color: #fff;
    width: 100%;
    text-align: center !important;
    background: #ed5f34;
    border: 0 !important;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
footer .contactForm .orangeBtn:hover {
    color: #fff;
}
.contactBtnHldr {
    border: 1px solid #7f7f7f;
    cursor: pointer;
    width: 170px;
    height: 40px;
    overflow: hidden;
    background: #0f1626;
    color: #fff;
    padding: 2px 0;
    position: fixed;
    bottom: 65px;
    left: -66px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;
    font-size: 20px;
}
#contactUs .modal-content {
    border-radius: 12px;
}
#contactUs .modal-header {
    background: #ed5f34;
    border-radius: 10px 10px 0 0;
}
#contactUs .modal-title {
    color: #fff;
}
#contactUs .modal-header .close {
    font-size: 30px;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 20px;
}
#contactUs .modal-body .form-group label {
    font-size: 14px;
    font-weight: 400;
}
#contactUs .modal-body .form-group input {
    border: 1px solid #ccc;
    background: none;
}
#contactUs .modal-body .orangeBtn {
    color: #fff;
    width: 100%;
    text-align: center !important;
    background: #ed5f34;
    border: 0 !important;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.EbookDownload {
    display: none !important;
    background: linear-gradient(to right, #f79c42 0%, #e67f47 101%);
    top: 0px;
    height: 50px;
    position: relative;
    visibility: visible;
    z-index: 999;
    width: 100%;
    color: #fff;
}
.EbookDownload .text {
    font-weight: 700;
    font-size: 18px;
    padding: 11px 0;
}
.EbookDownload .downloadBtn {
    color: #f79c42;
    width: 100%;
    text-align: center !important;
    background: #fff;
    border: 0 !important;
    padding: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 7px 0;
}
.EbookDownload .closeBtn {
    font-size: 14px;
    border: none;
    padding: 10px 6px;
    border-radius: 3px;
    top: 15px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    font-weight: 700;
    line-height: 0;
    z-index: 10;
}
.socialHeadWrapper {
    background: #fff;
    height: auto;
    position: relative;
    visibility: visible;
    z-index: 999;
    width: 100%;
    padding: 8px 0;
}
.socialHeadWrapper ul {
    position: relative;
    margin: 0;
    padding: 0;
}
.socialHeadWrapper ul li {
    list-style: none;
    width: auto;
    padding: 0px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}
.socialHeadWrapper ul li a {
    color: #777;
    font-size: 12px;
}
.socialHeadWrapper ul li a:hover {
    color: #f79c42;
}
.socialHeadWrapper ul.socialIcon {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
}
.socialHeadWrapper ul.socialIcon li {
    list-style: none;
    width: auto;
    padding: 0px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}
.socialHeadWrapper ul.socialIcon li a {
    color: #777;
    font-size: 14px;
}
/*--Inner Pages---*/
.innerHeaderWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.innerHeader {
    height: 100%;
    /* min-height: 200px; */
    position: relative;
    background-size: cover !important;
}
.innerHeader img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 50vh;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}
.innerHeader .pos-bottom {
    object-position: bottom;
}
.innerHeader .pos-top {
    object-position: top;
}
.innerHeader .header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.innerHeader .header-text h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}
.innerHeader .header-text h2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}
.innerHeader:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
}
.aboutUsWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.aboutUsHldr {
    position: relative;
}
.aboutUsHldr h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.aboutUsHldr h3:after {
    content: "";
    display: block;
    height: 2px;
    width: 75px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.moreInfoWrapper {
    height: 340px;
    display: inline-table;
    background: #000;
    width: 100%;
}
.moreInfoWrapper .moreInfoHldr {
    display: table-cell;
    vertical-align: middle;
}
.moreInfoWrapper .moreInfoHldr .moreInfoMain {
    width: 100%;
    position: relative;
    text-align: center;
}
.moreInfoWrapper .moreInfoHldr .moreInfoMain h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-style: italic;
}
.moreInfoWrapper .moreInfoHldr .moreInfoMain h3:after {
    content: "";
    display: block;
    height: 2px;
    width: 70%;
    background-color: #ed5f34;
    margin: 5px auto 0 auto;
}
.moreInfoWrapper .moreInfoHldr .moreInfoMain .orangeBtn {
    border-radius: 100px;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #ed5f34;
}
.moreInfoWrapper .moreInfoHldr .moreInfoMain .orangeBtn:hover {
    background-color: #fff;
    color: #ed5f34;
}
.clientSayHldr {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.clientSayHldr h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    margin-top: 60px;
}
.clientSayHldr h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    background-color: #fff;
    margin: 5px auto 0 auto;
}
.clientSay .pd-0 {
    padding: 0;
}
.clientSay p {
    font-size: 15px;
    text-align: justify;
    font-style: italic;
}
.clientSay .auther {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 15px;
}
.clientSay .auther .imgHldr {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
}
.clientSay .auther .rightMain {
    position: relative;
    display: block;
    float: left;
    padding-left: 15px;
}
.clientSay .auther .rightMain h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #fff;
    padding-top: 5px;
    margin: 0;
}
.clientSay .auther .rightMain span {
    font-size: 12px;
    color: #fff;
    width: 100%;
    display: block;
}
.innerFooter {
    position: relative;
    margin: 0;
    padding: 20px 0;
}
.innerFooter .copyRight {
    font-size: 12px;
    padding-top: 24px;
}
.innerFooter .footSocialIcon {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
}
.innerFooter .footSocialIcon li {
    display: inline-block;
    margin-right: 8px;
    width: auto;
}
.innerFooter .footSocialIcon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #6195FF;
    color: #FFF;
}
.innerFooter .footSocialIcon li a.faceBook {
    background-color: #3b5998;
}
.innerFooter .footSocialIcon li a.linkedin {
    background-color: #0077b5;
}
.innerFooter .footSocialIcon li a.twitter {
    background-color: #55acee;
}
.innerFooter .footSocialIcon li a.google {
    background-color: #dc4e41;
}
.innerFooter .footSocialIcon li a.youtube {
    background-color: #cd201f;
}
/* .innerFooter .footSocialIcon li a.blog{background-color: #cd201f;} */
.innerFooter .footSocialIcon li a.blog {
    background-color: #ea7903;
}
.innerFooter .footSocialIcon li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.manageTeamWrapper {
    position: relative;
}
.manageTeamWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.manageTeamWrapper h3 {
    color: #1C1D21;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.manageTeamWrapper h3:after {
    content: "";
    display: block;
    height: 2px;
    width: 75px;
    background-color: #ed5f34;
    margin: 5px auto 0 auto;
}
.teamContant {
    opacity: 1 !important;
    background: #00000080;
}
.teamContant .modal-dialog {
    margin: 100px auto;
    transition: all 1s ease;
}
.teamContant .modal-content {
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 0.5);
}
.teamContant .modal-header {
    background: #ed5f34;
    border: none;
    padding: 5px 15px;
}
.teamContant .modal-header ul.social {
    position: relative;
    width: 95%;
}
.teamContant .modal-header ul.social li {
    list-style: none;
    width: auto;
    padding: 0px;
    display: inline-block;
    margin-right: 15px;
}
.teamContant .modal-header ul.social li a {
    color: #fff;
    font-size: 20px;
}
.teamContant .modal-header ul.social li a:hover {
    color: #000000;
}
.teamContant .modal-header .close {
    font-size: 30px;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}
.teamContant .modal-body h2 {
    color: #1C1D21;
    font-size: 24px;
    margin-bottom: 20px;
}
.teamContant .modal-body h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.teamContant .modal-body p {
    text-align: justify;
}
.features-item {
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
.features-item .features-item_thumb {
    margin-bottom: 15px;
}
.features-item .features-title {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}
.features-item .features-text {
    font-size: 16px;
    margin-bottom: 0px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.partnerNetworkWrapper {
    position: relative;
}
.partnerNetworkWrapper .box-item {
    position: relative;
    padding: 30px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.partnerNetworkWrapper .box-item .box-img {
    width: 160px;
    height: 160px;
    border: 10px solid #F6F6F6;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
}
.partnerNetworkWrapper .box-item .box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
.partnerNetworkWrapper .box-item .box-title {
    font-size: 22px;
    margin-bottom: 11px;
    display: block;
    text-align: center;
}
.partnerNetworkWrapper .box-item p {
    text-align: justify;
}
.subNavWrapper {
    position: relative;
    background: #ed5f34;
}
.subNavWrapper .subNavHldr {
    position: relative;
    margin: 0;
    padding: 0;
}
.subNavWrapper .subNavHldr li {
    display: inline-block;
    margin: 0px;
    width: 33%;
    height: auto;
    border-right: 1px solid #f6af9a;
    text-align: center;
}
.subNavWrapper .subNavHldr li:first-child {
    border-left: 1px solid #f6af9a;
}
.subNavWrapper .subNavHldr li a {
    display: inline-block;
    color: #FFF;
    padding: 15px 0;
    font-size: 18px;
}
.subNavWrapper .subNavHldr li a:hover {
    color: #000;
}
.subNavWrapper .subNavHldr li i {
    margin-right: 5px;
}
.informationWrapper {
    position: relative;
}
.informationWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.informationWrapper h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.informationWrapper .features-item .features-item_thumb i {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
    font-size: 50px;
    background: #fff;
    color: #ed5f34;
    line-height: 130px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    display: block;
}
.features-item:hover i {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    background: #000 !important;
    color: #fff !important;
}
.informationWrapper .unique {
    position: relative;
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    min-height: 242px;
    margin-bottom: 60px;
}
.informationWrapper .unique i {
    font-size: 50px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.informationWrapper .unique h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.informationWrapper .unique p {
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.informationWrapper .unique::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    border-radius: 10px;
}
.informationWrapper .unique:hover::after {
    width: 100%;
}
.informationWrapper .unique:hover p {
    color: #fff;
}
.informationWrapper .credentials {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 366px;
}
.informationWrapper .credentials i {
    font-size: 50px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
.informationWrapper .credentials h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
}
.informationWrapper .credentials p {
    font-size: 14px;
    z-index: 2;
    position: relative;
}
.informationWrapper .credentials::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    border-radius: 10px;
}
.informationWrapper .credentials:hover::after {
    width: 100%;
}
.informationWrapper .credentials:hover P {
    color: #fff;
}
/*.informationWrapper .credentials:hover h3, .informationWrapper .credentials:hover p{color: #fff;}
.informationWrapper .credentials:hover i {color: #ed5f34;}*/
.informationWrapper .domain {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #EEE;
    margin: 30px 0px 15px 0px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 246px;
}
.informationWrapper .domain i {
    font-size: 50px;
    margin-bottom: 20px;
}
.informationWrapper .domain h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.informationWrapper .domain p {
    font-size: 14px;
}
.infrastructureWrapper {
    position: relative;
}
.infrastructureWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.infrastructureWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.infrastructureWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.infrastructureWrapper ul.confiList {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}
.infrastructureWrapper ul.confiList li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0 5px 25px;
    background: url("../image/list-style.png") 0 12px no-repeat;
}
.infoSecurityWrapper {
    position: relative;
}
.infoSecurityWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.infoSecurityWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.infoSecurityWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.infoSecurityWrapper ul.confiList {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}
.infoSecurityWrapper ul.confiList h5 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 15px;
}
.infoSecurityWrapper ul.confiList li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0 5px 25px;
    background: url("../image/list-style.png") 0 12px no-repeat;
}
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.upload_btn {
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 19px 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 600;
    color: #949494;
    line-height: 1.6;
    height: auto;
    width: 100%;
    cursor: pointer;
}
.upload_btn input {
    /* outline: none;
	box-shadow: none;
	width: 0 !important;
	height: 0 !important;
	line-height: 0;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important; */
    display: none !important;
}
.upload_btn span {
    vertical-align: text-bottom;
}
.upload_btn .fa {
    font-weight: 700;
    color: #ed5f34;
    font-size: 24px;
    margin-right: 5px;
    line-height: 0;
}
.careersWrapper {
    position: relative;
}
.careersWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 0 15px;
}
.careersWrapper .row-eq-height img {
    width: 100%;
}
.careersWrapper .orange_bg {
    background: #ed5f34;
}
.careersWrapper .black_bg {
    background: #000000;
}
.careersWrapper .teamEntHldr {
    position: relative;
    height: 100%;
    width: 100%;
}
.careersWrapper .teamEntHldr h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.careersWrapper .teamEntHldr .textMain {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.careersWrapper .teamEntHldr .textMain h4 {
    color: #ed5f34;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.careersWrapper .teamEntHldr .textMain p {
    font-size: 13px;
    color: #fff;
}
.careersWrapper .panel-body {
    padding: 30px;
}
.careersWrapper .panel-title>a {
    font-size: 16px;
}
.careersWrapper .more-less {
    font-size: 18px;
    font-weight: bold;
    margin-top: -2px;
}
.careersWrapper ul.benefits {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.careersWrapper ul.benefits li {
    list-style: none;
    position: relative;
    width: 17.89%;
    margin: 12px;
    padding: 20px 10px;
    float: left;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.careersWrapper ul.benefits li i {
    color: #ed5f34;
    font-size: 44px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
.careersWrapper ul.benefits li h3 {
    font-size: 16px;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}
.careersWrapper ul.benefits li::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    border-radius: 10px;
}
.careersWrapper ul.benefits li:hover::after {
    width: 100%;
}
.careersWrapper ul.benefits li:hover h3 {
    color: #fff;
}
.career-form {
    margin-top: 30px;
    position: relative;
}
.career-form textarea,
.career-form input {
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 20px 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #333333;
    height: auto;
    line-height: 1.6;
}
.career-form textarea {
    border-radius: 30px;
    min-height: 164px;
}
.career-form .submit-block {
    overflow: hidden;
    padding-bottom: 30px;
}
.career-form .submit-block .btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #ed5f34;
}
.career-form .submit-block .submit-block-text {
    font-size: 14px;
    margin-top: 16px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.panel-title {
    font-size: 14px;
}
.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #212121;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}
.RemoteStaffingWrapper {
    position: relative;
}
.RemoteStaffingWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.RemoteStaffingWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.RemoteStaffingWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.RemoteStaffingWrapper.br-0 h3::after {
    display: none;
}
.RemoteStaffingWrapper .features-item .features-item_thumb i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
    font-size: 30px;
    background: #fff;
    color: #ed5f34;
    line-height: 80px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
}
.RemoteStaffingWrapper .features-item .features-title {
    font-size: 14px;
    font-weight: 500;
}
.RemoteStaffingWrapper ul.benefitsRemote {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.RemoteStaffingWrapper ul.benefitsRemote li {
    list-style: none;
    position: relative;
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}
.RemoteStaffingWrapper .easyHiring {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 300px;
    z-index: 2;
}
.RemoteStaffingWrapper .easyHiring::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    border-radius: 10px;
}
.RemoteStaffingWrapper .easyHiring:hover::after {
    width: 100%;
}
.RemoteStaffingWrapper .easyHiring i {
    font-size: 50px;
    margin-bottom: 20px;
}
.RemoteStaffingWrapper .easyHiring h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.RemoteStaffingWrapper .easyHiring h3::after {
    background: none;
    z-index: 2;
}
.RemoteStaffingWrapper .easyHiring p {
    font-size: 14px;
    z-index: 2;
}
.RemoteStaffingWrapper .easyHiring:hover h3,
.RemoteStaffingWrapper .easyHiring:hover p,
.RemoteStaffingWrapper .easyHiring:hover i {
    z-index: 2;
    position: relative;
}
.RemoteStaffingWrapper .easyHiring:hover p {
    color: #fff;
}
.cfoControWrapper {
    position: relative;
}
.cfoControWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cfoControWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.cfoControWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.cfoControWrapper ul.confiList {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}
.cfoControWrapper ul.confiList li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0 5px 25px;
    background: url("../image/list-style.png") 0 12px no-repeat;
}
.cfoControWrapper .sevingCfo {
    position: relative;
    margin: 15px 0 30px 0;
}
.cfoControWrapper .sevingCfo .img {
    margin: 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.cfoControWrapper .sevingCfo h4 {
    color: #0f1626;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.xeroCertiWrapper {
    position: relative;
}
.xeroCertiWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.xeroCertiWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.xeroCertiWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
#xeroVideo .close {
    border-radius: 50px;
    background: white;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    top: -10px;
    right: -10px;
}
.xeroCertiWrapper .features-item .features-item_thumb i {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 25px;
    font-size: 50px;
    background: #fff;
    color: #ed5f34;
    line-height: 102px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    display: block;
}
.xeroCertiWrapper .features-item .features-title {
    font-size: 17px;
}
.xeroCertiWrapper ul.confiList {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}
.xeroCertiWrapper ul.confiList li {
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0 5px 25px;
    background: url("../image/list-style.png") 0 12px no-repeat;
}
.xeroCertiWrapper ul.confiList h5 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 15px;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: auto;
    border-bottom: 1px solid #F6F6F6;
    width: 100%;
}
ul.tabs li {
    font-size: 16px;
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    height: auto;
    border-top: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.tab_last {
    border-right: 1px solid #F6F6F6;
}
ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}
ul.tabs li.active {
    background-color: #F6F6F6;
    color: #000;
    display: block;
    position: relative;
}
ul.tabs li.active::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: red;
    left: 0;
}
.tab_container {
    border: 1px solid #F6F6F6;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #F6F6F6;
    overflow: auto;
}
.tab_content {
    padding: 20px;
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.howWorkWrapper {
    position: relative;
}
.howWorkWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.howWorkWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
}
.howWorkWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.howWorkWrapper .communication {
    position: relative;
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    min-height: 290px;
    margin-bottom: 15px;
}
.howWorkWrapper .communication i {
    font-size: 50px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.howWorkWrapper .communication h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
.howWorkWrapper .communication h3::after {
    display: none;
}
.howWorkWrapper .communication p {
    font-size: 14px;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.howWorkWrapper .communication::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    border-radius: 10px;
}
.howWorkWrapper .communication:hover::after {
    width: 100%;
}
.howWorkWrapper .communication:hover p {
    color: #fff;
}
.howWorkWrapper .features-item .features-item_thumb i {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
    font-size: 45px;
    background: #fff;
    color: #ed5f34;
    line-height: 110px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
}
.howWorkWrapper .features-item .features-title {
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #ed5f34;
}
.practicesWrapper {
    position: relative;
}
.practicesWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.practicesWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.practicesWrapper ul.confiList {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}
.practicesWrapper ul.confiList li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0 5px 25px;
    background: url("../image/list-style.png") 0 12px no-repeat;
}
.OutsourcingWrapper {
    position: relative;
}
.OutsourcingWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.OutsourcingWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.OutsourcingWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.OutsourcingWrapper .more-less {
    font-size: 24px;
    font-weight: bold;
    margin-top: -2px;
}
.accountOnlyWrapper {
    position: relative;
}
.accountOnlyWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.accountOnlyWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.trainingWrapper {
    position: relative;
}
.trainingWrapper h3 {
    color: #ed5f34;
    font-size: 24px;
    margin-bottom: 30px;
}
.trainingWrapper h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin-top: 5px;
}
.ebooksWrapper {
    position: relative;
}
.ebooksWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ebooksWrapper .flip-box {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    margin-bottom: 50px;
}
.ebooksWrapper .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.ebooksWrapper .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.flip-box-front {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    margin: 15px 0px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.flip-box-front img {
    height: 220px;
}
.flip-box-front h3 {
    color: #ed5f34;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
    height: calc(100% - 225px);
    overflow: hidden;
}
.flip-box-back {
    background-color: #ed5f34;
    color: white;
    transform: rotateY(180deg);
    padding: 30px 20px;
    margin: 15px 0px;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.flip-box-back p {
    font-size: 14px;
    text-align: justify;
    height: calc(100% - 50px);
    overflow: hidden;
}
.flip-box-back .action_link{
    position: absolute;
    top: calc(100% - 80px);
    width: calc(100% - 40px);
    text-align: center;
}
.flip-box-back .rounded-btn-white {
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    color: #ed5f34;
    background-color: #ffffff;
    width: 100%;
    margin-top: 15px;
}
.faqsWrapper {
    position: relative;
}
.faqsWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.faqsWrapper .more-less {
    font-size: 20px;
    font-weight: bold;
    margin-top: -2px;
}
.faqsWrapper .panel-body ol {
    list-style: decimal;
    margin: 15px 0px 15px 19px;
    position: relative;
}
.faqsWrapper .panel-body ol li {
    padding-left: 5px;
    padding-bottom: 5px;
}
.clientWrapper {
    position: relative;
}
.clientWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.clientWrapper .clientMain {
    width: 100%;
    display: block;
    position: relative;
    margin: 15px 0;
}
.clientMain .rolloverImg1 {
    position: relative;
    overflow: hidden;
    height: 165px;
    width: 165px;
    display: inline-block;
    float: left;
}
.rolloverImg1 img {
    display: block;
    width: 100%;
    height: auto;
}
.rolloverHldr1 {
    position: absolute;
    top: 165px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(255, 83, 61, .8);
}
.rolloverImg1:hover .rolloverHldr1 {
    top: 104px;
    margin-top: 0;
}
.rolloverName1 {
    color: #fff;
    line-height: 17px;
    margin-top: 6px;
    padding-left: 7px;
    font-size: 12px;
}
.designation1 {
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    margin-left: 7px;
    padding-right: 6px;
}
.image_wrap.image_center {
    position: relative;
}
.image_wrap.image_center .fa,
.image_wrap.image_center img,
.image_wrap.image_center .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.clientWrapper .clientTeam {
    position: relative;
    background-color: #F4F4F4;
    padding: 8px;
    margin: 15px 0px;
}
.clientWrapper .clientTeam::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.clientWrapper .clientTeam:hover:after {
    height: 100%;
}
.clientWrapper .teamImg {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
    height: 149px;
}
.image_wrap.image_center .fa,
.image_wrap.image_center img,
.image_wrap.image_center .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.clientWrapper .teamImg>img {
    width: 100%;
}
.clientWrapper .clientTeam .teamImg:hover .overlay {
    opacity: 0;
}
.clientWrapper .clientTeam .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.clientWrapper .clientTeam:hover .overlay {
    opacity: 0.8;
}
.clientWrapper .clientTeam .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
    line-height: normal;
    color: #333;
}
.clientWrapper .clientTeam .team-content h3 {
    margin-top: 0;
    margin-bottom: 4px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-size: 14px;
}
.clientWrapper .clientTeam .team-content span {
    font-size: 12px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.clientWrapper .clientTeam:hover .team-content h3 {
    color: #FFF;
}
.clientWrapper .clientTeam:hover .team-content span {
    color: #ed5f34;
}
.clientWrapper .clientTeam .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.clientWrapper .clientTeam .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #ed5f34;
    color: #FFF;
}
.clientWrapper .clientTeam:hover .team-social {
    opacity: 1;
}
.clientContant .modal-header ul.social {
    position: relative;
    width: auto;
    float: right;
}
.clientContant .name {
    position: relative;
    /* width: 50%; */
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    float: left;
}
.clientContant p {
    font-size: 14px;
    line-height: 22px;
}
.galleryWrapper {
    position: relative;
}
.getTouchWrapper {
    position: relative;
}
.getTouchWrapper h2 {
    color: #ed5f34;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/* .getTouchWrapper .touchHldr {padding: 30px;margin: 30px 0;background: #f8fafa;-webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);border-radius: 10px;text-align: center;position: relative;} */
.getTouchWrapper .touchHldr {
    padding: 30px;
    margin: 0px 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
    height: 100%;
}
.getTouchWrapper .touchHldr h3 {
    font-size: 30px;
    display: block;
    margin-bottom: 11px;
    color: #acacac;
    font-weight: 600;
}
.getTouchWrapper .touchHldr p {
    text-align: center;
}
.getTouchWrapper .getTouch-form {
    margin-top: 30px;
    position: relative;
}
.getTouchWrapper .getTouch-form input {
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 20px 40px;
    transition: all .3s ease;
    font-size: 16px;
    color: #000000;
    height: auto;
    outline: none;
}
.getTouchWrapper .getTouch-form textarea {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 20px 40px;
    transition: all .3s ease;
    font-size: 16px;
    color: #acacac;
    margin-bottom: 30px;
    min-height: 240px;
    outline: none;
}
.getTouchWrapper .getTouch-form input:focus,
.getTouchWrapper .getTouch-form textarea:focus {
    border-color: #ed5f34;
}
.getTouchWrapper .getTouch-form .submit-block {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.getTouchWrapper .getTouch-form .submit-block .btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #ed5f34;
    padding: 15px 35px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.call_us_ico {}
.call_us_ico li {
    margin: 0;
}
.call_us_ico li:first-child {
    margin-bottom: 5px;
}
.call_us_ico li a img {
    max-width: 28px;
}
.call_us_ico li a span {
    font-size: 13px;
}
.AddressHldr {
    position: relative;
    text-align: center;
}
.AddressHldr .image {
    margin-bottom: 15px;
}
.AddressHldr .image img {
    width: 50%;
    margin: 0 auto;
}
.AddressHldr h6 {
    font-weight: 700;
    font-size: 18px;
    color: #ed5f34;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.AddressHldr .ofice_address {
    width: 90%;
    margin-left: 5%;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}
.AddressHldr .office_number,
.AddressHldr .office_email {
    font-size: 14px;
    color: #2f2c2c;
    line-height: 18px;
    text-align: center;
}
.AddressHldr .marr5 {
    margin-right: 5px;
}
/*--Inner Pages End---*/
/*--Download Now Popup---*/
.downloadNow .modal-content {
    border-radius: 12px;
}
.downloadNow .modal-header {
    background: #556270;
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 8px 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.downloadNow .modal-header .close {
    font-size: 30px;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    color: #fff;
    margin: 0;
}
.downloadNow .modal-header .close:hover {
    color: #ed5f34;
}
.downloadNow .modal-body h2 {
    color: #1C1D21;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
}
.downloadNow .modal-body h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #ed5f34;
    margin: 16px auto 0 auto;
}
.downloadNow .modal-body input {
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 15px;
    height: 54px
}
.downloadNow .modal-body .orangeBtn {
    color: #fff;
    width: 100%;
    text-align: center !important;
    background: #ed5f34;
    border: 0 !important;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.blogInnerWrapper .free-ebook-accountant .downloadBtn {
    font-size: 16px;
    width: 100%;
    padding: 18px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    background-color: #464749;
    position: relative;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
}


.blogInnerWrapper .free-ebook-accountant h3 {
    padding: 10px 0px;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}


.modal-content.signupPopupWrapper.newletterPopupWrapper {
    background: url(../image/popup-bg.png) top no-repeat;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper .close {
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    right: 23px;
    top: 10px;
    opacity: 1;
    color: #fff;
    z-index: 5;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper .signupHldr h2 {
    color: #fff;
    font-size: 30px;
    display: block;
    margin: 0;
    padding: 65px 0 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper .signupHldr p {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 15px 0 35px;
    text-align: center;
    font-weight: 500;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper .newletterHldr .gform_wrapper ul.gform_fields li input {
    border: 1px solid #ed5f34;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper input::placeholder {
    color: #ed5f34;
    font-size: 16px;
}

.modal-content.signupPopupWrapper.newletterPopupWrapper .signupHldr .gform_wrapper ul.gform_fields li .submitBtn {
    background: #ed5f34;
}

.modal-backdrop.fade {
    opacity: .5;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.RemoteStaffingWrapper.about-uk-offshore-staff-acc-firms h3 {
    font-size: 23px;
}


.uk-testimonial.testimonial_two .testimonial {
    background: #131313;
}

.uk-testimonial.testimonial_two .testimonial .text_wrap {
    padding-right: 30px;
    padding-left: 30px;
}

.uk-testimonial.testimonial_two .testimonial h3 {
    font-size: 30px; 
}

.uk-innerHeaderWrapper .innerHeader .header-text h1{
    font-size: 40px;
}

.uk-staff-positions .blog_tab_section ul.nav.nav-tabs {
    flex-wrap: nowrap;
    border-bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
}

.uk-staff-positions .blog_tab_section li.nav-item {
    /* margin-bottom: -1px; */
    margin: 0 15px;
    display: inline-block;
}

.uk-staff-positions .blog_tab_section .nav-tabs>li>a {
    display: block;
    padding: .5rem 1rem;
    font-weight: 600;
    color: #000;
}

.uk-staff-positions .blog_tab_section .nav-tabs>li.active a {
    color: #ed5f34;
} 

.uk-staff-positions .blog_tab_section .column .inner-column .innertext .org-text {
    color: #000000;
}

.RemoteStaffingWrapper .easyHiring:hover i {
    color: #fff;
}

/*Start Subcribe model*/

.subscribe_btn {
    background: #ed5f34;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #ed5f34;
    display: inline-block;
    border-radius: 5px;
    position: fixed;
    font-weight: 600;
    bottom: 250px;
    right: 0;
    z-index: 9999999;
    transform: rotate(
-90deg);
    transform-origin: bottom right;
    cursor: pointer;
}

a.subscribe_btn_link {
    color: #fff;
}

/*End Subcribe model*/

/*--Download Now Popup End---*/
@media only screen and (max-width: 767px) {
    .rightDot {
        display: none;
    }
    .carousel-inner>.item {
        height: 65vh;
    }
    .carousel-inner>.item img {
        height: 65vh;
    }
    .md-padding {
        padding: 60px 0;
    }
    .section-header {
        margin-bottom: 30px;
    }
    .accountingFirmsMain img {
        margin-bottom: 15px;
    }
    .accountingFirmsMain h2,
    .clientSpeak h2,
    .achieveHldr h2,
    .logosHldr h2,
    .certiHldr h2,
    .manageTeamHldr h2,
    .webinarsWrapper h2,
    .newsWrapper h2 {
        font-size: 24px;
    }
    .logosHldr p {
        font-size: 12px;
    }
    .manageTeamHldr .rounded-btn-orange {
        margin-bottom: 25px;
    }
    footer ul {
        padding-bottom: 25px;
    }
    .footer-copyright {
        padding-bottom: 30px;
    }
    .header-text {
        width: 90%;
        top: 25%;
    }
    .header-text h1 {
        font-size: 18px;
    }
    .header-text h2 {
        font-size: 18px;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .EbookDownload {
        height: auto;
    }
    .EbookDownload .text {
        font-size: 12px;
        font-weight: 400;
        padding: 11px 0 0 0;
    }
    .EbookDownload .downloadBtn {
        padding: 3px;
        font-size: 12px;
    }
    .socialHeadWrapper ul {
        padding: 0 0 8px 0;
        text-align: center;
    }
    .socialHeadWrapper ul li {
        margin-right: 24px;
    }
    .socialHeadWrapper ul li span {
        display: none;
    }
    .socialHeadWrapper ul li a {
        font-size: 14px;
    }
    .socialHeadWrapper ul.socialIcon {
        text-align: center;
    }
    .socialHeadWrapper ul.socialIcon li {
        margin-right: 30px;
    }
    .socialHeadWrapper ul.socialIcon li a {
        font-size: 16px;
    }
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #666;
        color: #fff;
    }
    .tab_content {
        padding: 15px;
    }
    .tab_container h3 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        padding: 15px;
    }
    .tab_container h3::after {
        display: none;
    }
    /* .innerHeader {
        height: auto;
        min-height: 100px;
    } */
    .innerHeaderWrapper.img_set .innerHeader {
        height: auto;
    }
    /*.innerHeader .header-text{top: 38%;}*/
    .innerHeader .header-text h1 {
        font-size: 20px;
    }
    .innerHeader .header-text h2 {
        font-size: 20px;
    }
    .aboutUsWrapper h2,
    .clientSayHldr h2,
    .aboutUsHldr h3,
    .manageTeamWrapper h2,
    .informationWrapper h2,
    .infrastructureWrapper h2,
    .infoSecurityWrapper h2,
    .careersWrapper h2,
    .RemoteStaffingWrapper h2,
    .cfoControWrapper h2,
    .xeroCertiWrapper h2,
    .howWorkWrapper h2,
    .OutsourcingWrapper h2,
    .ebooksWrapper h2 {
        font-size: 24px;
    }
    .cfoControWrapper h3,
    .xeroCertiWrapper h3,
    .xeroCertiWrapper ul.confiList h5,
    .practicesWrapper h3,
    .OutsourcingWrapper h3,
    .accountOnlyWrapper h3,
    .trainingWrapper h3 {
        font-size: 18px;
        margin-top: 30px;
    }
    .careersWrapper .teamEntHldr h3 {
        font-size: 18px;
    }
    .careersWrapper .teamEntHldr .textMain p {
        display: none;
    }
    .careersWrapper .teamEntHldr .textMain {
        padding: 0 8px;
    }
    .careersWrapper .teamEntHldr .textMain h4 {
        font-size: 8px;
    }
    .careersWrapper ul.benefits li {
        width: 41.7%;
    }
    .careersWrapper ul.benefits li h3 {
        font-size: 12px;
    }
    .RemoteStaffingWrapper ul.benefitsRemote li {
        width: 50%;
    }
    .cfoControWrapper .sevingCfo {
        min-height: 156px;
    }
    .cfoControWrapper .sevingCfo h4 {
        font-size: 16px;
    }
    .tab_container h3 {
        font-size: 16px;
    }
    .subNavWrapper .subNavHldr li {
        width: 100%;
        border-bottom: 1px solid #f6af9a;
        border-right: none;
    }
    .subNavWrapper .subNavHldr li:first-child {
        border-left: none;
    }
    .clientWrapper .clientTeam .overlay {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .managment-team .rolloverImg {
        width: 50%;
    }
    .header-text ul {
        padding-bottom: 10px;
    }
    .header-text ul li {
        background: url(../image/right-icon.png) left 4px no-repeat;
        padding-left: 17px;
        padding-bottom: 5px;
        font-size: 10px;
        background-size: 12px;
    }
    .header-text .orange-btn {
        padding: 3px 20px;
        font-size: 12px;
    }
}
/*========psk mrf page css 12-03-19========*/
.home-slider .carousel-inner>.item {
    height: auto;
}
.book_an_appointment .form-group {
    margin: 0;
}
.book_an_appointment .mb_1 {
    margin-bottom: 15px;
}
.careersWrapper .panel {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-align: initial;
}
.careersWrapper .panel .ul_list {
    margin-bottom: 10px;
}
.careersWrapper .panel .ul_list ul {
    padding-left: 20px;
    margin-top: 10px;
}
.careersWrapper .panel .ul_list ul li {
    list-style: square;
    list-style-color: #ed5f34;
    padding-left: 0;
    font-size: 16px;
}
.careersWrapper .panel .ul_list ul li:after {
    display: none;
}
.mrf_remoting_wrapper {}
.slider_wrapper {
    margin-top: 50px;
    height: 395px;
}
.slider_wrapper .ul_list ul li {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #868F9B;
    text-align: justify;
}
.slider_wrapper .ul_list ul li:after {
    background: #000;
    height: 5px;
    width: 5px;
    left: 0;
    top: 10px;
}
.slider_wrapper.owl-carousel .owl-item,
.slider_wrapper.owl-carousel .owl-item .row,
.slider_wrapper.owl-carousel .owl-item .col-xs-12,
.slider_wrapper.owl-carousel .owl-item .item,
.slider_wrapper.owl-carousel .owl-item .item .image_wrap,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.slider_wrapper.owl-carousel .owl-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.slider_wrapper.owl-theme .owl-dots {
    position: relative;
    bottom: -30px;
}
.slider_wrapper .owl-nav {
    display: none;
}
.mrf_remoting_wrapper .text_wrap h3 {
    line-height: 1.4;
}
.mrf_remoting_wrapper .text_wrap h3:after {
    display: none;
}
.innerHeader .header-text h1 {
    text-transform: uppercase;
}
.innerHeader .header-text h2 {
    text-transform: uppercase;
}
.description_text {
    margin-top: 30px;
}
.ul_list {}
.ul_list ul {
    list-style: none;
}
.ul_list ul li {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-left: 40px;
}
.ul_list ul li:hover {
    color: #ed5f34;
}
.ul_list ul li a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ul_list ul li a:hover {
    color: #ed5f34;
}
.ul_list ul li:after {
    content: '';
    background: url(../image/check_mark.png);
    background-size: 32px 32px;
    height: 31px;
    width: 31px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ul_list.chekmark ul {
    list-style: none;
}
.ul_list.chekmark ul li {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-left: 25px;
    margin-left: 10px;
    text-align: left;
}
.ul_list.chekmark ul li:hover {
    color: #ed5f34;
}
.ul_list.chekmark ul li a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ul_list.chekmark ul li a:hover {
    color: #ed5f34;
}
.ul_list.chekmark ul li:after {
    content: '';
    background: url(../image/list-style.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    width: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blogHldr .blog-img {
    height: 240px;
}
.blogHldr .blog-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*cookies_wrapper css*/
/*.d-none{
    display: none !important;
}*/
.v-align {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cookies_wrapper {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1111;
    box-shadow: inset 1px 3px 10px 0px #00000021;
}
.cookies_wrapper .close {
    font-size: 50px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    right: 70px;
    outline: none;
    z-index: 11;
    cursor: pointer;
}
.cookies_wrapper .text_wrap {
    display: block !important;
}
.cookies_wrapper .text_wrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 5px;
    color: #10161A;
    font-size: 16px;
}
.cookies_wrapper .text_wrap p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
    margin-bottom: 5px;
    color: #000;
}
.cookies_wrapper .copyright_links {}
.cookies_wrapper .copyright_links li {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.cookies_wrapper .copyright_links li:after {
    content: '|';
    margin: 0 10px;
}
.cookies_wrapper .copyright_links li:last-child::after {
    display: none;
}
.cookies_wrapper .copyright_links li a {
    color: #000;
    transition: all 0.2s ease;
}
.cookies_wrapper .copyright_links li a:hover {
    color: #ed5f34;
    transition: all 0.2s ease;
    font-weight: 600;
}
/*custom file input*/
.custom-file-input {
    color: transparent !important;
    cursor: pointer;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select some files';
    color: black;
    /*display: inline-block;*/
    /*background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);*/
    /*background: none !important;
  border: none;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;*/
    width: 100%;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); */
    background: none !important;
}
.st-image-share-buttons {
    z-index: 1 !important;
}
/*========psk========*/
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.p-0 {
    padding: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pt-1,
.py-1 {
    padding-top: .25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}
.pt-2,
.py-2 {
    padding-top: .5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
/* .py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-4 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
} */
.mx-auto {
    margin: 0 auto !important;
    float: none;
    display: block;
}
.my-auto {
    margin: auto 0 !important;
    float: none;
    display: block;
}
.m-0 {
    margin: 0 !important;
}
.mt-2,
.my-2 {
    margin-top: .5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.d-none {
    display: none !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
/* radio ps custom */
.radio_ps {}
@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}
.radio_ps .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.radio_ps .option-input:hover {
    background: #9faab7;
}
.radio_ps .option-input:checked {
    background: #40e0d0;
}
.radio_ps .option-input:checked::before {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: '';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
    background: #fff;
}
.radio_ps .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.radio_ps .option-input.radio {
    border-radius: 50%;
}
.radio_ps .option-input.radio::after {
    border-radius: 50%;
}
/* end custom radio */
/* clientWrapper */
.clientWrapper .clientTeam .overlay a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
.clientWrapper .clientTeam .team-social {
    display: none;
}
/* end clientWrapper */
.owl-carousel .owl-item img {
    width: auto;
}
.logoIcon {
    text-align: center;
}
.logoIcon img {
    margin: 0 auto;
}
.signUpFormStep1 {}
.signUpFormStep1 .modal-header {
    position: relative;
    display: block !important;
}
.signUpFormStep1 .alert.alert-success {
    text-align: center;
}
.signUpFormStep1 .alert.alert-success b {
    font-size: 18px;
}
.signUpFormStep1 .alert.alert-success i {
    font-size: 13px;
}
.signUpFormStep1 .modal-header .close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 26px;
}
.text-center {
    text-align: center !important;
}
.text-center p,
.text-center h3,
.text-center h4 {
    text-align: inherit;
}
.modal-header .close {
    margin: 0;
    padding: 0;
    text-shadow: none;
}
.st-image-share-buttons {
    display: none !important;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
    color: inherit;
    margin: 0;
    /*margin-bottom: 30px;*/
    font-size: inherit;
    padding: 0;
}
.section-header h2 {
    font-size: 32px;
}
.section-header {
    color: #ed5f34;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section-header.with_text p {
    color: #333333;
    font-size: 14px;
    text-align: inherit;
    margin: 0;
}
.accountonly_page {}
.accountonly_vendor .manageTeamWrapper {
    margin-bottom: 40px;
}
.advantage_ent {}
.advantage_ent .xeroCertiWrapper {}
.advantage_ent .xeroCertiWrapper ul.confiList li {
    width: 100%;
    display: inline-block;
    color: #333;
}
.hiring-options-staffing-page {}
.staffing_position {
    display: inline-block;
    width: 100%;
}
.staffing_position .xeroCertiWrapper ul.confiList {
    column-count: 2;
}
.staffing_position .manageTeamWrapper h3 {
    text-transform: uppercase;
}
.staffing_position .manageTeamWrapper p {
    color: #333;
}
.staffing_position p {
    color: #333;
}
.staffing_position .xeroCertiWrapper {
    margin-top: 30px;
}
.industry_connect_wrap {}
.industry_connect_wrap .logoIcon .images_wrap {
    height: 100px;
    position: relative;
}
.industry_connect_wrap .logoIcon .images_wrap img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.side_btn {
    position: fixed;
    /* top: 250px; */
    bottom: 85px;
    left: 0px;
    /* width: 40px; */
    z-index: 200;
    /* border: 1px solid #7f7f7f;
    cursor: pointer;
    background: #0f1626; */
    /* padding-left: 40px; */
    width: 80px;
    transition: all .4s ease;
}
.side_btn:after {
    /* content: ''; */
    /* background: url(../image/Schedule-Animated.gif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s ease;
    cursor: pointer;
    opacity: 1;
    */
}
.side_btn:hover {}
.side_btn img {
    position: absolute;
    /* top: 0; */
    /* bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s ease; */
    cursor: pointer;
    opacity: 1;
}
.side_btn:hover img {
    opacity: 0;
}
.side_btn:hover a {
    margin-left: 0;
    opacity: 1;
    width: 400px;
}
.side_btn a {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    padding: 14px 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: all .4s ease;
    margin-left: -270px;
    border: 1px solid #ed5f34;
    cursor: pointer;
    background: #ed5f34;
    border-top-right-radius: 50px;
    /* border-bottom-right-radius: 50px; */
    opacity: 0;
    /* height: 100%; */
    z-index: 11;
    position: relative;
}
/*thank you message*/
.thank-you_message {
    display: inline-block;
    width: 100%;
    padding: 190px 0;
}
.thank-you_message h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #bebebe;
}
/*canada page*/
.section-header {
    margin-bottom: 40px;
    z-index: 11;
}
.section-header.br-b {
    margin-bottom: 50px;
}
.br-b h2::after,
.br-b h3::after,
.br-b h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    background-color: #ed5f34;
    margin: 0 auto;
    margin-top: 5px;
}
.br-0::after,
.br-0::before {
    display: none;
    border: none;
}
.section-header.text_blk {
    color: #000;
    font-size: 24px;
}
.section-header.text_org {
    color: #ed5f34;
    font-size: 24px;
}
.canada-accounting-firms_wrap {}
.canada-accounting-firms_wrap .description_text {
    margin: 0;
}
.canada-accounting-firms_wrap .slider_wrapper {
    height: 500px;
    margin: 0;
}
.canada_slider_wrap {}
.canada_slider_wrap h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #10161A;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
.canada_slider_wrap .ul_list.chekmark ul li {
    font-size: 18px;
    margin-left: 0px;
}
.canada-accounting-firms_wrap .rounded-btn-orange {
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 40px;
}
.get_quality {}
.get_quality .text_wrap {
    color: #484848;
    text-transform: inherit;
}
.get_quality .text_wrap h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    margin-bottom: 20px;
}
.canada-accounting-firms_wrap .owl-carousel .owl-item img {
    margin: 0 auto;
}
/*end canada page*/
/*video section*/
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}
@keyframes spin2 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}
.play_icon {
    cursor: pointer;
}
.play_icon .pop-v-btn-1 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
    display: none;
}
.play_icon .pop-v-btn-2 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
    display: none;
}
.play_icon .fa {
    position: absolute;
    font-size: 80px;
    color: #ffffff4f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
/* blog_details_page */
.blog_details_page {}
.hero_banner .images_wrap {}
.hero_banner .images_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    display: block;
}
.hero_banner {
    /* height: 550px; */
    height: 90vh;
    position: relative;
    margin-bottom: 0;
}
.hero_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(#00000080 0%, #ffffff00 60%, #000000);
    background: linear-gradient(#00000080 0%, #ffffff00 60%, #000000);
    /* z-index: 1; */
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.hero_banner .article_title {
    position: absolute;
    max-width: 66.66667%;
    padding-bottom: 60px;
    left: 70px;
    right: 0;
    bottom: 0;
    z-index: 150;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
}
.hero_banner .article_title h1 {
    font-size: 48px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.blog_details_page .blogInnerHldr {}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.blog_details_page .widget-category {
    color: #2e2e38;
}
.blog_details_page .widget-category h5,
.blog_details_page .blog-author h5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    color: inherit;
    text-transform: uppercase;
}
.blog_details_page .widget-category h5:after,
.blog_details_page .blog-author h5:after {
    display: block;
    content: '';
    width: 150px;
    margin: 5px 0;
    border-bottom: 1px solid #ed5f34;
}
.blog_details_page .widget-category a {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    font-weight: 500;
    -webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    -webkit-box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    overflow-wrap: break-word;
    display: block;
    border: 0;
    min-height: inherit;
    color: inherit;
    border-bottom: 1px solid #ffffff80;
    padding: 2px 0px;
}
.blog_details_page .widget-category a:hover {
    color: #ed5f34;
    font-weight: 600;
}
.blog_details_page .blog-author.bottom .widget {
    padding-left: 30px;
}
.blog_details_page .blog-author.bottom .media {
    padding: 0;
}
.blog_details_page .author-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 5px;
    color: #FFF;
    background-color: #3A58EF;
}
.blog_details_page .widget-category.bottom {
    color: #fff;
}
.blog_details_page .blog-author {
    margin: 0;
}
.blog_details_page .blog-author .media {
    border: none;
}
.blog_details_page .blog-author .images_wrap {
    margin-bottom: 10px;
}
.blog_details_page .blog-author .images_wrap a {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: inline-block;
}
.blog_details_page .blog-author .images_wrap img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.blog_details_page .blog-author .media .text_wrap {
    color: #2e2e38;
}
.blog_details_page .blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: inherit;
}
.blog_details_page .blog-author .media .media-heading h3 a {
    color: inherit;
}
.blog_details_page .blog-author .media .media-heading h3 span {
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}
.blog_details_page .blog-author .text_wrap p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}
.blog_details_page .blog-author.bottom {
    background: #1c1d21;
    color: #fff;
}
.blog_details_page .blog-author.bottom .media .text_wrap {
    color: #fff;
}
.author-social .st-custom-button {
    display: inline-block;
}
.blog_details_page #aside .widget {
    margin-bottom: 20px;
    background: white;
    padding: 15px;
    border: 1px solid #292f361a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog_details_page #aside .widget:hover {
    box-shadow: 0 0 5px 0px #80808080;
}
.datetime {
    padding: 18px 0 23px;
    border-top: 1px solid #c4c4cd;
    border-bottom: 1px solid #c4c4cd;
}
.datetime span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #484848;
}
.richText-copy-block>.component-content h1,
.richText-copy-block>.component-content h2,
.richText-copy-block>.component-content h3,
.richText-copy-block>.component-content h4,
.richText-copy-block>.component-content h5,
.richText-copy-block>.component-content p {
    margin: 40px 0;
    color: #000;
    /* font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important; */
}
.richText-copy-block>.component-content p span {
    /* font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important; */
}
.richText-copy-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.richText-copy-block:first-child {
    padding-top: 0;
}
.richText {
    margin-bottom: 0;
}
.richText-copy-block>.component-content>.richText-content>:first-child {
    margin-top: 0;
}
.selection-dropcap {
    font-size: 110px;
    font-size: 11rem;
    line-height: 80px;
    float: left;
    margin-right: 38px;
    margin-top: 5px;
}
.richText-copy-block>.component-content p a {
    color: #2e2e38;
    font-weight: 700;
    border-bottom: 1px solid;
}
.richText-copy-block>.component-content h4 {
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 1.2;
}
.richText-copy-block>.component-content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0px 0px 10px 0px;
    /* color: #958faa; */
}
.blog_recent_slider {}
.blog_recent_slider .slider_wrapper.owl-carousel .item:hover {
    box-shadow: 0 0 5px 0px #80808080;
}
.blog_recent_slider .slider_wrapper.owl-carousel .item .image_wrap a {
    display: block;
    height: 100%;
    width: 100%;
}
.blog_recent_slider .slider_wrapper.owl-carousel .item .text_wrap {
    padding: 10px;
}
.blog_recent_slider .slider_wrapper.owl-carousel .item .text_wrap h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'open sans', sans-serif;
    color: #2e2e38;
    color: #2e2e38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.blog_recent_slider .slider_wrapper.owl-carousel .item .text_wrap p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    color: black;
}
.blog_recent_slider .text_wrap .blog-meta {}
.blog_recent_slider .text_wrap .blog-meta li {
    position: relative;
    margin: 0;
}
.blog_recent_slider .text_wrap .blog-meta li .dt:after {
    content: "|";
    padding-left: 4px;
}
.author_name {
    font-weight: 700;
    color: #2e2e38;
    position: relative;
    border-bottom: 1px solid transparent;
}
.blog_details_page .call_to_action {}
/* .blog_details_page .call_to_action.bg-grey { background: #1c1d21; color: #fff; } */
/* author_pg */
.author_pg {}
.author_pg .blog {
    background-color: #1c1d21;
}
.author_pg .hero_banner .article_title {
    max-width: 40%;
    padding: 10px;
    padding-bottom: 10px;
    bottom: 120px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 44px;
}
.hero_banner .article_title .comma {}
.hero_banner .article_title .comma::before {
    font-size: 12rem;
    line-height: normal;
    content: "“";
    color: rgb(255, 230, 0);
    position: absolute;
    left: -5px;
    top: -60px;
    overflow: hidden;
    font-family: -webkit-pictograph;
}
.author_pg.blog_details_page .widget-category {
    color: #fff;
}
.author_pg.blog_details_page .blog-author .media .text_wrap h1 {
    color: inherit;
}
.author_pg.blog_details_page .blog-author .media .text_wrap {
    color: #fff;
}
.author_pg .richText-copy-block>.component-content h1,
.author_pg .richText-copy-block>.component-content h2,
.author_pg .richText-copy-block>.component-content h3,
.author_pg .richText-copy-block>.component-content h4,
.author_pg .richText-copy-block>.component-content h5,
.author_pg .richText-copy-block>.component-content p {
    color: #fff;
}
/* webinar_page */
.webinar_page {}
.webinar_page .blog {
    transition: all ease-in .6s;
}
.webinar_page .blog:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.webinar_page .blog .blog-content {
    padding: 20px 0;
}
.webinar_page .blog .blog-content a {
    display: inline-block;
}
.webinar_page .event-details {
    padding: 20px 0;
}
.webinar_page .blog .blog-content .post_title:first-child {
    margin-top: 0;
}
.webinar_page .blogHldr .blog-img {
    transition: all ease-in .6s;
    height: 292px;
    overflow: hidden;
}
.webinar_page .blogHldr .blog:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.webinar_page .blogHldr .blog-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.webinar_page .blogHldr .blog-img a {
    display: contents;
}
.event-type.event-type-webcast {
    padding-left: 32px;
    margin-bottom: 20px;
}
.eventListAutomatic .event-details>[class^='event-'] {
    padding-left: 32px;
    margin-bottom: 20px;
}
.eventListAutomatic .event-details-label {
    color: #747480;
    margin-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}
.eventListAutomatic .event-details-label:after {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    left: -35px;
    top: 3px;
    /* background: url(https://assets.ey.com/etc/designs/zg/eydff/desktop/assets/img/ic_time_dark_grey.svg) center/contain no-repeat; */
}
.eventListAutomatic .event-type-webcast .event-details-label:after {
    background: url(../image/ico_webcast_grey.svg) center/contain no-repeat;
}
.eventListAutomatic .event-type-podcast .event-details-label:after {
    background: url(../image/ico_podcast_grey.svg) center/contain no-repeat;
}
.eventListAutomatic .event-date .event-details-label:after {
    background: url(../image/ico_calendar_grey.svg) center/contain no-repeat;
}
.eventListAutomatic .event-time .event-details-label:after {
    background: url(../image/ico_time_grey.svg) center/contain no-repeat;
}
.eventListAutomatic .event-duration .event-details-label:after {
    background: url(../image/ico_timer_grey.svg) center/contain no-repeat;
}
.view_detail_btn {
    text-align: center;
}
.event-details .rounded-btn-orange {
    border-radius: 0;
    color: #ed5f34;
    background-color: #fff;
    border: 1px solid #ed5f34;
}
.webinar_page .blog:hover .event-details .rounded-btn-orange,
.event-details .rounded-btn-orange:hover {
    color: #fff;
}
.webinar_page .blog:hover .event-details .rounded-btn-orange::before,
.event-details .rounded-btn-orange:hover::before {
    -webkit-box-shadow: inset 0 0 0 10em #ed5f34;
    box-shadow: inset 0 0 0 10em #ed5f34;
    border: 1px solid #ed5f34;
    border-color: #ed5f34;
}
/* newsletter section */
/*check box custom*/
.checkbox_ps {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox_ps input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fafafa;
    border: 1px solid #ddd;
}
.checkbox_ps:hover input~.checkmark {
    background-color: #ccc;
}
.checkbox_ps input:checked~.checkmark {
    background-color: #ed5f34;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_ps input:checked~.checkmark:after {
    display: block;
}
.checkbox_ps .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* checkbox end */
.newsletter_wrap {
    position: relative;
    background: #1C1D21;
    padding: 40px 0px;
    display: inline-block;
    width: 100%;
    /* border-bottom: 2px dashed #5a5a5a; */
}
.newsletter {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    align-items: center;
}
.newsletter .checkbox_ps {
    width: 100%;
}
.newsletter-left {
    padding-left: 80px;
    position: relative;
}
.newsletter-left h3 {
    margin: 0;
    color: inherit;
    font-size: 20px;
    margin-bottom: 5px;
}
.newsletter-left .fa {
    font-size: 50px;
    color: #fff;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    left: 5px;
}
.news_subtext {
    font-size: 12px;
    margin: 0;
    /* width: 90%; */
}
.newsletter .input-grp {
    /* width: 100%; */
    /* max-width: 100%; */
    display: flex;
    flex-wrap: wrap;
}
.newsletter .input {
    background: #fff;
    position: relative;
    z-index: 2;
    float: none;
    width: 79%;
    width: calc(100% - 86px);
    margin-bottom: 0;
    height: 42px;
    font-size: 14px;
    color: #666;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    opacity: 1;
}
.newsletter .submit-btn {
    font-size: 16px;
    color: #fff;
    width: auto;
    height: 42px;
    line-height: 1.7;
    border-radius: 0;
    background: #ed5f34;
    padding: 6px 12px;
}
/* news_letersmodel pop*/
.news_leterspop {}
.news_leterspop .modal-dialog {
    max-width: 600px;
}
.news_leterspop .modal-content {
    border-radius: 0;
}
.news_leterspop button.close_popup {
    position: absolute;
    right: -11px;
    top: -13px;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #ccc;
}
.news_leterspop .msg_success {
    background: none;
    font-size: 26px;
    font-weight: 600;
    color: #00bb90;
    text-align: center;
    border: none;
}
.news_leterspop .rounded-btn-orange {
    border-radius: 100px;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #ed5f34;
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0 auto;
}
.news_leterspop .msg_success.error_msg {
    color: #ed5f34;
}
/* unsubscribing_sec */
.unsubscribing_sec {
    display: inline-block;
    width: 100%;
}
.unsubscribing_sec .bg {
    background: #383838;
    padding: 20px;
}
.unsubscribing_sec .textwrap {
    color: #fff;
    position: relative;
    z-index: 1;
}
.unsubscribing_sec .textwrap h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: inherit;
}
.unsubscribing_sec .textwrap label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}
.unsubscribing_sec .textwrap .textarea {
    opacity: 1;
    border-radius: 0;
    color: #000;
    outline: none;
    box-shadow: none;
}
.unsubscribing_sec .textwrap .textarea::placeholder {
    color: #777;
}
.unsubscribing_sec .textwrap .input {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.unsubscribing_sec .textwrap hr {
    border-top: 2px dashed rgba(255, 255, 255, 0.23);
}
/*====end psk===*/
/*media psk responsive*/
@media only screen and (min-width: 320px) {
    .testimonial_two .testimonial .images_wrap {
        height: 160px;
        width: 290px;
    }
}
@media only screen and (min-width: 420px) {
    .testimonial_two .testimonial .images_wrap {
        height: 220px;
        width: 390px;
    }
}
@media only screen and (min-width: 768px) {
    .testimonial_two .testimonial .images_wrap {
        height: 195px;
        width: 345px;
    }
}
@media only screen and (min-width: 992px) {
    .blog_details_page .blog-author.bottom .images_wrap {
        text-align: right;
    }
    .testimonial_two .testimonial .images_wrap {
        height: 270px;
    }

	
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .px-50 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sm-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hero_banner {
        height: 500px;
        height: 50vh;
    }
    .hero_banner .article_title h1 {
        font-size: 38px;
        font-size: 2.8rem;
        line-height: 50px;
    }
    .author_pg .hero_banner .article_title {
        max-width: 70%;
    }
    .home-slider .carousel-inner>.item {
        height: auto;
        min-height: auto;
    }
    .canada-accounting-firms_wrap .slider_wrapper {
        height: auto;
        margin: 0;
    }
    .socialHeadWrapper ul li span {
        display: none;
    }
    .new_homepage .socialHeadWrapper .left_side ul li:after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .px-50 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sm-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .author_pg .hero_banner {
        height: 60vh;
    }
    .author_pg .hero_banner .article_title {
        max-width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        padding: 10px;
        padding-bottom: 10px;
        bottom: 30px;
    }
    .view_detail_btn {
        text-align: left;
    }
    .hero_banner .article_title {
        padding-bottom: 10px;
    }
    .blog_details_page .content_wrap .blog.sm-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .selection-dropcap {
        font-size: 70px;
        font-size: 7rem;
        line-height: 50px;
        margin-right: 15px;
    }
    .richText-copy-block>.component-content p strong em a {
        text-align: initial;
    }
    .richText-copy-block>.component-content h4 {
        font-size: 20px;
        font-size: 1.0rem;
        line-height: 26px;
    }
    .richText-copy-block>.component-content p {
        font-size: 16px;
        /* font-size: 1.6rem; */
        line-height: 20px;
        margin: 10px 0;
    }
    .richText-copy-block>.component-content h4 {
        margin: 20px 0;
    }
    .richText-copy-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .blog_details_page .blog-author.bottom .px-50 {
        padding: 0;
    }
    /* .blog_details_page .blog-author .images_wrap{ text-align: center; } */
    .blog_details_page .blog-author .text_wrap {
        margin-bottom: 20px;
    }
    .blog_details_page .blog-author.bottom .widget {
        padding: 0;
    }
    .hero_banner {
        height: 50vh;
    }
    .hero_banner .article_title {
        left: 20px;
    }
    .hero_banner .article_title h1 {
        font-size: 30px;
        font-size: 1.5rem;
        line-height: 40px;
    }
    .innerFooter .copyRight,
    .innerFooter .footSocialIcon {
        text-align: center;
    }
    .clientWrapper .teamImg>img {
        width: auto;
    }
    .cookies_wrapper .copyright_links {
        margin-bottom: 10px;
    }
    .home-slider .carousel-inner>.item {
        height: auto;
        min-height: auto;
    }
    .cookies_wrapper .text_wrap h4 {
        padding-right: 25px;
    }
    .cookies_wrapper .close {
        right: 0;
    }
    .advantage_ent .xeroCertiWrapper ul.confiList li {
        width: 100%;
        display: inline-block;
    }
    .canada-accounting-firms_wrap .slider_wrapper {
        height: auto;
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
	
}
@media (min-width: 576px) and (max-width: 767px)  {
	.blogInnerWrapper .free-ebook-accountant .downloadBtn {
    	font-size: 12px;
		padding: 18px 0;
	}
}

@media only screen and (max-width: 480px) {
    .hero_banner {
        height: 40vh;
    }
    .section-header h2 {
        font-size: 26px;
    }
    .mrf_remoting_wrapper .text_wrap h3 {
        font-size: 16px !important;
    }
    .mrf_remoting_wrapper .text_wrap h2 {
        font-size: 18px !important;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 375px) {
    .round #tawkchat-minified-wrapper {
        bottom: 20px !important;
        width: 30px !important;
        height: 30px !important;
        right: 0 !important;
    }
    #tawkchat-status-icon {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .innerFooter .footSocialIcon li {
        margin-right: 4px;
    }
    .innerFooter .footSocialIcon li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .hero_banner .article_title h1 {
        font-size: 20px;
        font-size: 1rem;
        line-height: 30px;
    }
}
/*******************calandarly custom css starts********************/
.new_homepage .calendly-overlay .calendly-popup-close {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../image/close-icon.svg) no-repeat;
    background-size: contain;
    background-color: transparent;
    border-radius: 20px;
}
#page-region ._2LpwQ___Wrapper__cls1._1P3Wz___Wrapper__media-desktop-up {
    padding: 0px;
}
#page-region ._2LpwQ___Wrapper__cls1._1cMla___Wrapper__media-tablet-up {
    margin: 0px;
}
/********************calandarly custom css ends*********************/
/*========PSK========*/
.flake {
    z-index: 9;
}
/*#1a1c28*/
/*new_homepage*/
/*font-family: 'Montserrat', sans-serif;*/
/*count-length*/
/*logo_dbr*/
/*.contactBtnHldr{ display: none; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
button {
    outline: none;
}
.btn:active:focus,
.btn.active,
.btn:focus {
    outline: none;
    box-shadow: none;
}
a:hover,
a:focus {
    outline: none;
    box-shadow: none;
}
p {
    margin-bottom: 15px;
    text-align: inherit;
    /* line-height: 1.5; */
    /* font-size: 14px; */
    /*color: #000;*/
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.img_fit {}
.img_fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.image_wrap.image_center {
    position: relative;
}
.image_wrap.image_center .fa,
.image_wrap.image_center img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.images_wrap img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.text_wrap {}
.text_wrap h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 15px;
    color: inherit;
}
.text_wrap p {
    font-size: 16px;
    color: inherit;
    line-height: 1.5;
}
.text_wrap {}
.p-tb-3 {
    padding: 30px 0;
}
.pb-3 {
    padding-bottom: 30px;
}
.p-tb-6 {
    padding: 60px 0;
}
.org-text {
    color: #ed5f34;
}
.org-bg {
    background: #ed5f34;
}
.black-text {
    color: #000;
}
.grey-text {
    color: #738494;
}
.text-center {
    text-align: center !important;
}
.v-align {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.rounded-btn-orange {
    border-radius: 5px;
    text-transform: uppercase;
}
.sqr-btn-grey {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #738494;
    background-color: #e7e7e7;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
}
/*.rounded-btn-orange:hover {color: #ffffff;}*/
.sqr-btn-grey::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.rounded-btn-orange.lg::before,
.sqr-btn-grey.lg::before {
    width: 600px;
    height: 400px;
    /*transform: translate(-50%, -50%);
    margin: 0;*/
    margin-left: -300px;
}
.sqr-btn-grey:hover::before {
    -webkit-box-shadow: inset 0 0 0 10em #000000;
    box-shadow: inset 0 0 0 10em #000000;
    border: 1px solid #000000;
}
.upload_btn {
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 19px 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 600;
    color: #949494;
    line-height: 1.6;
    height: auto;
    width: 100%;
    cursor: pointer;
}
.upload_btn input {
    /* outline: none;
	box-shadow: none;
	width: 0 !important;
	height: 0 !important;
	line-height: 0;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important; */
    display: none !important;
}
.upload_btn span {
    vertical-align: text-bottom;
}
.upload_btn .fa {
    font-weight: 700;
    color: #ed5f34;
    font-size: 24px;
    margin-right: 5px;
    line-height: 0;
}
/* .banner_slider_js */
.owl-nav{
    display: none;
}
.prevnext .owl-nav {
    position: absolute;
    left: calc(50% - 50px);
    margin: -20px auto;
    bottom: 0;
}
.prevnext .owl-nav .fa {
    display: none;
}
.prevnext .owl-nav .owl-prev,
.prevnext .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgb(237 95 52 / 0.25) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 0 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.prevnext .owl-nav .owl-prev {
    background-image: url(../image/icon-pre-white.png) !important;
    left: 0;
}
.prevnext .owl-nav .owl-next {
    background-image: url(../image/icon-next-white.png) !important;
    left: 50px;
}
/*fonts*/
@font-face {
    font-family: 'lemonmilkregular';
    src: url('../fonts/lemonmilk-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemonmilkbold';
    src: url('../fonts/lemonmilkbold-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilkbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemonmilkbolditalic';
    src: url('../fonts/lemonmilkbolditalic-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilkbolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemonmilkregular_italic';
    src: url('../fonts/lemonmilkitalic-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilkitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemonmilk_lightregular';
    src: url('../fonts/lemonmilklight-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilklight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemonmilklight_italic';
    src: url('../fonts/lemonmilklightitalic-webfont.woff2') format('woff2'),
        url('../fonts/lemonmilklightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-7-1 17:34:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.bnr_btn.slide-bottom {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s infinite alternate;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s infinite alternate;
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}
.new_homepage {}
/*.new_homepage .EbookDownload{ display: none; }*/
.new_homepage .socialHeadWrapper {
    background: #1c1d21;
    padding: 0;
}
.new_homepage .socialHeadWrapper .right_side ul {
    display: block;
}
.new_homepage .socialHeadWrapper .right_side ul li {
    padding: 10px 5px;
    margin-right: 10px;
}
.new_homepage .socialHeadWrapper .left_side ul li:after {
    content: '';
    margin: 0 5px;
    border-right: 1px solid #262f3e;
    position: absolute;
    right: -15px;
    /*width: 100%;*/
    width: auto;
    display: block;
    height: 100%;
}
.new_homepage .socialHeadWrapper ul li:last-child {
    margin: 0;
}
.new_homepage .socialHeadWrapper .left_side ul li:last-child::after {
    display: none;
}
.new_homepage .socialHeadWrapper .left_side ul li a {
    color: #fff;
    font-size: 13px;
    line-height: initial;
}
.new_homepage .socialHeadWrapper .left_side ul li a img {
    max-width: 30px;
}
.new_homepage .socialHeadWrapper .left_side ul li a .fa {
    margin-right: 5px;
}
.new_homepage .socialHeadWrapper .left_side ul li a .flg {
    line-height: 2.5;
}
.new_homepage .socialHeadWrapper .left_side ul li a .flg:before {
    content: '';
    background: url(../image/sprite_icon.png) no-repeat;
    background-position: -7px -7px;
    background-size: inherit;
    display: block;
    width: 30px;
    height: 22px;
}
.new_homepage .socialHeadWrapper .left_side ul li a .flg.us:before {
    background-position: -7px -7px;
    width: 40px;
}
.new_homepage .socialHeadWrapper .left_side ul li a .flg.uk:before {
    background-position: -48px -7px;
}
.new_homepage .socialHeadWrapper .left_side ul li a .flg.ca:before {
    background-position: -80px -7px;
}
.new_homepage .socialHeadWrapper ul.socialIcon li a {
    color: #fff;
    font-size: 14px;
}
/*menu nav*/
.new_homepage .main-nav li.signup {
    /*display: none;*/
}
.new_homepage .navbar-right {
    margin-right: 0;
}
.new_homepage #nav.nav-transparent {
    background: none;
    position: absolute;
    top: 50px;
}
.new_homepage #nav.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #000000 !important;
    border-bottom: 1px solid #000000;
}
.new_homepage #sticky-submenu.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 48px;
}
.new_homepage .navbar-brand {
    float: left;
}
.new_homepage .navbar-brand a {
    display: block;
}
.new_homepage .main-nav li.has-dropdown2 {
    padding-right: 30px;
    position: relative;
    display: block;
    color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 12px;
}
.new_homepage .main-nav li.has-dropdown2 a::after {
    display: none;
}
.new_homepage .main-nav li.has-dropdown2 .caret_ico {
    /* position: absolute; right: 10px; top: 50%; transform: translateY(-50%); */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background: red;
}
.new_homepage .main-nav li.has-dropdown2 .caret_ico:after {
    content: "\f054";
    font-family: 'FontAwesome';
    float: right;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}
.new_homepage .main-nav li {
    padding: 0 5px;
}
.new_homepage .main-nav li .dropdown li {
    padding: 0 15px !important;
}
/* .new_homepage .main-nav li .dropdown li:focus{
    background-color: #ed5e35;
} */
.new_homepage .main-nav li .dropdown li a {
    line-height: 1.5;
    padding-left: 20px;
}
.new_homepage .main-nav li .dropdown li a:hover {
    color: #ed5f34;
    font-weight: 800;
    transition: 0.2s ease;
}
/* .new_homepage .main-nav li .dropdown li a i{
    display: none;
} */
/*end menu nav*/
/*banner*/
.banner {
    position: relative;
}
.banner .slider_wrap {
    height: 650px;
    color: #fff;
}
.banner .slider_wrap .text_wrap p {
    color: #f2f2f2;
}
.banner .slider_wrap .owl-stage-outer {
    height: 100%;
}
.banner .bnr_btn {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    z-index: 11;
    height: 80px;
    margin: 0;
}
.shape_bottom {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 11;
}
.bnr_img {
    background: url(../image/banner_img.jpg) no-repeat;
    min-height: 600px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/*.shape_icon{
    border-top: 80px solid red;
    border-left: 650px solid transparent;
    border-right: 650px solid transparent;
 } */
.bnr_img:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bnr_img .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
}
.bnr_img .text_wrap h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    font-family: lemonmilkbold;
    line-height: 1.5;
    margin: 0;
}
.bnr_img .text_wrap p {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 20px 0 !important;
}
.bnr_img .text_wrap .rounded-btn-orange {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 10px;
}
/*#remotStaffingVideo .modal-dialog{ width: 70%;  }*/
.new_homepage .accountingFirmsMain h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: inherit;
    text-align: left;
    margin-bottom: 20px;
}
.new_homepage .accountingFirmsMain .image_wrap {
    text-align: center;
}
.new_homepage .accountingFirmsMain .image_wrap .player_icon {
    font-size: 36px;
    color: #1291ee;
}
.new_homepage .section-header h2,
.new_homepage .section-header .h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: inherit;
    margin-bottom: 20px;
    color: #ed5f34;
}
.section-header {
    margin-bottom: 40px;
    z-index: 11;
}
.section-header.with_text {
    margin-bottom: 60px;
}
.section-header.with_text p {
    color: #748494;
    font-size: 14px;
}
.new_homepage .achieveHldr .number i {
    display: none;
}
.new_homepage .achieveHldr .number h3 {
    font-size: 60px;
}
.new_homepage .achieveHldr .number .black-text {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.new_homepage .blogHldr {}
.new_homepage .blogHldr .w-grid-list {
    display: flex;
    flex-wrap: wrap;
}
/*.new_homepage .blogHldr .cols{ padding: 0; }*/
.new_homepage .blogHldr .cols .hover-scale figure img {
    margin: 0 auto;
}
.new_homepage .blogHldr .cols .blog {
    margin: 0;
}
.new_homepage .hover-scale figure .hover-border .portf_name {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.new_homepage .hover-scale figure .hover-border {
    background: rgba(237, 95, 52, 0.85);
}
.management_team {
    /*padding-bottom: 120px;*/
}
.prevnext.owl-theme .owl-nav .fa {
    display: none;
}
.prevnext.owl-theme .owl-nav .owl-prev,
.prevnext.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    outline: 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(29, 62, 113, .7);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}
.prevnext.owl-theme .owl-nav .owl-prev {
    background-image: url(../image/icon-pre-white.png);
    left: 0;
}
.prevnext.owl-theme .owl-nav .owl-next {
    background-image: url(../image/icon-next-white.png);
}
.management_team .slider_wrap {
    position: relative;
    margin: 0;
    padding: 0 50px;
}
.management_team .slider_wrap.prevnext .owl-nav .owl-prev,
.management_team .slider_wrap.prevnext .owl-nav .owl-next {
    top: 40%;
}
.management_team .slider_wrap .image_wrap {
    position: relative;
    max-width: 300px;
    max-height: 300px;
    text-align: center;
    border-radius: 50%;
    background: #eee;
    margin: 0 auto;
}
.management_team .slider_wrap .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.slider_wrap .image_wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 50%;
}
.slider_wrap .owl-controls {
    position: absolute;
    right: 0;
    top: -70px;
    left: 0;
}
.slider_wrap.prevnext.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 70px;
}
.slider_wrap .columns {
    /*box-shadow: inset 0px 0px 14px -10px #00000087; */
    transition: all ease .3s;
}
.slider_wrap .columns:hover {
    /*box-shadow: inset 0px 0px 34px -10px #00000047; */
}
.slider_wrap .columns .text_wrap {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.slider_wrap .text_wrap .username {
    color: #3a3a3a;
    align-items: center;
    /* color: #e89b4d; */
    font: 18px 'Montserrat', sans-serif;
    font-weight: 600;
}
.slider_wrap .text_wrap p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
.team_slider_js .text_wrap p {
    color: #000;
}
.topic-featured p {
    color: #ffffff;
}
.testimonial_sld {}
.testimonial_sld .bg-img {
    background-attachment: inherit;
}
.testimonial_sld .testimonial {
    box-shadow: inset 0px 0px 14px -10px transparent;
    /*border:2px solid transparent;*/
    transition: all ease .3s;
    padding-top: 60px;
    border-radius: 5px;
    min-height: 370px;
}
.testimonial_sld .testimonial:hover {
    /*box-shadow: inset 0px 0px 10px 1px #ed5f34bf;*/
}
.testimonial_sld .owl-carousel .owl-stage-outer {
    padding-top: 40px;
}
.comma_icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: -80px;
}
.testimonial_sld .slider_wrap .owl-dots {
    position: absolute;
    right: 20px;
    top: auto;
    left: auto;
    bottom: 75px;
}
.testimonial_sld .slider_wrap.owl-theme .owl-dots .owl-dot.active span {
    background: #ed5f34;
    width: 20px;
}
.testimonial_sld .slider_wrap.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #ed5e358f;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.testimonial_sld .testimonial h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ed5f34;
}
.testimonial_sld .testimonial span {
    color: #748494;
    border-bottom: none;
}
.testimonial_sld .leftimg_righttext {
    display: flex;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.testimonial_sld .leftimg_righttext .images_wrap.user {
    height: 120px;
}
.testimonial_sld .leftimg_righttext .images_wrap {
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid #eee;
    margin-right: 10px;
    float: left;
    text-align: center;
    border-radius: 50%;
}
.testimonial_sld .leftimg_righttext .images_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: 100% !important;
    border-radius: 50%;
}
.testimonial_sld .leftimg_righttext .text_wrap {
    display: inline-block;
    padding: 0;
    width: 75%;
}
.testimonial_sld .leftimg_righttext .text_wrap p a {
    color: inherit;
}
/*testimonial_two*/
.testimonial_two {}
/* .testimonial_two .prevnext .owl-nav .owl-prev {
    left: -50px;
}
.testimonial_two .prevnext .owl-nav .owl-next {
    right: -50px;
} */
.testimonial_two .testimonial {
    background: none;
    color: #fff;
    cursor: grabbing;
}
.testimonial_two .testimonial .text_wrap {
    /* padding-right: 30px; */
    padding-left: 0;
}
.testimonial_two .testimonial h3 {
    color: inherit;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 10px;
}
.testimonial_two .testimonial span {
    color: #ed5f34;
    font-weight: 700;
    font-size: 14px;
    border-bottom: none;
}
.testimonial_two .testimonial p {
    font-size: 16px;
    text-align: justify;
    font-style: inherit;
    color: white;
}
.testimonial_two .testimonial .images_wrap {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}
.testimonial_two .testimonial .images_wrap a {
    display: block;
    height: 100%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial_two .testimonial .images_wrap a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.testimonial_two .testimonial .images_wrap .fa {
    position: absolute;
    font-size: 80px;
    color: rgb(255 255 255 / 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.testimonial_two .testimonial .images_wrap:hover .fa {
    color: #ed5e35;
    transition: 0.5s ease-in-out;
}
.testimonial_two .pop-v-btn-1 {
    width: 110px;
    height: 110px;
}
.testimonial_two .pop-v-btn-2 {
    width: 85px;
    height: 85px;
}
/*WEBINARS & PODCASTS*/
.new_homepage .webinarsWrapper {
    padding: 120px 0;
}
.sqr_icon {
    background: #fff;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.webinarsHldr .webiContent .Title {
    overflow: inherit;
    min-height: inherit;
    max-height: inherit;
}
.new_homepage .webinarsWrapper .rounded-btn-orange {
    border-radius: 0;
}
/*newsWrapper*/
.new_homepage .newsWrapper {}
.new_homepage .newsWrapper .newsHldr {
    margin: 0;
    transition: all ease .3s;
}
.new_homepage .newsWrapper .newsHldr .webiImg {
    height: 180px;
}
.new_homepage .newsWrapper .newsHldr .webiImg img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.new_homepage .newsWrapper .newsHldr:hover {
    box-shadow: inset 0px 0px 10px 1px #0000005c;
}
/*.new_homepage .newsWrapper .cols{ padding: 0;  }*/
.new_homepage .newsHldr .webiContent .user {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.new_homepage .newsHldr .webiContent .user a {
    color: inherit;
    display: block;
}
.new_homepage .blog-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.new_homepage .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #738494;
}
.new_homepage .blog-meta li i {
    color: #738494;
    margin-right: 5px;
}
/*footer new*/
.footer {
    position: relative;
}
.footer .bg-img {
    background-attachment: inherit;
}
.address_detail {}
.address_detail p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}
.contact-area .social-links .item {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-area .social-links .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #ed5f34;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ed5f34;
    border-radius: 50%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.contact-area .social-links .icon-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: block;
    font-size: 20px;
}
.contact-area .social-links .icon-text {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    padding-left: 10px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 70%;
}
.contact-area .social-links .icon-text p {
    margin-bottom: 0px;
    color: #fff;
    text-transform: capitalize;
}
.contact-area .social-links .icon-text p a {
    color: inherit;
}
.footer .contactForm .orangeBtn {
    color: #ffffff;
    width: auto;
    text-align: center !important;
    background: #ed5f34;
    border: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 40px;
}
.footer .contactForm .form-control {
    background: #fff;
    opacity: 1;
}
.copyright {
    background: #fff;
    padding: 20px 0;
    color: #000;
}
.copyright p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: inherit;
    margin: 0;
}
.copyright_links {}
.copyright_links li {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: inherit;
    /* margin-left: 15px;*/
    padding: 0px;
    display: inline-block;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.copyright_links li:after {
    content: '|';
    margin: 0 10px;
}
.copyright_links li:last-child::after {
    display: none;
}
.copyright_links li a {
    color: inherit;
    transition: all 0.2s ease;
}
.copyright_links li a:hover {
    color: #ed5f34;
    transition: all 0.2s ease;
}
/*blog New css*/
.blog_tab_section {}
.blog_tab_section .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}
.blog_tab_section .nav-tabs>li:first-child {
    margin-left: 0;
}
.blog_tab_section .nav-tabs>li {
    margin-right: 10px;
}
.blog_tab_section .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    /* border-radius: 0; */
    /* border-bottom: 3px solid transparent; */
    /* border-radius: 4px 4px 0 0; */
    color: #7f7f7f;
    padding: 5px 0;
}
.blog_tab_section .nav-tabs>li.active {
    cursor: default;
    background-color: transparent;
    /* border: none; */
    border: 2px solid #ed5e35;
    color: #ed5f34;
    background-color: #fff;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) #fff;
    box-shadow: 0 0.0rem 0.5rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
.blog_tab_section .nav>li>a:focus,
.blog_tab_section .nav>li>a:hover {
    text-decoration: none;
    /* background-color: transparent;
    border-color: #ed5e35; */
}
.blog_2 {}
.blog_lg.blog_col .blog_wrap {
    border: none;
}
.blog_lg.blog_col .blog_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .002) .8%, rgba(0, 0, 0, .008) 4.8%, rgba(0, 0, 0, .021) 9%, rgba(0, 0, 0, .042) 13.9%, rgba(0, 0, 0, .075) 19.8%, rgba(0, 0, 0, .126) 27%, rgba(0, 0, 0, .194) 35%, rgba(0, 0, 0, .278) 43.5%, rgba(0, 0, 0, .382) 53%, rgba(0, 0, 0, .541) 66%, rgba(0, 0, 0, .738) 81%, #000);
}
.blog_lg.blog_col .image_wrap {
    height: 370px;
}
.blog_lg.blog_col .text_wrap {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.blog_lg.blog_col .text_wrap {
    padding: 30px;
    z-index: 1;
    color: #fff;
}
.blog_col .text_wrap .bl_title {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog_lg.blog_col .text_wrap .bl_name {
    color: #fff;
    font-size: 36px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}
.blog_col {
    position: relative;
    margin-bottom: 30px;
}
.blog_col .image_wrap {
    height: 240px;
    text-align: center;
}
.blog_col .image_wrap img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.blog_col .blog_wrap {
    position: relative;
    height: 100%;
    border: 1px solid #ddd;
    transition: 0.5s ease-in-out;
}
.blog_col .blog_wrap:hover {
    -webkit-box-shadow: 0 0.125rem 1rem #656565;
    box-shadow: 0 0.125rem 1rem #656565;
}
.blog_col .text_wrap {
    padding: 10px;
    z-index: 1;
    color: #000;
}
.blog_col .text_wrap .bl_name {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_col .text_wrap .bl_name:hover {
    color: #ed5f34;
}
.new_homepage .blog_col .blog-meta {
    margin-bottom: 0;
}
.new_homepage .blog_col .blog-meta li {
    color: inherit;
    margin: 0;
    margin-right: 8px;
}
.new_homepage .blog_col .blog-meta li i {
    color: inherit;
}
/*staffing position*/
.inner-column {
    position: relative;
    margin-bottom: 30px;
    min-height: 250px;
    display: block;
    outline: none;
    text-decoration: none;
}
.hover-box {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all .5s ease 0s;
    height: 200px;
    transform: translateY(0);
    z-index: 1;
    padding: 10px;
}
.hover-box:hover {
    transform: translateY(-4px);
}
.hover-box:hover .innertext {
    top: -20px;
    transform: translateY(0) !important;
}
.hover-box:hover .innertext .icontxt {
    opacity: 0 !important;
    top: -40px;
    transform: translateY(-60%) !important;
}
.hover-box:hover .hiddentxt {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.shadow {
    box-shadow: 0 1px 15px -4px rgba(0, 0, 0, .3);
    transition: all .5s ease 0s;
}
/*.hover-shadow{
    box-shadow: 0 12px 50px -15px rgba(0,0,0);
}*/
.hover-shadow:hover {
    box-shadow: 0 12px 50px -15px rgba(0, 0, 0, .5);
}
.innertext {
    position: relative;
    width: 100%;
    transition: .5s ease 0s;
    top: -20px;
    transform: translateY(90px);
    display: block;
    color: #748494;
}
.column .inner-column .innertext .org-text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #748494;
}
.innertext .icontxt {
    height: 50px;
    /* font-size: 30px;
    color: inherit;
    position: relative;
    transition: .5s ease 0s;
    color: #748494; */
    /*top: -40px;
    transform: translateY(100px);*/
}
.hiddentxt {
    transform: translateY(90px);
    opacity: 0;
    transition: all .5s ease 0s;
}
.hiddentxt p {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    color: #748494;
}
.hiddentxt a.btn-link {
    color: #ed5f34;
    text-decoration: none;
}
/*video section*/
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}
@keyframes spin2 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}
.play_icon {
    cursor: pointer;
    transform: scale(1);
    animation: pulse-white 2s infinite;
    width: 66px;
    border-radius: 50%;
    height: 66px;
    left: calc(50% - 37.5px);
    position: absolute;
}
.play_icon .pop-v-btn-1 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
}
.play_icon .pop-v-btn-2 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
}
.play_icon .fa {
    position: absolute;
    font-size: 80px;
    color: #ffffff4f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.video-section {
    padding: 0;
    margin: 30px 0;
    background-color: #f15f2c;
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .15), inset 0 -30px 30px -30px rgba(0, 0, 0, .15);
    overflow: hidden;
    /*height: 90vh;*/
}
.video-section video {
    /* box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .15); */
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    /* width: 100%; */
    /*height: 550px;*/
    cursor: pointer;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}
@keyframes spin2 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}
.pop-v-btn-1 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
}
.pop-v-btn-2 {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    cursor: pointer;
}
.play-container h1,
#ivision-cloud-page .play-container h2,
.play-container h2 {
    color: #fff;
    text-align: center;
    padding: 0 2rem;
    font-size: 4em;
    font-weight: 300;
    line-height: 100%;
    margin: 0 0 30px;
    display: none;
}
.play-container .fa-play-circle {
    position: absolute;
    font-size: 10em;
    color: rgb(255 255 255 / 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}
.contain {
    position: relative;
}
#video .play-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 100%;
    height: 100%;
    cursor: pointer;
}
#video .play-container,
#video .video {}
#video .play-container.fader {
    opacity: 0;
}
.play-container .play_icon .pop-v-btn-1 {
    width: 180px;
    height: 180px;
    display: none;
}
.play-container .play_icon .pop-v-btn-2 {
    width: 140px;
    height: 140px;
    display: none;
}
/*call_to_action*/
.call_to_action {}
.call_to_action .text_wrap {
    color: #000;
    max-width: 80%;
    margin: 0 auto;
}
.call_to_action .text_wrap h3 {
    color: inherit;
}
/* .call_to_action .text_wrap p{ font-size: 14px;  } */
.call_to_action .text_wrap .link-btn {
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.call_to_action.bottom .text_wrap {
    text-align: justify;
}
/*webinar_podcaste*/
.webinar_podcaste {
    background: #1C1D21;
}
.webinar_podcaste .slider_wrap {
    margin-bottom: 20px;
}
.webinar_podcaste .slider_wrap .item {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    /* height: 60vh; */
    /* height: 500px; */
    max-height: 500px;
}
.webinar_podcaste .slider_wrap .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.webinar_podcaste .slider_wrap .item img {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    margin: 0 auto;
}
.webinar_podcaste .slider_wrap .item .text_wrap {
    color: #fff;
    z-index: 1;
    padding: 10px 25px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.webinar_podcaste .slider_wrap .item .text_wrap h4 {
    font-size: 18px;
    color: inherit;
    margin-bottom: 5px;
}
.webinar_podcaste .slider_wrap .item .text_wrap span {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
}
.bottom-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    bottom: -1%;
    left: -1%;
    right: -1%;
    top: 50%;
    position: absolute;
}
/*upcoming_event*/
.upcoming_event {
    position: relative;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    /* background: url(../image/event_bg.jpg) no-repeat center center; */
    /* background-size: cover; */
}
.output_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.output_bg img {
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.upcoming_event .prevnext .owl-nav {
    opacity: 0;
}
.upcoming_event .slider_wrap:hover .owl-nav {
    opacity: 1;
}
.upcoming_event .slider_wrap .item {
    height: 530px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
.upcoming_event .slider_wrap .item .bottom-gradient {
    display: none;
}
.upcoming_event .slider_wrap .item a {
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out;*/
    display: block;
    position: relative;
    z-index: 11;
    height: 100%;
}
.upcoming_event .slider_wrap .item.slide_open {
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.upcoming_event .slider_wrap .item.slide_open a:after {
    content: '';
    position: absolute;
    background: -webkit-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 70%, rgb(0 0 0 / 0.75) 100%);
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 70%, rgb(0 0 0 / 0.75) 100%);
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    opacity: 1;
    z-index: 1;
}
.upcoming_event .container-fluid {
    padding: 0;
}
.upcoming_event .slider_wrap .item .text_wrap {
    color: #fff;
    padding: 10px 25px;
    z-index: 11;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.upcoming_event .slider_wrap .item .text_wrap h4 {
    font-size: 22px;
    color: inherit;
    margin-bottom: 5px;
}
.upcoming_event .slider_wrap .item .text_wrap span {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
}
.upcoming_event .slider_wrap .item .featured {
    line-height: 24px;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 9px;
    -webkit-transition: max-height 0.5s ease-out 0.15s;
    transition: max-height 0.5s ease-out 0.15s;
}
.upcoming_event .slider_wrap .item.slide_open .featured {
    max-height: 96px;
}
.upcoming_event .slider_wrap .item .featured span {
    display: inline-block;
}
.upcoming_event .slider_wrap .item .text_wrap .text {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 0;
    -webkit-transition: max-width 0.5s ease-out;
    transition: max-width 0.5s ease-out;
    font-weight: 400;
    float: left;
    margin-right: 5px;
}
.upcoming_event .slider_wrap .item.slide_open .text {
    max-width: 280px;
}
.upcoming_event .slider_wrap .item .text_wrap .arrow-right {
    display: inline-block;
}
/*gallery_section*/
.gallery_section {}
.gallery_section .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    background: url(../image/gallery-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.gallery_section .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.gallery_section .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 3rem auto;
    max-width: 100%;
    width: 100%;
}
.gallery_section .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 0;
    z-index: 300;
    outline: none;
    transition: all ease-in .2s;
}
.gallery_section .slick-arrow:hover {
    color: #ed5e35
}
.gallery_section .slick-prev {
    left: -50px;
    text-align: left;
}
.gallery_section .slick-next {
    right: -50px;
    text-align: center;
}
.gallery_section .slick-next:after,
.gallery_section .slick-prev:after {
    font-family: 'FontAwesome';
    font-size: 42px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gallery_section .slick-prev:after {
    content: "\f177";
}
.gallery_section .slick-next:after {
    content: "\f178";
}
.gallery_section .item.slick-slide {
    width: 850px;
    height: 450px !important;
    transition: transform .4s;
    position: relative;
    cursor: grab;
}
.gallery_section .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}
.gallery_section .item.slick-slide {
    transform: scale(0.7) translate(640px);
}
.gallery_section .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}
.gallery_section .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}
.gallery_section .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
    outline: none;
}
.gallery_section .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
    outline: none;
}
.gallery_section .slick-center:after {
    opacity: 0;
}
/* vedio_thumnail_section */
.vedio_thumnail_section {
    display: none;
}
.vedio_thumnail_section .prevnext .owl-nav .owl-prev {
    left: -35px;
}
.vedio_thumnail_section .prevnext .owl-nav .owl-next {
    right: -35px;
}
/*footer*/
.main_footer {}
.logo_footer {}
.logoft {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.logo_dbr {
    position: relative;
}
.logo_dbr:after {
    content: '';
    background: url(../image/rope-vector-divider.png) no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    width: 150px;
    margin: 0 auto;
}
.divider {
    background: #ffffff57;
    margin: 30px 0;
    height: 2px;
}
.link_footer {}
.ul_links {
    color: #bfbfbf;
}
.ul_links h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ed5f34;
    margin-bottom: 20px;
    font-size: 22px;
}
.ul_links h3:after {
    content: '';
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0px;
    line-height: normal;
    border-color: #ffffff57;
}
.ul_links ul {}
.ul_links ul li {
    padding-bottom: 5px;
}
.ul_links ul li a {
    font-size: 14px;
}
.link_footer .ul_links ul li a {
    font-size: 12px;
    color: inherit;
}
.new_homepage .getTouchWrapper .touchHldr{
    background: #f8fafa;
    transition: all 0.5s ease;
}
.new_homepage .getTouchWrapper .touchHldr:hover {
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
    background: #ffe7df;
    color: #000;
}
.main_footer .copyright {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: #1c1d21;
}
.main_footer .copyright-footer {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0;
    background: #000;
}
.main_footer .copyright-footer p {
    margin: 5px 0 !important;
}
.main_footer .copyright_links li,
.copyright p,
.copyright-footer p {
    font-size: 14px;
}
.main_footer .innerFooter {
    padding: 0;
}
.newsletter_wrap {
    background: #ed5f34;
    /* border-bottom: 2px dashed #5a5a5a; */
}
.newsletter .submit-btn {
    background: #1c1d21;
}
/* social sidebar */
.social_sidebar {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 111;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.social_sidebar .icon-bar.expand {
    display: block;
    transition: .5s;
    transform: translateX(0%);
}
.social_sidebar .icon-bar {
    margin-top: 30px;
    height: 0;
    position: relative;
    transition: .5s;
    transform: translateX(-150%);
}
.social_sidebar .view_btn {
    color: #fff;
    background: #ed5f34;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 0px;
    width: 32px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social_sidebar .view_btn .fa {
    line-height: 0;
    margin-left: -3px;
}
.social_sidebar .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.social_sidebar .icon-bar a:hover {
    background-color: #000;
}
.social_sidebar .facebook {
    background: #3B5998;
    color: white;
}
.social_sidebar .twitter {
    background: #55ACEE;
    color: white;
}
.social_sidebar .google {
    background: #dd4b39;
    color: white;
}
.social_sidebar .linkedin {
    background: #007bb5;
    color: white;
}
.social_sidebar .youtube {
    background: #bb0000;
    color: white;
}
.social_sidebar .skype {
    background: #00aff0;
    color: white;
}
.social_sidebar .whatsapp {
    background: #25d366;
    color: white;
}
.social_sidebar .content {
    margin-left: 75px;
    font-size: 30px;
}
/* end social sidebar */
/* CERTIFICATIONS & AFFILIATIONS */
.certificate_affialiations {}
.certificate_affialiations .logosHldr .logoIcon a {
    border: 1px solid #b8d2e2;
    display: block;
    padding: 10px;
    background: #f2faff;
    transition: ease-in .3s;
}
.certificate_affialiations .logosHldr .logoIcon img {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out,
        -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}
.certificate_affialiations .logosHldr .logoIcon img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.certificate_affialiations .logosHldr .logoIcon a:hover {
    border-color: #096ead;
    background: transparent;
}

.RemoteStaffingWrapper.bg-dark {
    background: #000 !important;
}

/* end CERTIFICATIONS & AFFILIATIONS */
/*========End PSK========*/
/*resposive media psk*/
@media only screen and (min-width: 992px) {
    .container {
        max-width: 1170px;
    }
    .new_homepage .blog-meta li:last-child {
        float: right;
        margin: 0px 0px;
    }
	
	.blogInnerWrapper .free-ebook-accountant .downloadBtn {
    	font-size: 16px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .new_homepage .main-nav li {
        padding: 0 7px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
    /*menu nav*/
    .new_homepage #nav.nav-transparent {
        top: 50px;
    }
    .new_homepage #nav.fixed-nav {
        top: 0px;
        padding: 0px;
    }
    /* end menu nav*/
    .blog_lg.blog_col .text_wrap {
        background: #1C1D21;
    }
    .blog_lg.blog_col .text_wrap .bl_name {
        font-size: 26px;
    }
    .new_homepage .blog-meta li {
        font-size: 12px;
    }
    .new_homepage .blog_col .blog-meta li {
        margin-right: 4px;
    }
    .new_homepage .blog-meta li:last-child {
        float: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .new_homepage .section-header h2 {
        font-size: 32px;
    }
    /*menu nav*/
    .new_homepage .navbar-brand {
        max-width: 120px;
    }
    .new_homepage .main-nav li {
        padding: 0px 3px;
    }
    .new_homepage #nav.nav-transparent {
        top: 50px;
    }
    .new_homepage #nav.fixed-nav {
        top: 0px;
        padding: 10px 0;
    }
    .new_homepage .main-nav li {
        padding: 0px 3px;
        padding: 0 .6vw;
    }
    .new_homepage .main-nav li a {
        font-size: 10px;
        font-size: 1.18vw;
    }
    .new_homepage .main-nav li.signup a {
        padding: 7px 7px;
    }
    /* end menu nav*/
    .bnr_img .text_wrap h2 {
        font-size: 42px;
    }
    .bnr_img .text_wrap .rounded-btn-orange {
        font-size: 16px;
    }
    .new_homepage .achieveHldr .number h3 {
        font-size: 40px;
    }
    .blog_lg.blog_col .text_wrap {
        background: #1C1D21
    }
    .blog_col .image_wrap {
        height: auto;
    }
    .blog_lg.blog_col .text_wrap .bl_name,
    .blog_col .text_wrap .bl_name {
        font-size: 14px;
    }
    .blog_col .text_wrap .bl_title {
        font-size: 10px;
    }
    .call_to_action .text_wrap .link-btn {
        font-size: 20px;
    }
    /*footer*/
    .link_footer .ul_links h3 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
    .new_homepage .main-nav li {
        padding: 0.8vw;
    }
}
@media only screen and (min-width: 768px) {
    .new_homepage .socialHeadWrapper .left_side ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .new_homepage .socialHeadWrapper .left_side ul li {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex;
        position: relative;
        margin-right: 20px;
        padding: 10px 5px;
    }
    .new_homepage .socialHeadWrapper .right_side ul li {
        margin-right: 5px;
    }
    /*menu nav*/
    .new_homepage .main-nav li {
        padding: 0px 15px;
    }
    .new_homepage .main-nav li.nav-item a {
        color: #ffffff;
        /*padding: 15px 0px;*/
        line-height: 30px;
        /* text-transform: uppercase; */
    }
    /* end menu nav*/
    #remotStaffingVideo .modal-dialog {
        width: 80%;
        margin: 40px auto;
    }
    #remotStaffingVideo .modal-dialog .modal-body iframe {
        width: 100%;
        height: 500px;
    }
    .new_homepage .newsWrapper .cols,
    .new_homepage .blogHldr .cols {
        padding: 0;
    }
	
}
@media only screen and (max-width: 991px) {
    .testimonial_two .testimonial h3 {
        font-size: 22px;
    }
    .testimonial_two .testimonial p {
        font-size: 14px;
    }
	
	.blogInnerWrapper .free-ebook-accountant h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
    .p-tb-6 {
        padding: 30px 0px;
    }
    .column .inner-column {
        /*margin-bottom: 15px;*/
    }
    .new_homepage .socialHeadWrapper {
        padding: 10px 0;
    }
    .new_homepage .socialHeadWrapper .left_side ul {
        padding: 0;
        text-align: left;
        display: flex;
        align-items: center;
    }
    .new_homepage .socialHeadWrapper .left_side ul li {
        margin-right: 5px;
        display: block;
    }
    .new_homepage .socialHeadWrapper .left_side ul li:after {
        display: none;
    }
    .new_homepage .socialHeadWrapper .left_side ul li a {
        /* height: 100%; */
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .new_homepage .socialHeadWrapper .left_side ul li a img {
        max-width: 35px;
    }
    .new_homepage .socialHeadWrapper .left_side ul li a i {
        font-size: 20px;
    }
    .new_homepage .socialHeadWrapper .left_side,
    .new_homepage .socialHeadWrapper .right_side {
        padding: 0 10px;
    }
    .new_homepage .socialHeadWrapper .left_side {
        padding-right: 0;
        display: flex;
        align-items: center;
    }
    .new_homepage .socialHeadWrapper .right_side {
        padding-left: 0;
    }
    .new_homepage .socialHeadWrapper .right_side ul {
        display: flex;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .new_homepage .socialHeadWrapper .right_side ul li {
        padding: 0px 5px;
        margin-right: 0;
    }
    .new_homepage .socialHeadWrapper ul.socialIcon li a {
        font-size: 16px;
    }
    /*menu nav*/
    .new_homepage #nav.fixed-nav .nav-collapse {
        top: 0;
        right: 0;
    }
    .new_homepage #nav.nav-transparent {
        background: #000000;
        top: auto;
    }
    .new_homepage #nav.nav-transparent .container-fluid {
        /*display: block;*/
    }
    .new_homepage #nav.fixed-nav {
        top: 0px;
        position: fixed;
        padding: 5px;
    }
    .new_homepage #nav.fixed-nav .navbar-nav {
        top: 57px;
    }
    .new_homepage .navbar-header {
        width: 100%;
        display: inline-block;
    }
    .new_homepage .navbar-nav {
        display: block;
        position: absolute;
        top: 62px;
        box-shadow: none;
    }
    .new_homepage .main-nav li a {
        padding: 10px 15px;
        line-height: 20px;
    }
    .new_homepage .main-nav li .dropdown li a {
        /*padding-left: 15px !important;*/
        padding: 10px 0 !important;
    }
    .new_homepage .main-nav li a:hover,
    .new_homepage .main-nav li a:focus {
        color: #ed5e35;
        background-color: #191919;
        opacity: 1;
    }
    .new_homepage .main-nav li .dropdown li a:hover {
        color: #fff;
    }
    /* end menu nav*/
    .new_homepage .section-header h2 {
        font-size: 26px;
    }
    .banner .bnr_btn {
        margin: 0;
    }
    .bnr_img .text_wrap h2,
    .new_homepage .achieveHldr .number h3 {
        font-size: 30px;
    }
    .new_homepage .achieveHldr .number .black-text {
        font-size: 14px;
    }
    .video-section video {
        height: auto;
    }
    .play-container h1,
    #ivision-cloud-page .play-container h2,
    .play-container h2 {
        font-size: 2.5em;
    }
    #remotStaffingVideo .modal-dialog {
        width: 90%;
        margin: 40px auto;
    }
    #remotStaffingVideo .modal-dialog .modal-body iframe {
        width: 100%;
        height: 300px;
    }
    .new_homepage .blogHldr .w-grid-list {
        margin: 0;
    }
    .testimonial_sld .testimonial {
        min-height: inherit;
        padding-bottom: 30px;
    }
    .testimonial_sld .slider_wrap .owl-dots {
        right: 0;
        top: auto;
        left: 0;
        bottom: 20px;
    }
    .testimonial_two .prevnext .owl-nav .owl-next {
        right: 0px;
    }
    .testimonial_two .prevnext .owl-nav .owl-prev {
        left: 0px;
    }
    .testimonial_two .testimonial h3 {
        font-size: 22px;
    }
    /* .management_team .slider_wrap .image_wrap {
        width: 250px;
        height: 250px;
    } */
    .play-container .fa-play-circle {
        font-size: 8em;
    }
    .webinar_podcaste .slider_wrap .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .call_to_action .text_wrap {
        max-width: 100%;
    }
    .call_to_action .text_wrap .link-btn {
        font-size: 18px;
        margin: 30px auto;
        display: block;
        width: 80%;
    }
    .upcoming_event .slider_wrap .item {
        height: 230px;
    }
    .blog_lg.blog_col .text_wrap {
        position: inherit;
        background: #222;
    }
    .blog_lg.blog_col .text_wrap .bl_name {
        font-size: 22px;
    }
    .gallery_section .slider {
        margin: 2rem auto;
    }
    .gallery_section .item.slick-slide {
        width: 310px;
        height: 310px !important;
    }
    .gallery_section .wrap {
        padding: 0 40px;
    }
    .gallery_section .slick-arrow {
        /*font-size: 3rem;*/
    }
    .new_homepage .clientSpeak .images_wrap {
        order: 1;
        margin-bottom: 20px;
    }
    .new_homepage .clientSpeak .text_wrap {
        order: 2;
    }
    /*footer*/
    .copyright_links {
        text-align: center;
    }
    .innerFooter .footSocialIcon {
        text-align: center;
        margin-top: 20px;
    }
    .link_footer .ul_links {}
    .link_footer .ul_links ul {
        display: none;
        padding: 5px 10px;
        background: #2d2e33;
        margin-bottom: 5px;
    }
    .link_footer .ul_links h3 {
        font-size: 18px;
        font-weight: 500;
        background: #58585830;
        padding: 10px 10px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .link_footer .ul_links h3:after {
        display: none;
    }
    .link_footer .ul_links h3.open:before {
        content: "\f106";
    }
    .link_footer .ul_links h3:before {
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-family: Fontawesome;
        font-size: 26px;
        font-weight: normal;
        line-height: initial;
    }
    .innerHeader .header-text {
        top: 63%;
    }
    /* .innerHeader {
        height: 31vh;
    } */
    .newsletter .input-grp,
    .newsletter_wrap .container {
        padding: 0;
    }
    .newsletter .input-grp {
        padding-top: 10px;
    }
    .sticky_menu {
        display: none;
    }
    .new_homepage .main-nav li .dropdown li a i.fa {
        margin-right: 3px;
    }
}
@media only screen and (max-width: 575px) {
    .new_homepage .section-header .h1 {
        font-size: 26px;
    }
    .new_homepage .section-header h2 {
        font-size: 22px;
    }
    .logoft {
        width: 250px;
    }
    /*menu nav*/
    /*.new_homepage .socialHeadWrapper .left_side,
    .new_homepage .socialHeadWrapper .right_side{ padding: 0 10px; }*/
    .new_homepage .socialHeadWrapper .left_side ul {
        text-align: center;
    }
    .new_homepage .socialHeadWrapper .left_side ul li a .flg:before {
        width: 30px;
    }
    .new_homepage .navbar-nav {
        max-width: 100%;
    }
    /* end menu nav*/
    .banner .slider_wrap {
        padding-top: 62px;
        /*height: 510px;*/
        height: 410px;
    }
    .banner .bnr_btn,
    .shape_bottom {
        display: none !important;
    }
    .bnr_img {
        min-height: 350px;
    }
    .bnr_img .text_wrap h2,
    .new_homepage .achieveHldr .number h3 {
        font-size: 20px;
    }
    .banner .slider_wrap .text_wrap p {
        color: #fff;
        font-size: 14px
    }
    .bnr_img .text_wrap .rounded-btn-orange {
        font-size: 16px;
    }
    /* .management_team .slider_wrap .image_wrap {
        width: 250px;
        height: 250px;
    } */
    .play-container .fa-play-circle {
        font-size: 6em;
    }
    .play-container h1,
    #ivision-cloud-page .play-container h2,
    .play-container h2 {
        font-size: 32px;
        font-weight: 500;
        margin: 0;
    }
    .newsletter_wrap {
        padding: 40px 0px;
    }
    .modal-content.signupPopupWrapper.newletterPopupWrapper .signupHldr p {
        font-size: 16px;
    }

}
.givingbc_page .text_on_img .z-index1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.text_on_img p,
.text_on_img .text_wrap p {
    color: inherit;
}
.text_on_img .count_no_child {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ed5f34;
    font-family: 'Oswald', sans-serif;
}
.text_on_img .count_no_child span {
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
    display: inline-block;
}
.text_on_img .count_no_child sub {
    text-transform: lowercase;
    font-weight: 400;
    line-height: inherit;
    bottom: 0;
}
.text_on_img {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.z-index1 {
    z-index: 1;
    position: relative;
}
.overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #000000c7;
}
.givingbc_page .text_wrap .sm {
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.givingbc_page .text_wrap h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    color: #ed5f34;
    font-family: 'Oswald', sans-serif;
}
.collapse.in {
    display: block;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
    background-color: #FAFAFA;
    font-size: 14px;
    line-height: 2;
}
.panel-body {
    padding: 15px;
}
.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}
.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.ul_list2 ul li {
    color: #484848;
    font-size: 14px;
    /* margin-bottom: 5px; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-left: 20px;
}
.blog_details_page .blog-author .text_wrap .ul_list2 ul li:after {
    content: "\f138";
    font-size: 13px;
}
.ul_list2 ul li:after {
    content: "\f111";
    /* background: url(../img/check_mark.png); */
    /* background-size: 20px 20px; */
    /* height: 20px; */
    /* width: 20px; */
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 10px;
}
.blog_details_page .author-social .facebook a {
    background-color: #3b5998;
}
.blog_details_page .author-social .twitter a {
    background-color: #00acee;
}
.blog_details_page .author-social .linkedin a {
    background-color: #0e76a8;
}
.blog_details_page .author-social .whatsapp a {
    background-color: #25d366;
}
.clientWrapper .teamImg>img {
    width: 100%;
    transition: transform .5s ease-in-out;
}
.clientWrapper .teamImg {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
    height: 149px;
    overflow: hidden;
}
.sticky_menu.fixed-header {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
.sticky_menu {
    width: 100%;
    background: #1c1d21;
    padding: 20px 0;
    z-index: 111;
    margin-bottom: 0px;
}
.sticky_menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.sticky_menu ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
/* .sticky_menu ul li:last-child a{ margin-right: 0; border-right: 0; } */
.sticky_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    /* border-right: 2px solid #fff; */
    padding: 0 10px 0 5px;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.sticky_menu ul li a.active {
    color: #fff;
    background: #ed5f34;
}
.sticky-nav-tabs-container--top-first {
    position: fixed;
    top: 48px;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-nav-tabs-container--top-second {
    position: fixed;
    top: 48px;
}
.sticky-nav-tab-slider {
    position: absolute;
    /* bottom: 0; */
    width: 0;
    height: 5px;
    background: #ed5f34;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear;
    border-radius: 10px;
    height: 27px;
    top: 19px;
    border-radius: 4px;
    z-index: -1;
}
.img_text_detail .image_wrap img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.image_wrap.image_center {
    position: relative;
}
.img_text_detail .image_wrap {
    height: 180px;
}
.img_text_detail .image_wrap.ebooks {
    height: 370px;
}
.img_text_detail .image_wrap.blogs-and-insight {
    height: 175px;
}
.img_text_detail .image_wrap.bkot,
.img_text_detail .image_wrap.podcasts,
.img_text_detail .image_wrap.webinars {
    height: 147px;
}
.img_text_detail .image_wrap.life-at-entigrity {
    height: 174px;
}
.img_text_detail .image_wrap.updates-and-events {
    height: 104px;
}
.blk-listing .text_wrap .blog-meta li .dt {
    white-space: nowrap;
}
.blk-listing .text_wrap .blog-meta li {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    display: flex;
}
.blk-listing .text_wrap .author_name {
    font-weight: 700;
    color: #2e2e38;
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    width: 63%;
}
.blk-listing .text_wrap h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'open sans', sans-serif;
    color: #2e2e38;
}
.text-dot2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blk-listing .text_wrap {
    padding: 10px;
}
.blk-listing .text_wrap .blog-meta li {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    display: flex;
    float: right;
}
.blk-listing {
    position: relative;
}
.dt:after {
    content: "|";
    padding-left: 4px;
    padding-right: 4px;
}
.overlay {
    position: relative;
}
.features-item:hover i {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    background: #000 !important;
    color: #fff !important;
}
.certification_affi .slider_wrap {
    padding: 0 30px;
    margin: 0 auto;
}
.owl-carousel.owl-loaded,
.owl-carousel.owl-theme {
    display: block !important;
}
.testimonial-slider {
    display: inline-block;
    width: 100%;
}
.testimonial-slider .clientsay_two {
    position: relative;
    background: #ffffff;
    padding-bottom: 0 !important;
}
.testimonial-slider .clientsay_two .slider_wrap .owl-stage-outer {
    padding-bottom: 20px;
}
.slider_wrapper.owl-carousel .owl-item,
.slider_wrapper.owl-carousel .owl-item .row,
.slider_wrapper.owl-carousel .owl-item .col-xs-12,
.slider_wrapper.owl-carousel .owl-item .item,
.slider_wrapper.owl-carousel .owl-item .item .image_wrap,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.slider_wrapper.owl-carousel .owl-item,
.slider_wrapper.owl-carousel .owl-item .row,
.slider_wrapper.owl-carousel .owl-item .col-xs-12,
.slider_wrapper.owl-carousel .owl-item .item,
.slider_wrapper.owl-carousel .owl-item .item .image_wrap,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.testimonial-slider .clientsay_two .clientSay {
    display: flex;
}
.testimonial-slider .clientsay_two .clientSay .text_wrap {
    padding: 0 0 0 50px;
}
.testimonial-slider .clientsay_two .clientSay .imgHldr {
    position: relative;
    text-align: center;
}
.testimonial-slider .clientsay_two .icon {
    max-width: 30px;
    display: inline-block;
    opacity: .3;
    position: absolute;
    top: 40;
    left: 0;
}
.testimonial-slider .clientsay_two .clientSay .auther {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 0px;
    z-index: 1;
}
.testimonial-slider .clientsay_two .clientSay p {
    font-size: 14px;
    text-align: justify;
    font-style: italic;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.clientSay p {
    font-size: 15px;
    text-align: justify;
    font-style: italic;
}
.cf:after {
    clear: both;
}
.cf:before,
.cf:after {
    content: '';
    display: block;
}
.clientSay .auther {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 15px;
}
.testimonial-slider .clientsay_two .clientSay .auther .rightMain {
    position: relative;
    padding-left: 15px;
}
.testimonial-slider .clientsay_two .clientSay .auther .rightMain h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #000;
    padding-top: 5px;
    margin: 0;
    max-width: 620px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* font-family: 'Oswald', sans-serif; */
}
.clientSay .auther .rightMain h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #fff;
    padding-top: 5px;
    margin: 0;
}
.clientSay .auther .rightMain span {
    font-size: 12px;
    color: #fff;
    width: 100%;
    display: block;
}
.testimonial-slider .clientsay_two .clientSay .auther .rightMain span {
    font-size: 12px;
    color: #000;
    width: 100%;
    display: block;
    max-width: 620px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.testimonial-slider .clientsay_two .clientSay .auther .rightMain .rounded-btn-orange {
    padding: 5px 20px;
    margin-right: 5px;
    margin-top: 10px;
}
.testimonial-slider .clientsay_two .clientSay .imgHldr img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}
.bg-orange2 {
    background-color: #ed5f34;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.clientWrapper .teamImg:hover img {
    transform: scale(1.2) translate(-38%, -40%);
}
.blog_recent_slider .slider_wrapper.owl-carousel .item .image_wrap {
    height: 155px;
}
.breadcrumb {
    min-height: 66px;
    margin: 0;
    background: #171719;
    color: #fff;
}
.breadcrumb ul {
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb ul li {
    display: inline;
}
.breadcrumb ul li i {
    margin: 0px 10px;
}
.breadcrumb ul li a {
    color: #fff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e85d11;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #e85d11;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff7a42;
    border-color: #ff7a42;
}
.informationWrapper .domain i:hover {
    color: #ed5f34;
}
.newsletter a {
    text-decoration: underline;
    color: #fff;
}
.newsletter a:hover {
    text-decoration: none;
}
.main-nav li.signup a:hover {
    color: #fff !important;
}
.informationWrapper .unique:hover i.fa {
    color: #ffffff;
}
#about_page #achievements span.black-text {
    color: #fff;
}
#why-entigrity {
    padding-top: 15px;
    padding-bottom: 15px;
}
#video .play_icon {
    width: 140px;
    height: 140px;
    left: unset;
}
@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}
.blog_recent_slider .slider_wrapper.owl-carousel .item {
    height: 320px;
    margin: 5px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.podcast-section {
    min-height: auto;
    border-radius: .6rem;
    overflow: hidden;
}
.podcast-section .p_height {
    margin-bottom: 20px;
}
.podcast-section .post_title {
    min-height: auto;
    margin: 0px 0px 10px;
}
.podcast-section .action_link {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
.expert-endorsement .slider_wrap .experts-endorsement .expert-content {
    min-height: 240px;
}
.expert-endorsement .slider_wrap .experts-endorsement .expert-border:before {
    content: '';
    border-bottom: 1px solid #1c1d21;
    background: transparent;
    width: 100%;
    height: 1px;
    z-index: 9;
}
.expert-endorsement .slider_wrap .experts-endorsement p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.expert-endorsement .slider_wrap .experts-endorsement h3 {
    font-size: 18px;
    font-weight: 700;
}
.expert-endorsement .slider_wrap .experts-endorsement span {
    font-size: 14px;
    font-weight: 500;
}
.expert-endorsement .slider_wrap .experts-endorsement .expert-img {
    position: absolute;
    bottom: 0;
}
.blogwidget {
    position: relative;
    padding: 20px;
    margin: 0 0 30px;
    background: url("../image/blog-left-bg.jpg") top no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.blogwidget:hover {
    box-shadow: 0 0 5px 0px #80808080;
}
.blogInnerWrapper {
    position: relative;
}
.blogInnerWrapper .free-ebook-accountant {
    position: relative;
}

.blogInnerWrapper .free-ebook-accountant .imgRound {
    display: block;
    margin: 10px auto 20px;
    width: 220px;
    height: 220px;
    border: 8px solid #fb6000;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    line-height: 202px;
    overflow: hidden;
    text-align: center;
}
.blogInnerWrapper .free-ebook-accountant p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    margin: 0;
}
.blogInnerWrapper .free-ebook-accountant .downloadBtn {
    font-size: 14px;
    width: 100%;
    padding: 14px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    background-color: #464749;
    position: relative;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
}
.blogInnerWrapper .free-ebook-accountant p.scheduleTxt {
    padding: 20px 0 40px;
}
.testRepeatWrapper {
    position: relative;
}
.testRepeatWrapper .testInnerHldr {
    padding: 30px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 0 50px rgba(7, 53, 90, .1);
    -webkit-box-shadow: 5px 0 50px rgba(7, 53, 90, .1);
    margin-bottom: 50px;
}
.testRepeatWrapper .testInnerHldr:last-child {
    margin-bottom: 0px;
}
.testRepeatWrapper .testInnerHldr::before {
    content: '';
    width: 162px;
    height: 112px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../image/testimonial-icon.png") top center no-repeat;
}
.testRepeatWrapper .testInnerHldr .inner {
    position: relative;
}
.testRepeatWrapper .testInnerHldr h3 {
    padding: 0 0 15px;
    line-height: 36px;
    font-weight: 600;
    font-size: 24px;
    color: #2b3949;
    margin: 0;
}
.testRepeatWrapper .testInnerHldr h3::before {
    content: '“';
}
.testRepeatWrapper .testInnerHldr h3::after {
    content: '”';
}
.testRepeatWrapper .testInnerHldr p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #40556b;
    font-weight: 400;
    margin: 0;
    text-align: justify;
    height: 90px;
    overflow: hidden;
}
.testRepeatWrapper .testInnerHldr p.expanded {
    height: 100%;
    overflow: inherit;
}
.testRepeatWrapper .testInnerHldr .hideTxt {
    width: 100%;
    height: auto;
    display: none;
}
.testRepeatWrapper .testInnerHldr .imgVideo {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    position: relative;
}
.testRepeatWrapper .testInnerHldr .bottom-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 0 0;
    margin: 0;
    overflow: hidden;
    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;
    -webkit-box-pack: center;
}
.testRepeatWrapper .testInnerHldr span.testi-read-more {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.testRepeatWrapper .testInnerHldr span.testi-read-more::after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    padding-left: 5px;
    content: '\f105';
}
.testRepeatWrapper .testInnerHldr span.testi-read-more:hover {
    color: #ed5f34;
}
.testRepeatWrapper .testInnerHldr .bottom-row .right {
    max-width: 60%;
}
.testRepeatWrapper .testInnerHldr .bottom-row .right h4 {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #2b3949;
    font-weight: 700;
}
.testRepeatWrapper .testInnerHldr .bottom-row .right .designation {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #40556b;
    font-weight: 400;
    margin-left: 0;
}
.testRepeatWrapper .testInnerHldr .bottom-row img {
    width: auto;
    max-height: 75px;
    margin-right: 0;
    margin-left: 1rem;
    border-radius: 0;
}
.signupPopup {opacity: 1 !important;}
.signupPopup .modal-dialog {margin: 8% auto;}
.signupPopupWrapper{background:url("../image/yellow-bg.jpg") bottom no-repeat;background-size: cover;color: #fff;border-radius: 10px;border: none;min-height: 500px;}
.signupPopupWrapper .close{text-align: center;width: 30px;height: 30px;font-size: 30px;position: absolute;right: 0;top: 0;opacity: 1;color: #fff;z-index: 5;}
.signupPopupWrapper .signupHldr{width: 100%;display: block;margin: 0;color: #FFF;}
.signupPopupWrapper .signupHldr h2 {font-size: 25px;display: block;margin: 0;padding:30px 0 15px;text-align: center;font-weight: 900;}
.signupPopupWrapper .signupHldr h3 {font-size:20px;line-height: 30px;font-weight: 400;padding: 0 0 23px;text-align: center;max-width: 362px;margin: 0 auto;color: #fff;}
.signupPopupWrapper .signupHldr .gform_wrapper {padding: 12px 0 0px;max-width:370px;margin: 0 auto;position: relative}
.signupPopupWrapper .signupHldr .gform_wrapper ul.gform_fields {padding: 0;margin: 0;overflow: visible;list-style-type: none;display: block;}
.signupPopupWrapper .signupHldr .gform_wrapper ul.gform_fields li {margin: 0px 0 10px;display: flex;padding:0px;}
.signupPopupWrapper .signupHldr .gform_wrapper ul.gform_fields li input {border: 1px solid #fff;background: none;color: #000;height: 60px;padding:15px;border-radius: 4px;box-sizing: border-box;display: block;font-size: 14px;margin: 0;position: relative;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;z-index: 1;width: 100%;opacity: 1;background: #fff;}
.signupPopupWrapper .signupHldr .gform_wrapper ul.gform_fields li .submitBtn {background: #464948;border: none;color: #fff;font-size: 16px;font-weight: 600;line-height: normal;padding: 11px 15px;text-align: center;width: 100%;text-transform: uppercase;border-radius: 4px;height: 60px;}
.signupPopupWrapper .signupHldr .gform_wrapper ul.gform_fields li select {border: 1px solid #E5E5E5;border-radius: 4px;height: 60px;width: 100%;padding: 5px 10px;font-size: 14px;color: #000;margin: 0;background-image: linear-gradient(45deg, transparent 50%, #2D2D2D 60%), linear-gradient(135deg, #2D2D2D 40%, transparent 50%) !important;background-position: calc(100% - 26px) 28px, calc(100% - 20px) 28px,100% 0;background-size: 6px 6px, 6px 6px;background-repeat: no-repeat;-webkit-appearance: none;-moz-appearance: none;}


.our-story-socail-reviews .icontxt {
    float: none;
    display: inline-block;
	height: auto;
}

span.testi-read-more.read_less:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
}

.testRepeatWrapper .testInnerHldr span.read_less:after {
    content: '';
}

