/*  RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  RESET END
------------------------------------------------------------------------------*/

/* FONTS
------------------------------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/* FONTS END
------------------------------------------------------------------------------*/

/* REUSABLE STYLES
------------------------------------------------------------------------------*/
.hidden {
    display: none !important;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.invisible {
    opacity: 0;
}

.affix {
    position: fixed;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* REUSABLE STYLES END
------------------------------------------------------------------------------*/

/* FOUNDATION
------------------------------------------------------------------------------*/
html {
    height: 100%
}

body {
    background: #ffffff;
    height: 100%;
    color: #767676;
}

/* FOUNDATION END
------------------------------------------------------------------------------*/
/* BUTTONS
------------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    cursor: pointer;
}

.btn:active {
}

.btn-primary {
    background-color: #30a953;
    border-color: #30a953;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2F9F50;
    border-color: #2F9F50;
}

.btn-primary:active {
}

.btn-secondary {
    background-color: rgba(241, 242, 247, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: rgba(201, 202, 207, 0.1);
}

.btn-secondary:active {
}

/* BUTTONS END
------------------------------------------------------------------------------*/

/* BLOCKS
------------------------------------------------------------------------------*/
/* Main */
.b-main {
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}
.b-main-2 {
    max-width: 1100px;
}
/* Main end */

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    display: block;
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px rgba(4, 4, 4, .3);
}

.b-header .logo {
    padding-top: 14px
}

.b-header .nav {
    float: right;
}

.b-header .nav .fa {
    font-size: 40px;
    padding: 35px 0;
    color: #575757;
    font-weight: 300;
    display: none;
    cursor: pointer;
}

.b-header .nav ul {
    padding-right: 20px;
}

.b-header .nav ul li {
    display: inline-block;
    font-size: 14px;
    color: #767676;
    margin-left: 24px;
    border-bottom: 5px solid #fff;
}

.b-header .nav ul li.close { /* display: none; */
}

.b-header .nav li a {
    text-decoration: none;
    color: #767676;
    padding: 46px 0px;
    display: inline-block;
    transition: color .3s ease;
}

.b-header .nav li.active {
    border-bottom: 5px solid #eb4335;
    transition: border-color 1.3s ease;
}

.b-header .nav li.active a {
    color: #36609c;
    font-weight: 700;
    transition: color .3s ease;
}

/* Header end */

/* Home */
.b-home {
    background: #1F232F url(../images/content/home-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: 110px;
}

.b-home .title {
    font-size: 100px;
    font-weight: 700;
    padding: 155px 0 15px;
}

.b-home .intro {
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 80px;
}

.b-home .row-button {
    padding-bottom: 155px;
}

.b-home .btn {
    font-size: 24px;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    padding: 16px 52px;
    margin-right: 12px;
}

.b-home .btn.btn-secondary {
    margin-right: 0px;
    margin-left: 15px;
}

.b-home .icon.icon-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #acacb3;
    color: #acacb3;
    border-radius: 100%;
    font-size: 40px;
    line-height: 60px;
    cursor: pointer;
}

.b-home .icon.icon-circle:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.b-home .scroll-bottom {
    display: inline-block;
}

/* Home end */

/* How we do */
.b-how-we-do {
}

.b-how-we-do h2 {
    font-size: 54px;
    font-weight: 700;
    color: #31363a;
    padding: 72px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.b-how-we-do h2:after {
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    background: #fbbc12;
    margin: 14px auto 0;
}

.b-how-we-do h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #31363a;
    padding: 0 0 30px;
    text-align: center;
}

.b-how-we-do h4 span {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.b-how-we-do img.infographics-mob {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
    padding: 0 15px;
    box-sizing: border-box;
}

.b-how-we-do .infographics {
    position: relative;
    height: 525px;
    padding-bottom: 60px;
}

.b-how-we-do .infographics .item {
    display: block;
    position: absolute;
    height: 100%;
}

.b-how-we-do .infographics .item h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #31363a;
    padding-bottom: 10px;
}

