body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.clear {
    clear: both;
}


/* Custom Utils */

p,
li {
    font-size: 14px;
    letter-spacing: 0.5px;
}

p {
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

.container-fluid {
    max-width: 95%;
}

.mw-100 {
    max-width: 100% !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.pt-7 {
    padding-top: 70px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.text-sm {
    font-size: 24px !important;
}

.text-md {
    font-size: 24px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-lg {
    font-size: 30px !important;
}

.bg-blue {
    background-color: #1873a3;
}

.text-blue {
    color: #1873a3 !important;
}

.bg-grey {
    background-color: #f1f1f1;
}

.background-none {
    background: none !important;
}

blockquote {
    padding: 25px 25px 25px 0;
}

blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 900;
    color: #1873a3;
}

.reorderSidebar h4 {
    font-size: 20px !important;
}

.readmore {
    color: #1873a3;
    text-decoration: none !important;
}

.readmore:hover {
    -webkit-transition: right .3s linear, opacity .3s linear, color .3s ease-out;
    -moz-transition: right .3s linear, opacity .3s linear, color .3s ease-out;
    -o-transition: right .3s linear, opacity .3s linear, color .3s ease-out;
    transition: right .3s linear, opacity .3s linear, color .3s ease-out;
    right: 1.7em;
}

.align-c {
    text-align: center;
}

.p-t-zero {
    padding-bottom: 0 !important;
}

.p-b-zero {
    padding-bottom: 0 !important;
}

.p-l-zero {
    padding-bottom: 0 !important;
}

.p-r-zero {
    padding-bottom: 0 !important;
}

.p-l-r {
    padding: 0 5px !important;
}

.p-zero {
    padding: 0 !important;
}

.w100 {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.p-l {
    padding-left: 5px !important;
}

.p-r {
    padding-right: 5px !important;
}

header {
    width: 100%;
    height: 100vh;
    float: left;
    margin: 0;
    padding: 0;
    background-size: cover !important;
    overflow: hidden;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.bg-contact {
    background: url('../images/bg-contact.jpg') no-repeat center;
}

.bg-default {
    background: url('../images/header-img.jpg') no-repeat top center;
}

.bg-financial-advisory {
    background: url('../images/bg-fa.jpg') no-repeat center;
}

.bg-legal-advisory {
    background: url('../images/bg-legal.jpg') no-repeat center;
}

.bg-risk-compliance {
    background: url('../images/bg-risk.jpg') no-repeat center;
}

.bg-join-us {
    background: url('../images/bg-joinus.jpg') no-repeat center;
}

.bg-about {
    background: url('../images/about-us.jpg') no-repeat center;
}

.bg-franchise-model {
    background: url('../images/bg-franchise-model.jpg') no-repeat center;
}

.bg-probono {
    background: url('../images/bg-probono.jpg') no-repeat center;
}

.bg-blog {
    background: url('../images/bg-blog.jpg') no-repeat center;
}

.about-title-quote {
    text-align: center;
    background: rgba(24, 115, 163, 0.8);
    padding: 40px 80px;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.about-title-quote p {
    padding-bottom: 0;
}

header .container-fluid {
    position: relative;
    margin-top: 85px;
}

.hide-header {
    height: auto !important;
}

.hide-header .innerHeader {
    margin-top: 90px;
}

.hide-header .brandTitle h2 {
    color: #000;
}

.topBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    padding: 0 20px;
    z-index: 99;
    width: 100%;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.brand {
    width: auto;
    float: left;
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.brand img {
    max-width: 215px;
}

.m-center {
    margin-left: -83px;
}

.brand>a {
    position: relative;
    z-index: 1;
}

.brand::after {
    content: '';
    float: left;
    width: 99.9%;
    background-color: #fff;
    height: 65px;
    transform: skewY(-8deg);
    transform-origin: bottom left;
    display: none;
}

.fixed .topBar,
.inner-page .topBar {
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    box-shadow: 0px 3px 10px -5px #e1e1e1;
}

.inner-page .topBar .brand {
    background-color: #fff;
}

.inner-page .topBar .brand::after {
    display: none;
}

.inner-page #hamburger-icon::before {
    color: #1873a3;
}

.inner-page .topBar #hamburger-icon .line {
    background: #1873a3;
}

.inner-page .topBar #hamburger-icon.active .line {
    background: #fff;
}

.fixed .topBar .brand,
.inner-page .topBar .brand {
    padding: 15px 35px 15px;
    background: transparent;
}

.fixed .topBar .brand::after,
.inner-page .topBar .brand::after {
    bottom: -45px;
}

.fixed #hamburger-icon .line {
    background: #1873a3;
}

.fixed #hamburger-icon.active .line {
    background: #ecf0f1;
}

.fixed #hamburger-icon::before {
    color: #1873a3;
}

#hamburger-icon.active::before {
    opacity: 0;
}

