/*!
Theme Name: expertgate
Theme URI: http://underscores.me/
Author: parvez301@gmail.com
Author URI: https://expertgate.org/
Description: Blog for ExpertGAte
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: Copyright
License URI: Copyright Reserved
Text Domain: expertgate
Tags: Expertgate Blog

*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#111;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #0036e3;
	text-decoration: none;
}
a:visited {
	color: #052ba8;
}
a:hover,
a:focus,
a:active {
	color: #0036e3;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*Sizing - margin -padding*/
.mb-24 {
	margin-bottom: 24px;
}
/*Font*/
h1,h2,h3,h4,h5,h6 , p , a, li, span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}
.fw-48-400 {
	font-weight: 400;
	font-size: 48px;
}
@media ( max-width: 767px ) {
	.fw-48-400 {
		font-size: 34px;
	}
}
.fw-14-400 {
	font-weight: 400;
	font-size: 14px;
}
/*header Menu*/
header.public-header {
    background-color: #fff;
    border-bottom: 1px solid #e7e5ef;
    position: sticky;
    top: 0;
    z-index: 9999;
}
header.public-header .public-header-container {
    padding: 10px 12px;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 42px;
}
.header-logo > a > img {
    width: 190px;
}
header.public-header .header-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
}
header.public-header .header-special-menu ul {
    margin: 0;
    padding: 0;
}
header.public-header .header-special-menu ul li {
    list-style: none;
    display: block;
}
header.public-header .header-special-menu ul li a {
    display: block;
    color: inherit;
    font-size: 14px;
}

/*Mobile Menu*/

