@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html.bar-closed .top-announcement-bar {
    display: none ;
}

html.bar-closed .sk-header {
    top: 0 ;
}

body:has(.top-announcement-bar:not([style*="display: none"])) .sk-header {
    top: 46px; 
}

body:has(.top-announcement-bar:not([style*="display: none"])) {
    padding-top: calc(46px + 65px); 
}


body.home,
body.single{
	padding-top: 130px;
}
body {
    padding-top: 80px;
	font-family: "Roboto", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: unset;
	letter-spacing: 0;
}


h1 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
p, li{
	font-size: 16px;
	line-height: 24px;
}
video {
	width: 100%;
	height: 100%;
}

.custom-logo {
	width: 100px;
	height: 50px;
	object-fit: contain;
}

.sk-footer {
    margin-top: auto;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /* transition: top 0.3s ease-in-out; */
    background: #F8FAFF;
    will-change: top;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 7px 0;
}

.header .navbar-brand>img {
	width: 98px;
}

.navbar-toggler-icon .fa-bars {
	color: #0c4dcd
}

.sk-dropdown.sk-mega-parent .sk-mega-menu-wrapper {
	display: none;
	position: relative;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.navbar-nav.sk-navbar-nav {
	align-items: start;
}

.sk-navbar-nav .nav-item .nav-link {
	color: #000;
	text-align: left;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.industry-list ul {
	margin: 15px 0 30px;
}

.sk-mega-menu-wrapper .sk-mega-menu-row {
	display: flex;
	flex-wrap: wrap;
}

.header i.fa.fa-chevron-down.sk-menu-arrow {
	font-size: 12px;
}

.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-left {
	width: 100%;
	background: #0c4dcd;
	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-right {
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
}

.sk-navbar-nav .nav-item:hover .nav-link,
.sk-mega-menu-right .industry-list ul li:hover a {
	color: #0c4dcd;
}

.sk-mega-menu-row {
	position: relative;
}

.sk-mega-menu-wrapper .menu-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.menu-button a:hover {
	color: #428bca;
	text-decoration: none;
	letter-spacing: 1.01px;
}

.sk-mega-menu-wrapper .menu-button a {
	text-decoration: none;
	font-size: 17px;
	line-height: 1.3;
	transition: 0.5s ease-in-out;
}

.sk-mega-menu-right .industry-list ul>li {
	width: 100%;
}

.sk-mega-menu-right .industry-list {
	width: 100%;
	max-width: 50%;
}

.industry-list:not(:has(h6))>ul {
	margin-top: 34px;
}

.sk-mega-menu-left h6 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
	padding: 0px 0 10px;
}

.sk-mega-menu-left p {
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
}

.sk-mega-menu-left a {
	background: #fff;
	padding: 10px 25px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	color: #0d4dce;
	margin-top: 12px;
	display: inline-block;
	border: 1px solid #fff;
}

.sk-mega-menu-right p {
	cursor: default;
	color: #777879;
	font-weight: normal;
}

.sk-mega-menu-right .industry-list ul>li>a {
	font-size: 14px;
	padding: 10px 0;
	color: #0c0c0c;
	font-weight: 400;
	line-height: 1.3;
	word-wrap: break-word;
	white-space: normal;
	display: inline-block;
	width: auto;
	text-decoration: none;
}

.sk-mega-menu-right h6 {
	cursor: default;
	color: #777879;
	font-weight: normal;
}

.search-form-wrapper {
	position: absolute;
	width: 376px;
	right: 0;
	bottom: -40px;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 5px #e4e5e9;
}

span.search-icon-show {
	cursor: pointer;
}

header .header-links {
	position: relative;
}

span.search-icon-show {
	cursor: pointer;
	width: 30px;
	display: flex;
	height: 30px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.search-form-wrapper form#searchForm input {
	border: 1px solid #234cc6;
	border-radius: 0px;
	height: 40px;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #3a3e50;
	vertical-align: middle;
	background-color: #fcfcfc;
	background-image: none;
	    outline: none;
}

span.search-icon:after {
	content: "\f002";
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-family: 'Font-awesome' !important;
}

.sk-header-buttons .sk-search-mail-wrapper .inner-search-icon .fa {
	color: #fff;
}

.search-button.inner-search-icon:hover {
	background: #4a82f1;
}

.inner-search-icon:focus {
	border: 0;
	top: 0;
	background: #4a82f1;
}

.inner-search-icon {
	position: absolute !important;
	top: 0;
	right: 0px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #234cc6;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 6px 12px;
	font-weight: normal;
	text-shadow: none;
	border: 1px solid #093794;
	border-radius: 4px;
}

.navbar ul.header-links {
	list-style: none;
	margin-left: auto;
}

.sk-header-buttons {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 78%;
}

.sk-header-buttons .sk-search-mail-wrapper,
.sk-header-buttons .sk-login-link-button {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sk-header-buttons .sk-search-mail-wrapper .search-icon-show {
	cursor: pointer;
	width: 30px;
	display: flex;
	height: 30px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

button.navbar-toggler {
	padding: 5px 12px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #428bca;
	border-radius: 0.25rem;
	transition: box-shadow .15s ease-in-out;
}

button.navbar-toggler i.fa {
	color: #0c4dcd;
	font-size: 20px;
}

.sk-header-buttons .sk-search-mail-wrapper .fa {
	font-size: 18px;
	color: #092064;
}

.sk-login-link-button>a {
	border-radius: 40px;
	border: 1px solid var(--Light-Blue, #F4F4FF);
	background: #FFF;
	padding: 8px 16px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}

.sk-header .navbar-brand {
	margin: 0 auto 10px;
}

.sk-section-spacing {
	margin: 50px 0;
}

.sk-spacing-top {
	padding-top: 30px;
}

.sk-spacing-bottom {
	padding-bottom: 30px;
}

.sk-footer {
	padding-top: 40px;
	background: linear-gradient(313deg, #001136 32.81%, #002986 81.5%);
}

.sk-footer .row {
	justify-content: space-between;
}

.sk-footer-info-col {
	max-width: 521px;
}

.sk-footer-menu-col {
	max-width: 35%;
	display: flex;
	justify-content: space-between;
}

.sk-footer-info-col .sk-footer-logo {
	display: inline-block;
	margin-bottom: 32px;
}

.sk-footer-info-col img {
	width: 99px;
}
footer .cookie button {
    background: none;
    color: #fff;
    border: 0;
    padding: 0;
}
.sk-contact-info>a,
.sk-footer-menu-col h5,
.sk-footer-menu-col .sk-footer-menu-list a,
.sk-footer-info-col>p,
.sk-bottom-footer-col p,
.sk-bottom-footer-col p a,
.sk-bottom-footer-col .cookie a {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.sk-footer-menu-col h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 24px;
}

.sk-contact-info>a,
.sk-footer-menu-col>.sk-footer-menu-list a {
	font-size: 16px;
}

.sk-footer-menu-col .sk-footer-menu-list {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.sk-bottom-footer-col {
	display: flex;
	gap: 32px;
}

.sk-bottom-footer-col p {
	margin-bottom: 0;
	font-size: 16px;
}

.custom-btn {
	border-radius: 40px;
	border: 2px solid #234CC6;
	background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%) !important;
	box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
	padding: 12px 36px;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-top: 22px;
	display: inline-block;
}

.custom-btn:hover {
	background: #012169 !important;
	color: #fff;
}

.fa-chevron-down:before {
	content: "\f107";
}

.fa-envelope-o:before {
	content: "\f003";
}

.dropdown-toggle::after {
	display: none
}

.sk-login-link-button>a:hover {
	color: #fff;
	background: #234cc6;
}

.sk-footer .row.sk-bottom-footer {
	padding: 15px 0 40px;
	border-top: 2px solid #fff;
	margin: 50px 0 0;
}

.sk-footer .social-icon {
	display: flex;
	width: 100%;
	justify-content: end;
	gap: 10px;
}

.sk-footer .social-icon a {
	color: #fff;
	font-size: 27px;
}

.sk-footer .sk-contact-info {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 0;
}
.sk-footer-info-col .fa.fa-location-dot {
    margin-right: 10px;
}
.sk-contact-info>a {
	padding: 0 0 15px;
}

.sk-contact-info>a i {
	padding-right: 4px;
}

.sk-mega-menu-wrapper.dropdown-menu {
	padding: 0;
	border: 0;
}

/*-----------hubspot form common css-------------------*/
.hbspt-form fieldset .hs-fieldtype-text,
.hbspt-form fieldset .hs-fieldtype-textarea {
	width: 100%;
	/* margin-right: 1.2rem; */
}

.hbspt-form .input {
	margin-right: 0;
}

.hbspt-form .hs-fieldtype-text>label,
.hbspt-form .hs_phone >label {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .005em;
	color: #555;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	transition: all .2s cubic-bezier(0, 0.84, 0.64, 0.69) 0s;
}

.hbspt-form .hs-fieldtype-text input::placeholder,
.hbspt-form .hs_phone input::placeholder {
	opacity: 0;
}

.hs-form-field {
	width: 100% !important;
	position: relative;
	margin-bottom: 30px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #3a3e50;
	vertical-align: middle;
	background-color: #fcfcfc;
	background-image: none;
	border: 1px solid #e6e6e6;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.hs-custom-style .hs-input,
.hs-custom-style fieldset {
	max-width: 100%;
}

.hbspt-form fieldset .hs-fieldtype-text,
.hbspt-form fieldset .hs-fieldtype-textarea {
	margin-bottom: 30px;
}

.hbspt-form .hs-fieldtype-select>label {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #000000;
}

.hbspt-form .form-columns-2 {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.hbspt-form fieldset {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.hbspt-form fieldset {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.hbspt-form .hs-fieldtype-text input,
.hbspt-form .hs_phone input{
	height: 50px;
	outline: none;
	background-color: #ffffff;
}

.hbspt-form .hs-fieldtype-select select {
	margin-top: .5rem;
	width: 100%;
	/* padding: 1.3rem 1.6rem; */
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #555;
	font-family: "Roboto";
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	appearance: none;
	background-image: url(/wp-content/uploads/2026/05/Vector.svg);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	padding: 0 20px;
	min-height: 50px;
	outline: none;
}
/* .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input input{
    width: 100%;
} */
.hbspt-form .hs-richtext {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #202020;
	font-family: "Roboto";
	margin-bottom: 20px;
}

.hbspt-form .hs-richtext p a {
    color: #0d6efd;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
.hbspt-form .hs-richtext p a:hover {
    color: #428bca;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
	display: block;
	padding-left: 10px;
	margin-bottom: 20px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #202020;
	display: block;
	font-family: 'roboto';
}

.wp-singular .hbspt-form .inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbspt-form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	padding: 0;
	margin-top: 0;
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 0;
}

.hbspt-form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox]::after {
	content: "✔";
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 15px;
	width: 15px;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 300ms;
}


.hbspt-form .hs-submit .hs-button {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	max-width: 100%;
	text-align: center;
	transition-duration: 500ms;
	margin-bottom: 0;
	margin-top: 16px;
	background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%);
	border: 2px solid #234CC6;
	border-radius: 40px;
	box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
	padding: 12px 36px;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.hbspt-form .hs-submit .hs-button:hover{
	background: #012169;
	transition: 0s;
}
.hbspt-form .hs-fieldtype-text.focused>label,
.hbspt-form .hs_phone.focused>label {
	top: 2px;
	font-size: 12px;
	line-height: 18px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wp-singular .hbspt-form .hs-error-msg {
	display: block;
	position: absolute;
	top: 101%;
	left: 2%;
	color: darkred;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	font-family: "Roboto";
	font-weight: 400;
	opacity: 1;
	margin: 4px 0;
}

.hbspt-form .hs-fieldtype-text.focused:before,
.hbspt-form .hs_phone.focused:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hbspt-form .hs-fieldtype-text:before,
.hbspt-form .hs_phone:before {
	content: "";
	position: absolute;
	top: 0;
	border-left: 5px solid #e9e9e9;
	height: 50px;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hbspt-form .hs_error_rollup .hs-main-font-element {
	color: darkred;
	font-size: 13px;
	line-height: 30px;
	opacity: 1;
}
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-1{
	max-width: 100%;
}
.thank-you .submitted-message p span {
    color: #000 !important;
    font-size: 20px;
}
/*-----------hubspot form common css end-------------------*/
.sk-dropdown.sk-mega-parent.active .sk-mega-menu-wrapper {
	display: block;
}

.sk-search-mail-wrapper a {
	color: #000000cc;
}

.sk-header-buttons i:hover {
	color: #234cc6;
}

.navbar-toggler-icon {
	background-image: unset;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.sk-mega-menu-left a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.top-announcement-bar {
    background: linear-gradient(344deg, #001136 0%, #002986 100%);
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: top 0.3s ease;
}

.top-announcement-bar.hide-bar {
    top: -200px;
}

.top-announcement-bar.hide-bar {
	transform: translateY(-100%);
}

.top-announcement-bar .container {
	position: relative;
}

/* Center content */
.top-announcement-bar .announcement-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 95%;
	margin: 0 auto;
}

.top-announcement-bar .announcement-bar-btn {
	background: #fff;
	color: #234cc6;
	padding: 8px 12px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	transition: 0.5s ease-in-out
}

.top-announcement-bar .announcement-bar-btn:hover {
	transform: scale(1.04);
}

/* Close button (absolute right) */
.top-announcement-bar .announcement-close {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.top-announcement-bar .announcement-close .close-btn {
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	background: #0000002e;
	padding: 4px 11px;
	border-radius: 50px;
}

.top-announcement-bar .announcement-content p {
	margin-bottom: 0;
	font-size: 13px;
}

.text-block p,
.text-block ul li {
	color: #3A3E50;
	margin-bottom: 15px;
}

.text-block ul {
	list-style: none;
}

.text-block ul li {
	position: relative;
}

.text-block ul li:before {
	content: '';
	top: 4px;
	background-image: url(/wp-content/uploads/2026/04/left-right-check-icon.svg);
	background-color: transparent;
	background-size: cover;
	width: 14px;
	height: 14px;
	left: -20px;
	position: absolute;
}

/*-----blog detail page css start-----*/
.sk-breadcrumbs {
	padding: 10px 0px 10px 0px;
	background: #002985;
	margin-bottom: 28px;
}

.sk-breadcrumbs-wrapper {
	display: flex;
	gap: 5px 10px;
	align-items: center;
	flex-wrap: wrap;
}

.sk-breadcrumbs-wrapper a,
.sk-breadcrumbs-wrapper span {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}


.single-resource-container.single-resource-container-articles .single-hero-wrapper h1 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 16px;
	letter-spacing: 0;
}

.single-resource-container.single-resource-container-articles .single-hero-wrapper .sk-blog-tag-wrapper {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.single-hero-wrapper .image-wrapper {
	width: 100%;
	height: 450px;
	margin-bottom: 48px;
}

.single-hero-wrapper .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
	border-radius: 10px;
}

.single-resources-page .sk-blog-content-row h3,
.single-resources-page .sk-blog-content-row h4 {
	color: #272727;
	font-style: normal;
	margin:20px 0;
}

.single-resources-page .sk-blog-content-row {
	display: grid;
	grid-template-columns: repeat(2, 281px calc(100% - 325px));
	justify-content: space-between;
	gap: 44px;
}

.single-resources-page .sk-blog-content-row .sk-toc-list-wrapper {
	max-height: calc(100vh - 166px);
	overflow-y: auto;
}

.single-resource-container.single-resource-container-articles .single-hero-wrapper .sk-resource-info-detail {
	display: flex;
	gap: 15px 32px;
	align-items: center;
	flex-wrap: wrap;
}

.single-resource-container.single-resource-container-articles .single_hero_block .single-hero-wrapper {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 16px;
}

.single-resources-page .sk-blog-content-row .sk-toc-list {
	position: relative;
	padding-left: 29px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.single-resource-container .single-resources-page {
	padding: 72px 0;
}

.single-resources-page .sk-blog-content-row .sk-toc-list::before {
	content: '';
	position: absolute;
	left: 0;
	border-radius: 4px;
	background: #D8E0F2;
	width: 5px;
	height: 100%;
}

.single-resources-page .sk-blog-content-row .sk-toc-list a.sk-toc-link.active::before {
	content: '';
	position: absolute;
	left: -29px;
	width: 5px;
	height: 100%;
	border-radius: 17px;
	background: #0D4CCD;
}

.single-resources-page .sk-blog-content-row .sk-toc-list a.sk-toc-link {
	color: #161B26;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
}

.single-resources-page .sk-blog-content-row .sk-toc-list a.sk-toc-link.active {
	color: #0D4CCD;
}

.wysiwyg-block h2 {
	color: #3a3e50;
	margin: 25px 0 20px;
}

.wysiwyg-block ul li,
.wysiwyg-block p {
	color: #242426;
	margin-bottom: 10px;
}

.wysiwyg-block a {
	color: #0d4dce;
	font-weight: normal;
	text-decoration: none;
	word-wrap: break-word;
}

.wysiwyg-block img {
	box-sizing: border-box;
	height: auto;
	vertical-align: bottom;
}
.wysiwyg-block img.size-full,
.wysiwyg-block img.size-large {
    width: 100%;
}

.wysiwyg-block img.size-medium,
.wysiwyg-block img.size-thumbnail {
    width: auto;
}
.gallery {
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-wrap: wrap;
}
.gallery .gallery-item img {
    width: 100%;
    height: 100%;
}
.cpt-card-block .related-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 24px;
}

.cpt-card-block .related-list .cpt-card {
	text-decoration: none;
	width: 32%;
	border-radius: 12px;
	border: 0.5px solid #D9D9D9;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.cpt-card-block .cpt-card-image-wrapper {
	overflow: hidden;
	width: 100%;
	height: 250px;
}

.cpt-card-block .cpt-card-image-wrapper img {
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
	object-fit: cover;
}

.cpt-card-block .related-list .cpt-card:hover img {
	transform: scale(1.05);
}

.cpt-card-block .related-list .cpt-card .sk-cpt-card-content {
	padding: 24px;
}

.cpt-card-category {
	background: rgba(13, 76, 205, 0.10);
	color: #0D4CCD;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	padding: 2.5px 11px 3.5px 11px;
	border-radius: 9999px;
	min-width: auto;
	margin: 0;
	margin-bottom: 12px;
	display: inline-block;
}

.cpt-card-block {
	background: #fafbfd;
	padding: 72px 0;
}

.cpt-card-block h2 {
	color: #032169;
	margin-bottom: 50px;
}

.cpt-card-block .related-list .cpt-card h3 {
    color: #032169;
    transition: color 500ms;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
	    margin-bottom: 20px;
}

.cpt-card-block .related-list .cpt-card h3:hover {
	color: #428bca;
}

.cpt-card-block .related-list .cpt-card p {
    margin: 10px 0 30px;
    color: #555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.sk-card-link {
    color: #0d4dce;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 15px;
}

.sk-card-link:hover {
	color: #428bca;
}
.single-hero-wrapper p {
    color: #0d4ccd;
    font-size: 20px;
}
/*-----blog detail page css end-----*/
/*------------------webinar detail page css start------------------*/
section.sk-webiner-detail-hero {
    background: linear-gradient(180deg, #0D4CCD 0%, #032169 100%);
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(/wp-content/uploads/2026/06/Webinar-banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

section.sk-webiner-detail-hero .sk-webiner-detail-content {
    max-width: 45%;
	width: 100%;
}

section.sk-webiner-detail-hero .sk-webiner-detail-content h1 {
	color: #fff;
	letter-spacing: 0.64px;
	margin: 0 0  20px;
}

section.sk-webiner-detail-hero .sk-webiner-detail-content p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.16px;
}

section.sk-webiner-detail-hero .sk-webiner-detail-content .sk-webiner-detail-time {
	display: flex;
	justify-content: center;
	gap: 16px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	padding: 10px;
}

section.sk-webiner-detail-hero .sk-webiner-detail-content .sk-webiner-detail-time p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
section.sk-webiner-speaker p,
.sk-webinar-detail-content  p,
.sk-webinar-detail-content  ul li {
	color: #3A3E50;
}
.sk-webinar-detail-content  ul li{
	margin-bottom: 20px;
}
.sk-webinar-detail-content  p,
.sk-webinar-detail-content >ul {
	margin-bottom: 20px;
}

section.sk-webiner-speaker h2,
.sk-webinar-detail-content  h2 {
	color: #000;
	/* 150% */
}

.sk-webiner-detail-form-box {
    border-radius: 16px;
    padding: 44px;
    width: 100%;
    max-width: 50%;
	background: #263d719e;
}

.sk-webiner-detail-form-box h3 {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 30px;
}

.sk-webiner-detail-form-box .hs-email .input input {
    width: 100% !important;
    max-width: 100%;
}

.sk-webiner-detail-form-box .legal-consent-container p {
	padding: 0;
	color: #fff;
}
.sk-webiner-speaker{
	margin-top: 30px;
}
.sk-webiner-speaker-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sk-webiner-speaker h2 {
    color: #fff;
	margin-bottom: 30px;
}
.sk-related-webinar-list .related-title{
	color: #000;
	text-align: center;
}
section.sk-webiner-speaker h2.sk-title {
	text-align: center;
}

section.sk-webiner-speaker h2.sk-title {
    text-align: center;
    margin: 0;
    margin-bottom: 24px;
}

/* Card */
.sk-webiner-speaker-grid .sk-webiner-speaker-card {
    width: 100%;
    max-width: 48%;
    display: flex;
    align-items: center;
	gap: 10px;
}
.sk-webiner-speaker-grid .speaker-info {
    width: 100%;
    max-width: 55%;
}
.sk-webiner-speaker-grid .sk-webiner-speaker-img-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.sk-webiner-speaker-grid .sk-webiner-speaker-img-wrap .sk-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sk-webiner-speaker-grid .sk-webiner-speaker-name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.sk-webiner-speaker-grid .speaker-info .sk-webiner-speaker-role,
.sk-webiner-detail-time span{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

section.cpt_card_block.js-loaded.sk-related-webinar-list .cpt-card .image-card {
	height: 238px;
}

section.cpt_card_block.js-loaded.sk-related-webinar-list {
	padding-top: 0;
	background-color: transparent;
	padding-bottom: 72px;
}

.sk-webiner-detail-form-box .legal-consent-container p a {
	display: unset !important;
}

.event_block .hbspt-form .hs-submit .hs-button:hover {
	color: #fff;
	border-color: #fff;
}

.sk-webinar-detail-content ul,
.sk-webinar-detail-content  ol {
	padding-left: 20px;
}
.sk-webiner-detail-form-box .hbspt-form .form-columns-2,
.sk-webiner-detail-form-box .hbspt-form fieldset.form-columns-1 {
    width: 100%;
    max-width: 100%;
}
.sk-webiner-detail-form-box .hbspt-form .hs-fieldtype-text input, 
.sk-webiner-detail-form-box .hbspt-form .hs_phone input{
    width: 100% !important;
	background-color: transparent;
	color: #fff;
}
.sk-webiner-detail-form-box .hbspt-form .hs-error-msg,
.sk-webiner-detail-form-box .hbspt-form .hs_error_rollup .hs-main-font-element{
	color: #fff;
}
.single-webinars .cpt-card-block h2 {
    text-align: center;
}
.sk-webiner-detail-hero .register-now-btn .custom-btn {
    margin-top: 5px;
}
.sk-webinar-detail-content {
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	background: #fff;
    padding: 50px;
    box-shadow: 0 0 13px #c9c7c7;
    border-radius: 15px;
	gap:20px;
}
.sk-webinar-detail-left-image {
    width: 100%;
	max-width: 40%;
    height: auto;
}
.sk-webinar-detail-content:not(:has(.sk-webinar-detail-left-image)) .sk-webinar-right-content {
    max-width: 100%;
}
.webinar-banner-wrapper:not(:has(.sk-webiner-detail-form-box:not(:empty))) .sk-webiner-detail-content {
    max-width: 900px;
    margin: 0 auto;
	text-align: left;
}
.sk-webiner-detail-content>span {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
	font-weight: 500;
}
.sk-webinar-right-content{
   max-width: 55%;
   width: 100%;
}
.sk-webinar-detail-left-image img {
    width: 100%;
	max-width: 100%;
    height: 100%;
    object-fit: cover;
	box-shadow: 0 0 13px #c9c7c7;
    border-radius: 10px;
}
.sk-webiner-detail-hero .webinar-banner-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: self-start
}
.sk-webiner-detail-form-box .hbspt-form label {
    color: #fff;
}
/*------------------webinar detail page css end------------------*/
/*------------------success story detail page css start------------------*/
section.single-success-story-banner {
	margin: 60px 0 40px;
}

.single-success-story-banner .single-success-story-banner-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.single-success-story-banner .single-success-story-banner-wrapper .single-success-story-content h1 {
	color: #092064;
	margin-bottom: 34px;
}

.single-success-story-banner-wrapper .single-success-story-content {
	width: 100%;
	max-width: 55%;
}

.single-success-story-banner-wrapper .single-success-story-image {
	width: 100%;
	max-width: 40%;
}

.single-success-story-banner-wrapper .single-success-story-image img {
	width: 100%;
	height: 100%;
}



.success-story-stat-cards {
	display: flex;
	justify-content: space-between;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, .05);
	background-color: #fff;
}

.success-story-stat-cards .success-story-stat-card {
    text-align: center;
    padding: 70px;
    width: 100%;
    border-right: 1px solid #e9e9e9;
    flex: 1;
}

.success-story-stat-card span {
	color: #032169;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
}

.success-story-stat-card p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #202020;
	letter-spacing: .028rem;
}


.single-success-story-quote .quote-wrapper {
	text-align: center;
	background: #fafbfd;
	padding: 50px;
	border-radius: 10px;
}

.single-success-story-quote .description p {
	color: #032169;
	font-size: 28px;
	line-height: 44px;
}

.single-success-story-quote .img-wrappper {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.single-success-story-quote .img-wrappper img {
	width: 100%;
	height: 100%;
}

.single-success-story-quote .designation {
	font-size: 18px;
	line-height: 27px;
	color: #092064;
	font-weight: 600;
	margin: 10px 0 0;
}

.wysiwyg-block.success-story-main-content h2 {
	color: #032169;
	font-weight: 400;
	margin-top: 40px;
}
.single-success-story-quote .quote-wrapper .img-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.single-success-story-quote .quote-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.single-success-story-banner-wrapper .single-video-wrapper {
    width: 42%;
}
.single-success-story-banner-wrapper .video-poster {
    height: 350px;
}
.single-success-story-banner-wrapper .video-poster img{
    height: 100%;
	object-fit: cover;
}
.single-success-story-banner-wrapper .video-poster .play-button {
    width: 80px;
    height: 80px;
}
.single-success-story-banner-wrapper .single-video-wrapper iframe {
    width: 100%;
    height: 350px;
}
/*------------------success story detail page css end-----------------*/
/*------------------Single video detail page css start-----------------*/
.single-video-banner {
	padding: 80px 0 64px;
}

.single-video-banner .single-video-banner-wrapper {
	max-width: 950px;
	margin: 0 auto;
}

.single-video-banner .single-video-banner-content {
	margin-bottom: 30px;
}

.single-video-banner .single-video-banner-content h1 {
	color: #092064;
	font-weight: 800;
}

.single-video-banner .single-video-banner-content span {
	color: #032169;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 24px;
}

.single-video-banner .single-video-share-icons .share-icon-text {
	font-size: 22px;
	line-height: 218.1818181818%;
	font-weight: 500;
	color: #00204e;
	font-family: "Roboto";
	letter-spacing: .028rem;
	text-align: right;
}

.single-video-banner .bg-video-white {
	position: relative;
	background: #fff;
	padding: 40px;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, .05);
}
.single-video-wrapper {
    margin-bottom: 30px;
}
.video-poster {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 650px;
}

.video-poster img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.video-poster .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 130px;
    height: 130px;
}

.single-video-banner .video-poster:hover .play-button {
	transform: translate(-50%, -50%) scale(1.1);
}

.single-video-banner .single-video-iframe {
	width: 100%;
	margin-top: 0;
}

.single-video-banner .single-video-iframe iframe,
.single-video-iframe iframe{
	width: 100%;
	height: 600px;

}

.single-video-banner .single-video-share-icons {
	margin-top: 18px;
}

/*------------------Single video detail page css end-----------------*/

/*------------------Event detail page css Start-----------------*/
.sk-event-heading {
	padding-top: 72px;
	text-align: center;
}

section.sk-event-feature .row {
	background-color: #fff;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, .05);
	border-radius: 4px;
	padding: 3rem !important;
}

section.sk-event-feature .row .col-md-6 {
	position: relative;
}

.sk-date-wrapper {
	background-color: #fff;
	padding: 10px 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
}

.sk-date-wrapper>p {
	font-size: 18px;
	margin-bottom: 0;
	color: #032169;
	line-height: 133.3333333333%;

}

.sk-right-content a {
	text-decoration: none;
}

.sk-right-content .sk-right-content-event-link {
	display: flex;
	background: 0 0;
	color: #428bca;
	justify-content: flex-start;
	padding: 0;
	margin: 32px 0 25px;
	font-size: 14px;
}

.sk-right-content .sk-featured-post-title {
	font-size: 28px;
	line-height: 121.4285714286%;
	margin-bottom: 2.1rem;
	font-weight: 700;
	color: #032169;
	font-family: "Roboto";
	letter-spacing: .028rem;
	display: block;
	transition: color 500ms;
	margin-bottom: 21px;
}

.sk-right-content .sk-feature-desc p {
	font-size: 18px;
	line-height: 155.5555555556%;
	font-weight: 400;
	color: #555555;
	font-family: "Roboto";
	letter-spacing: .028rem;
}

.sk-event-feature .sk-location-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 1.2rem;

	gap: 18px;
}

.sk-event-feature .sk-location-wrapper small {
	font-size: 18px;
	font-weight: 500;
}

.sk-event-right-content {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	width: 100%;
	background: #fff;
	-webkit-filter: drop-shadow(1.2rem 1.2rem 3.2rem rgba(0, 0, 0, 0.05));
	filter: drop-shadow(1.2rem 1.2rem 3.2rem rgba(0, 0, 0, 0.05));
	border-radius: 4px;
	padding: 3.4rem 3.5rem 9.4rem 3.4rem;
}

.sk-event-detail-wrapper {
	background: #fafbfd;
	padding: 72px 0;
}

.sk-event-detail-wrapper h2 {
	text-align: center;
	margin-bottom: 45px;
}

.sk-event-left-content {
	height: 100%;
}

.sk-event-left-content picture.aspect-ratio {
	height: 100%;
	width: 100%;
	display: flex;
}

picture.aspect-ratio>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.sk-event-left-content .sk-event-right-content-description {
	font-size: 18px;
}

.sk-event-detail-wrapper .sk-single-share-icons {
	margin-top: 1.8rem;
	display: flex;
	justify-content: end;
}

.single-share-icons {
	margin-left: auto;
}

/*------------------Event detail page css end-----------------*/
.custom-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.custom-ctas.center-aligned{
	justify-content: center;
}
.custom-ctas .custom-btn {
    color: #fff;
}
.cta-button {
	padding: 13px 30px;
	background-color: #234cc6;
	color: #fff !important;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
}

.center-cta p {
	text-align: center;
}

body.error404 {
    background: #f2f2f2;
}
.error-404-content {
	text-align: center;
}

.error-404-content h1 {
	color: #234cc6;
}

.error-404-content p {
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0 30px;
	color: #3a3e50;
}

.error-404-content .cta-button {
   border-radius: 5px;
}
.error-content-cta{
	display: flex;
	flex-wrap: wrap;
	    justify-content: center;
    gap: 10px;
}
h3.search-heading {
    padding: 30px 0;
	color:#3a3e50;
	font-weight: 400;
}
.search-page .practices-card .card-body h4 {
    font-size: 20px;
    font-weight: 700;
    color: #234cc6;
}
.search-page .practices-card {
    padding: 20px;
    border: 1px solid #eceaea;
	 margin-bottom: 20px;
    border-radius: 10px;
}
.search-page .practices-card  a {
    text-decoration: none;
}
.search-page .pagination {
    margin-top: 20px;
	justify-content: center;
}

.search-page {
    padding: 20px 0 50px;
	min-height: 80vh;
}
.search-page .pagination .pagination-wrapper .page-numbers {
    padding: 10px;
    text-decoration: none;
    color: #0d4dce;
}
.search-page .pagination .pagination-wrapper span.page-numbers.current {
    background: #234cc6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
} 

.sk-pagination {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.sk-pagination .ajax-pagination-wrapper.sk-pagination-desktop {
    display: flex;
    gap: 4px;
}
.sk-pagination .ajax-pagination-wrapper.sk-pagination-mobile {
    display: none;
}
.sk-pagination .page-numbers:hover,  .sk-pagination .page-numbers.active {
    background-color: #0D4CCD;
    color: #fff;
}

.sk-pagination .page-numbers,
.sk-pagination .prev,
.sk-pagination .next{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 1px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    cursor: pointer;
	background: #fff;
}
.search-page .practices-card .card-body p {
    color: grey;
}
.error-404-page {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wysiwyg-block .custom-btn {
    color: #fff;
}

.custom-social-share {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.custom-social-share a {
    background: #161B26;
    padding: 3px;
    border-radius: 100%;
    text-decoration: none;
}
.custom-social-share a i {
    background: #000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-share-icons h3 {
    text-align: right;
}
.single-resources-page blockquote.wp-block-quote {
    background-color: #fff;
    box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, .05);
    text-align: left;
    border: 0;
    padding: 40px;
    max-width: 90%;
    margin: 40px 0;
	text-align: center;
}
.single-resources-page blockquote.wp-block-quote p {
    font-size: 22px;
    line-height: 1.5;
    color: #032169;
}
.single-resources-page.no-toc .sk-blog-content-row {
    grid-template-columns: 1fr;
    gap: 0;
}

.single-resources-page.no-toc .sk-blog-content-col {
    width: 100%;
    max-width: 100%;
}
.single-resources-page blockquote.wp-block-quote figure {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.single-resources-page blockquote.wp-block-quote figure img{
	height: 100%;
	width: 100%;
	border-radius: 100px;
}
.award-list-wrapper {
    margin-top: 60px;
}
.awards-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.awards-list img{
	width: 100%;
	max-width: 30%;
}
.taxonomy-header h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}
@media screen and (min-width:576px) {
	.sk-header-buttons {
		width: auto
	}

	.sk-header .navbar-brand {
		margin: 0;
	}
}

@media screen and (min-width:768px) {

	.sk-footer,
	.sk-spacing-top {
		padding-top: 50px;
	}

	.sk-spacing-bottom {
		padding-bottom: 50px;
	}

	.custom-btn {
		padding: 14px 42px;
	}
}

@media screen and (min-width:992px) {
	.sk-dropdown.sk-mega-parent:hover .sk-mega-menu-wrapper {
		display: block;
	}

	.sk-navbar-nav {
		margin: 0 auto;
	}

	.sk-login-link-button>a {
		padding: 12px 30px;
	}

	.sk-header-buttons {
		order: 1;
	}

	.sk-mega-menu-wrapper .sk-mega-menu-row {
		flex-wrap: nowrap;
	}

	.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-left {
		width: 302px;
	}

	.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-right {
		width: 470px;
		padding: 20px;
	}

	.sk-dropdown.sk-mega-parent .sk-mega-menu-wrapper {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.navbar-nav.sk-navbar-nav {
		align-items: center;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
		line-height: 34px
	}
	h4{
	   font-size: 20px;
	   line-height: 30px;
    }
}

@media screen and (min-width:1200px) {
	.sk-navbar-nav {
		column-gap: 10px;
	}

	.sk-navbar-nav .nav-item .nav-link {
		padding: 10px;
	}

	.sk-section-spacing {
		margin: 72px 0;
	}

	.sk-spacing-top {
		padding-top: 72px;
	}

	.sk-spacing-bottom {
		padding-bottom: 72px;
	}

	.sk-footer {
		padding-top: 80px;
	}

	.sk-login-link-button>a {
		padding: 12px 24px;
	}
	
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px
	}
	h4{
	   font-size: 22px;
	   line-height: 30px;
    }
}

@media screen and (min-width:1400px) {
	.sk-mega-menu-left h6 {
		font-size: 28px;
	}

	.sk-navbar-nav {
		column-gap: 24px;
	}

	.sk-login-link-button>a {
		padding: 12px 42px;
	}
}
@media screen and (min-width:1600px) {
	h1 {
		font-size: 56px;
		line-height: 1.4;
	}
}
@media screen and (max-width:1399px) {

	/*------------------webinar detail page css start------------------*/
	section.featured_post_block.sk-feature-post-webiner .featured-posts-wrapper a.featured-post-title.headline-1 {
		font-size: 54px;
		max-width: 550px;
	}

	/*------------------webinar detail page css end------------------*/
}

@media screen and (max-width:1200px) {
	.sk-login-link-button>a {
		padding: 8px 15px;
		font-size: 12px;
	}
	.sk-bottom-footer-col {
    gap: 15px;
    }
	.sk-webiner-detail-form-box .hbspt-form fieldset .hs-fieldtype-text, .sk-webiner-detail-form-box .hbspt-form fieldset .hs-fieldtype-textarea {
       margin-bottom: 45px;
     }
}

@media screen and (max-width:992px) {
	.header .navbar-collapse {
		height: 90vh;
		overflow-y: scroll;
		transition: none;
	}

	.sk-mega-menu-right .industry-list ul>li>a {
		padding-right: 10px;
	}

	button.navbar-toggler {
		padding: 4px 7px;
		font-size: 14px;
		border: 1px solid #0c4dcd;
		border-radius: 0;
	}

	.sk-footer-menu-col {
		max-width: 100%;
		display: flex;
		justify-content: left;
		gap: 10px;
		margin-top: 30px;
	}

	.sk-footer-menu-col .sk-footer-col {
		width: 50%;
	}

	.sk-bottom-footer-col {
		gap: 15px;
		flex-wrap: wrap;
	}

	.header .sk-navbar-nav .nav-item {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #f2f2f2;
	}

	.header i.fa.fa-chevron-down.sk-menu-arrow {
		float: right;
	}

	.header .nav-item.sk-dropdown.sk-mega-parent.active .sk-menu-arrow {
		transform: rotate(180deg);
	}

	.sk-header-buttons i:hover {
		color: unset;
	}

	.sk-footer .sk-contact-info {
		margin-top: 40px;
	}

	.sk-video-modal .modal-dialog {
		max-width: 92%;
		margin: 20px auto 0;
		width: 100%;
	}

	/*----blog detail page responsive css start----*/
	.cpt-card-block .related-list .cpt-card {
		width: 48%;
	}

	.cpt-card-block h2 {
		margin-bottom: 40px;
	}

	.cpt-card-block {
		padding: 50px 0;
	}
    .single-hero-wrapper .image-wrapper {
        height: 100%;
    }
	/*----blog detail page responsive css end----*/
	/*------------------webinar detail page css start------------------*/
	.sk-webiner-speaker-grid .sk-webiner-speaker-card {
       max-width: 100%;
    }
	.sk-webinar-detail-content{
		padding: 30px;
	}
	/*------------------webinar detail page css end------------------*/
	/*------------------success story detail page css start-----------------*/
	.success-story-stat-cards .success-story-stat-card {
		padding: 20px;
	}

	.wysiwyg-block.success-story-main-content h2 {
		margin-top: 50px;
	}
	/*------------------success story detail page css end-----------------*/
	/*------------------Single Video detail page css start-----------------*/
	.single-video-banner .single-video-iframe iframe,
	.single-video-iframe iframe {
		width: 100%;
		height: 350px;
	}
    .single-video-banner .video-poster {
        height: 100%;
    }
	.single-video-banner .bg-video-white {
        padding: 20px;
    }
	.single-video-banner .video-poster .play-button {
       width: 100px;
       height: 100px;
    }
	/*------------------Single Video detail page css start-----------------*/
	/*------------------Event detail page css Start-----------------*/
	.sk-event-right-content {
		padding: 40px;
	}
    .sk-webiner-detail-form-box{
		padding: 20px;
	}
	/*------------------Event detail page css end-----------------*/
    .sk-header-buttons {
        margin-left: 35%;
    }
	.wysiwyg-block h2 {
	   margin: 30px 0 20px;
    }
	.custom-btn {
       padding: 8px 22px;
       font-size: 14px;
	   line-height: 21px;
       margin-top: 10px;
    }
	.single-resources-page blockquote.wp-block-quote {
        max-width: 100%;
        margin: 30px 0;
    }
	.single-resources-page blockquote.wp-block-quote p{
		font-size: 20px;
		line-height: 30px;
	}
	.top-announcement-bar .announcement-content {
		justify-content: center;
		flex-wrap: no-wrap;
		gap: 5px;
		text-align: center;
	}
	.navbar-nav.sk-navbar-nav {
       margin-top: 20px;
    }
}


@media screen and (max-width:767px) {
	.sk-pagination .ajax-pagination-wrapper.sk-pagination-desktop {
		display: none;
	}

	.sk-pagination .ajax-pagination-wrapper.sk-pagination-mobile {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.sk-footer .social-icon {
		justify-content: left;
	}

	.sk-bottom-footer-col p a {
		font-size: 14px;
		line-height: 21px;
	}

	.sk-bottom-footer-col {
		gap: 20px;
		flex-wrap: wrap;
	}

	.sk-footer .social-icon {
		gap: 10px;
		margin-top: 10px;
	}

	/*----blog detail page responsive css start----*/
	.single-resources-page .sk-blog-content-row {
		grid-template-columns: 1fr;
	}

	.single-resource-container .single-resources-page {
		padding: 50px 0;
	}

	/*----blog detail page responsive css end----*/
	/*------------------webinar detail page css start------------------*/
	.event_block .right-side {
		margin-top: 20px;
	}

	section.featured_post_block.sk-feature-post-webiner .featured-posts-wrapper a.featured-post-title.headline-1 {
		font-size: 40px;
	}

	section.sk-webiner-detail-hero .sk-webiner-detail-content p {
		font-size: 14px;
	}
    section.sk-webiner-detail-hero .sk-webiner-detail-content,
	.sk-webiner-detail-form-box{
		max-width: 100%;
	}
	.sk-webiner-detail-form-box{
		margin-top: 40px;
	}
	.sk-webinar-detail-left-image,
	.sk-webinar-right-content{
        max-width: 100%;
    }
	.sk-webiner-detail-form-box .hbspt-form fieldset .hs-fieldtype-text, .sk-webiner-detail-form-box .hbspt-form fieldset .hs-fieldtype-textarea {
       margin-bottom: 30px;
    }
	/*------------------webinar detail page css end------------------*/
	/*------------------success story detail page css start------------------*/
	.single-success-story-banner-wrapper .single-success-story-content,
	.single-success-story-banner-wrapper .single-success-story-image {
		width: 100%;
		max-width: 100%;
	}

	.single-success-story-quote .description p {
		font-size: 20px;
		line-height: 34px;
	}

	.single-success-story-quote .designation {
		font-size: 16px;
		line-height: 24px;
	}

	.wysiwyg-block.success-story-main-content h2 {
		margin-top: 30px;
	}

	.single-success-story-quote .quote-wrapper {
		padding: 40px 20px;
		border-radius: 10px;
	}
    .single-success-story-banner-wrapper .single-video-wrapper {
        width: 100%;
    }
	/*------------------success story detail page css end------------------*/
    .sk-header-buttons {
        margin-left: 0;
    }
	.video-poster {
      height: 100%;
    }
	.video-poster .play-button {
       width: 80px;
       height: 80px;
    }
	.search-page .alert.alert-info {
       width: 100%;
       max-width: 95%;
       margin: 0 auto;
    }
	.webinar-page-banner .event-button.cta-button {
       font-size: 18px;
    }
	.webinar-page-banner-content h1 {
      font-size: 26px;
    }
}

@media screen and (max-width:576px) {
	.hbspt-form .form-columns-2 {
		grid-template-columns: repeat(1, 1fr);
	}

	.sk-header .custom-logo-link {
		width: 25%;
		margin-bottom: 10px;
	}

	.sk-header-buttons {
		justify-content: center;
	}

	.announcement-content {
		gap: 5px;
	}

	.sk-header-buttons {
		gap: 10px;
		width: 60%;
	}

	/*----blog detail page responsive css start----*/
	.cpt-card-block .related-list .cpt-card {
		width: 100%;
	}

	/*----blog detail page responsive css end----*/
	/*------------------webinar detail page css start------------------*/
	.sk-webiner-detail-form-box {
		padding: 25px;
	}

	.sk-webiner-detail-form-box fieldset.form-columns-2 {
		grid-template-columns: repeat(1, 1fr);
	}

	section.sk-webiner-detail-hero .sk-webiner-detail-content .sk-webiner-detail-time {
		flex-wrap: wrap;
	}
	/*------------------webinar detail page css end------------------*/
	/*------------------single video detail page css end------------------*/
	.single-video-iframe iframe {
		width: 100%;
		height: 250px;
	}
	.single-video-banner .single-video-iframe iframe,
	.single-video-iframe iframe{
        width: 100%;
        height: 100%;
    }
    .single-video-banner .video-poster .play-button {
        width: 70px;
        height: 70px;
    }
	.single-video-banner .single-video-share-icons .share-icon-text {
       text-align: center;
    }
	.single-video-banner {
       padding: 50px 0 20px;
    }
	/*------------------single video detail page css end------------------*/
	/*------------------Success story detail page css start------------------*/
	.success-story-stat-cards .success-story-stat-card {
		width: 100%;
		flex: auto;
		border-right: 0;
		border-bottom: 1px solid #e9e9e9;
	}
    .success-story-stat-cards {
       flex-wrap: wrap;
    }
	.custom-social-share {
       justify-content: center;
    }
	.single-share-icons h3 {
       text-align: center;
    }
	section.single-success-story-banner {
	   margin: 40px 0;
    }
	/*------------------Success story detail page css end------------------*/
	.awards-list img{
	  max-width: 100%;
	  margin-bottom: 20px;
    }
}

@media screen and (max-width:430px) {
	.custom-logo {
		width: 80px;
		height: 50px;
		object-fit: contain;
	}

	.sk-header-buttons .sk-login-link-button {
		gap: 4px;
	}

	.sk-login-link-button>a {
		padding: 8px 10px;
		font-size: 12px;
	}

	.search-form-wrapper {
		width: 100%;
	}

	.top-announcement-bar .announcement-bar-btn {
		padding: 5px;
		font-size: 10px;
	}

	.top-announcement-bar .announcement-close .close-btn {
		font-size: 14px;
		padding: 2px 7px;
	}

	.top-announcement-bar .announcement-content p {
		font-size: 12px;
	}
	.sk-pagination .ajax-pagination-wrapper {
       flex-wrap: nowrap;
       justify-content: center;
    }
}

@media screen and (max-width:330px) {
	.sk-header .navbar.navbar-expand-lg {
		FLEX-WRAP: wrap;
	}

	.sk-header .custom-logo-link {
		width: 100%;
		text-align: center;
	}

	.sk-trust-ai-right-col {
		gap: 0px;
		row-gap: 10px;
	}
}