.b-how-we-do .infographics .item p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #767676;
}

.b-how-we-do .infographics .item.item-1 {
    width: 221px;
    left: 0;
    background: url(../images/content/how-item-bg-1.png) 100% 94px no-repeat;
}

.b-how-we-do .infographics .item.item-2 {
    width: 547px;
    left: 216px;
    background: url(../images/content/how-item-bg-2.png) 0 95px no-repeat;
}

.b-how-we-do .infographics .item.item-3 {
    width: 390px;
    left: 347px;
    background: url(../images/content/how-item-bg-3.png) 0 95px no-repeat;
}

.b-how-we-do .infographics .item.item-4 {
    max-width: 580px;
    left: 526px;
    background: url(../images/content/how-item-bg-4.png) 0 119px no-repeat;
}

.b-how-we-do .infographics .item-1 .text {
    padding-top: 338px;
}

.b-how-we-do .infographics .item-2 .text {
    padding: 418px 0 0 177px;
}

.b-how-we-do .infographics .item-3 .text {
    padding: 0 0 0 48px;
}

.b-how-we-do .infographics .item-4 .text {
    padding: 141px 0 0 339px;
}

/* How we do end */

/* Capabilities */
.b-capabilities {
    background: #F1F4F8;
    padding-bottom: 65px;
}

.b-capabilities h2 {
    font-size: 54px;
    font-weight: 700;
    color: #31363a;
    padding: 80px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.b-capabilities h2:after {
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    background: #4cad56;
    margin: 14px auto 0;
}

.b-capabilities .capabilities-list {
    font-size: 0;
}

.b-capabilities .capabilities-item {
    width: 49.9%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
}

.b-capabilities .capabilities-item .capabilities-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
}

.b-capabilities .item-1 .capabilities-image {
    background-image: url('../images/content/cap-item-1.png');
}

.b-capabilities .item-2 .capabilities-image {
    background-image: url('../images/content/cap-item-2.png');
}

.b-capabilities .item-3 .capabilities-image {
    background-image: url('../images/content/cap-item-3.png');
}

.b-capabilities .item-4 .capabilities-image {
    background-image: url('../images/content/cap-item-4.png');
}

.b-capabilities .item-5 .capabilities-image {
    background-image: url('../images/content/cap-item-5.png');
}

.b-capabilities .item-6 .capabilities-image {
    background-image: url('../images/content/cap-item-6.png');
}

.b-capabilities .capabilities-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #36609c;
    display: block;
    vertical-align: middle;
    margin-left: 20px;
    padding-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0 0 60px;
    line-height: 30px;
}

.b-capabilities .capabilities-item h3 span {
    border-bottom: 1px dashed #36609c;
}

.b-capabilities .capabilities-item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #656c71;
    display: inline-block;
    padding: 0 0 25px 80px;
}

.b-capabilities .hidden-info {
    display: block;
    width: 100%;
    padding: 30px 0 10px;
    background: #ffffff;
    margin: 10px 0;
    position: relative;
}

.b-capabilities .hidden-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    top: -15px;
    position: absolute;
}

.b-capabilities .hidden-info.for-left:before {
    left: 50%;
    margin-left: -406px;
}

.b-capabilities .hidden-info.for-right:before {
    left: 50%;
    margin-left: 75px;
}

.b-capabilities .hidden-info .b-main .close-icon {
    display: block;
    font-family: "custom-font-1" !important;
    position: absolute;
    font-size: 26px;
    right: 31px;
    top: 10px;
    color: #A0AFCD;
    cursor: pointer;
    padding: 0;
}

.b-capabilities .hidden-info p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #656c71;
    padding-bottom: 20px;
}

.b-capabilities .hidden-info h3 {
    font-size: 16px;
    color: #31363a;
    line-height: 22px;
    font-weight: 700;
    padding-top: 5px;
}

.b-capabilities .hidden-info ul {
    padding: 20px 0 0;
}

.b-capabilities .hidden-info ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #656c71;
    padding-bottom: 15px;
}

