.g-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.g-page-section h3{
    padding-top: 30px;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 24px;
    font-size: 1.4rem;
    font-weight: 600;
}

.g-page-section.g-page-section__blog p, .g-page-section.g-page-section__blog a{
    word-break: normal;
}

.g-page-section.g-page-section__blog a{
   color: #0068ff;
}

.g-page-section.g-page-section__blog a:hover{
   color: #000000;
}

.text-grey {
    color: #87888b;
}

.counter-style01 {
    margin-top: 0;
}

.triangle-4 {
    border-top: 40px solid #0068ff;
    border-right: 41px solid #0068ff;
    border-left: 40px solid transparent;
    border-bottom: 42px solid transparent;
    position: absolute;
    left: 3%;
    top: -56px;
    transform: rotate(180deg);
}

.counter-number {
    padding-bottom: 0;
    z-index: -1;
    font-size: 3.75rem;
    letter-spacing: -0.6px
}

.counter-number:before {
    content: none;
    background-color: transparent !important;
    height: 8px;
    left: -9px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    border-top: 39px solid #f0d400;
    border-left: 128px solid transparent;
    border-right: 0px solid transparent;
}

.counter-number::after  {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 117.78'%3E%3Cpath fill='%23ffd400' d='m100,117.78H0L100,0v117.78Z'/%3E%3C/svg%3E");
    width: 100px;
    background-repeat: no-repeat;
    height: 117.7811px;
    top: -10px;
    left: -13px;
    z-index: -1;
}

.counter-number--happyclients::after{
    left: -21px;
}

.counter-number--itservice::after {
    left: -30px;
}


.counter-style01 .counter-style01__p {
    margin-top: -8px;
    font-size: 1rem;
}

.cms-list {
    position: relative;
    margin-bottom: 23px;
    margin-left: 32px !important;
}

.cms-list p{
    font-size: 16px;
    margin-bottom: 12px;
    
}

.section-heading span:after {
    border-color: transparent transparent #ffd400 transparent;
}

.scroll-to-top {
    background: #FFD400;
    border: 1px solid #FFD400;
    line-height: 35px;
}

.menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #FFD400;
}


@media (max-width: 575px)  {
    .header-style1 .navbar-toggler{
        background: #FFD400 !important;
    }
}

@media (max-width: 575px)  {
    .g-banner-container .g-banner-container__h1 {
        max-width: 50%;
    }
}

