a{
	text-decoration: none;
}
.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;
}
.blog_section {
	position: relative;
	z-index: 1;
    height: 100%;
    margin-top: -120px;
    padding: 50px;
    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;
}

.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;
}

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

.blog_section .blog_details .head_img1 img {
    height: 350px;
}

.blog_section .blog_details .head_img1 .img_title1 {
    padding: 5px 20px;
    background-color: #000000;
    color: #ffffff;
    width: fit-content;
}

.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;
}

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

.blog_section .blog_details .head_img2 img {
    height: 350px;
}

.blog_section .blog_details .head_img2 .img_title2 {
    padding: 5px 20px;
    background-color: #000000;
    width: fit-content;
    color: #ffffff;
}

.blog_section .main_details {
    padding: 40px 0px 20px 0px;
    text-align: justify;
	font-size: 16px;
}

.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: fit-content;
}

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

.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;
}

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

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

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

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

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

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

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

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

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.swiper-navBtn {
    color: #000000;
    border: 2px solid #000000;
    background-color: #fff;
    height: 35px;
    width: 35px;
    padding: 10px;
    transition: color 0.3s ease;
    border-radius: 50%;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 24px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}
.blog_section .main_details p{
		font-size:16px !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;
	}
}