.b-capabilities .hidden-info i {
    color: #34a751;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    float: left;
    padding-top: 2px;
}

.b-capabilities .hidden-info span {
    padding-left: 25px;
    display: block;
}

.b-capabilities .info-close {
    background: #e1e7f0;
    margin-top: 40px;
}

.b-capabilities .hidden-info .close-btn {
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 24px;
}

/* Capabilities end */

/* How we do */
.b-about-us {
    padding-bottom: 60px;
}

.b-about-us h2 {
    font-size: 54px;
    font-weight: 700;
    color: #31363a;
    padding: 80px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.b-about-us h2:after {
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    background: #733a96;
    margin: 14px auto 0;
}

.b-about-us p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #656c71;
    padding: 0 0 20px;
    text-align: left;
}

/* How we do end */

/* Partnership Opportunities */
.b-partnership {
    background: #456597 url(../images/content/partnership-bg.jpg) 50% 0 no-repeat;
}

.b-partnership {
}

.b-partnership h2 {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    padding: 80px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.b-partnership h2:after {
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    background: #eb4335;
    margin: 14px auto 0;
}

.b-partnership h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.b-partnership .opportunities {
    font-size: 0;
}

.b-partnership .opp-item {
    width: 25%;
    display: inline-block;
    padding: 200px 10px 60px;
    box-sizing: border-box;
    vertical-align: top;
}

.b-partnership .opp-item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #f9f7fb;
    text-align: left;
}

.b-partnership .opp-item.opp-item-1 {
    background: url(../images/content/opp-item-1.png) 50% 10px no-repeat;
}

.b-partnership .opp-item.opp-item-2 {
    background: url(../images/content/opp-item-2.png) 50% 0 no-repeat;
}

.b-partnership .opp-item.opp-item-3 {
    background: url(../images/content/opp-item-3.png) 50% 9px no-repeat;
}

.b-partnership .opp-item.opp-item-4 {
    background: url(../images/content/opp-item-4.png) 50% 18px no-repeat;
}

.b-partnership h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #f9f7fb;
    padding: 0 0 90px;
    text-align: center;
}

/* Partnership Opportunities end */

/* Contact Us */
.b-contact-us {
}

.b-contact-us h2 {
    font-size: 54px;
    font-weight: 700;
    color: #31363a;
    padding: 72px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.b-contact-us h2:after {
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    background: #fbbc12;
    margin: 14px auto 0;
}

.b-contact-form {
    padding-bottom: 90px;
}

.b-contact-form .row, .b-contact-form .row-textarea, .b-contact-form .row-button {
    text-align: center;
    position: relative;
}

.b-contact-form .row .col {
    position: relative;
    width: 32%;
    display: inline-block;
}

.b-contact-form .row input, .b-contact-form textarea {
    font-size: 13px;
    color: #95989b;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding-left: 32px;
    margin-bottom: 34px;
    font-family: 'Open Sans', sans-serif;
}

.b-contact-form textarea {
    height: 127px;
    padding-top: 9px;
    resize: none;
    margin-bottom: 34px;
}

.b-contact-form .captcha {
    padding: 7px 6px;
    background: #f3f3f3;
}

.b-contact-form .captcha a {
    text-decoration: none;
}

.b-contact-form .captcha .captcha-pic {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 161px !important;
    height: 40px !important;
}

.b-contact-form .captcha .captcha-pic img {
    border-radius: 5px;
    width: 161px;
    height: 40px;
}

.b-contact-form .captcha input {
    width: 180px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    height: 40px;
    box-sizing: border-box;
    background: #ffffff;
    padding-left: 10px;
    color: #95989b;
    font-size: 13px;
}

.b-contact-form .captcha .help-block {
    font-size: 12px;
    color: #EB4335;
    margin: 0;
    padding: 0;
}

.b-contact-form .captcha .has-error .help-block {
    padding: 5px 0 0 0;
}

.b-contact-form .help-block {
    font-size: 12px;
    color: #EB4335;
    text-align: left;
    margin-top: -30px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.b-contact-form .btn {
    outline: none;
    font-size: 18px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    padding: 13px 78px;
}

.b-contact-form .label:before {
    display: block;
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 16px;
    color: #95989b;
}

.b-contact-form .pic-label-name:before {
    content: '\f007';
}

.b-contact-form .pic-label-email:before {
    content: '\f0e0';
}

.b-contact-form .pic-label-phone:before {
    content: '\f095';
}

.b-contact-form .pic-label-message:before {
    content: '\f040';
}

.b-contact-form .has-error input, .b-contact-form .has-error textarea, .b-contact-form .has-error input[type="text"], .b-contact-form .has-error input[type="password"] {
    border: 1px solid #EB4335;
}

.g-recaptcha {
    display: none;
}

/* Contact Us end */
/* Privacy */
.b-privacy {
    margin-top: 110px;
    padding-bottom: 60px;
}

.b-privacy h2 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    padding: 60px 0 45px;
    text-align: center;
}

.b-privacy h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding: 30px 0 25px;
    text-align: left;
    text-transform: uppercase;
}

