* {
    font-family: "Montserrat", serif;
}

html {
    scroll-behavior: smooth;
}


p,
span {
    color: gray;
}

.text-white {
    color: #fff;
}

.nav-item>a>i {
    margin-right: 5px;
}

label.sub-title {
    color: rgb(13 110 253);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
/**== Home Redesign== **/
.custom-h4>h4{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.serves_slider .service__item{
    min-height:360px;
}
.slider-over-testimonials{
    margin-top:-100px;
    position:relative;
}
.testimonial-two__item{
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: 330px;
}
.navbar {
    background-color:transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    border-bottom: 1px solid #f1f1f1;
    padding:15px 0;
}
.navbar.sticky{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%);
    border:0;
}
.navbar-brand>img{
    max-width: 60px;
}


.site-footer {
    padding: 15px 0;
}

.footer-menu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    float: right;
    list-style: none;
}

.footer-menu>li {
    padding: 0 10px;
}

.footer-menu>li:last-child {
    padding: 0;
}

.footer-menu>li>a {
    color: #d6f2ff;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.5s ease;
}

.footer-menu>li>a:hover {
    color: #fff;
}

.copyright {
    font-size: 15px;
    margin-bottom: 0;
}

   .seo-text h2 {
    font-size: 22px;
}

.seo-text p {
    margin-bottom: 15px;
}

.seo-text .profile_seo {
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 10px;
    height: 100%;
}

.seo-text .row {
    align-items: stretch;
}

.seo-text .row > .col-12 {
    height: 100%;
}

.seo-text p a {
    color: #396cef;
}


/* === blog page css starts from here === */

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-1-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-title_blogs {
    background: #fff;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    display: flex;
    position: relative;
}

.page-title_blogs .page-view {
    padding: 20px;
    position: absolute;
    width: 100%;
    background: #1c2a5d;
    max-width: 100%;
    max-height: 100%;
    bottom: -120px;
    transition: 0.5s ease-in-out;
}

.page-title_blogs:hover .page-view {
    bottom: 0;
    transition: 0.4s ease-in-out;
}

.page-title_blogs .page-view h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title_blogs .page-view h4 a {
    color: #fff;
}

.page-title_blogs .page-view p.texts, .page-title_blogs .page-view a {
    color: #fff;
}

.page-title_blogs .page-view p.texts {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.page-title_blogs i {
    margin-left: 5px;
}

.page-title_blogs img.img-fluid {
    height: 260px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.page-title_blogs:hover {
    margin-top: -10px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.page-title_blogs:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.page-title_blogs .page-title {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*single blog page css starts from here*/


 
  html {
  scroll-behavior: smooth;
}
 
.toc-link.active {
    color: #3260d5;
    border-left: 3px solid #3260d5;
    padding-left: 10px;
}

.s-blog-cont {
    display: flex;
}

.s-blog-cont aside.toc {
    background: #e5ecff;
    width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: max-content;
    padding: 26px;
}
 
.s-blog-cont main.blog-cont {
width: calc(100% - 320px);
padding-left: 30px;
}

section.single-blog-banner {
    background: linear-gradient(180deg, #1c2a5d 30%, #e5ecff 30%);
}

.toc ul li {
    padding: 10px 0px;
}

.toc h3 {
    margin-bottom: 20px;
}

.toc ul li a.toc-link {
    letter-spacing: -0.5px;
}

.content-section {
    margin: 40px 0px 20px !important;
}

.author-info {
    display: flex;
    margin-bottom: 20px;
}

.author-info .author-content {
    padding-left: 15px;
}

.author-info .author-content p {
    font-weight: 600;
    font-size: 14px;
}

.author-info h5 {
    line-height: 1;
}


/*single blog page css end here*/


/** === Media Start === **/

@media only screen and (max-width: 991px) {
    .navbar-nav {
        flex-direction: row;
    }
    .copyright {
        text-align: center;
    }
    .footer-menu {
        text-align: center;
        justify-content: center;
        float: none;
        margin-top: 5px;
    }
    .footer-menu>li {
        padding: 0 5px;
    }
    
    
/*single blog page responsive css*/

section.single-blog-banner {
    background: linear-gradient(180deg, #1c2a5d 25%, #e5ecff 25%);
}

.s-blog-cont aside.toc {
    display: none;
}

.s-blog-cont main.blog-cont {
    width: 100%;
    padding: 0;
}

section.single-blog-banner .breadcrumb-list {
    display: none;
}


}
@media only screen and (max-width:767px) {
    .about__right-item{
        margin-bottom:10px;
    }
    .slider-over-testimonials {
    margin-top: -60px;
}

/*single blog page responsive css*/

  section.single-blog-banner {
    background: linear-gradient(180deg, #1c2a5d 28%, #e5ecff 28%);
}

.banner__inner-page { 
    padding: 140px 0px 60px !important; 
    
}


}
@media only screen and (max-width:520px) {
    .navbar-nav {
        margin: 0 !important;
    }
    .navbar-brand {
        font-size: 16px;
    }
}

@media only screen and (max-width:480px) {
    .footer-menu>li>a,
    .copyright {
        font-size: 13px;
    }
}