/*Font import */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
.font-rb{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}
.font-roboto{
    font-family: 'Roboto', sans-serif !important;
}
/* General CSS */
.ls-1 {
    letter-spacing:  1px !important;
}
/* Button CSS */
.btn-black > a,.btn-black > button{
    background-color: #000000 !important;
    background-image: none !important;
    padding: 14px 24px 12px !important;
    border: 4px solid #000000 !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    font-size: 1.1rem !important;
    color: #fff !important;
    letter-spacing: 2px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;
}

.btn-black > a:hover, .btn-black > button:hover {
    border-color: #000000 !important;
    background-color: #ffffff !important;
    color:  #000000 !important;
}

/* Speaking Page CSS */
.spk-page-benner-title {
    font-family: 'Helvetica Light';
    font-size: 2.68rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
}

.spk-page-benner-subtitle {
    font-size: 1rem !important;
    font-family: 'Helvetica-Bold';
    margin-bottom: 1.7rem !important;
}
.spk-section-title {
    font-size:  2.4rem;
    line-height:  1.1;
    margin-bottom: 1.75rem;
}

.spk-section-title .font-big {
    font-size:  3.8rem;
}
.spk-section-title  .font-med {
    font-size: 2.85rem;
}
.text-black {
    color: #020303 !important;
}

.text-blue {
    color:  #10a2ff !important;
}

/* Financial Section CSS */
.full-width-left {
    padding-left: 0 !important;
    padding-right: 15px;
}

#financial-problem .section-desc {
    margin-top:  -30px;
}

#financial-problem {
    margin-top: 16px;
}

.full-width-right {
    padding: 0 15px !important;
}
.full-image-wrap {
    position:  relative;
}

.star-rating-above-img {
    position:  absolute;
    bottom: 30px;
    right: 28px;
}

.font-gs {
    font-family: 'Gill Sans';
}

.star-rating-text {
    color:  #fff;
    font-size:  0.9rem;
    text-transform:  uppercase;
    margin-top:  0.5rem;
}
/* Authority Section CSS */
.list-logos {
    list-style: none;
    margin:  0;
    padding:  0;
    text-align: center;
}

.lg-list {
    list-style:  none;
    display:  inline-block;
    vertical-align: middle;
    padding: 6px 12px;
}

.list-logo-img {
    max-width: 180px;
    width:  100%;
    height:  auto;
}

.list-logo-img-small {
    max-width: 100px;
}

.list-logo-img-medium {
    max-width: 150px;
}

/* Speaking Topics CSS */
.blue-box {
    background:  #10a2ff;
}

.spk-topic-box {
    position:  relative;
    padding: 16px 16px 26px;
}

.spk-topic-box .vc_column-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-image-row {
    margin-top:  3rem;
}

.single-full-width-image * {
    display:  block;
    width:  100%;
}

.text-grey {
    color:  #cccccc;
}

.box-no > span {
    font-size: 14rem;
    line-height: 0.78;
    font-family: 'Helvetica';
}

.no-two {
    top: -20px;
    left: -40px;
}

.no-one {
    right:  0;
    bottom:  20px;
}

.box-no {
    position: absolute;
    font-family: 'Helvetica';
}

.no-three {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.no-four {
    left:  -4px;
    bottom: 12px;
}
@media screen and (max-width:767px){
    .spk-topic-box {
        flex: 0 0 70%;
        max-width: 70%;
        height:  100%;
        width:  50%;
    }
    .box-no {
        position:  relative;
        top: 0;
        bottom:  0;
        left:  0;
        right:  0;
        transform:  none;
    }

    .spk-topic-box.box-no-wrap {
        flex: 0 0 30%;
        max-width:  30%;
    }
 }
@media screen and (max-width:575px){
    .spk-topic-box {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .spk-topic-box.box-no-wrap {
        flex: 0 0 20%;
        max-width:  20%;
        padding:  16px 0;
    }
    .box-no > span {
        font-size: 4rem;
    }
 }

/* Testimonial section CSS */
.thought-quote {
    font-size:  1.25rem;
    line-height:  1.2;
    margin-bottom: 0.5rem;
    display:  block;
}
.thought-by {
    font-size:  0.95rem;
}
.test-quote-big {
    padding-left: 6px;
    position:  relative;
    display:  block;
    font-size: 1.45rem;
    line-height: 1.45;
    font-style: italic;
}

.test-quote-sign {
    display:  block;
    font-size:  3.5rem;
    line-height:  0.78;
    font-style: italic;
}