body {
    font-family: 'Nunito-Regular';
}

a {
    text-decoration: none;
    color: #379EFF;
}
a:hover {
    color: unset;
}

ul li {
    list-style: none;
}

.navbar-nav .nav-item{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
}

.primary-menu {
    position: absolute;
    top: 0;
    width: 100%;
}

.inner-header {
    padding-top: 180px;
    padding-bottom: 95px;
}

.header-bg {
    background-color: #eef9ff;
}
.header-bg svg{
    top: 1px;
    position: relative;
}
.breadcrumbs{
    font-weight: 700;
    font-size: 14px;
}
.breadcrumbs span{
    font-size: 12px;
}
.breadcrumbs .home {
    padding: 5px 12px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #379eff;
    transition: all .45s;
    white-space: nowrap;
    margin-bottom: 1rem;
}

h1.header-title {
    margin: 0 0 0.35em 0;
    font-weight: 700;
    font-size: 55px;
    font-family: 'Nunito-Bold';
}

h1.header-title,
.breadcrumbs {
    text-transform: uppercase;
}

.main-wrapper .content-inner {
    /* margin-top: 81px !important; */
    min-height: calc(100vh - 30.2rem) !important;
    /* min-height: calc(100vh - 7.3rem) !important; */
}



.footer-bg {
    background-color: #120d48;
}

#footer-wave {
    fill: #120d48;
    margin-top: -1px;
    margin-bottom: -2px;
}

.footer-inner,
.footer-inner ul li a {
    color: #fff;
}

.footer-inner .widget-title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.footer-inner .widget-title::before {
    content: '|';
    width: 12px;
    display: inline-flex;
    font-weight: 700;
    font-size: 20px;
    color: #379eff;
    margin-right: 0.25rem;
}

.footer-inner ul li {
    margin-top: 10px;
}
.footer-inner .textwidget{
    font-weight: 600;
}

.footer-inner ul li a {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
}

.footer-top {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ffffff1a;
}
.social-menu a {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: currentColor;
    transition: all 0.215s ease;
    display: flex;
    justify-content: center;
    color: #379eff !important;
}
.social-menu a svg{
    fill: #fff;
}

/* ------------------------- NEWW ------------------------ */
.footer-logo svg {
    width: 65px;
    height: 65px;
}

.brand-logo svg {
    width: 50px;
    height: 50px;
}

.swiper {
    /* width: 900px; */
    width: 100%;
    /* background-color: red; */
    height: 500px;
}

.client_say {
    width: 100%;
    margin: 0% 3% 0% 3%;
    padding: 20px 0px 20px 0px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 10px 75px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
}

.swiper-button-prev {
    left: -60px !important;
}

.swiper-button-next {
    right: -60px !important;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50px;
    background-color: yellow;
    background: #ffffff;
    opacity: 1;
    box-shadow: 0px 20px 30px 0px RGBA(41, 112, 250, 0.2);
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 199px;
    padding: 24px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 26px !important;
    color: #000;
     font-weight: 700;
}

@media (max-width: 1200px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

/* .blog .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}
.blog .swiper-slide{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* ================================= ABOUT ============================ */






.card{
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 8px 44px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
    border: 0;
}


input, textarea{
    outline: none;
    border: 1px solid #e4e5e7;
}
input::placeholder, textarea::placeholder{
    color: #e4e5e7;
}
.form-control:focus, .form-select:focus, button:focus{
    box-shadow: unset;
}
input:hover, textarea:hover, input:focus, textarea:focus{
    border-color: #379eff;
}
textarea{
    resize: none;
}
.btn, .custom-a, .custom-white-a, .custom-blog-a, .custom-error-a{
    padding: 0.8125em 3.4375em;
    text-align: center;
    border-radius: 90px;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    box-shadow: 0 20px 30px 0 rgba(41, 112, 250, 0.2);
    border: none;
}
.custom-btn, .custom-a{
    color: #fff;
    transition: all .45s;
    background: #67b5ff linear-gradient(120deg, rgba(103, 151, 255, 0) 0%, #4d86ff 100%);
}
.custom-btn:hover, .custom-a:hover{
    background-color: #379eff !important;
    color: #fff;
}

.custom-white-a{
    background-color: #ffffff;
}

.custom-blog-a{
    border: 1px solid #379eff;
    color: #379eff;
    background: 0 0;
    box-shadow: none;
    padding: 8px 30px;
    transition: all .5s;
}
.custom-blog-a:hover{
    color: #fff;
    background: #379eff;
}

.custom-error-a{
    color: #fff;
    background:#67b5ff;
    padding: 8px 30px;
    transition: all .5s;
    box-shadow: 0 20px 30px 0 rgba(41, 112, 250, 0.2);
    padding: 0.7em 1.764em;
}
.custom-error-a:hover{
    background-color:#379eff;
    box-shadow: 0 20px 30px 0 rgba(41, 112, 250, 0.45);
    color: #fff;
}




.ellipsis-1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    font-family: 'Nunito-Bold';
    font-size: 18px;
}


.ellipsis-2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 5rem; */
}




/* ================= PRODUCTS ========================= */

.product-bg .card h2{
    font-size: 21px;
    color: #081f46;
}
.product-bg .card span{
    font-size: 18px;
    color: #081f46;
    font-family: 'Nunito-Bold';
}
.product-bg .card img{
    object-fit: contain;
}
.pagination{
    width: max-content;
}
.pagination .page-numbers{
    padding: 0.45em 0.65em;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
}
.pagination .page-numbers.current{
    background-color: #EEF9FF;
}
.pagination .page-numbers:not(.current):hover{
    background-color: #EEF9FF;
    color: #379EFF;
}







.blog-item{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 1rem 2rem;
    box-shadow: 0px 8px 20px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px 0px; */
}

.item-content img{
    object-fit: cover;
}

.blog-content{
    /* height: 240px; */
    height: 175px;
}
.entry-info{
    height: 100px;
}


.filter{
    border-radius: 90px;
    font-weight: 600;
    border: none;
    padding: 10px 28px 10px 16px;
    background-color: #f2f4f5;
    color: #6d7c90;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: all .215s ease;
    /* max-width: 11rem; */
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.5px;
    outline: none;
  }
  







