/*
Theme Name: Kavida Leadership
Version: 1.0
Description: A child theme of Twenty Nineteen
Author: admin
Template: twentynineteen
*/

@import url("../twentynineteen/style.css");
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

h1::before {
	display:none !important;
}

h2 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

h2::before {
	display:none !important;
}

h3 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

h4 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

h5 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

h6 {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

a {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
	transition:0.4s;
	text-decoration: unset !important;
}

a:hover{
	font-family: 'Onest', sans-serif !important;
	transition:0.4s;
}

p {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
}

ul {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
	font-size: 18px;
}

ol {
	font-family: 'Onest', sans-serif !important;
	margin: 0;
	font-size: 18px;
}

/* Header */

.header_sec {
    position: fixed;
    width: 100%;
    bottom: 55px;
    z-index: 9;
/* 	display:none; */
}

/* .home .header_sec {
	display:block;
} */

.header_sec nav {
    background: #111111CC;
    width: fit-content;
    border-radius: 100px;
    padding: 4px;
    border: 1px solid #F5F5F31F;
    margin: 0 auto;
}

.header_sec nav ul li a {
    border-radius: 100px;
}

/* Footer */

.social_media_box p {
    color: #F5F5F3;
    font-size: 18px;
    line-height: 30px;
}

.social_media_box a {
    display: inline-flex;
    align-items: center;
    line-height: 1em;
}

.social_media_box img {
    margin-right: 12px;
}

.social_media_box {
    background: #242424;
    margin-bottom: 20px;
    padding: 6px;
    border-radius: 12px;
    display: grid;
    align-items: center;
    position: relative;
}

img.arrow-rgt {
    position: absolute;
    right: 0;
    margin: 0;
    margin-right: 16px;
}

.contactus .wpcf7-text {
    display: block;
    width: 100%;
    height: calc(2.2em + .75rem + 2px);
    padding: 10px 0px 12px 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: #F5F5F3;
    font-family: 'Onest';
    background-color: initial;
    background-clip: padding-box;
    border: 1px solid #F5F5F343;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.contactus .wpcf7-text:focus-visible {
    outline: none;
}

.contactus textarea.wpcf7-textarea {
    height: 93px;
    padding: 10px 0px 12px 0px;
    width: 100%;
    border: 1px solid #F5F5F343;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-radius: 0;
    background: initial;
	font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: #F5F5F3;
    font-family: 'Onest';
}

.contactus textarea.wpcf7-textarea:focus-visible {
    outline: none;
}

.submit .form-group {
    margin-bottom: 0 !important;
}

.submit {
    margin-top: 10px;
    float: right;
}

.contactus input.wpcf7-submit {
    color: #F5F5F3;
    background: #F26033;
    display: block;
    text-align: center;
    padding: 16px;
    border-radius: 0;
    border: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: Onest;
    transition: 0.5s;
    width: 196px;
}

/* .contactus input.wpcf7-submit:hover {
    background: #ffc873;
    transition: 0.5s;
    color: #000;
} */

.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
}

.contactus .form-group {
    margin-bottom: 56px;
}

.contactus .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f26033;
    margin: 1em 0 0 0;
    text-align: center;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Onest';
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #f26033;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Onest';
    border-radius: 25px;
    margin: 1em 0 0 0;
}

.contactus .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.contactus .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    margin: 0;
}

.contactus label {
    font-family: Onest;
    color: #F5F5F3;
    font-weight: 300;
    font-size: 20px;
    line-height: 1em;
    margin: 0;
}

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 {
    border-color: #F5F5F343;
    outline: unset;
    outline-offset: unset;
}

.left-inputs {
    padding-right: 64px;
}

.right-inputs {
    padding-left: 64px;
}

input.wpcf7-intl-tel {
    display: block;
    width: 100%;
    height: calc(2.2em + 0.75rem + 2px);
    padding: 10px 0px 12px 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: #F5F5F3;
    font-family: 'Onest';
    background-color: initial;
    background-clip: padding-box;
    border: 1px solid #F5F5F343;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-right: 0px !important;
}

.selected-flag {
    padding-left: 0 !important;
}

/* .footer-top-section {
    display: none;
}

.home .footer-top-section {
	display:block;
} */

/* Home */

.banner-sec h1 span {
    font-weight: 500;
    color: #F26033;
}

.designation span {
    color: #f26033;
    text-decoration: underline;
}

.hash-tags .banner-box p {
    color: #F5F5F3;
    line-height: 30px;
    font-size: 18px;
}

.hash-tags .banner-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
    background: #242424;
    border-radius: 12px;
    padding: 9px 14px;
}

.hash-tags .banner-box:last-child {
    margin-right: 0;
}

.second-sec span {
    color: #F26033;
    font-weight: 500;
}

.second-sec strong {
    font-weight: 600;
}

.blog_featured {
    background-size: cover;
    aspect-ratio: 6/3.17;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 35px;
}

.bg_blog {
    background: #F5F5F3;
    padding: 32px 32px 24px 32px;
}