.b-privacy h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0 15px;
    text-align: left;
    text-decoration: underline;
}

.b-privacy p, .b-privacy ul {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 15px;
    text-align: justify;
}

.b-privacy ul {
    margin-left: 20px;
}

.b-privacy li {
    list-style-type: disc;
}

.b-privacy li b {
    font-weight: bold
}

.b-privacy a {
    text-decoration: underline;
}

.b-privacy strong {
    font-weight: 700;
}

.b-privacy i {
    font-style: italic;
}

/* Privacy end */
/* Terms */
.b-terms {
    margin-top: 110px;
    padding-bottom: 50px;
}

.b-terms h2 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    padding: 60px 0 45px;
    text-align: center;
}

.b-terms h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding: 30px 0 25px;
    text-align: left;
    text-transform: uppercase;
}

.b-terms h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0 15px;
    text-align: left;
    text-decoration: underline;
}

.b-terms p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 15px;
    text-align: justify;
}

.b-terms a {
    text-decoration: underline;
}

.b-terms strong {
    font-weight: 700;
}

.b-terms i {
    font-style: italic;
}

.b-terms ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 20px;
}

.b-terms li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 15px;
    text-align: justify;
}

/* Terms end */
/* Page Anchor */
.page-anchor {
    display: block;
    height: 0;
    position: relative;
    top: -100px;
    visibility: hidden;
    width: 0;
}
/* Page Anchor end */
/* Footer */
.b-footer {
    border-top: 3px solid #474d52;
    color: #727272;
    font-size: 14px;
    background-color: #282c2f;
    overflow: hidden;
    padding: 3px 0 5px;
    font-size: 14px;
    text-align: center;
}

.b-footer .copy {
    font-size: 12px;
    color: #575d63;
    margin: 10px;
}

.b-footer-top {
    background-color: #31363a;
    overflow: hidden;
    padding: 100px 0 80px;
}

.footer-logo-wrapper {
    display: inline-block;
    width: 112px;
    padding-right: 20px;
}

.b-footer-top .footer-info {
    font-size: 14px;
    color: #858d91;
    line-height: 1.6em;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
}

.b-footer-top .termslinks-list {
    text-align: center;
    font-size: 0;
    display: block;
    /*float: right;*/
    padding-top: 15px;
}

.b-footer-top .termslinks-list .links-item {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
}

.b-footer-top .termslinks-list .links-item:first-child {
    padding-left: 0;
}

.b-footer-top .termslinks-list .links-item:last-child {
    padding-right: 0;
}

.b-footer-top .termslinks-list .links-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: -1px;
    top: 2px;
    width: 1px;
    height: 14px;
    background-color: #8f9394;
}

.b-footer-top .termslinks-list .links-item:last-child:after {
    display: none;
}

body.privacy .termslinks-list .links-item.privacy-link {
    display: none;
}

body.privacy .termslinks-list .links-item.terms-link {
    padding: 0;
}