/*Category Btn on Archive Page*/
.category-btn {
	width: 240px;
}
.category-btn .allblog {
	padding: 10px 15px;
	color: #ffffff;
	background-color: #0036e3;
	display: block;
	padding: 16px 15px;
	position: relative;
}
.category-btn .allblog:after {
	position: absolute;
	content: '\f078';
	font-family: 'FontAwesome';
	right: 15px;
}
.category-btn .allblog.active:after {
	transform: rotate(180deg);
}
.banner-top-category {
    display: flex;
    position: relative;
    align-items: stretch;
    flex-grow: 1;
    height: 55px;
    justify-content: flex-start;
}
.allcategory {
	background: #f3f4f6;
    border-top: 1px solid #c4c6ca;    
    font-size: 20px;
    grid-auto-rows: 139px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: transform .2s, visibility .2s;    
    z-index: 0;
	margin: 0 13px;
}
.allcategory ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0;
	padding: 0;
}
.allcategory ul li {
	list-style: none;
    padding: 15px;
    border: 1px solid #4c77f9;
}
.allcategory ul li a {
	font-size: 16px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.allcategory ul li a img {
	width: 40px;
}
/*Search field*/
.search-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	width: 100%;
}
.search-box {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.search-input {
	flex: 1;
	padding: 10px;
	font-size: 16px;
	outline: none;
	height: 55px;
    border: none !important;
    padding: 0 0 0 18px !important;
}
.search-button {
	padding: 10px 30px;
	background-color: #0036e3;
	color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
}
.search-button:hover {
	background-color: #0056b3;
}
/*Category Button on home page*/
.category-blocks {
	margin-top: -35px;
	margin-bottom: 35px;
}
@media(max-width:768px) {
	.category-blocks {
		margin-top: -35px;
		margin-bottom: 35px;
	}
}
.category-blocks .category-blocks-link {
	align-items: flex-start;
    background: #f5f5f6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    color: #222222;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    transition: background-color .35s, box-shadow .35s, color .35s;	
	border: 1px solid transparent;
}
.category-blocks .category-blocks-link:hover {
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
	color: #204ecf;
	border: 1px solid #dee3f3;
}
.category-blocks .category-blocks-link img {
	margin-bottom: 5px;
	width: 24px;
	margin-right: 6px;
}
.category-blocks .category-blocks-link .category-blocks-title { 
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 500;
	transition: all .6s ease;
}
.category-blocks .category-blocks-link p {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	transition: all .6s ease;
}
.category-blocks .category-blocks-link .category-blocks-btn {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: -4px;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	font-size: 14px;
	transition: all .6s ease;
	font-weight: 700;
}
.category-blocks .category-blocks-link:hover .category-blocks-btn {
	opacity: 1;
	visibility: visible;
}
.read-more-blog-btn {
	text-align: center;
	margin-top: 10px;
}
.read-more-blog-btn a {
	background-color: #0036e3;
	color: #fff;
	padding: 8px 27px;
	border-radius: 4px;
	font-weight: 400;
	display: inline-block;
}
/*Newsletter Section - on home page*/
.newsletter-section {
	background: #0036e3;
	padding: 65px 0 40px 0px;
}
.newsletter-section .newsletter-form {
	flex: 1;
    margin-left: 80px;
	flex-direction: row;
	align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}
.single-post .newsletter-section .newsletter-form .input-wrapper input {
	border-radius: 0;
}
.newsletter-form .input-wrapper p,
.newsletter-section .newsletter-form p,
.newsletter-section .newsletter-form .input-wrapper p {
	margin-bottom: 0;
}
.newsletter-section .newsletter-form .input-wrapper p {
	
}
.newsletter-section .newsletter-form .input-wrapper p span,
.newsletter-section .newsletter-form .input-wrapper {    
    display: flex;
    position: relative;
    z-index: 0;
	flex-wrap: wrap;
}
.newsletter-section .newsletter-form .input-wrapper p span input,
.newsletter-section .newsletter-form .input-wrapper input {
	border: 1px solid #dfe3e9;
    border-radius: 4px 0 0 4px;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 24px;
    margin: 0;
    min-height: 38px;
    outline: 0;
    padding: 0 18px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.newsletter-section .newsletter-form .newsletter-button {
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
    padding: 10px 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
}
@media(max-width:768px){
	.newsletter-section .newsletter-form .input-wrapper p span input,
    .newsletter-section .newsletter-form .input-wrapper input {
	    border-radius: 4px;
	}
	.newsletter-section .newsletter-form .newsletter-button {
        border-radius: 4px;
		border-left: 1px solid #fff;
	}
}
.newsletter-section .newsletter-form .newsletter-button:hover {
	background-color: #ffffff;
	color: #0036E3;
}
.newsletter-instruction a {
	color: #ffffff;
	text-decoration: underline;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
    margin: 8px 0;
    display: inline-block;
}
@media ( max-width: 767px ) {
	.newsletter-section .newsletter-form {
		flex-direction: column;
	}
	.newsletter-section .newsletter-form .newsletter-button {
		margin-top: 15px;
	}
	.newsletter-section .newsletter-form .input-wrapper p {
		width: 100%;
		margin: 15px 0 5px 0;
	}
}
/*blog grid for home page*/
.blog-grid {
	padding: 80px 0;
}
.blog-grid-video {
	padding: 20px 0 80px;
}
.blog-card {
	border: 1px solid rgba(237, 240, 248, .8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    height: 100%;
    outline: none;
    position: relative;
    transition: border-color .2s, box-shadow .2s;
    width: auto;	
}
.blog-card:hover {
	border-color: rgba(32, 78, 207, .3);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .16);
}
.blog-card .blog-img-link-wrapper {
	aspect-ratio: 1 / .44;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-card .blog-img-link-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 17%;
    object-position: 0 17%;
    width: 100%;
}
.blog-card .blog-content-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
}
.blog-card .blog-content-wrapper nav {
	display: block;
}
.blog-card .blog-content-wrapper nav ol {
    letter-spacing: .46px;
    text-transform: uppercase;
    font-weight: 400;
    color: #204ecf;
    font-size: 13px;
    letter-spacing: .46px;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.blog-card .blog-content-wrapper nav ol li {
	list-style: none;
}
.blog-card .blog-content-wrapper nav ol li {
    color: #0036e3;
    font-weight: 400;
}
.blog-card .blog-content-wrapper h2 {
	color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 16px;
}
.blog-card .blog-content-wrapper h2 a {
	color: #000;
}
.blog-card .blog-content-wrapper .blog-excerpt {
	font-size: 15px;;
}
.blog-card .blog-content-wrapper .blog-info-link {	
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;	
	color: #455065;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;	
}
.blog-card .blog-content-wrapper .read-more {	
	color: #204ecf;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;	
}
/* .blog-card:hover .blog-content-wrapper .read-more {
	visibility: visible;
} */
.blog-card .blog-author-box {
	padding: 0 24px 24px;
}
.blog-card .blog-author-box:before {
	background: #e5e7ea;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 24px;
    width: 100%;
}
.blog-card .blog-author-info {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.blog-card .blog-author-img {
	flex: 0 0 60px;
    height: 60px;
    margin-right: 16px;
    position: relative;
    width: 60px;
    z-index: -1;
}
.blog-card .blog-author-img::after {
	border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 5;
}
.blog-card .blog-author-info-box {
	align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.blog-card .blog-author-info-box h3 {
	color: #191e28;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.blog-card .blog-author-detail {
	
}
.blog-card .blog-author-detail p {
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #455065;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.5em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.verified-author-box {
	color: #05947c;
}
.verified-author-box .blog-author-name {
	font-family: "Roboto", sans-serif;
}
.verified-author-box strong {
	margin-left: 8px;
}
/*Most Read Article*/
.most-read-articles {
	background: #f5f5f6;
	padding: 40px 0 80px;
}
.most-read-articles h2 {
	border-bottom: 1px solid #d8d9dc;
    color: #0f256e;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 36px;
    padding-bottom: 18px;
}
/*Top Banner*/
.top-banner-home {
	background-image: url(./img/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 0 120px;
}
.page-template-page-career .top-banner-home {
	background-image: url(./img/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 40px;
}
.page-template-page-allevents .top-banner-home {
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 40px;
	background: #F1F3FA;
}
.search .top-banner-home, 
.archive .top-banner-home {
	padding: 55px 0 60px;
}
@media ( max-width: 767px ) {
	.search .top-banner-home, 
	.archive .top-banner-home {
		padding: 55px 0 25px;
	}
}
.top-banner-left p {
	color: #ffffff;
}
.top-banner-left {
	color: #ffffff;
}
.top-banner-home {
	color: #ffffff;
}
/*Single Page*/
.single .post-title p {
	font-size: 15px;
}
.single ul, .single ol {
    margin: 25px 5px;
}
.single .post-category {

}
.single .single-top-part {
	background: #f6f8fb;
}
.single .featured-image {
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 324px;
}
.post-category ul {
	list-style: none;
    padding: 0;
	margin: 0;
}
.post-category ul li a {
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #204ecf;
}
.single-post-content a {
	text-decoration: underline;
}
.single-post-content h3 {
	font-size: 20px;
}
.experts-on-home-page {
	background: #F1F3FA;
}
@media ( max-width: 767px ) {
.experts-on-home-page div:last-child {
    display: none !important;
}
}
/*Sidebar*/
.sidebar {

}
.sidebar h2 {
	font-size: 24px;
    margin: 0;
    padding: 0;
}
.single .sidebar ul {
    margin: 15px 0px;
    list-style: none;
    padding: 0;
}
.wp-block-categories-list li {
	background: #dbe3f9;
    border-radius: 30px;
    color: #204ecf;
    line-height: 14px;
    padding: 5px 15px;
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.sidebar .wp-block-latest-posts__post-title {
	font-size: 20px;
    font-weight: 600;
}
.sidebar .wp-block-latest-posts__featured-image {
	margin-bottom: 15px;
}
.sidebar .wp-block-latest-posts__post-excerpt {
    margin-bottom: 2em;
    margin-top: .5em;
    max-height: 146px;
    overflow: hidden;
}
.newsletter-section.in-sidebar {
	padding: 20px 15px 10px 15px;
}
.newsletter-section.in-sidebar .newsletter-form {
	flex-direction: column;
}
.newsletter-section .newsletter-form .input-wrapper input {
    border: 1px solid #dfe3e9;
    border-radius: 0;
}
.newsletter-section.in-sidebar .newsletter-form .newsletter-button {
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #0036E3;
}
/*Team Slider*/
.expert-slider-section {
	padding: 55px 0;
}
.expert-slider-section .sub-title {
	font-size: .875rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: .5rem;
    color: #0036e3;
}
.expert-slider-section .section-title-lead {
	font-size: 2.25rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: .5rem;
}
.expert-swiper-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 25px 0;
    padding: 10px;
}
.expert-swiper-slider .expert-slider-item .expert-slider-img {
    background-color: #c8e0fd;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.expert-swiper-slider .expert-slider-item {
    background-color: #fff;
    text-align: center;
}
.expert-swiper-slider .expert-slider-item .expert-slider-info {
	box-shadow: 0px 1px 16px #0e00621f;
}
.expert-swiper-slider .expert-slider-item .expert-slider-info {
    padding: 14px 8px !important;
    border-radius: 0 0 6px 6px;
}
.expert-swiper-slider h4, .expert-swiper-slider .h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 6px;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.expert-swiper-slider p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #6e737c;
}
/*Not found Search Form*/
.no-results.not-found .search-form {
	display: flex;
	align-items: center;
}
.no-results.not-found .search-field {
	padding: 6px 8px;
    border-radius: 0;
    min-height: 39px;
    min-width: 250px;
}
.no-results.not-found .search-submit {
    background-color: #0036E3;
    border-radius: 0;
    border: none;
    padding: 11px 19px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
	transition: all .5s ease;
	border: 1px solid #0036E3;
}
.no-results.not-found .search-submit:hover {
	background-color: #fff;
	color: #0036E3;
}
.not-found .search-form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-found .search-field {
	padding: 6px 8px;
    border-radius: 0;
    min-height: 39px;
    min-width: 250px;
}
.not-found .search-submit {
	background-color: #00cc83;
    border-radius: 0;
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

/*Footer*/
footer .footer {
	background: #002ec0;
	padding: 70px 0;
	overflow: hidden;
}
footer .single-footer-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 80%;
}
@media screen and (max-width: 767px) {
	footer .single-footer-title {
		width: 100%;
   }
}
footer .footer-block h3 {
	transition: all 500ms;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 30px;
}
footer .footer-block ul {
	padding: 0;
	margin: 0;
}
footer .footer-block ul li {
	margin-bottom: 10px;
	list-style: none;
}
footer .footer-block ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
footer .footer-block ul li a:hover {
	text-decoration: underline;
}
footer .play {
	float: right;
}
footer .play .footer-play img {
	margin-right: 4px;
}
.footer-bottom {
	background: #012bb0;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.footer-bottom .footer-sm {
		display: flex;
		flex-direction: column-reverse;
   }
	.footer-bottom .footer-left {
		display: flex;
		align-items: center;
		justify-content: center;
   }
}
.footer-bottom .footer-left p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 40px;
}
.footer-bottom .footer-icon ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer-bottom .footer-icon ul li {
	display: inline-block;
	margin-left: 5px;
}
.footer-bottom .footer-icon ul li a {
	color: #fff;
	border: solid 1px #fff;
	width: 49px;
	height: 49px;
	display: inline-flex;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	transition: all 500ms;
	justify-content: center;
	align-items: center;
}
.footer-bottom .footer-icon ul li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.17);
}
.footer-bottom .footer-icon ul li a:hover svg path {
	fill: #fff;
	background: rgba(255, 255, 255, 0.17);
}
.footer-bottom .footer-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.footer-bottom .footer-icon {
		justify-content: center;
   }
}

