/* circle homepage css-kbs*/
.circlehomepage .container {
    margin: 0 auto;
    text-align: center;
}
h4.ctm-service-name {
    color: #000000e3;
    font-size: 16px;
}
.ctm-service-desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
}
.ctm-service-desc {font-size: 14px; line-height: 18px; font-style: normal;}
.ctm-service-link:hover, .ctm-service-link:hover .ctm-service-name, .ctm-service-link:hover .ctm-service-desc {text-decoration: none  !important;}

.ctm-services-showcase,
.ctm-services-showcase *,
.ctm-services-showcase *:before,
.ctm-services-showcase *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ctm-services-showcase {
    padding: 30px 0;
    display: inline-block;
}

.ctm-services-showcase.initialized .ctm-service-icon,
.ctm-services-showcase.initialized .ctm-service-info,
.ctm-services-showcase.initialized .ctm-service-pointer {
    opacity: 1;
}

.ctm-services-showcase.initialized .ctm-service-item {
    transition: none;
}

@media (min-width: 860px) {
    .ctm-services-showcase {
        padding: 100px 0;
    }
	.circlehomepage .container {
    max-width: 100%;
    width: 100%; 
}
    .ctm-services-circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        width: 518px;
        height: 518px;
        margin: 0 auto;
        position: relative;
        border-radius: 50%;
        background: linear-gradient(230deg, #CC0000 0%, rgb(1 59 117 / 0%) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcdd14",endColorstr="#f4eab9",GradientType=1); 
    }

    .initialized .ctm-services-circle {
        -webkit-box-shadow: 2px 2px 5px rgb(193 39 45 / 52%);
    box-shadow: 2px 2px 5px rgb(193 39 45 / 55%);
    }
}

@media (min-width: 860px) and (max-width: 1199px) {
    .ctm-services-circle {
        width: 340px;
        height: 340px;
    }
	
	.circlehomepage .container {
    max-width: 100%;
    width: 100%; 
}
}

@media (max-width: 859px) {
    .ctm-services-showcase .ctm-service-icon,
    .ctm-services-showcase .ctm-service-info,
    .ctm-services-showcase .ctm-service-pointer {
        opacity: 1 !important;
    }
}

.ctm-services-middle {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 374px;
    height: 374px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 5px rgba(155, 155, 155, 0.75);
            box-shadow: inset 0 0 5px rgba(155, 155, 155, 0.75);
}

@media (min-width: 860px) and (max-width: 1199px) {
    .ctm-services-middle {
        width: 196px;
        height: 196px;
    }
}

@media (min-width: 860px) {
    .ctm-services-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ctm-services-logo {
    max-width: 60%;
    margin: 0 auto;
}

.ctm-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.ctm-service-list:before {
    content: '';
    width: 80px;
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 0;
    z-index: 0;
    background: rgb(252,221,20);
    /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(252,221,20,1)), to(rgba(244,234,185,1)));
    background: -o-linear-gradient(bottom, rgba(252,221,20,1) 0%, rgba(244,234,185,1) 100%);
    background: linear-gradient(0deg, rgba(252,221,20,1) 0%, rgba(244,234,185,1) 100%);*/
    background: -o-linear-gradient(bottom, rgb(205 0 1) 0%, rgba(1,59,117,0) 100%);
    background: linear-gradient(0deg, rgb(205 0 1) 0%, rgba(1,59,117,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcdd14",endColorstr="#f4eab9",GradientType=1); 
}

@media (min-width: 860px) {
    .ctm-service-list {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .ctm-service-list:before {
        content: none;
    }

    .ctm-service-item {
        position: absolute;
        transform: rotate(0deg);
        transition: transform 2s ease;
    }

    .ctm-service-item:nth-child(5) .ctm-service-info,
    .ctm-service-item:nth-child(4) .ctm-service-info {
        top: 40px;
    }

    .ctm-service-item:first-child .ctm-service-info,
    .ctm-service-item:last-child .ctm-service-info {
        top: -20px;
    }

    .ctm-service-item.is-left .ctm-service-info {
        padding-left: 0;
        padding-right: 20px;
        left: initial;
        right: 100%;
        text-align: right;
    }
}

@media (max-width: 859px) {
    .ctm-service-item {
        transform: rotate(0deg) !important;
        transition: none !important;
    }

    .ctm-service-item + .ctm-service-item {
        margin-top: 100px;
    }

    .ctm-service-item + .ctm-service-item > .ctm-service-link {
        position: relative;
    }

    .ctm-service-item + .ctm-service-item > .ctm-service-link:before {
        content: '';
        display: block;
        width: 20px;
        height: 13px;
        position: absolute;
        left: 30px;
        top: -57px;
        z-index: 3;
        background-image: url(img/icon-chevron.html);
        background-repeat: no-repeat;
    }
}

.ctm-service-link {
    display: block;
    text-decoration: none;
    color: #59585a;
}

@media (max-width: 859px) {
    .ctm-service-link {
        transform: rotate(0deg) !important;
    }
}

.ctm-service-link:hover,
.ctm-service-link:hover .ctm-service-name,
.ctm-service-link:hover .ctm-service-desc {
    text-decoration: none !important;
	color:#606060 !important;
	
}

.ctm-service-link:hover .ctm-service-icon--wrapper {

    -webkit-box-shadow: 2px 2px 5px rgba(155, 155, 155, 0.75), 0 0 5px rgba(30, 30, 30, 0.75);
            box-shadow: 2px 2px 5px rgba(155, 155, 155, 0.75), 0 0 5px rgba(30, 30, 30, 0.75);
}

.ctm-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    padding-left: 70px;
}

@media (min-width: 860px) {
    .ctm-service {
        padding-left: 0;
    }
}

.ctm-service-icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    line-height: 70px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px rgba(155, 155, 155, 0.75);
            box-shadow: 2px 2px 5px rgba(155, 155, 155, 0.75);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.ctm-service-pointer {
    opacity: 0;
    width: 70px;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
    -webkit-transform-origin: 105px center;
        -ms-transform-origin: 105px center;
            transform-origin: 105px center;
    transition: opacity 0.2s ease 0.3s;
}

@media (max-width: 859px) {
    .ctm-service-pointer {
        -webkit-transform: translate(0, -50%) rotate(0deg) !important;
            -ms-transform: translate(0, -50%) rotate(0deg) !important;
                transform: translate(0, -50%) rotate(0deg) !important;
    }
}

@media (min-width: 860px) {
    .ctm-service-pointer {
        width: 40px;
        -webkit-transform-origin: 75px center;
            -ms-transform-origin: 75px center;
                transform-origin: 75px center;
    }
}

.ctm-service-icon {
    opacity: 0;
    display: block;
    max-width: 100%;
    max-height:100%;
    width: auto;
	font-size:2.7rem !important;
    height: auto; 
    margin: 0 auto;
    transition: opacity .3s ease;
}

.ctm-service-info {
    opacity: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    text-align: left;
    transition: opacity .3s ease;
}

@media (min-width: 860px) {
    .ctm-service-info {
        width: 300px;
        position: absolute;
        top: 0;
        left: 100%;
    }
}

@media (min-width: 860px) and (max-width: 1199px) {
    .ctm-service-info {
        width: 200px;
        font-size: 80%;
    }
}

.ctm-service-name {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
	font-style: normal;
}

/* end css circle */