body.terms .termslinks-list .links-item.terms-link {
    display: none;
}

body.terms .termslinks-list .links-item.privacy-link {
    padding: 0;
}

body.terms .termslinks-list .links-item.privacy-link:after {
    display: none;
}

.b-footer-top .termslinks-list a {
    color: #858d91;
    text-decoration: none;
    font-size: 14px;
}

.b-footer-menu {
    float: right;
    width: 240px;
    margin-left: 0px;
}

.b-footer-menu .title {
    font-size: 20px;
    color: #fff;
    margin: 58px 0 27px;
}

.b-footer-menu .list {
    font-size: 14px;
    color: #858d91;
}

.b-footer-menu .list li {
    padding: 0 0 8px 9px;
    position: relative;
}

.b-footer-menu .list li:before {
    display: block;
    content: '\e094';
    font-family: "custom-font-1";
    color: #4e71aa;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -11px;
}

.b-footer-menu .list a {
    color: #30a953;
    text-decoration: none;
}

.b-footer-menu .list a:hover {
    color: #42609d;
}

.b-line-share {
    float: right;
    padding: 5px 0;
}

.b-line-share:after {
    display: block;
    content: '';
    clear: both;
}

.b-line-share .label {
    font-size: 12px;
    color: #f2f2f2;
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
}

.b-line-share .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
}

.b-line-share .link {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    font-size: 13px;
    color: #f2f2f2;
    text-decoration: none;
}

.b-line-share .item i {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    line-height: 28px;
    text-align: center;
    background-color: #617bb1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}

.b-line-share .fb:hover i {
    background-color: #395793;
    color: #FFF;
}

.b-line-share .tw:hover i {
    background-color: #1CA3DB;
    color: #FFF;
}

.b-line-share .gp:hover i {
    background-color: #d74c2f;
    color: #FFF;
}

.b-line-share .ld:hover i {
    background-color: #1b86bc;
    color: #FFF;
}

.b-line-share .item i:first-child {
    top: 0;
}

.b-line-share .item i:first-child + i {
    top: 28px;
}

.b-line-share .item:hover i:first-child {
    top: -28px
}

.b-line-share .item:hover i:first-child + i {
    top: 0;
}

.b-line-share .link:hover {
}

.b-line-share .link:hover i {
}

.b-line-share_footer {
    border-top: 3px solid #282c2f;
    padding: 0;
}

.b-line-share_footer .label {
    color: #575d63;
}

.b-line-share_footer .item i {
    color: #848687;
    background-color: #3e4244;
}

/* Footer end */
/* Go Top */
.b-go-top {
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    opacity: 0.6;
    background-color: rgba(66, 96, 157, .5);
    color: #fff;
    border-radius: 3px;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    text-decoration: none;
}

.b-go-top:hover {
    opacity: 1;
}

/* Go Top end */

/* POPUP start */
.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 594px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 1000;
}

.popup.active {
    display: block
}

