@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

#toTop {
    display: none;
}


.ship {
    width: 646px !important;
}

/* menu fix */
#cssmenu {
    background: none;
}

.bg-primary {
    background-color: #007dc3 !important;
}

ol,
ul {
    padding-left: 0%;
}

.card-body .btn-primary {
    background-color: #00507D;
}

.card-text>a {
    color: #fff !important;
}

ul {
    list-style-position: outside !important;
}

/* menu fix */


/* footer fix */
#footer ul#fmenu {
    width: 1024px !important;
}


/* footer fix */

/* template start */
.btn-sm {
    border: 1px solid #303030;
    background: #fafafa;
    text-align: center;
}

.btn-sm:hover {
    background: #fff;
}

img.icon {
    margin: 10px auto;
    width: 70px;
    height: 70px;
}

.btn-sm>.label {
    background: #007dc3;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.btn-cta {
    background: #69af32;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 10px 0px 10px;
    padding: 5px;
    text-align: center;
}

.btn-cta:hover {
    background: #303030;
    color: #ffffff;
    cursor: pointer;
}

/* template start */




/* Blue Prints Start */
.cta-blue {
    background-color: #0163b1;
    padding: 6px;
    border-radius: 1.5rem;
    color: #f7f7f7;
}

.cta-blue a {
    border-color: #69af32;
    color: #f7f7f7;
}

.cta-blue a:hover,
.cta-blue button:hover {
    color: #0163b1;
}


.cta-blue .links {
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 2px dotted #f7f7f7;
    border-radius: 100%;

    /*space between*/
}

.cta-blue .links:hover {
    border: 2px dotted #fdfdfd;
    background-color: #fcfcfc33;
    color: #fff !important;
    border-radius: 100%;
    /*space between*/
}

.cta-blue .links i {
    font-size: 40px;
    line-height: 80px !important;
    color: #69af32;
}

.cta-blue p {
    border-bottom: 2px solid #ffffff;
    font-weight: 400;
    line-height: 2rem;
    color: #fff;
    text-align: left;
}




.cta-blue .links .bi::before {
    line-height: 80px;
}

a {
    color: #007dc3;
    text-decoration: none !important;
}

#section-block #default span {

    padding: 0px;
}

#sub-menu ul li a {
    height: 40px;
}

h1 a {
    color: #0064af;
    text-decoration: none;
    font-weight: 400;
}

a.medium {
    text-decoration: none;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;
    color: #000;
}

#sub-menu>div {
    width: 1050px;

}

ul li {
    list-style-type: none;
}