.break-point {
    margin-bottom: 24px;
}

.break-point:last-child {
    margin-bottom: 0;
}

.read_more.common {
    text-align: center;
    justify-content: center;
    display: flex;
}

.read_more.common p {
    margin: 0;
    color: #F26033;
    display: inline-flex;
    align-items: center;
}

.read_more.common p img {
    margin-left: 12px;
}

.video_content h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
    color: #111111;
}

.video_content p {
    color: #111111CC;
    opacity: 0.8;
}

.bg_blog h3 {
    margin-bottom: 24px;
}

.bg_blog p {
    color: #111111CC;
    opacity: 0.8;
    margin-bottom: 24px;
    font-weight: 300;
}

.read_more {
    display: inline-flex;
    align-items: center;
}

.read_more p {
    margin: 0;
    color: #F26033;
    margin-right: 12px;
}

.video_featured {
    background-size: cover;
    aspect-ratio: 6/4;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 32px;
    border: 1px solid #707070;
	position: relative;
}

.bg-overlay {
    background-color: #897F71;
	opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    justify-content: center;
}

.play-btn {
    position: relative;
    z-index: 1;
}

/* Blog */

.fbc-wrap .active span {
    font-weight: 500;
}
.fbc-wrap ol li {
    font-weight: 300;
}

.blog-listings .bg_blog {
    padding: 16px 16px 24px 16px;
}

.blog-listings .bg_blog h3 {
    font-size: 20px;
    line-height: 32px;
}

.blog-listings .row {
    padding-left: 3px;
    padding-right: 3px;
}

.blog-listings .break-point {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pagination-grp {
    margin-top: 26px;
    text-align: center;
}

span.page-numbers.current {
    font-size: 24px;
    line-height: 1em;
    padding: 5px 15px;
    font-family: 'Onest', sans-serif !important;
    font-weight: 600;
    color: #F26033;
}

a.page-numbers {
    font-size: 24px;
    line-height: 1em;
    padding: 5px 15px;
	font-family: 'Onest', sans-serif !important;
	font-weight: 600;
}

a.prev.page-numbers {
    color: #F26033;
}

a.next.page-numbers {
    color: #F26033;
}

a.page-numbers:hover {
    color: #F26033;
}

a:visited {
    color: unset;
}

a:focus {
    outline: unset;
}

.blog-post-container ul li {
    margin-bottom: 12px;
    font-weight: 400;
	line-height: 1em;
}

.blog-post-container ul li:last-child {
    margin-bottom: 0;
}

.blog-post-container ol li {
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1em;
}

.blog-post-container ol li:last-child {
    margin-bottom: 0;
}

.blog-share {
    display: inline-flex;
    align-items: center;
}

.fb_box a {
    display: inline-flex;
    align-items: center;
}

.fb_box {
    background: #0866FF14;
    border-radius: 12px;
    padding: 5px 12px;
    margin-right: 24px;
}

.fb_box img {
    margin-left: 27px;
}

.fb_box p {
    color: #0866FF;
}

.link_box a {
    display: inline-flex;
    align-items: center;
}

.link_box {
    background: #0077B514;
    border-radius: 12px;
    padding: 5px 12px;
    margin-right: 24px;
}

.link_box img {
    margin-left: 27px;
}

.link_box p {
    color: #0077B5;
}

.x_box a {
    display: inline-flex;
    align-items: center;
}

.x_box {
    background: #11111114;
    border-radius: 12px;
    padding: 5px 12px;
    margin-right: 24px;
}

.x_box img {
    margin-left: 27px;
}

.x_box p {
    color: #111111;
}

.utube_box a {
    display: inline-flex;
    align-items: center;
}

.utube_box {
    background: #FF484814;
    border-radius: 12px;
    padding: 5px 12px;
}

.utube_box img {
    margin-left: 27px;
}

.utube_box p {
    color: #FF4848;
}

.read_more img {
    width: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.read_more.common {
		justify-content: end;
	}
/* 	.post-slider .bg_blog {
		height: 290px;
	} */
	.bg_blog {
		padding: 16px 16px 24px 16px;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #111111;
	}
	.post-slider .bg_blog h3 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-share {
		display: block;
	}
	
	.left-inputs {
		padding-right: 15px;
	}

	.fb_box {
		margin-right: 0;
		margin-bottom: 12px;
	}

	.link_box {
		margin-right: 0;
		margin-bottom: 12px;
	}

	.x_box {
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.right-inputs {
		padding-left: 15px;
	}
	
	.submit {
		float: initial;
	}

	.contactus input.wpcf7-submit {
		width: 100%;
	}
	
	.banner-sec .elementor-button {
		display: block;
	}
	
	.hash-tags .banner-box {
		margin-bottom: 16px;
	}
	
	.hash-tags .banner-box:last-child {
		margin-bottom: 0px;
	}

	.bg_blog h3 {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 36px;
		letter-spacing:-0.48px;
	}
}