/*Job detail*/
.expertgate-job-list {

}
.job-info-boxes {
	display: flex;
	flex-direction: column;
}
.job-info-boxes .job-box-title {
	padding: 8px 17px;
    font-weight: 600;
    background: #eaeaea;
    color: #111;
    font-size: 16px;
}
.job-info-boxes .job-box-content {
	padding: 20px 16px;
	background: #F7F7F7;
	flex: 1;
	color: #111;
}
.job-info-boxes .job-box-content a:hover {
	color: #3c68f8;
	text-decoration: underline;
}
.job-info-boxes .job-box-content a:visited {
	color: #0036E3;
}
.job-info-boxes .job-box-content ul {
	margin: 15px 0;
    padding-left: 1rem;
}
.job-single-list-description {
	width: 45%;
}
.job-single-list-closing-time {
	width: 20%;
}
.job-single-list-time-remain {
	width: 20%;
}
.job-single-list-action {
	width: 15%;
}
.btn-start-application {
	background: #0036E3 !important;
	transition: all .7s ease;
	font-weight: 400;
}
.btn-start-application:hover {
	background: #3158d4 !important;
	text-decoration: underline;
}
@media ( max-width: 767px ) {
	.job-single-list-description ,
	.job-single-list-closing-time ,
	.job-single-list-time-remain ,
	.job-single-list-action {
		width: 100%;
	}
}
.job-content {
	background-color: #fff;
}
.btn-start-application {
	background-color: #002EC0;
	border: none;
	color: white !important;
	padding: 10px 15px;
	font-weight: 400;
}
.btn-start-application:hover {
	background-color: #05248b;
	color: white;
}
.action-links {
	list-style-type: none;
	padding-left: 0;
}
.action-links li {
	margin-bottom: 5px;
}
/*Single Job Post*/
.single-jobpost .detail-row {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}
.single-jobpost .top-banner-home {
	padding: 40px 0;
}
.single-jobpost .detail-row:nth-child(odd) {
	background-color: #f5f5f5;
}
.single-jobpost .detail-label {
	flex: 0 0 200px;
	padding: 13px 10px;
	font-weight: bold;
}
.single-jobpost .detail-value {
	flex: 1;
	padding: 13px 10px;
}
.sjb-page {
	color: #333333;
	padding: 0;
	font-size: 16px;
}
.sjb-page .list-data .v1 .job-description p {
	color: #333333;
}
.jobpost-form .col-md-3 {
	display: flex;
	align-items: center;
}
.sjb-page .sjb-detail .list-data .v1 ul {
    list-style: none;
    margin: 0 0 12px 24px;
    padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
	padding-left: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li::before {
	display: none;
}
/*event part*/
.pt-serif-regular {
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: normal;
}
.pt-serif-bold {
	font-family: "PT Serif", serif;
	font-weight: 700;
	font-style: normal;
}
.pt-serif-regular-italic {
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: italic;
}
.pt-serif-bold-italic {
	font-family: "PT Serif", serif;
	font-weight: 700;
	font-style: italic;
}
.event-info-label {
	font-size: 18px;
	color: #2C2C2C;
}
.event-info-value {
	font-size: 18px;
	color: #2C2C2C;
}
.border-top-1 {
	border-top: 1px solid #e9e9e9; 
}
.date-box {
    background-color: #0036E3;
    color: white;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;    
}
.black-hover-blue {
	color: #111111;
}
.black-hover-blue:hover {
	color: #0036E3;
}
.event-speaker-card.no-image {
	grid-template-columns: auto;
}
.expert-card-body {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-column: 1 / -1;
}
.event-content p {
	margin-bottom: 12px;
}
.expert-info a {
	display: flex;
	gap: 15px;
	align-items: center;
}
.expert-card-body p {
	margin-bottom: 0px;
	font-size: 15px;
}
.single-eg_event .single-top-part {
	padding-bottom: 1px;
}
ul.user-card-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}
.further-button a {
	background-color: #0036e3;
	color: #fff;
	padding: 8px 27px;
	border-radius: 4px;
	font-weight: 400;
    font-size: 14px;
}
.fw-500-40 {
	font-size: 40px;
    font-weight: 500;
    line-height: 125%;    
}
@media ( max-width: 767px ) {
	.fw-500-40 {
		font-size: 30px;
	}
}
.fw-48-400 {
	font-weight: 400;
	font-size: 48px;
}
@media ( max-width: 767px ) {
	.fw-48-400 {
		font-size: 34px;
	}
}
/*Repeater field CSS*/
.repeater-field {
    margin-bottom: 10px;
}
.repeater-field input {
    margin-right: 10px;
}
#add-field {
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
	margin: .1em 0em;
	padding: 0.2em;
}
.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}
.expert-swiper-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
div.asl_r.vertical {
    background: #ffffff !important;
}
.page-spacing {
	padding: 40px 0;
}
.video-container {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.video {
	width: 100%;
	height: 100%;
}
.sidebar-video {
	background-color: #F1F3FA;
	padding: 15px;	
}
.video-gallery-item {
	margin-bottom: 0px;
}
.sidebar-video .video-gallery-item {
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
.expert-slider-info p {
	color: #000000 !important;
	margin-bottom: 0;
	font-weight: 400;
}
.video-separator {
	background: rgba(34,24,24,.5);
}
.user-card-on-single-blog {
	display: flex;
	flex-direction: column;
	height: 100%;
	outline: none;
	position: relative;
	transition: border-color .2s, box-shadow .2s;
	width: 100%;
	margin-left: 0;
}
.user-card-on-single-blog .blog-author-box:before {
	background: #e5e7ea;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 24px;
    width: 100%;
}
.user-card-on-single-blog .blog-author-info {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;	
	max-width: 75%;
}
@media(max-width:767px){
	.user-card-on-single-blog .blog-author-info {
		width: 100%;
	}
}
.user-card-on-single-blog .blog-author-img {
	flex: 0 0 110px;
    height: 110px;
    margin-right: 16px;
    position: relative;
    width: 110px;
}
.user-card-on-single-blog .blog-author-img::after {
	border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 5;
}
.user-card-on-single-blog .blog-author-info-box {
	align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.user-card-on-single-blog .blog-author-info-box h3 {
	color: #191e28;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.user-card-on-single-blog .blog-author-detail {
	
}
.user-card-on-single-blog .blog-author-detail p {
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #455065;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.5em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between items */
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.page-numbers {
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #007BFF;
    font-size: 16px;
    transition: all 0.3s ease;
}
.page-numbers:hover {
    background-color: #002EC0;
    border-color: #002EC0;
	color: white;
}
.page-numbers.current {
    background-color: #002EC0;
    color: white;
    border-color: #002EC0;
    cursor: default;
}
.next {
    font-weight: bold;
}
.next:hover {
    background-color: #002EC0;
    color: white;
}
.blog-author-name {
	color: #0036E3;
}
.expert-slider-img {
	position: relative;
}
.expert-slider-img img.play-button {
position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, 200%);
    opacity: .7;
}