.tu {
    text-transform: uppercase;
}

.inner-page header {
    height: auto;
}

#hamburger-icon {
    width: 35px;
    height: 28px;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    z-index: 7;
}

#hamburger-icon::before {
    content: '';
    display: inline-block;
    color: #fff;
    position: relative;
    right: 60px;
    font-size: 16px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line {
    display: block;
    background: #ecf0f1;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 10px;
}

#hamburger-icon .line.line-3 {
    top: 20px;
}


/* #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {transform: translateY(-4px); -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px);}



#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {transform: translateY(4px); -webkit-transform: translateY(4px); -moz-transform: translateY(4px);} */

#hamburger-icon.active .line-1 {
    transform: translateY(17px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(17px) translateX(0) rotate(45deg);
    -moz-transform: translateY(17px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
    opacity: 0;
}

#hamburger-icon.active .line-3 {
    transform: translateY(-3px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-3px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-3px) translateX(0) rotate(-45deg);
}

.mainMenu {
    width: 320px;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 3rem;
    right: 0;
    top: 0;
    position: fixed;
    background-color: #1873a3;
    z-index: 5;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.mainMenu.open {
    transform: translateX(0);
}

.mainMenu h3 {
    width: 100%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.mainMenu ul {
    list-style: none;
    margin: 70px 0 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    counter-reset: liCntr;
}

.mainMenu ul li {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.mainMenu ul li a {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 1rem 0 1rem 2.7rem;
    color: #fff;
    border-top: 1px solid #308fc3;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.mainMenu ul li a:hover {
    text-decoration: none;
    padding-left: 3rem;
}

.mainMenu ul li:first-child a {
    border-top: none;
}

.mainMenu ul li::before {
    content: counter(liCntr, decimal-leading-zero) " .";
    counter-increment: liCntr;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    float: left;
    min-width: 30px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 17px;
}

ul.submenu {
    margin: 0;
    padding-left: 0;
    display: none;
}

ul.submenu li::before {
    display: none !important;
}

.brandTitle {
    position: relative;
    top: 36vh;
    text-transform: uppercase;
}

.brandTitle h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.inner-page .brandTitle h2 {
    font-size: 38px;
}


/*.secondaryNav {list-style: none; margin: 0; padding: 0; width: auto; display: inline-block; position: absolute; right: 50px; text-align: right; z-index: 1; top:42vh;}*/

.secondaryNav {
    list-style: none;
    margin: 0;
    padding: 20px 90px 20px 0;
    width: auto;
    display: inline-block;
    position: absolute;
    right: -50px;
    text-align: right;
    z-index: 1;
    top: 30vh;
    text-shadow: 2px 2px 2px #666;
    background: rgba(24, 115, 163, 0.6);
    border-radius: 20px 0 0 20px;
    max-width: 280px;
}

.secondaryNav li {
    width: 100%;
    display: inline-block;
    margin: 0 0 35px;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    position: relative;
}

.secondaryNav li:last-child {
    margin-bottom: 0 !important;
}

.secondaryNav li h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.secondaryNav li span {
    font-size: 14px;
}

.secondaryNav li a {
    color: #fff;
    width: auto;
    display: inline-block;
    position: relative;
}

.secondaryNav li a::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #1a75a6;
    position: absolute;
    right: -30px;
    top: 26%;
    transform: translateY(-50%);
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.secondaryNav li a:hover {
    text-decoration: none;
}

.secondaryNav li a:hover::after {
    background-color: #fff;
}

.mouseIcon {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.mouseIcon span {
    width: 29px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: oscillateUpDown 2s ease-in-out 0s infinite forwards;
}

.section {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

.titleWrap {
    margin-bottom: 0px;
    text-align: center;
}

.section-title.text-white {
    color: #fff !important;
}

.text-white-off {
    color: #f5f2f2 !important;
}

.section-title.text-white::after {
    background-color: #fff !important;
}

.section-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #242424;
    width: auto;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.section-title::after {
    content: '';
    width: 50%;
    display: inline-block;
    height: 3px;
    background-color: #1873a3;
}

.content-title {
    width: auto;
    display: inline-block;
}

.content-title::after {
    content: '';
    width: 50%;
    display: inline-block;
    height: 3px;
    background-color: #1873a3;
}

.reorderSidebar .section-title::after {
    display: none;
}

.card .section-title::after {
    display: none;
}

.title-sm {
    margin-bottom: 30px;
}

.title-md {
    margin-bottom: 50px;
}

.title-md .section-title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.likeWhatWeDo {
    padding-bottom: 30px !important;
}

.ssRe {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.ssRe a {
    text-decoration: none;
}

.ssRe .ss-icon {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ssRe .ss-icon img {
    max-width: 70px;
    height: auto;
    display: inline-block;
}

.ssRe a:hover img {
    padding-bottom: 7px;
    transition: padding .25s ease-in-out;
}

.ssRe .ss-title {
    margin-top: 10px;
}

.ssRe .ss-title h3 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    text-align: center;
}

#whyIbs .section-title {
    margin-right: 15px;
}

#whyIbs .section-title::after {
    width: 100%;
}

#whyIbs p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
}

.expertiseRe {
    width: 100%;
    float: left;
    margin: 0 0px;
    padding: 0;
    position: relative;
}

.expertiseRe a {
    outline: none;
    border: none;
    padding: 0 0px;
}

.expertiseRe a:hover .expertise-img::after {
    opacity: 0.5;
}

.expertiseRe a:hover .expertise-img img {
    transform: scale(1.2);
}

.expertiseRe .expertise-img {
    width: 100%;
    margin: 0;
    padding: 0 0px 0 0px;
    position: relative;
    overflow: hidden;
    max-height: 280px;
}

.expertiseRe .expertise-img img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.expertiseRe .expertise-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.expertiseRe .expertise-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.expertiseRe .expertise-title {
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.expertiseRe .expertise-title h3 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0.5rem;
}

.quote-bg {
    margin: 30px 0 0 0;
    background: #1d77a9 url('../images/quote-bg.jpg') no-repeat 20% top;
    background-size: 20%;
}

.quote {
    width: 100%;
    float: left;
    padding: 20px 0 50px 0;
}

.quote.no-icon blockquote:before {
    display: none !important;
}

.quote blockquote {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.quote cite {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

.posts-re {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.posts-re li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    background: url('../images/arrow-right-ico.png') no-repeat left 5px;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #242424;
}

.posts-re li a {
    color: #242424;
}

.posts-re li a:hover {
    text-decoration: none;
}

.imgContentBlock {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    max-height: 350px;
    box-sizing: border-box;
    position: relative;
}

.img-block {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.img-block img {
    width: 100%;
    height: auto;
}

.img-block::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

.img-content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 50px;
    position: absolute;
    left: 0;
    top: 13px;
}

.img-content p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.img-content a {
    color: #fff;
}

.btn-theme {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 35px;
    background: #1873a3;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border: none;
}

.btn-theme.reversed {
    background-color: #fff;
    color: #1873a3;
}

.btn-theme i {
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 0;
}

.btn-theme:hover {
    background-color: #32CD32;
    text-decoration: none;
    color: #fff;
}

.btn-theme:hover i {
    left: 5px;
}

.testimonials-bg {
    background-color: #1873a3;
}

.testimonials-wrap {
    width: 100%;
    float: left;
    margin: 0 0 110px;
    padding: 0;
    position: relative;
}

.testimonials {
    width: 100%;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
}

.testimonials-wrap::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 26px;
    background: url('../images/quote-left-icon.png') no-repeat;
    position: absolute;
    left: -30px;
    top: -30px;
}

.testimonials-wrap::after {
    content: '';
    display: inline-block;
    width: 42px;
    height: 26px;
    background: url('../images/quote-right-icon.png') no-repeat;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.testimonials-re p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.testimonials-re p.consumer {
    font-style: italic;
    text-align: center;
}

.testimonials-wrap .slick-arrow {
    border: none;
    background: none;
    width: 15px;
    height: 25px;
    padding: 0;
    color: transparent;
    position: absolute;
    bottom: -70px;
    z-index: 1;
}

.testimonials-wrap .slick-arrow:focus {
    outline: none;
    border: none;
}

.testimonials-wrap .slick-prev {
    background: url('../images/arrow-white-left.png') no-repeat left top;
    left: 47%;
}

.slick-prev:hover {
    background: url('../images/arrow-black-left-h.png') no-repeat left top !important;
}

.testimonials-wrap .slick-next {
    background: url('../images/arrow-white-right.png') no-repeat left top;
    right: 47%;
}

.slick-next:hover {
    background: url('../images/arrow-black-right-h.png') no-repeat left top !important;
}

.clients {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.clients-carousel {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.clients-carousel .client-re {
    width: auto;
    display: inline-block;
}

.clients-carousel .slick-list {
    max-width: 90%;
    display: inline-block;
}

.clients-carousel .slick-arrow {
    border: none;
    background: none;
    width: 15px;
    height: 25px;
    padding: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.clients-carousel .slick-arrow:focus {
    outline: none;
    border: none;
}

.clients-carousel .slick-prev {
    background: url('../images/arrow-black-left.png') no-repeat left top;
    left: 0;
}

.slick-prev:hover {
    background: url('../images/arrow-black-left-h.png') no-repeat left top;
    left: 0;
}

.clients-carousel .slick-next {
    background: url('../images/arrow-black-right.png') no-repeat left top;
    right: 0;
}

.slick-next:hover {
    background: url('../images/arrow-black-right-h.png') no-repeat left top;
    right: 0;
}


/*.slick-arrow:hover {opacity:0.5;  transition: opacity .25s ease-in-out;}*/

.clients-carousel .client-re img {
    max-width: 100%;
    height: auto;
    display: block;
    outline: none;
    border: none;
}

.clients-carousel .client-re img:focus,
.clients-carousel .client-re img:active {
    outline: none;
    border: none;
}

.about-carousel .client-re {
    max-height: 110px;
}

.about-carousel .client-re img {
    max-width: 60%;
    height: auto;
    display: block;
    outline: none;
    border: none;
}

.about-carousel {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.about-carousel .client-re {
    width: auto;
    display: inline-block;
    text-align: center;
}

.about-carousel .slick-list {
    max-width: 90%;
    display: inline-block;
}

.about-carousel .slick-arrow {
    border: none;
    background: none;
    width: 15px;
    height: 25px;
    padding: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-carousel .slick-arrow:focus {
    outline: none;
    border: none;
}

.about-carousel .slick-prev {
    background: url('../images/arrow-black-left.png') no-repeat left top;
    left: 0;
}

.about-carousel .slick-next {
    background: url('../images/arrow-black-right.png') no-repeat left top;
    right: 0;
}

.about-carousel .client-re img {
    max-width: 130px;
    height: auto;
    display: inline-block;
    outline: none;
    border: none;
}

.about-carousel .client-re img:focus,
.about-carousel .client-re img:active {
    outline: none;
    border: none;
}

footer {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding: 50px 0;
}

.footer-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-info li {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

.footer-info li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-info li .footer-icon {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.footer-content {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.footer-content p {
    margin-bottom: 20px;
}

.copyright {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
}

.footer-social-icons {
    display: none;
    text-align: center;
}

.footer-social-icons .footer-icon {
    font-size: 24px;
}

.innerHeader {
    width: 100%;
    display: inline-block;
    margin: 150px 0 15px;
    padding: 0;
    text-align: center;
}

.innerHeader.extended-header {
    margin-top: 261px;
    margin-bottom: 30px;
}

.innerHeader-c {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
    padding: 0;
}

.innerHeader-c iframe {
    position: relative;
    width: 100%;
    height: 400px;
}

.innerHeader .brandTitle {
    top: 0;
}

.breadcrumb {
    background: transparent;
    border: none;
    margin-top: 60px;
    padding: 0;
    display: none;
}

.breadcrumb li {
    margin-right: 10px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #cfcfcf;
}

.breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb li::after {
    content: '/';
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.services-wrapper {
    width: 100%;
    display: inline-block;
    /* margin-top: 50px; */
}

.content-seperator {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
}

.content-seperator:after {
    content: '';
    display: inline-block;
    width: 40%;
    height: 2px;
    background-color: #1873a3;
}

aside {
    background-color: #f1f1f1;
    padding: 35px 15px;
    background: url(../images/aside.jpg) no-repeat center top;
    max-width: 350px;
    min-height: 518px;
    margin-bottom: 50px;
}

.sideNav {
    margin-bottom: 0px;
}

.sideNav .titleWrap {
    margin-bottom: 0px;
}

.sideNav ul {
    list-style: none;
    display: inline-block;
    margin: 15px 0 0;
    padding: 0;
}

.sideNav ul li {
    width: 100%;
    display: flex;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    box-sizing: border-box;
    float: left;
}

.sideNav ul li a {
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.sideNav ul li.active a {
    font-weight: bold;
}

.sideNav ul li::before {
    content: '';
    width: 15px;
    height: 21px;
    float: left;
    margin: 0;
    padding: 0;
    background: url('../images/arrow-right-ico.png') no-repeat 35px 3px;
    min-width: 65px;
}

.sideNav .section-title {
    font-size: 20px !important;
    color: #fff;
}

.b-blue {
    border: 1px solid #1873a3 !important;
}

.card {
    background-color: #fff;
    box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 25px 25px 25px;
    margin-bottom: 50px;
    width: 100%;
}

.card h3 {
    font-size: 20px;
    line-height: normal;
}

.card-icon {
    margin-bottom: 25px;
}

.card-icon img {
    max-height: 60px;
}

.card-title {
    margin-bottom: 0px;
}

.card-title .titleWrap {
    margin-bottom: 0;
}

.card-title .section-title {
    font-weight: 300;
    word-break: break-word;
    font-size: 20px !important;
}

.card-content {
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

.card-content p {
    font-size: 14px;
}

.card-content p strong {
    font-weight: 600;
}

.card-content ul {
    margin: 15px 0 0 20px;
    padding: 0;
    text-align: left;
}

.card-content ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.likeWhatWeDo p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

.likeWhatWeDo p span {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #002b58;
}

.seperator {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.form-theme .form-control {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    font-size: 14px;
}

.form-theme .form-row {
    margin-bottom: 25px;
}

.fa-hero {
    background: url('../images/fa-bg.jpg') no-repeat center;
    background-size: cover;
    height: 500px !important;
}

.fa-hero-fm {
    background: url('../images/fms.png') no-repeat center center;
    background-size: cover;
    height: 500px !important;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.innerHeader.extended-header2 {
    margin-top: 361px;
    margin-bottom: 30px;
}

.team-wrapper {
    position: relative;
}

.team-description-panel {}

.team-wrapper>.row {
    flex-wrap: nowrap;
}

.team-wrapper>.row .col {
    max-width: 20%;
    position: relative;
    cursor: pointer;
    background: none !important;
    border: none !important;
    margin: 0 !important;
}

.team-member-re a {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.member-img {
    width: 100%;
    display: inline-block;
    position: relative;
}

.member-img img {
    width: 198px;
}

.resp-tab-active img {
    border: solid 3px #1c6e9b;
}

.member-name {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #242424;
    margin-top: 20px;
}

.member-name h3 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
}

.team-member-re.resp-tab-active .member-img::after {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 6px rgba(28, 110, 155, 1);
}

.team-member-re .member-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
}

.team-member-re .member-img img {
    max-width: 100%;
    transition: all 0.2s ease-in-out;
}

.team-member-re:hover .member-img::after {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 6px rgba(28, 110, 155, 1);
}

.team-description {
    width: 100%;
    display: inline-block;
    background-color: #1c6e9b;
    padding: 50px 35px;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: none;
}

.team-description p strong {
    font-weight: 600;
}

.team-description-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 50px 0 0;
    text-align: center;
}

.team-description:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1c6e9b;
    border-width: 15px;
    margin-left: 90px;
}

#member1.resp-tab-content-active::after {
    /* left: 0% !important; */
    left: 10%!important;
}

#member2.resp-tab-content-active::after {
    /* left: 225px !important; */
    left: 40%!important;
}

#member3.resp-tab-content-active::after {
    /* left: 455px !important; */
    left: 70%!important;
}

#member4.resp-tab-content-active::after {
    left: 675px !important;
}

#member5.resp-tab-content-active::after {
    left: 905px !important;
}

.location-map iframe {
    width: 100%;
    min-height: 300px;
}

.location-map p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}


/* Styles for Accordion */

.toggle:last-child {
    border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    margin-bottom: 6px;
}

.toggle .toggle-title h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}

.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}

.toggle .toggle-inner div {
    max-width: 100%;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}

.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}

.toggle .toggle-title i {
    position: absolute;
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}

.toggle .toggle-title.active i {
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px 0px no-repeat;
}

.subSection {
    padding-left: 20px;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #242424;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

@-webkit-keyframes oscillateUpDown {
    0% {
        top: 0px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}

@keyframes oscillateUpDown {
    0% {
        top: 0px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}

.content-with-icon {
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #cfcfcf;
}

.content-with-icon .content-icon {
    max-width: 70px;
    margin-bottom: 30px;
}

.text16 {
    font-size: 16px !important;
    font-weight: normal;
}

.srvHeader header {
    height: auto !important;
    border-bottom: 2px solid #ccc;
    background: none !important;
}

.srvHeader .fa-hero {
    display: none;
}

.srvHeader header .container {
    display: none;
}

.bg-header {
    /* background: url('../images/bg-header-img.jpg') no-repeat center; */
    background: url('../images/main-page-v2.jpg') no-repeat;
}

.front-page .topBar {
    box-shadow: none;
    background: none;
}

.topbar-contact {
    margin-top: 20px;
}

.topbar-contact p {
    margin-bottom: 8px;
}

.topbar-contact i {
    color: #1873a3;
    margin-right: 10px;
}

.topbar-contact p a {
    color: #000;
    text-decoration: none;
}

#team ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media (min-width:1440px) {
    .expertiseRe .expertise-img img {
        max-width: none;
        width: 100%;
    }
}

@media (max-width:1440px) {
    .bg-header {
        background: url('../images/main-page-v2.jpg') no-repeat center top;
        background-size: cover;
    }
}

@media (max-width:1366px) {
    .sideNav ul {
        margin: 15px 0 0 0px;
    }
    .expertiseRe .expertise-img {
        max-height: 300px;
    }
    .brand img {
        max-width: 180px;
    }
}

@media (max-width:1024px) {
    .mb-zo {
        margin-bottom: 0 !important;
    }
    .expertiseRe .expertise-title h3 {
        font-size: 16px;
    }
    .expertiseRe .expertise-img {
        max-height: 200px;
    }
    .img-content p {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .title-md .section-title {
        font-size: 24px;
    }
    .section-title {
        font-size: 24px;
    }
    .mainMenu ul li {
        font-size: 14px;
    }
    .mainMenu ul li a {
        padding: 0.5rem 0 0.5rem 2.7rem;
    }
    .mainMenu ul li::before {
        top: 8px;
        font-size: 14px;
    }
    .card-title .section-title {
        font-size: 18px !important;
    }
    .card-content {
        font-size: 14px;
        line-height: 18px;
    }
    #hamburger-icon {
        width: 30px;
        height: 20px;
    }
    #hamburger-icon::before {
        right: 60px;
        font-size: 18px;
        top: -3px;
    }
    #hamburger-icon .line {
        width: 100%;
        height: 4px;
    }
    #hamburger-icon .line.line-2 {
        top: 8px;
    }
    #hamburger-icon .line.line-3 {
        top: 16px;
    }
    #hamburger-icon.active .line-3 {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    }
    #hamburger-icon.active .line-1 {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -moz-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .mainMenu {
        width: 260px;
        padding: 1rem;
    }
    .mainMenu ul {
        margin: 30px 0 0;
    }
    ul.submenu {
        margin-top: 0;
    }
    .secondaryNav li h3 {
        font-size: 20px;
        margin: 0 0 -5px;
    }
    .secondaryNav li span {
        font-size: 16px;
    }
    .brand {
        padding: 15px 0 !important;
    }
    .brandTitle h2 {
        font-size: 2rem;
    }
    .text-md {
        font-size: 20px !important;
    }
    .brand img {
        max-width: 150px;
    }
    .titleWrap {
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
    }
    .likeWhatWeDo p span {
        font-size: 18px;
    }
    .section {
        padding-top: 30px;
    }
    .sideNav ul li {
        font-size: 14px;
        line-height: 18px;
    }
    footer {
        padding: 10px 0;
    }
    .team-wrapper>.row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .team-wrapper>.row .col {
        max-width: 45%;
    }
    #member1.active::after,
    #member2.active::after,
    #member3.active::after,
    #member4.active::after,
    #member5.active::after {
        left: 50% !important;
        margin-left: 0;
        transform: translateX(-50%);
    }
    .card-img {
        margin-bottom: 20px;
    }
    .icon-bar {
        display: none !important;
    }
    .footer-social-icons {
        display: block;
        text-align: center;
    }
    .msize {
        padding: 10px 15px;
    }
    .img-block {
        width: 100%;
        min-height: 420px;
        max-height: 420px;
        overflow: hidden;
        position: relative;
        background-size: cover;
    }
    .p-l-z-b {
        padding-left: 0 !important;
    }
    .p-r-z-b {
        padding-right: 0 !important;
    }
    .img-block img {
        width: auto;
        max-height: 420px;
    }
    .img-content {
        padding: 0px 20px;
        position: absolute;
        left: 0;
        top: 13px;
    }
    .imgContentBlock {
        min-height: 420px;
        max-height: 420px;
    }
    .content-with-icon .row {
        justify-content: center;
    }
    .content-with-icon .content-icon {
        margin-bottom: 20px;
    }
    .content-with-icon .col-md-10 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .topbar-contact {
        display: none;
    }
    .secondaryNav {
        display: none;
    }
    .brand {
        margin-left: 90px !important;
    }
}

@media (max-width:767px) {
    .sideNav ul {
        margin: 15px 0 0 75px;
    }
    #whyIbs .titleWrap {
        text-align: center !important;
    }
    #whyIbs .titleWrap .section-title>br {
        display: none;
    }
    .ssRe {
        margin-bottom: 50px;
    }
    .ssRe .ss-title {
        margin-top: 20px;
    }
    .img-block img {
        transform: scale(2);
    }
    .testimonials-wrap {
        text-align: center;
    }
    .testimonials-wrap .slick-list {
        max-width: 80%;
        display: inline-block;
        text-align: left;
    }
    .testimonials-wrap::before {
        left: 0;
    }
    .testimonials-wrap::after {
        right: 0;
    }
    .likeWhatWeDo p {
        max-width: 100%;
    }
    .form-theme .form-row {
        margin-bottom: 0;
    }
    .form-theme .form-control {
        margin-bottom: 20px;
    }
    .reorderSidebar>.col-md-4 {
        order: 2;
    }
    header .container-fluid .container {
        padding: 0 !important;
    }
    .posts-re li .post-title {
        margin-bottom: 0;
    }
    .posts-re li .post-title h4 {
        font-size: 18px;
    }
    .expertiseRe {
        margin-bottom: 10px;
    }
    .expertiseRe .expertise-img img {
        zoom: 2;
    }
    aside {
        max-width: none;
    }
    .sideNav {
        margin-bottom: -30px;
    }
    .section-title::after {
        width: 70%;
    }
}

