/*
Theme Name: Certlyx
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Certlyx
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.admin-bar header {
    top: 32px;
}
div#wpadminbar {
    z-index: 9999999;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
       outline: 2px solid #f00 !important;
}
.pagePagination .pagination {
    display: flex;
    margin-top: 50px;
}
.pagePagination .pagination li a {
    display: block;
    padding: 8px 12px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border: 1px solid gray;
    color: black;
    margin: 0 4px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.pagePagination .pagination li span {
    display: block;
    padding: 8px 12px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border: 1px solid gray;
    color: black;
    margin: 0 4px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.pagePagination .pagination li.active a, .pagePagination .pagination li:hover a, .pagePagination .pagination li:hover span {
    background: #023c7a !important;
    color: #fff;
}
.blog-page .blog-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 40px;
    box-shadow: 0 1px 9px 2px rgba(0, 0, 0, 0.0666666667);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-page .blog-box .title {
    font-size: 25px;
    color: #121212;
    margin: 0 0px;
    font-weight: 600;
}
.blog-page .blog-box .img{
    margin-bottom: 20px;
}
.blog-page .blog-box .img img{
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.single-blog .img-box img{
       margin-bottom: 40px;
}
.single-blog .box_text .title {
    font-size: 25px;
    color: #121212;
    margin: 0 0px;
    font-weight: 600;
}
.single-blog .img-box img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.main .wrap .courses-content .content-box .step p {
    font-size: 12px;
    color: #000;
    line-height: 20px;
}
.content-box .BenefitsGrid h4 {
    width: 100%;
    color: #023a78;

}

.courses-card .courses-text .title a{
    font-size: 25px;
    color: #121212;
    margin: 0 0px;
    font-weight: 600;
}
.single-blog h2{
	    color: #462ea7;
    font-size: 40px;
}
@media screen and (max-width: 768px) {
	section.content-sec.blog-row {
    text-align: left;
}
    .popCourses-sec .heading .left{
        width: auto !important;
    }
    .faqSec h2{
        text-align: center;
    }
    .content-sec img{
        margin-bottom: 50px;
    }
}


/* End Images */