.popup .popup-header {
    position: relative;
    padding: 28px 10px 0;
    background-color: #ffffff;
    background-image: url(../images/main/stripes.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #31363a;
    margin-bottom: -1px;
    border-radius: 8px 8px 0 0;
}

/*.popup .popup-header:after {top: 99%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(40, 188, 159, 0); border-top-color: #28bc9f; border-width: 15px; margin-left: -15px;} */
.popup .theme-icon-holder {
    text-align: center;
}

.popup .theme-icon-holder .theme-circle {
    display: inline-block;
    width: 71px;
    height: 70px;
    background-color: #22ac91;
    border-radius: 50%;
    background: url(../images/main/check.png) no-repeat 50% 50%;
}

.popup .theme-icon-holder .theme-circle:before {
    content: '';
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

.popup .theme-icon-holder .theme-circle .icon,
.popup .theme-icon-holder .theme-circle .fa {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.popup .popup-header .heading {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.popup .popup-header .sub-heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px;
}

.popup .popup-header .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.5;
    font-size: 24px;
    color: #979797;
}

.popup .popup-header .close-btn:hover {
    opacity: 1;
}

.popup .popup-content {
    padding: 42px 22px 39px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.popup .btn {
    outline: none;
    font-size: 18px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    padding: 13px 78px;
}

/* successful-popup */
#successful-popup .theme-icon-holder .theme-circle .icon {
    width: 45px;
    height: 31px;
    margin-left: 3px;
    font-size: 35px;
    background: url(../images/main/check.png) no-repeat 0 0;
    opacity: 0.8;
}

#successful-popup .popup-content .btn-holder,
#error-popup .popup-content .btn-holder {
    text-align: center;
}

.popup-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

/* POPUP end */

/* MEDIA
------------------------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
    .b-capabilities .hidden-info {
        padding: 46px 0 0;
    }
}

@media screen and (max-width: 980px) {
    .b-how-we-do img.infographics-mob {
        display: block;
    }

    .b-how-we-do .infographics {
        height: auto;
        text-align: center;
        padding-top: 30px;
    }

    .b-how-we-do .infographics .item {
        position: relative;
        width: 23% !important;
        display: inline-block;
        background: none !important;
        left: auto !important;
        vertical-align: top;
    }

    .b-how-we-do .infographics .item .text {
        padding: 0;
        text-align: center;
    }

    .b-capabilities .hidden-info.for-left:before {
        left: 0;
        margin-left: 83px;
    }
}

@media screen and (max-width: 900px) {
    .b-partnership {
        background-size: cover;
        background-position: 50% 50%;
    }

    .b-partnership .opp-item {
        width: 50%;
    }

}

@media screen and (max-width: 800px) {
    .b-home .title {
        font-size: 80px;
        padding: 140px 0 15px;
    }

    .b-home .intro {
        font-size: 26px;
        padding: 0 0 64px;
    }

    .b-how-we-do h2, .b-capabilities h2, .b-about-us h2, .b-partnership h2, .b-contact-us h2 {
        font-size: 43px;
        padding: 58px 0 40px;
    }

    .b-how-we-do h4 {
        font-size: 15px;
        line-height: 18px;
    }

    .b-how-we-do h4 span, .b-how-we-do .infographics .item h5 {
        font-size: 20px;
    }

    .b-partnership h4 {
        font-size: 20px;
    }

    .b-partnership h5 {
        padding-bottom: 75px;
    }

    .b-contact-form {
        padding-bottom: 75px;
    }

    .b-footer-top .termslinks-list {
        float: none;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .b-footer-top .footer-info {
        /*width: 100%;*/
        max-width: 100%;
    }

    .b-footer-menu {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .b-how-we-do .infographics .item {
        width: 48% !important;
    }

    .b-how-we-do .infographics .item-1, .b-how-we-do .infographics .item-2 {
        padding-bottom: 30px;
    }

    .b-capabilities .capabilities-item {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .b-capabilities .capabilities-item .capabilities-image {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .b-capabilities .capabilities-item h3 {
        display: inline-block;
        padding-left: 0;
    }

    .b-capabilities .capabilities-item p {
        padding-left: 0;
    }

    .b-capabilities .hidden-info.for-left {
        margin: -98px 0;
    }

    .b-capabilities .hidden-info.for-right {
        margin: 2px 0;
    }

    .b-capabilities .hidden-info.for-left:before, .b-capabilities .hidden-info.for-right:before {
        display: none;
    }

    .b-contact-form .row .col {
        width: 100%;
        float: none !important;
    }

    .b-contact-form .row input, .b-contact-form textarea {
        margin-bottom: 15px;
    }

    .b-contact-form .captcha {
        float: none;
        margin-bottom: 30px;
    }

    .b-contact-form .captcha input {
        float: right;
    }

    .b-contact-form .btn {
        float: none;
    }

    .b-contact-form .help-block {
        margin-top: -8px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 620px) {
    /* popup */
    .popup {
        width: auto;
        left: 10px;
        right: 10px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 600px) {
    .hidden-mob {
        display: none;
    }

    .b-header .nav ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #31363a;
        padding: 0;
    }

    .b-header .nav .fa {
        display: block;
        float: right;
    }

    .b-header .nav ul li {
        display: block;
        margin-left: 15px;
    }

    .b-header .nav li a {
        padding: 15px 0;
        color: #cccbcb;
    }

    .b-header .nav li.active a {
        padding: 15px 0;
    }

    .b-header .nav li.active {
        border: none
    }

    .b-header .nav ul li.close {
        display: block;
        text-align: right;
        border: none;
        margin: 15px 15px 0 0;
    }

    .b-header .nav ul li.close .fa {
        padding: 0;
        display: block;
    }

    .b-header .nav ul li {
        display: block;
        border-left: 5px solid #fff;
        border-bottom: none;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .b-header .nav ul li.active {
        border-bottom: none;
        border-left: 5px solid #eb4335;
    }

    .b-home .btn {
        display: block;
        margin: 10px !important;
    }

    .b-about-us p {
        font-size: 16px;
    }

    .b-line-share.b-line-share_footer {
        float: none;
        text-align: center;
    }

    .b-footer .copy {
        float: none;
        text-align: center;
        padding: 0 0 10px;
    }

    .b-footer-top .footer-info {
        font-size: 12px;
        line-height: 15px;
    }

    .b-footer-top .termslinks-list .links-item {
        padding: 5px 10px;
    }

    .b-footer-top .termslinks-list .links-item:first-child {
        padding-left: 10px;
    }

    .b-footer-top .termslinks-list .links-item:last-child {
        border-right: 10px;
    }

    .b-footer-top .termslinks-list .links-item:not(:last-child):after {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    /* popup */
    .popup {
        border-width: 4px;
        overflow: hidden;
    }

    .popup .popup-header {
        padding: 26px 10px 25px;
    }

    .popup .theme-icon-holder .theme-circle {
        width: 71px;
        height: 70px;
    }

    .popup .popup-header .sub-heading {
        font-size: 16px;
        line-height: 22px;
    }

    .popup .popup-header .heading {
        margin-top: 8px;
        font-size: 24px;
    }

    .popup .popup-content {
        padding: 32px 0;
    }

    #successful-popup .theme-icon-holder .theme-circle .icon {
        width: 35px;
        height: 26px;
        -webkit-background-size: 35px 26px;
        background-size: 35px 26px;
    }
}

@media screen and (max-width: 480px) {
    .b-home .title {
        font-size: 40px;
        padding: 70px 0 10px;
    }

    .b-home .intro {
        font-size: 20px;
        padding: 0 0 30px;
    }

    .b-home .row-button {
        padding-bottom: 100px;
    }

    .b-how-we-do h2, .b-capabilities h2, .b-about-us h2, .b-partnership h2, .b-contact-us h2 {
        font-size: 24px;
        padding: 30px 0 20px;
    }

    .b-how-we-do h4, .b-partnership h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .b-how-we-do .infographics .item h5 {
        font-size: 16px;
    }

    .b-how-we-do .infographics .item p {
        font-size: 14px;
    }

    .b-partnership h5 {
        font-size: 20px;
        padding-bottom: 50px;
    }

    .b-contact-form {
        padding-bottom: 50px;
    }

    .b-capabilities {
        padding-bottom: 25px;
    }

    .b-how-we-do .infographics {
        padding-bottom: 50px;
    }

    .b-about-us {
        padding-bottom: 30px;
    }

    .b-about-us p {
        font-size: 14px;
        line-height: 19px;
    }

    .b-partnership .opp-item {
        width: 100%;
        text-align: center;
        padding: 190px 0 35px;
    }

    .b-partnership .opp-item p {
        text-align: center;
    }

    .b-contact-form .captcha input {
        float: none;
        width: 100%;
        margin-top: 7px;
    }

    .b-contact-form .btn {
        padding: 12px 50px;
    }

    .b-footer-top {
        padding: 30px 0 20px;
    }

}