﻿/*Comman Css start*/
@media screen and (max-width: 991px) {
    #header-Platform_1:before, #header-Platform_1:after {
        display: none !important;
    }

    #header-Platform:before, #header-Platform:after {
        display: none;
    }
}

#header-Platform:before, #header-Platform:after {
    /*background-color: #e91d26;*/
}

#header-Platform_1:before, #header-Platform_1:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 5%;
    border-radius: 8px;
}

#header-Platform_1:before {
    right: 0.3em;
    margin-left: -50%;
}

#header-Platform_1:after {
    left: 0.3em;
    margin-right: -50%;
}

.H2_FSize {
    font-size: 40px !important;
}
/*Comman Css End*/
/*sec1 css Start*/
.suredone_Section_one {
    background: url(../NewDesign/images/suredoneback.png) no-repeat;
    background-size: cover;
    background-position: left;
    background-color: #f2f2f2 !important;
    /*height: auto;*/
    height: 500px;
}
/*sec1 css End*/
/*section 3 css start*/
.sec3bak {
    background: #f2f2f2;
}

.sec3h {
    font-weight: 600;
}
/*section 3 css End*/
/*section 4 css start*/
.sec4back {
    background: radial-gradient(circle, rgba(59, 70, 104, 1) 9%, rgba(9, 9, 7, 1) 69%, rgba(9, 9, 7, 1) 75%);
    color: #FFF;
}

.sec4_img {
    background-color: #e63946;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.sec4card {
    padding: 22px 20px 44px 20px;
    border: none;
    border-radius: 11px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    background: #fff;
}

.fw_semibold {
    font-weight: 600;
}
/*section 4 css End*/
/*section 5 css start*/
.card-custom {
    padding: 30px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    background: #f2f2f2;
}

.icon-circle {
    background-color: #e63946;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto; /* Center horizontally and add bottom margin */
}

    .icon-circle img {
        width: 100%;
    }

.card-title {
    font-weight: bold;
    margin-bottom: 15px;
}
/*section 5 css End*/
/*section 6 css Start*/
/* Start carousel*/
.mobileview, .desktopview {
    display: block !important;
    margin-bottom: 4.5rem !important;
}

.custmrbody {
    background-color: #F2F2F2 !important;
    border-radius: 40px !important;
}

#client-testimonial-carousel {
    min-height: 160px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 18px;
        height: 18px;
        border-radius: 99px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(0, 0, 0, 1);
    }

.carousel-indicators {
    margin-bottom: 0px;
}

    .carousel-indicators .active {
        background-color: #e02020;
    }
/*.card {
        border: 0px !important;
    }*/

.mobileview {
    display: none !important;
}

.desktopview {
    display: block !important;
}

.bgcolor {
    background-color: #F2F2F2;
}

@media (max-width: 767px) {
    .mobileview {
        display: block !important;
    }

    .desktopview {
        display: none !important;
    }
}
/* End carousel*/
/*section 6 css End*/
/*section 7 css Start*/
.contctlink {
    text-align: end;
}

.knowlink {
    text-align: left;
}

@media (max-width: 767px) {
    .contctlink {
        text-align: center !important;
    }

    .knowlink {
        text-align: center !important;
    }
}
/*section 7 css End*/




.BorderDiv {
    padding: 1.63rem;
    border: 2px solid #eaeaea;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.WebSiteTxt {
    font-size: .82rem;
    line-height: 1.69;
    font-weight: bold;
}

.Sitelink {
    font-size: .82rem;
    line-height: 1.69;
    word-break: break-word;
    color: #141414;
}