.fc-col-header {
    background-color: #a1a1a1;
}
html .btn-primary:hover:not(.bg-transparent), html .btn-primary.hover:not(.bg-transparent){
    background-color: #ed1d25 !important;
}
html .btn-primary {
    background-color: #ed1d25;
    border-color: #ed1d25 #ed1d25 #ed1d25;
    color: #FFF;
    --color: #ed1d25;
    --hover: #ed1d25;
    --disabled: #ed1d25;
    --active: #ed1d25;
}

.fc-col-header-cell-cushion,
.fc-col-header-cell-cushion:hover {
    color: black !important;
    text-decoration: none !important;
}

.fc-license-message {
    display: none !important;
}

.main {
    min-height: 400px;
}

.logo {
    width: 220px;
    max-width: 100%;
}

.c-btn {
    color:#ed1d25 !important;
    text-decoration: none; 
}

.c-btn :hover {
    color: #232020; 
    text-decoration: none;
} 

.custom-img {
    border-radius:15px !important;
    box-shadow: 0px 0px 21px -5px rgb(0 0 0 / 20%) !important;
}

.custom-img-img {
    border-radius:15px 15px 0px 0px !important;
    box-shadow: 0px 0px 21px -5px rgb(0 0 0 / 20%) !important;
}

.bg-custom {
    background-color: #a1a1a1 !important;
}

.our-services .custom-circle-2 {
    top: 10%;
    right: 7%;
}

.our-services .service-card {
    padding: 65px 0 65px 35px;
    border-radius: 15px;
}

.our-services .service-card:before {
    background-color: #ffffff;
}

.our-services .service-card:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 10px;
    transition: .5s width;
}

.our-services .service-card:hover:before {
    width: 45px;
    background-color: white !important;
}

.our-services .service-card.bg-color-dark:before,
.our-services .service-card.active:before {
    background-color: white !important;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img {
    min-height: 377px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img img {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 253px;
    height: 140px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 253px;
    height: 178px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 {
    border: 3px solid #000;
    position: absolute;
    top: 43%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 299px;
    height: 285px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translateY(-50%);
    width: 26px;
    height: 24px;
    opacity: 0.5;
    border-radius: 50%;
}

.bg-color-gray {
    background-color: #e5e5e5;
}