<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap" rel="stylesheet">

/* Summernote content force font */
.note-editor *,
.note-editor p,
.note-editor span,
.note-editor div,
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor li,
.note-editor ul,
.note-editor ol {
    font-family: "Manrope", sans-serif !important;
}
.blog-content *,
.blog-content p,
.blog-content span,
.blog-content div,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.blog-content li {
    font-family: "Manrope", sans-serif !important;
}


a{
	text-decoration: none;
}
.main-header-wraper ul{
	margin-bottom: 0px !important;
}
.page-banner {
    background-image: url('../img/projects/project-banner.jpg') !important;
    height: 40spx;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	z-index: 0px;
	position: relative;
	font-family: "Manrope" !important;
}
.blog_section {
	position: relative;
	z-index: 1;
    height: 100%;
    margin-top: -120px;
    padding: 20px 20px;
    background-color: #ffffff;
}

.blog_section .author_section {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog_section .author_section .author {
    padding-right: 30px;
}

.blog_section .blog_details .title {
    font-size: 36px;
    font-weight: 600;
    color: #00316e;
    padding-bottom: 10px;
}

.blog_section .blog_details .subtitle {
    text-transform: capitalize;
    text-align: justify;
    padding-bottom: 20px;
	font-weight: 600;
}

.blog_section .blog_details .heading1 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blog_section .blog_details .content1 {
    text-align: justify;
    padding-bottom: 20px;
	font-weight: 600;
}

.blog_section .blog_details .head_img1 {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog_section .blog_details .head_img1 img {
    height: 350px;
	width: 600px;
	max-width:600px
}

.blog_section .blog_details .head_img1 .img_title1 {
    padding: 5px 20px;
    background-color: #000000;
    color: #ffffff;
    width: 600px;
	text-align: center;s
	max-width:600px;
}

.blog_section .blog_details .heading2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blog_section .blog_details .content2 {
    text-align: justify;
    padding-bottom: 20px;
	font-weight: 600;
}

.blog_section .blog_details .head_img2 {
    overflow: hidden;
}

.blog_section .blog_details .head_img2 img {
    height: 350px;
	width: 600px;
	max-width:600px
}
.swiper{
	overflow: block;
}

.blog_section .blog_details .head_img2 .img_title2 {
    padding: 5px 20px;
    background-color: #000000;
    width: 100%;
    color: #ffffff;
	max-width: 600px;
	text-align: center;
}

.blog_section .main_details {
    padding: 40px 0px 20px 0px;
    text-align: justify;
	font-weight: 600;
	font-size: 16px;
	font-family: "Manrope" !important;
}
.blog_section .conclusion{
	font-weight: 600;
}
.blog_section .conclusion .c_title {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blog_section .a_title {
    font-size: 18px;
    color: grey;
    margin-top: 60px;
    margin-bottom: 20px;
}

.blog_section .author_section .a_title .line {
    height: 1px;
    width: 200px;
    background-color: #00316e;
    margin-left: 10px;
}

.blog_section .author_section .author_card {
    padding: 30px;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;
    width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog_section .author_section .card {
    padding: 20px;
    border: none;
    background-color: #00316e1b;
	width: 60%;
}

.blog_section .author_section .author_card img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    border-radius: 100px;
}

.blog_section .author_section .card-title {
    font-size: 24px;
}

.blog_section .author_section .card-text {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.slide-container {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
}

.blog_section .slide-content {
    margin: 0 0px;
    overflow: hidden;
    border-radius: 10px;
}
.blog_section .slide-content img{
	height: 250px;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.blog_section .card {
    background-color: #FFF;
}

.blog_section .image-content,
.blog_section .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.blog_section .image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.blog_section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
}

.blog_section .overlay::before,
.blog_section .overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.blog_section .overlay::after {
    background-color: #FFF;
}

.blog_section .card-image {
    position: relative;
    height: 400px;
    background: #FFF;
}

.blog_section .card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_section .name {
    font-size: 18px;
    font-weight: 600;
    color: #00316e;
	line-height: 1.5;
}

.blog_section .description {
    font-size: 14px;
    color: #707070;
	line-height: 1.4;
	margin-top:10px;
	margin-bottom: 20px;
}
/* Slider container relative */
.blog_section .slide-container {
    position: relative;
    padding-bottom: 60px; /* niche space */
}

/* Arrows ko bottom me lao */
.blog_section .swiper-button-next,
.blog_section .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: none;
}

/* Left / Right positioning */
.blog_section .swiper-button-prev {
    left: 45%;
}

.blog_section .swiper-button-next {
    right: 45%;
}

/* Pagination ko arrows ke neeche */
.blog_section .swiper-pagination {
    bottom: -30px !important;
}

/* Arrow buttons styling (tumhara hi) */
.blog_section .swiper-navBtn {
    color: #000;
    border: 2px solid #000;
    background-color: #fff;
    height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 14px;
}

.blog_section .swiper-pagination-bullet-active {
    background-color: #4070F4;
}
.blog_section .blog_section .main_details h4{
	font-family: "Manrope" !important;
}
.blog_section .blog_section .main_details p{
		font-size:16px !important;	
	font-family: "Manrope" !important;
	}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}


@media(min-width: 992px) and (max-width: 1199px) {
    .blog_section {
        margin-top: -100px;
        padding: 40px;
    }

    .blog_section .blog_details .head_img1 img,
    .blog_section .blog_details .head_img2 img {
        height: 300px;
    }
	.blog_section .main_details p{
		font-size:16px !important;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
    .blog_section {
        margin-top: -80px;
        padding: 40px;
    }

    .blog_section .author_section {
        font-size: 16px;
    }

    .blog_section .blog_details .title {
        font-size: 28px;
    }

    .blog_section .blog_details .head_img1 img,
    .blog_section .blog_details .head_img2 img {
        height: 250px;
        width: 100%;
    }
	.blog_section .main_details p{
		font-size:16px !important;
	}
}

@media(min-width: 481px) and (max-width: 767px) {
    .blog_section {
        margin-top: -80px;
        padding: 20px;
    }

    .blog_section .author_section {
        font-size: 16px;
    }

    .blog_section .blog_details .title {
        font-size: 28px;
    }

    .blog_section .blog_details .head_img1 img,
    .blog_section .blog_details .head_img2 img {
        height: 250px;
        width: 100%;
    }
	.blog_section .main_details p{
		font-size:16px !important;
	}
}

@media(max-width: 481px) {
    .blog_section {
        margin-top: -60px;
        padding: 10px;
    }
    
    .blog_section .author_section {
        font-size: 13px;
    }

    .blog_section .blog_details .title {
        font-size: 24px;
        text-transform: capitalize;
    }
    .blog_section .author_section .author{
        padding-right: 10px;
    }
    .blog_section .blog_details .heading1,
    .blog_section .blog_details .heading2{
        font-size: 20px;
    }
    .blog_section .blog_details .head_img1 .img_title1,
    .blog_section .blog_details .head_img2 .img_title2{
        margin: 0px auto;
    }
    .blog_section .blog_details .head_img1 img,
    .blog_section .blog_details .head_img2 img {
        height: 250px;
        width: 100%;
    }
    .conclusion{
        text-align: justify;
    }
	.container{
	max-width: 100% !important;
}
    .blog_section .author_section .card-title{
        text-align: center;
    }
	.blog_section .author_section .card{
		padding:10px;
	}
	.blog_section .author_section .card .card-body{
		padding:10px 0px 10px 0px;
	}
	.blog_section .main_details p{
		font-size: 16px !important;
	}
}