@media (max-width:480px) {
    .sideNav ul {
        margin: 15px 0 0 0px;
    }
    header {
        height: 500px;
    }
    .section-title {
        font-size: 26px;
    }
    .m-40-gap-b {
        margin-bottom: 40px !important;
    }
    .m-40-gap-t {
        margin-top: 24px !important;
    }
    .brandTitle {
        top: 171px;
        text-align: center;
    }
    .mx-auto {
        margin-left: 90px !important;
    }
    .innerHeader {
        margin: 100px 0 0px;
    }
    .brandTitle h2 {
        font-size: 1.5rem;
    }
    .innerHeader .brandTitle {
        display: block;
        top: 82px;
    }
    .mainMenu ul li ul {
        margin-top: 0;
    }
    .breadcrumb {
        margin-top: 30px;
    }
    .breadcrumb li {
        font-size: 16px;
        margin-right: 5px;
    }
    .breadcrumb li::after {
        padding: 0 0 0 5px;
    }
    .secondaryNav {
        top: 175px;
    }
    .ourExpertise .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .titleWrap.text-left .section-title::after {
        left: 0;
        transform: none;
    }
    .testimonials {
        padding: 0;
    }
    .testimonials-wrap::before {
        top: -50px;
    }
    .testimonials-wrap::after {
        bottom: -50px;
    }
    .testimonials-wrap .slick-prev {
        left: 44%;
    }
    .testimonials-wrap .slick-next {
        right: 44%;
    }
    .titleWrap {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .title-md .section-title {
        font-size: 24px;
    }
    .clients-carousel .client-re img {
        display: inline-block;
    }
    .mouseIcon {
        display: none;
    }
    .brand {
        padding: 15px 0 !important;
    }
    .brand img {
        max-width: 120px;
    }
    #hamburger-icon {
        width: 30px;
        height: 20px;
    }
    #hamburger-icon .line {
        width: 100%;
        height: 4px;
    }
    #hamburger-icon .line.line-2 {
        top: 8px;
    }
    #hamburger-icon .line.line-3 {
        top: 16px;
    }
    #hamburger-icon.active .line-1 {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -moz-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .mainMenu {
        width: 260px;
        padding: 1rem;
    }
    .mainMenu ul {
        margin: 30px 0 0;
    }
    .secondaryNav li h3 {
        font-size: 20px;
        margin: 0 0 -5px;
    }
    .secondaryNav li span {
        font-size: 16px;
    }
    .copyright {
        padding: 30px 0 0 0;
    }
    .msize {
        padding: 10px 12px;
        font-size: 14px;
    }
}

.animate-pop-in {
    animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 3.2) forwards;
    opacity: 0;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: translateY(-4rem) scale(.8);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}