/*
Theme Name: Pacific Theme
Text Domain: PacificTheme
Version: 2.7
Tested up to: 6.6
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/PacificTheme/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

@font-face {
    font-family: "Inter";
    src: url('assets/fonts/inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url('assets/fonts/inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: optional;
}
@font-face {
    font-family: "Inter";
    src: url('assets/fonts/inter/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url('assets/fonts/inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", Roboto, sans-serif;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	color: #30465d;
    font-display: swap;
    font-smoothing: antialiased;
}

html body {
	color: #30465d;
}


*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	position: relative;
	z-index: 8;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}

a:hover {
	color: #0048c4;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {	
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", Roboto, sans-serif;
	font-variant-numeric: lining-nums;
	font-weight: 700;
    text-rendering: optimizeLegibility;
	color: #101210;
}

h6,
h4,
h3,
h2 {
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 110px;
}

h3 {
	font-size: 44px;
	text-align: left;
	line-height: 54px;
	margin-bottom: 34px;
}

h4 {
	font-size: 36px;
	line-height: 44px;
	text-align: left;
	margin-bottom: 33px;
}

h5 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

p {
	line-height: 30px;
	margin: 0 0 20px 0;
}

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

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.db {
	display: block;
}

.dib {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.subtitle {
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	max-width: 1350px;
	color: #30465d;
	margin: 0 auto 62px;
}

.mb22 {
	margin-bottom: 22px !important;
}

/* Lists ------------------------------------- */

ul,
ol {
	margin: 0;
}

ul li,
ul {
	list-style: none;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

a {
	text-decoration: none;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

.df {
	display: flex;
	align-items: center;
}

.testing-section .wp-block-columns,
.ac-section .wp-block-columns {
	align-items: center !important;
}

.nocenter .wp-block-columns {
	align-items: flex-start !important;
}

@media (min-width: 1650px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1630px;
	}
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
	flex: 0 0 auto !important;
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.container,
.wp-block-column {
	padding: 0 15px;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 0 !important;
}

.contact-wrapper input[type="submit"],
.btn1 {
	display: inline-block;
	border-radius: 8px;
	background: #0048c4;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	line-height: 111%;
	border: none;
	text-align: center;
	color: #fff;
	padding: 16px 15px;
	text-decoration: none;
	min-width: 304px;
}

.contact-wrapper input[type="submit"] {
	background: #219780;
	min-width: 100%;
}

.contact-wrapper input[type="submit"]:hover,
.btn1:hover {
	color: #fff;
	background: #bb9844;
}

.btn2 {
	display: inline-block;
	border: 2px solid #101210;
	border-radius: 10px;
	padding: 14px 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #101210;
}

.btn2:hover {
	color: #219780;
	border-color: #219780;
}

.btn3 {
	display: inline-block;
	border: 1.5px solid rgba(16, 18, 16, 0.75);
	border-radius: 10px;
	padding: 7px 15px;
	text-align: center;
	min-width: 186px;
	font-weight: 500;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #101210;
}

.btn3:hover {
	background: #219780;
	border-color: #219780;
	color: #fff;
}

.btn3.btn_green {
	background: #219780;
	border-color: #219780;
	line-height: 24px;
	min-width: 198px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.btn3.btn_green:hover {
	background: #0048c4;
	border-color: #0048c4;
}

.btn_jor,
.btn_gold {
	background: #219780;
	color: #fff;
	border: none;
	padding: 11px 15px;
	font-size: 16px;
	border-radius: 6px;
}

.btn_jor {
	border: 1px solid #101210;
	background: #fff;
	color: #101210;
}

.btn_jor:hover,
.btn_gold:hover {
	background: #0048c4;
	color: #fff;
}

.shadow {
	box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.bd_rads {
	border-radius: 26px;
}

.db_991 {
	display: none;
}

.oh {
	overflow: hidden;
}

.poa {
	position: absolute;
}

.tal {
	text-align: left !important;
}

.ov {
	overflow: visible !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt90 {
	padding-top: 90px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.w_500 {
	font-weight: 500 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

/* Header ---------------------------------- */

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

header.fixed {
	position: fixed;
	padding-bottom: 29px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
  }

.head-top {
	justify-content: space-between;
	display: flex;
	position: relative;
}

.close_menu,
#show_menu {
	display: none;
}

#logo {
	margin-top: 27px;
}

.top-menu-wrapper {
	padding-top: 35px;
}

.top-menu li {
	margin: 0 0 0 83px;
	position: relative;
}

.top-menu li.menu-item-has-children:hover .sub-menu {
	max-height: 500px; 
	opacity: 1;
	transform: translateY(0);
}

.top-menu li:first-child {
	margin: 0;
}

.top-menu li.li_btn {
	margin-left: 150px;
}

.top-menu li ul {
	border-radius: 0 26px 26px 26px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	min-width: 256px;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	padding: 15px 0;
	max-height: 0; 
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px); 
	transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
	z-index: 7;
}

.menu-item-has-children.open > .sub-menu {
	max-height: 500px; 
	opacity: 1;
	transform: translateY(0);
}

.top-menu li ul li {
	margin: 0;
}

.submenu-toggle {
	cursor: pointer;
	padding: 10px 8px;
	justify-content: center;
	margin-left: 5px;
	transition: .3s;
	align-items: center;
	display: inline-flex;
}

li.open .submenu-toggle {
	transform: rotate(90deg);
}

.top-menu li ul li a {
	display: block;
	color: #101210;
	font-size: 18px;
	transition: .3s;
	line-height: 22px;
	padding: 15px 30px;
}

.top-menu li ul li a:hover,
.top-menu ul li.current-menu-item a {
	background: linear-gradient(92deg, rgba(208, 246, 226, 0.45) 0%, rgba(208, 246, 226, 0.45) 100%);
}

.top-menu li a {
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	color: #30465d;
}

.top-menu li.li_btn a {
	border-radius: 8px;
	background: #0048c4;
	display: inline-block;
	padding: 12px 13px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	min-width: 174px;
	text-align: center;
}

.top-menu li.current-menu-parent>a,
.top-menu li.current-menu-item>a,
.top-menu li a:hover {
	color: #219780;
}

.top-menu li.li_btn.current-menu-item a,
.top-menu li.li_btn a:hover {
	background: #219780;
	color: #fff;
}

/* Content ---------------------------------- */

.top-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top-section.ov {
	padding-bottom: 100px;
}

.top-inner {
	position: relative;
	z-index: 7;
}

.top-section .col-12 .wp-block-group {
	width: 100%;
}

.top-anime {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease-in, transform 0.5s ease-in; 
}

.top-anime.visible {
	opacity: 1;
	transform: translateY(0); 
	transform: translateX(0);
	visibility: visible; 
}

.leaf {
	visibility: hidden; /* Начальное состояние - скрыто */
	animation: fadeIn 0.25s ease forwards 1s; /* Общая задержка 1 секунда */
  }
  
  /* Анимация для плавного появления */
  @keyframes fadeIn {
	0% {
	  visibility: hidden;
	}
	100% {
	  visibility: visible;
	}
  }
  
.leaf:nth-last-child(1) { animation-delay: 1s; }
.leaf:nth-last-child(2) { animation-delay: 1.25s; }
.leaf:nth-last-child(3) { animation-delay: 1.5s; }
.leaf:nth-last-child(4) { animation-delay: 1.75s; }
.leaf:nth-last-child(5) { animation-delay: 2s; }
.leaf:nth-last-child(6) { animation-delay: 2.25s; }
.leaf:nth-last-child(7) { animation-delay: 2.5s; }
.leaf:nth-last-child(8) { animation-delay: 2.75s; }
.leaf:nth-last-child(9) { animation-delay: 3s; }
.leaf:nth-last-child(10) { animation-delay: 3.25s; }
.leaf:nth-last-child(11) { animation-delay: 3.5s; }

.green-leaves {
	animation: leafFadeIn 2.5s ease forwards, rotateAndScale 4.2s ease 2.5s forwards;
	transform-origin: center; 
  }
  
  
  @keyframes leafFadeIn {
	0% {
	  visibility: hidden;
	}
	100% {
	  visibility: visible;
	}
  }
  
  
  @keyframes rotateAndScale {
	0% {
	  transform: rotate(0deg) scale(1);
	}
	25% {
	  transform: rotate(90deg) scale(0.6); 
	}
	50% {
	  transform: rotate(90deg) scale(0.6);
	}
	100% {
	  transform: rotate(0deg) scale(1); 
	}
  }
  
.right-green-cir,
.left-yellow-cir {	
	width: 600px;
	height: 600px;
	transition: all 600ms ease-in-out;
	opacity: 1;
	top: 99px;
	visibility: visible;
}

.left-yellow-cir {
	left: 125px;
	transform-origin: left top;
}

.right-green-cir.visible {
	transform: scale(3) translate(88%, -31%);
}
.left-yellow-cir.visible {
	transform: scale(3) translate(-30%, -33%);
}

.right-green-cir {
	left: 540px;
	transform-origin: right top;
}

.blue_line_p {
    transform-origin: left;
    transform: scaleX(0);
    animation: expandWidth 2s ease-out forwards;
  }

  @keyframes expandWidth {
    to {
      transform: scaleX(1);
    }
  }

.green-leaves {
	top: 32px;
	right: -50px;
}

.numbers-top {
	top: 49px;
	transform: scale(0);
	right: -94px;
	opacity: 1;
	z-index: -1;
	transition: all 1000ms ease-in-out;
}

.numbers-top.visible {
	transform: scale(1);
}

.top-home {
	background: #fff;
	position: relative;
	z-index: 6;
}

main {
	position: relative;
	z-index: 8;
}

h1 {
	font-weight: 700;
	font-size: 70px;
	line-height: 84px;
	text-align: center;
	margin-bottom: 54px;
	color: #101210;
}

h1 strong {
	color: #219780;
	display: block;
	margin: 0;
	letter-spacing: -0.9px;
}

.top-inner h1 {
	font-weight: 700;
	text-align: left;
}

.top-testing .top-inner p {
	font-size: 36px;	
	padding: 0;
	line-height: 47px;
}

.top-section .top-inner p {
	font-size: 36px;	
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", Roboto, sans-serif;
    text-rendering: optimizeLegibility;
	line-height: 47px;
}

.top-section .top-inner h1 {
	margin-bottom: 24px;
}

.home-container,
.top-container {
	position: relative;
	z-index: 9;
	padding-top: 175px;
}

.home-container {
	padding-top: 210px;
}

.home-three-item {
	position: relative;
	border-radius: 26px;
	z-index: 7;
	transition: .3s;
	height: 100%;
	padding: 53px 50px 85px;
}

.home-three-section {
	padding-top: 58px;
}

.home-three-item figure {
	width: 90px;
	transition: .3s;
	height: 90px;
	justify-content: center;
	border-radius: 90px;
	margin-bottom: 54px;
	padding: 10px;
}

.home-three-item h3 {
	font-weight: 500;
	transition: .3s;
	font-size: 36px;
	margin-bottom: 8px;
}

.home-three-item:hover {
	background: #219780;
}

.home-three-item:hover h3,
.home-three-item:hover p {
	color: #fff;
}

.home-three-item:hover .green {
	background: #bb9844 !important;
}

.home-three-item p {
	font-weight: 500;
	font-size: 26px;
	transition: .3s;
	line-height: 140%;
	color: #30465d;
}

.top-image {
	box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 26px;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.top-list {
	top: 310px;
	right: -2px;
	z-index: 9;
}

.top-list li {
	max-width: 231px;
	font-weight: 500;
	font-size: 17px;
	line-height: 137%;
	color: #101210;
	box-shadow: 0 45px 81px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 11px;
	padding: 10px 10px 10px 17px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
	opacity: 0; 
	transform: translateY(30px); 
	animation: fadeInUp 1.2s ease-out forwards; 
	animation-delay: 3s;
}

.top-list strong {
	border-radius: 8px;
	display: flex;
	width: 92px;
	height: 59px;
	flex: 0 0 92px;
	font-weight: 700;
	font-size: 19px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
}

@keyframes fadeInUp {
	0% {
	  opacity: 0;
	  transform: translateY(30px); 
	}
	100% {
	  opacity: 1;
	  transform: translateY(0); 
	}
  }
  

.top-list li:nth-child(1) {
	animation-delay: 1s; 
  }
  
  .top-list li:nth-child(2) {
	animation-delay: 1.2s; 
  }
  
  .top-list li:nth-child(3) {
	animation-delay: 1.4s; 
  }
  
  .top-list li:nth-child(4) {
	animation-delay: 1.6s; 
  }

.pink-c {
	background: #f7eafc;
}

.blue-c {
	background: #d8edfd;
}

.green-c {
	background: #d0f6e2;
}

.red-c {
	background: #ffd9dc;
}

.dark_green {
	background: #219780;
}

.green_c {
	color: #219780;
}

.ac-section {
	padding-top: 184px;
}

.three-blocks-wrapper {
	display: flex;
	margin: 0 -8px;
}

.three-blocks-item {
	box-shadow: 0 22px 39px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 22px;
	padding: 29px 12px 40px;
	height: 100%;
	width: 255px;
	flex: 0 0 255px;
	margin: 0 8px;
}

.bs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.bs-list li {
	flex: 1 1 0;
	min-width: 44%;
	font-weight: 500;
	background: rgba(245, 246, 248, 0.97);
	border-radius: 5px;
	padding: 11px 12px;
	display: flex;
	align-items: center;
	font-size: 11px;
	line-height: 13px;
}

.bs-list li:last-child {
	opacity: 0.5;
}

.ac-descr {
	margin-bottom: 20px;
}

.tb-top {
	font-weight: 700;
	font-size: 16px;
	line-height: 79%;
	border-bottom: 2px solid #219780;
	padding: 0 0 11px 10px;
	margin-bottom: 18px;
}

/* .tb-list li {
	font-weight: 500;
	font-size: 12px;
	line-height: 133%;
	padding-left: 9px;
	margin-top: 31px;
}

.tb-list li:first-child {
	margin: 0;
}

.tb-list li figure {
	margin-right: 15px;
} */

.tb-middle {
	margin-top: 67px;
}

.tb-middle .tb-top {
	border-color: #bb9844;
}

.green-line {
	border-color: #33ceb0;
}

.ac-item {
	padding-left: 109px;
}

.ac-item h3 {
	margin-bottom: 22px;
}

.ac-left {
	padding: 0 140px 0 0;
}

.btn-box {
	padding-top: 26px;
}

.ac-section-item {
	padding-bottom: 173px;
}

.ac-section-item-2 {
	padding-bottom: 258px;
}

.fig_add {
	position: relative;
}

figure.fig_add,
.fig_add figure {
	border-radius: 26px;
	overflow: hidden;
}

.fig_add_2::before,
.fig_add::before {
	content: '';
	display: block;
	position: absolute;
	right: -65px;
  	top: -66px;
	border-radius: 26px;	
	width: 98%;
	height: 133%;
	z-index: -1;
	opacity: 0.4;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
	border-radius: 26px;
    height: 0;
}

.top-testing .video-container {
	width: 95%;
}

.top-testing .col-lg-7 {
	justify-content: flex-end;
}

.video-container.v1 {	
    padding-bottom: 58.8%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	object-fit: cover;
    height: 100%;
}

.vimeo-wrapper.video-loaded {
	background: none !important;
}

.vimeo-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;	
    justify-content: center;
    cursor: pointer;
	z-index: 9;
}

.play-button {
    background: none;
    border: none;
    cursor: pointer;
	border-radius: 96px;
	justify-content: center;
	width: 96px;
	flex: 0 0 96px;
	height: 96px;
	fill: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(20px);
	box-shadow: inset -1px 1px 1px -1px rgba(255, 255, 255, 0.35);
}

.fig_add_2::before {
	right: auto;
	left: -65px;	
}

.fig_yellow::before {
	background: linear-gradient(90deg, rgba(232, 190, 89, 0.15) 0%, rgba(254, 249, 243, 0.15) 100%);
}

.fig_green::before {
	background: linear-gradient(90deg, rgba(50, 222, 174, 0.15) 31.53%, rgba(50, 222, 174, 0.15) 100%);
}

.fig_purple::before {
	background: linear-gradient(48deg, rgba(246, 219, 255, 0.25) 0%, rgba(246, 219, 255, 0.5) 51.6%, #f6dbff 100%);
}

.yell-green {
	right: 0;
	z-index: -1;
	top: 39%;
}

.acf-item {
	padding: 62px 30px 88px 66px;
	height: 100%;
	border-radius: 26px;
}

.acf-item figure {
	margin-bottom: 46px;
}

.wii-left ul li,
.single-content ul li,
.list1 li {
	font-weight: 500;
	font-size: 26px;
	line-height: 138%;
	color: #30465d;
	position: relative;
	padding-left: 33px;
	margin-top: 20px;
}

.wii-left ul li::before,
.list_with_dots li::before,
.single-content ul li::before,
.list1 li::before {
	content: '';
	display: inline-block;
	background: #bb9844;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: 6px;
	top: 13px;
}

li.no_bullet::before {
	display: none !important;
}

.right-wrapper .contact-wrapper ul li::before {
	display: none;
}

.single-content ul li:first-child,
.list1 li:first-child {
	margin: 0;
}

.joins-section {
	padding-top: 200px;
	padding-bottom: 209px;
}

.chai {
	justify-content: center;
	max-width: 510px;
	padding: 30px 0;
}

.box_1 ul li {
	font-weight: 400;
	font-size: 22px;
}

.testimonial-wrap {
	max-width: 1064px;	
	margin: 0 auto;
	padding: 111px 74px 95px;
	position: relative;
	border-radius: 26px;
}

.testimonial-wrap p {
	font-weight: 400;
	font-size: 26px;
	line-height: 140%;
}

.testim-author {
	font-weight: 600;
	font-size: 20px;
	padding-top: 2px;
}

.testimonial-wrap figure {
	position: absolute;
	top: -20px;
	left: 85px;
}

.wedo-item {
	position: relative;
	overflow: hidden;
	max-width: 757px;
	border-radius: 26px;
	color: #fff;
	padding: 70px 106px 50px 75px;
	height: 100%;
	width: 100%;
}

.wedo-item figure {
	position: absolute;
	right: -39%;
  	top: -25%;
}

.wedo-item.yell figure {
	right: -26%;
}

.green {
	background: #219780;
}

.light_green {
	background: #33ceb0;
}

.yell {
	background: #bb9844 !important;
}

.blue_bg {
	background: #0048c4 !important;
}

.green-2-c {
	background: #e6f9ec;
}

.dfl {
	display: flex;
	justify-content: flex-end;
}

.wedo-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	margin-bottom: 29px;
}

.wedo-item p {
	font-weight: 500;
	font-size: 36px;
	line-height: 140%;
}

.section-item {
	padding-top: 170px;
}

.proven-section .row {
	gap: 96px 0;
}

.proven-section .col-lg-6 {
	display: flex;
}

.proven-section .col-lg-6:nth-child(2n) {
	justify-content: flex-end;
}

.video-post-item {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 26px;
	padding: 40px;
	position: relative;
	height: 444px;
	width: 95.2%;
}

.play-video-item {
	position: absolute;
	z-index: 6;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
	width: 61px;
	height: 61px;
}

.video-post-item:hover .play-video-item {
	opacity: 0;
}

.video-post-item a {
	height: 100%;
}

.video-two-speakers .video-left {
	width: 48%;
	flex: 0 0 48%;
	padding-right: 20px;
}

.video-left {
	width: 50%;
	flex: 0 0 50%;
}

.video-two-speakers .video-right {
	width: 52%;
	flex: 0 0 52%;
}

.video-right {
	width: 50%;
	flex: 0 0 50%;
	color: #fff;
	padding-left: 20px;
}

.video-post-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 1px;
}

.video-post-image {
	width: 210px;
	flex: 0 0 210px;
	position: relative;
	margin-bottom: 20px;
}

.video-two-speakers .video-post-image {
	margin: 0 20px 0 0;	
	width: 127px;
	flex: 0 0 127px;
}

.video-speaker {
	flex-direction: column;
}

.video-two-speakers .video-speaker {
	flex-direction: row;
}

.video-right-inner {
	flex: 1 1 auto;
	margin: 0 auto;
	text-align: center;
	width: 250px;
}

.video-two-speakers .video-right-inner {
	text-align: left;
	width: auto;
}

.video-speaker:first-child {
	margin-bottom: 20px;
}

.video-post-image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 210px;
	z-index: 0;
	content: '';
	width: 210px;
	height: 210px;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(1, 232, 200, 0.65);
	background: linear-gradient(216deg, rgba(1, 234, 200, 0.3) 10.11%, rgba(1, 132, 113, 0.3) 81.87%);
}

.video-two-speakers .video-post-image:after {
	width: 127px;
	height: 127px;
}

.video-post-image img {
	position: relative;
	z-index: 6;
	width: 100%;
	height: auto;
}

.video-speaker-name {
	font-weight: 500;
	font-size: 18px;
}

.video-speaker-position {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.industry-wrapper {
	justify-content: space-between;
}

.awards-wrap {
	margin: 50px 0 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.ir {
	background: linear-gradient(90deg, rgba(254, 249, 243, 0.65) 0%, rgba(232, 190, 89, 0.085) 100%);
	width: 360px;
	height: 360px;
	justify-content: center;
}

.ir-bottom {
	margin: 15px 20px 0;
	border-top: 2px solid #BB9844;
	padding-top: 23px;
	font-weight: 500;
	color: #101210;
	font-size: 20px;
	line-height: 130%;
}

.ir figure {
	display: inline-block;
}

.industry-item {
	width: 792px;
	position: relative;
	border: 3px solid #219780;
	border-radius: 26px;
	flex: 0 0 792px;
	padding: 49px 66px 58px 48px;
	font-weight: 500;
	color: #30465d;
}

.industry-item p {
	padding-left: 26px;
	font-size: 26px;
	line-height: 140%;
	letter-spacing: 0.7px;
}

.industry-item figure {
	margin-bottom: 22px;
}

.industry-wrapper figure {
	flex: 0 0 auto;
}

.industry-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 209px;
}

.industry_bg {
	position: absolute;
	left: 0;
	bottom: -102%;
	width: 100%;
	z-index: -1;
	text-align: center;
}

.industry_bg svg {
	display: inline-block;
}

.home-top-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 23px 40px;
	position: relative;
	z-index: 6;
}

.ht-item a {
	display: block;
	padding: 39px 30px;
}

.ht-item {
	width: 438px;
	flex: 0 0 438px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	border-radius: 26px;
	background: #fff;
	transition: all 300ms ease-in-out;
}

.ht-item figure {
	width: 65px;
	height: 65px;
	border-radius: 65px;
	margin-bottom: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ht-title {
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -0.5px;
	color: #101210;
	margin-bottom: 9px;
}

.ht-item p {
	font-weight: 400;
	font-size: 18px;
	color: #101210;
	margin: 0;
	line-height: 130%;
}

.ht-item:hover {
	background: #219780;
}

.ht-item:hover .dark_green {
	background: rgba(230, 249, 236, 0.25);;
}

.ht-item:hover .ht-title,
.ht-item:hover p {
	color: #fff;
}

.sponsors-section {
	padding-top: 139px;
	position: relative;
	z-index: 9;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  gap: 20px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sponsor-item {
	border: 2px solid rgba(48, 70, 93, 0.1);
	border-radius: 10px;
	width: 300px;
	height: 136px;
	background: #fff;
}

.sponsor-item a {
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 30px;
	height: 100%;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

.btn_box {
	padding-top: 40px;
}

/* Case Studies ----------------------------- */

.home main {
	padding: 0;
}

.page-header {
	padding-top: 214px;
}

.main_cs_bg_2,
.main_cs_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.cs_bg img {
	width: 100%;
	height: auto;
}

.cs_bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0D7A65;
	opacity: .75;
	transition: .3s;
}

.case-study-item:hover .cs_bg::before {
	opacity: 0;
}

.case-study-item:hover {
	box-shadow: 0 13px 17px 0 rgba(0, 0, 0, 0.15);
}

.main_cs_bg_2 {
	right: 0;
	left: auto;
}

.case-study-item {
	border: 1.5px solid #f4e3f4;
	border-radius: 26px;
	background: #fff;
	padding: 10px;
	transition: all 300ms ease-in-out;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.case-wrapper .cs-inner {
	margin-bottom: 26px;
}

.case-study-image {
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	position: relative;
}

.case-logo {
	bottom: 0;
	right: 0;
	justify-content: center;
	z-index: 9;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	align-items: center;
}

.case-study-body {
	padding: 25px 17px 50px;
}

.case-study-body .green-c {
	color: #101210;
}

.case-study-body .green-c {
	background: #d0f6e2 !important;
}

.post-item-paper .btn3 {
	background: #a0d2ff;
}

.post-item-video .btn3 {
	background: #FFF1DF;
}

.case-study-body h5 {
	margin-top: 28px;
	line-height: 140%;
}

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

.pagination span,
.pagination a {
    padding: 10px 17px;
	display: inline-block;
    margin: 0 5px;
    background-color: #fff;
	min-width: 48px;
	border: 1.5px solid #219780;
	text-align: center;
    color: #219780;
    text-decoration: none;
    border-radius: 5px;
}

.pagination .current,
.pagination a:hover {
	background: #219780;
	color: #fff;
}

#search-results.loading {
	opacity: 0.5;
	position: relative;
	min-height: 600px;
}
.loader-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #ccc;
	border-top: 6px solid #219780;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}



/* Healthcare AI Governance--------------------------------- */

@media (min-width: 1300px) {
	.top-haig {
		max-width: 1336px;
		margin: 0 auto;
	}
}

.top-haig {
	padding-top: 167px;
}

.top-haig figure {
	margin-left: 21px;
}

.top-haig .top-inner {
	padding-left: 133px;
}

.top-haig a.btn1 {
	min-width: 248px;
}

.top-haig .top-inner p {
	padding-right: 0;
}

.top-haig.top-testing {
	padding-bottom: 76px;
}

.docs-section {
	padding-top: 94px;
	position: relative;
	z-index: 9;
}

.docs-section h2 {
	max-width: 1300px;
	margin: 0 auto 75px;
}

.document-step-wrap {
	padding-left: 57px;
}

.document-step {
	font-weight: 500;
	font-size: 26px;
	color: #219780;
	margin-bottom: 22px;
}

.ds-inner {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	color: #000;
}

.doc-wrapper {
	width: 100%;
	border-radius: 26px;
	position: relative;
	padding: 72px 74px;
}

.docs-reverse .document-step-wrap {
	padding: 0 60px 0 0;
}

.docs {
	width: 100%;
	position: relative;
}

.doc-inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.doc-double .doc-item {
	width: 332px;
}

.doc-item {
	width: 242px;
	padding: 24px 15px 17px 24px;
	background: #f5f6f8;
	border-radius: 10px;
}

.doc-country .doc-item {
	width: 192px;
}

.doc-item .fi {
	margin-bottom: 10px;
}

.doc-country .doc-item p {
	min-height: 40px;
}

.flag {
	margin-left: 10px;
}

.doc-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 9px;
}

.doc-item em {
	font-style: normal;
	font-weight: 500;
}

.doc-item figure {
	margin-bottom: 15px;
}

.doc-item p {
	font-weight: 400;
	font-size: 16px;
	min-height: 60px;
	margin: 0;
	line-height: 120%;
}

.doc-item a {
	color: #0048c4;
}

.doc-item a {
	color: #0048c4;
}

.doc-item strong {
	font-weight: 400;
	display: block;
}

.doc-icon {
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background: #fff;
}

.doc-item a:hover {
	color: #219780;
}

.progress-container {
	width: 330px;
	background-color: #f5f6f8;
	height: 3px;
	z-index: -1;
	position: absolute;
	right: -418px;
	bottom: 68px;
}

.progress-bar {
	width: 0%;
	height: 100%;
	background: #219780;
	transition: width 0.3s ease;
}

.one_slide +.progress-container {
	display: none;
}

.owl-related.owl-carousel .owl-nav [class*="owl-"],
.doc-wrapper.owl-buttons.owl-carousel .owl-nav [class*="owl-"] {
    background: none;
    border: 1.50px solid #101210;
	border-radius: 8px;
	transition: all 300ms ease-in-out;	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 10px;
}

.owl-related.owl-carousel .owl-nav [class*="owl-"]:hover,
.doc-wrapper.owl-buttons.owl-carousel .owl-nav [class*="owl-"]:hover {
	background: #f4e3f4;
}

.doc-wrapper.owl-theme[data-desktop-cols] .owl-nav .disabled {
	opacity: .7;
}

.doc-wrapper.owl-buttons.owl-carousel .owl-nav {
	position: absolute;
	right: -217px;
	bottom: 103px;
}

.docs-reverse .doc-wrapper.owl-buttons.owl-carousel .owl-nav {
	right: auto;
	left: -416px;
}

.docs-reverse .progress-container {
	right: auto;
	left: -407px;
}

.green-1 {
	top: 71%;
	left: 0;
	z-index: -1;
}

.yell-1 {
	top: 60%;
	right: 0;
	z-index: -1;
}

.adopt-section {
	padding: 153px 15px 271px;
}

.adot-step {
	font-weight: 500;
	color: #219780;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 43px;
}

.adopt-section h2 {
	margin-bottom: 29px;
}

.list2 {
	width: 70%;
}

.list2 li {
	margin-top: 20px;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	padding-left: 30px;
}

.list2 li::before {
	content: '';
	display: inline-block;
	background: #30465D;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	position: absolute;
	left: 13px;
	top: 13px;
}

.adopt-section .contact-wrapper {
	margin-top: 62px;
}

.submit-item {
	padding-top: 35px;
}

.submit-item p,
.submit-item .wpcf7-submit {
	width: 100%;
	position: relative;
}

.adopt-section .wpcf7-spinner {
	position: absolute;
	left: -74px;
	top: 13px;
}

.square  {
	position: relative;
	z-index: unset !important;
}

.square::after {
	content: '';
	display: block;
	border-radius: 25px;
	width: 80%;
	height: calc(100% + 132px);
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	top: -66px;
	right: -66px;
	background: linear-gradient(270deg, rgba(230, 249, 236, 0.8) 0%, rgba(230, 249, 236, 0.15) 100%);
}

.right-wrapper .square::after {
	display: none;
}

/* PR Papers--------------------------------- */

.ta {
	text-align: left;
}

.paper-wrapper {
	padding-top: 40px;
}


.paper-item h2 {
	font-size: 46px;
	line-height: 130%;
	letter-spacing: 1.5px;
	margin-bottom: 37px;
}

.paper-top-inner a {
	margin-right: 15px;
}

.paper-top {
	border-bottom: 2px solid rgba(231, 234, 236, 0.5);
	padding-bottom: 36px;
	margin-bottom: 32px;
}

.authors {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #30465d;
	margin-bottom: 41px;
}

.paper-image-add {
	margin-top: 38px;
}

.paper-content h6,
.paper-content h4 {
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 23px;
	text-align: left;
}

.paper-content h6 {
	font-size: 18px;
	line-height: 24px;
}

.paper-content p {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 13px;
}

.paper-content p a {
	text-decoration: underline;
	color: #30465d;
}

.paper-content p a:hover {
	text-decoration: none;
}

.paper-content {
	padding-right: 100px;
}

.paper-images img {
	width: 100%;
	height: auto;
}

.paper-images {
	padding: 39px 54px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 26px;
	position: relative;
}

.paper-images::before {
	content: '';
	display: block;
	position: absolute;
	right: -48px;
  	bottom: -40px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: -1;
	border-radius: 26px;
	background: linear-gradient(48deg, rgba(246, 219, 255, 0.25) 0%, rgba(246, 219, 255, 0.5) 51.6%, #f6dbff 100%);
}

.paper-item {
	margin-bottom: 211px;
}

.paper-item .row {
	margin: 0 -15px;
}

.paper-item:nth-child(2) .paper-images::before {
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.3) 0%, #d0f6e2 100%);
}

/* Testing --------------------------------- */

.test_bg {
	right: 0;
	top: 0;
	z-index: -1;
}

.img_radius .wp-block-embed__wrapper {
	overflow: hidden;
}

.img_radius .wp-block-embed__wrapper,
.img_radius img,
.img_radius {
	border-radius: 26px;
}

.test_1 {
	top: 0;
	left: 0;
	z-index: -1;
}

.top-testing {
	padding-bottom: 291px;
}

.top-testing h1 {
	font-size: 70px;
	margin-bottom: 39px;
	line-height: 120%;
}

.guard-box h1 {
	font-size: 62px;
}

.top-testing h1 strong {
	display: inline-block;
}

.top-inner p {
	font-weight: 500;
	font-size: 26px;
	padding-right: 100px;
	line-height: 38px;
}

.test-item {
	padding-left: 93px;
}

.test-item h3 {
	font-size: 40px;
}

.test-item .list1 li {
	font-weight: 400;
	font-size: 20px;
	padding-left: 27px;
}

.test-item .list1 li::before {
	top: 10px;
}

.test-item .list1 {
	margin-bottom: 30px;
}

.test-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.test-list li {
	display: flex;
	font-size: 20px;
	margin-bottom: 11px;
	width: 50%;
}

.test-list li figure {
	width: 34px;
	height: 34px;
	display: flex;
	margin-right: 20px;
	background: #fff6eb;
	align-items: center;
	justify-content: center;
	border-radius: 34px;
	flex: 0 0 34px;
}

.ol-list li strong {
	margin-right: 20px;
	border-radius: 34px;
	width: 34px;
	flex: 0 0 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff6eb;
	font-weight: 600;
	color: #bb9844;
	font-size: 18px;
}

.ol-list li {
	margin-top: 15px;
}

.ol-list li:first-child {
	margin: 0;
}

.divider {
	display: inline-block;
	padding: 0 5px;
	font-weight: 400;
	color: #bb9844;
}

.left-test {
	padding: 0 122px 0 0;
}

.testing-section {
	padding-bottom: 208px;
}

.learn-section {
	padding: 123px 0;
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.5) 0%, rgba(208, 246, 226, 0.5) 100%);
}

.learn-box .btn1 {
	min-width: 248px;
}

.tac {
	text-align: center !important;
}

.learn-box {
	max-width: 1332px;
	margin: 0 auto;
}

.learn-box p {
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	margin-bottom: 48px;
}

.case-wrapper {
	padding-bottom: 100px;
}

.aspects-wrapper {
	margin: 0 auto;
	width: 1384px;
	display: flex;
	flex-wrap: wrap;
}

.aspect-item {
	flex: 0 0 33.33%;
	width: 33.33%;
}

.aspect-item {
	padding-top: 32px;
	box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
}

.aspect-item h5 {
	font-weight: 700;
	font-size: 29px;
	text-align: center;
	color: #fff;
	background: #219780;
	margin: 0;
	padding: 14px 4px;
	width: calc(100% - 30px);
}

.aspect-item:nth-child(2n) {
	background: linear-gradient(90deg, rgba(254, 249, 243, 0.1625) 0%, rgba(232, 190, 89, 0.0625) 100%);
}

.aspect-body {
	padding: 23px;
	display: flex;
	height: 180px;
	justify-content: center;
	flex-direction: column;
}

.as-row {
	font-weight: 600;
	color: #30465d;
	display: flex;
	font-size: 16px;
	padding-right: 6px;
	justify-content: space-between;
	margin: 10px 0px;
}

.as_fig {
	text-align: center;
}

.as_fig img {
	display: inline-block;
}

.as-inner {
	margin-left: 4px;
}

.as-f,
.as-inner {
	background: #33ceb0;
	padding: 3px 4px;
	display: flex;
	color: #fff;
	align-items: center;
	border-radius: 3px;
	line-height: 16px;
}

.as-f {
	background: #fff;
	font-size: 17px;
	color: #30465d;
	margin-left: 12px;
}

.as-u {
	margin: 0 4px;
}

.aspects-section {
	padding-bottom: 60px;
}

/* Governance Survey ---------------------------------- */

.gover-header {
	background-size: cover;
	padding: 60px 0 53px;
	margin-top: 112px;
}

.gover-top {
	display: inline-flex;
	justify-content: flex-end;
	flex-direction: column;
}

.gover-header .col-12 {
	justify-content: center;
	display: flex;
}

.gover-image-top {
	text-align: right;
}

.gover-image-top img {
	display: inline-block;
}

.gover-top h1 {
	margin-bottom: 32px;
}

.gover-page {
	padding: 0 !important;
}

.gover-content-top {
	padding-bottom: 37px;
	margin-bottom: 21px;
	border-bottom: 2px solid #f5f6f8;
}

.gover-content {
	padding: 55px 0;
}

.gover-page .post_menu_blog li::before {
	display: none;
}

.gover-page .post_menu_blog li {
	padding: 0;
}

.gover-page .post_menu_blog li a {
	font-weight: 400;
	display: block;
	line-height: 150%;
}

.gover-page .post_menu_blog li.active a,
.gover-page .post_menu_blog li a:hover {
	color: #bb9844;
	font-weight: bold;
}

#show_gover_menu {
	display: none;
}

#gover-menu {
	width: 300px;
	max-height: 77vh;
	overflow: hidden;
	display: none;
	overflow-y: auto;
	position: relative;
	height: 100%;
}

#gover-menu.fixed {
  position: fixed;
  top: 160px;
  width: 300px;
  z-index: 1000;
}

.gover-content .col-12 {
	position: relative;
}

.post_menu_blog {
  position: sticky;
  top: 0; 
  max-height: calc(100vh - 120px); 
  overflow-y: auto;
}

/* Hub AI ---------------------------------- */

.hubai-wrapper .cs_bg::before {
	display: none;
}

.cs_bg img {
	width: 100%;
	height: auto;
}

.search-form,
#ajax-search-form {
	width: 790px;
	position: relative;
	margin: 0 auto;
}

.search-form input[type="search"],
#ajax-search-form input[type="text"] {
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	padding: 10px 50px 10px 15px;
	width: 100%;
	border: 1px solid rgba(48, 70, 93, 0.75);
	border-radius: 8px;
}

.search-form .search-submit,
#ajax-search-form button {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	font-size: 0;
	background: none;
	border: none;
}

.color-accent {
	color: #219780 !important;
}

.error404-content {
	padding-bottom: 70px;
}

.intro-text {
	padding-bottom: 30px;
}

.no_res {
	padding-top: 30px;
}

.search-wrapper {
	margin-bottom: 45px;
}

.tabs {
	text-align: center;
	margin-bottom: 66px;
}

.tabs button {
	background: none;
	font-weight: 500;
	font-size: 20px;
	font-family: "Inter", sans-serif;
	color: #101210;
	cursor: pointer;
	margin: 0 15px;
	position: relative;
}

.tabs button::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	transition: all 300ms ease-in-out;	
	bottom: -10px;
	display: block;
	background: #219780;
}

.tabs button:hover,
.tabs button.active {
	color: #219780;
}

.tabs button:hover::before,
.tabs button.active::before {
	width: 100%;
}

.tabs-inner {
	display: inline-block;
}

/* Certification ---------------------------------- */

.top-page {
	padding-top: 242px;
}

.cert-item {
	border-radius: 26px;
	padding: 156px 28px 60px 61px;
	position: relative;
	display: grid;
    grid-template-rows: auto 1fr auto;
	height: 100%;
}

.cert-num {
	position: absolute;
	top: 0;
	width: 83px;
	height: 97px;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	background: #219780;
	justify-content: center;
	border-radius: 0 0 20px 20px;
	left: 68px;
}

.cert-item p {
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	margin-bottom: 60px;
}

.cert-item h4 {
	margin-bottom: 27px;
}

.cert-item .btn3 {
	font-size: 22px;
	line-height: 26px;
	justify-self: start;
	min-width: 266px;
	align-self: end;
	padding: 13px 15px;
}

.certif-steps-section {
	padding-top: 70px;
}

.governance-section {
	padding-bottom: 0 !important;
}

.ind-1 {
	padding-bottom: 0;
}

.mb100 {
	margin-bottom: 100px;
}

h2.h2_title.mb25 {
	margin-bottom: 25px !important;
}

.wd-wrapper {
	margin: 0 auto;
	max-width: 1334px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wd-item {
	width: 425px;
	margin-bottom: 30px;
	padding: 46px 30px;
}

.wd-item figure {
	width: 90px;
	height: 90px;
	display: inline-flex;
	border-radius: 90px;
	background: rgba(255, 246, 235, .7);
	justify-content: center;
	margin-bottom: 15px;
}

.wd-item p {
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #101210;
}

.level_cert {
	border-radius: 26px;
	position: relative;
	height: 227px;
	padding: 25px 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.level_logo_inner {
	width: 100%;
}

.level_logo {
	width: 97%;
}

.level_logo img {
	width: 100%;
	height: auto;
}

.level_cert::after,
.level_cert::before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	display: block;
	right: 0;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background: #219780;
	border: 7px solid #fff;
}

.level_cert::after {
	display: none;
}

.level_cert.yell::after,
.level_cert.yell::before {
	background: #bb9844;
}

.level_cert.light_green::after,
.level_cert.light_green::before {
	background: #33ceb0;
}

.level_cert.level_bg_1::after,
.level_cert.level_bg_1::before {
	background: #0048C4;
}

.level_num strong::before,
.level_num strong::after,
.level_num i::before,
.level_num i::after,
.level_num em::before {
	content: '';
	height: 2px;
	width: 54px;
	position: absolute;
	left: 0;
	z-index: -1;
	right: 0;
	margin: auto;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk3IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgyOTUiIHN0cm9rZT0iIzIxOTc4MCIgc3Ryb2tlLW9wYWNpdHk9Ii41IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iNyA3Ii8+PC9zdmc+");
	background-repeat: repeat-x;
	bottom: 110px;
	transform: rotate(90deg);
}

.level_num strong::after {
	display: none;
}

.level_inner {
	overflow: hidden;
	text-align: center;
}

.level_bg {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.level_title {
	font-weight: 500;
	font-size: 36px;
	line-height: 120%;
	color: #fff;
}

.level_bg_1 {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(16, 18, 16, 0.5);
	background: linear-gradient(90deg, hsla(51, 54%, 97%, 1) 0%, hsla(143, 87%, 97%, 1) 100%);
}

.level_slogan_2 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 2px 10px;
	color: #fff;
	background: #bb9844;
	width: 100%;
	margin-top: 10px;
}

.level_num {
	border-radius: 15px;
	width: 75px;
	height: 75px;
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	justify-content: center;
	margin: auto;
	font-weight: 500;
	font-size: 36px;
}

.level_check {
	border: 3px solid #219780;
}

.level_num em::after,
.level_num::before,
.level_num::after {
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: block;
	background: rgba(33, 151, 128, 0.5);
}

.level_num em::after,
.level_num::before {
	right: -10px;
	top: 0;
	bottom: 0;
	left: auto;
}

.level_num em::after {
	right: auto;
	left: -10px;
}

.level_bg_1 .level_num::before {
	left: -10px;
	right: auto;
}

.level-section {
	position: relative;
	padding-bottom: 180px;
}

.level-section::before {
	content: '';
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.5) 0%, rgba(208, 246, 226, 0.5) 100%);
	position: absolute;
	bottom: 66px;
	left: 0;
	display: block;
	width: 100%;
	height: 287px;
}

.level_num i::before {
	transform: rotate(0);
	width: 1148px;
	top: 0;
	bottom: 0;
	left: -1249px;
}

.cta-section {
	padding: 81px 0 187px;
}

.wd-item {
	width: 412px;
}

.wd-section h2 {
	margin: 0 auto 110px;
	max-width: 1330px;
}

.stay-up-section {
	padding-top: 181px;
}

.stay-up-wrap {
	padding-right: 70px;
}

.stay-up-wrap h2 {
	text-align: left;
	letter-spacing: -2px;
	margin-bottom: 30px;
}

.stay-up-wrap p {
	font-weight: 500;
	font-size: 36px;
	line-height: 139%;
}

.su-inner {
	display: flex;
	justify-content: space-between;
}

.su-inner .wedo-item  {
	width: 446px;
	display: block;
	flex: 0 0 446px;
	color: #fff !important;
	padding: 98px 52px 50px 61px;
}

.su-inner strong {
	position: relative;
	z-index: 5;
	font-weight: normal;
}

.su-inner strong:hover span {
	margin-left: 5px;
}

.su-inner span {
	transition: all 300ms ease-in-out;
	margin-left: 0;
}


/* Prove page ---------------------------------- */

.testimonail-section {
	margin-top: 187px;
	position: relative;
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.4) 0%, rgba(208, 246, 226, 0.4) 100%);
	z-index: 99;
}

.aiwork-section {
	padding-top: 180px;
}

.aiwork-section .bd_rads {
	overflow: hidden;
}

.aiwork-wrap {
	padding-left: 111px;
}

.aiwork-wrap .list1 li {
	font-size: 20px;
}

.aiwork-left {
	padding: 0 111px 0 0;
}

.tw-green {
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.16) 0%, rgba(208, 246, 226, 0.16) 100%);
}

.tw-yell {
	background: linear-gradient(297deg, rgba(255, 246, 235, 0.16) 0%, rgba(232, 190, 89, 0.16) 100%);
}

.bottomcontact-section {
	margin: 186px 0 170px;
}

.bc-wrapper {
	padding: 150px 70px;
	background: #fcfaf4;
	border-radius: 26px;
	font-weight: 500;
}

.bc-wrapper p {
	font-size: 36px;
	line-height: 140%;
}

.bc-wrapper strong {
	display: block;
	font-weight: 600;
	color: #219780;
}

.bc-btn {
	padding-top: 28px;
}

.bc-btn .btn1 {
	min-width: 205px;
}

/* Webinars page ---------------------------------- */

.webinar-date-wrap {
	font-weight: 600;
	font-size: 18px;
	color: #30465d;
}

.calendar {
	display: inline-block;
	margin: 0 16px 0 61px;
}

.webinars-wrap {
	padding: 60px 0 2px;
	position: relative;
}

.webinar-date-wrap .btn3 {
	margin-left: 60px;
	padding: 13px 15px;
}

.webinars-wrap h2 {
	font-size: 48px;
	line-height: 135%;
	text-align: left;
	margin: 48px 0 64px;
}

.wi-inner {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.wii-left {
	width: 870px;
	flex: 0 0 870px;
}

.wii-right {
	width: 520px;
	flex: 0 0 520px;
}

.right-wrapper.wii-right .contact-wrapper {
	margin: 0;
}

.webinars-wrap .speaker-wrapper {
	padding: 72px 150px 66px 73px;
}

.reserv {
	font-weight: 500;
	font-size: 36px;
	padding: 45px 0;
	color: #101210;
}

.webinars-wrap .speaker-img {
	width: 119px;
	height: 119px;
	margin-right: 39px;
	flex: 0 0 119px;
}

.webinars-wrap .speaker-position {
	font-weight: 500;
	font-size: 16px;
	line-height: 132%;
	color: #101210;
	padding-top: 10px;
}

.webinars-wrap .speaker-description {
	font-size: 16px;	
}

.webinars-wrap .speaker-description p {
	line-height: 162%;
}

.wii-right .speaker-inner {
	flex-direction: column;
}

.webinars-wrap .wii-right .speaker-wrapper {
	padding: 34px ;
	margin: 0;
}

.wii-right .speaker-description,
.wii-right .speaker-left {
	width: 100%;
	flex: 0 0 100%;
	margin: 0;
}

.wii-right .speaker-position {
	font-size: 20px;
	line-height: 162%;
}

.webinars-wrap .wii-right .speaker-img {
	margin-right: 26px;
}

.wii-right .speaker-position {
	max-width: none;
}

.wii-right .speaker-description {
	padding-top: 55px;
}

/* Single page ---------------------------------- */

.single-page {
	padding-top: 200px;
	max-width: 1336px;
	margin: 0 auto;
}

.ed-policy {
	padding: 58px 15px;
	background: #f5f6f8;
	margin-top: 80px;
	border-radius: 18px;
}

.ed-policy p {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}

.single-page.webinar-single {
	max-width: none;
}

.single-page h1 {
	font-weight: 500;
	font-size: 48px;
	letter-spacing: 0;
	text-align: left;
	line-height: 60px;
}

.webinar-single h1 {
	margin-bottom: 41px;
}

.webinar-title {
	font-weight: 400;
	font-size: 26px;
	color: #bb9844;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.watch-live {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin-right: 23px;
	padding: 0 16px;
	border-radius: 5px;
	background: #219780;
	text-transform: uppercase;
	color: #fff;
}

.webinar-date {
	margin-bottom: 64px;
}

.webinar-date strong {
	font-weight: 600;
	font-size: 18px;
	color: #30465d;
}

.single-content .right-wrapper h2 {
	font-size: 38px;
	margin-bottom: 44px;
}

.hs-form-wrapper label {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #8992a2;
	display: block;
	margin-bottom: 11px;
}

.hs-form-wrapper .hs-form-field {
	margin-bottom: 16px;
}

.right-wrapper .contact-wrapper {
	padding: 35px 61px 40px;
	max-width: 520px;
	margin: 82px auto 0;
	overflow: hidden;
}

.right-wrapper .contact-wrapper .hs-form-field {
	float: none;
	width: 100% !important;
}

.right-wrapper .contact-wrapper .hs_submit {
	position: relative;
	width: 100%;
	right: auto;
	bottom: auto;
}

.hs-form-wrapper .hs_submit .actions {
	padding-top: 30px;
}

.hs-form-wrapper ul.hs-error-msgs {
	margin: 4px 0 26px 0;
}

.single-content .hs-form-wrapper ul li::before {
	top: 5px;
}

.row .single-content .row {
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.post-date {
	font-size: 16px;
}

.blog-author {
	justify-content: space-between;
}

.blog-author-inner {
	flex-direction: column;
	display: flex;
	align-items: flex-start;
}

.post-date::after {
	content: '|';
	display: inline-block;
	margin: 0 13px;
}

.bsf-rt-reading-time {
	font-size: 16px;
}

.rating-wrapper {
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 16px;
	justify-content: flex-end;
}

.rmp-results-widget {
	padding-left: 14px;
}

.rmp-icon--ratings {
	margin: 0 2.3px;
}

.rating-wrapper .rmp-results-widget__avg-rating, 
.rating-wrapper .rmp-results-widget__vote-count, 
.js-rmp-rating-icons-list li::before {
	display: none !important;
}

.blog-author figure {
	margin-right: 15px;
	overflow: hidden;
	flex: 0 0 auto;
	border-radius: 50px;
	max-width: 64px;
}

.blog-author figure img {
	width: 100%;
	height: auto;
}

.blog-author-inner-left {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	line-height: 32px;
	font-size: 16px;
}

.blog_author_link {
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	display: inline-block;
	color: #000;
}

a.blog_author_link:hover {
	color: #219780;
}

.date-wrapper {
	color: #536b76;
	margin-bottom: 42px;
}

.ba-left figure {
	border: 2px solid #F3F5F8;
}

.share_it {
	padding-top: 6px;
}

.share-wrapper {
	padding-top: 40px;
}

.social-sharing {
	display: flex;
	justify-content: flex-end;
}

.social-sharing li {
	margin-left: 26px;
}

.social-sharing li:first-child {
	margin: 0;
}

.social-sharing li a {
	width: 32px;
	height: 32px;
	justify-content: center;
	transition: all 300ms ease-in-out;
	border-radius: 8px;
	border: 2px solid #219780;
}

.social-sharing li a:hover {
	background: #219780;
}

.social-sharing li a:hover path {
	fill: #fff;
}

.single-wrapper {
	position: relative;
	overflow: hidden;
}

.sin_fig_1 {
	top: -20%;
	left: 0;
	z-index: -1;
}

.sin_fig_2 {
	top: 0;
	right: 0;
	z-index: -1;
}

.sin_fig_3 {
	bottom: -5%;
	right: 0;
	z-index: -1;
}

.single-content {
	padding-top: 58px;
}

.webinar-single .single-content {
	padding: 0;
}

.single-content ul,
.single-content p {
	margin: 0 0 26px 0;
}

.single-content ol {
	margin: 0 0 26px 30px;
}

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

.video-single .single-inner {
	max-width: 1064px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.video-single main {
	padding: 0;
}

.wp-block-embed-youtube {
	margin-bottom: 60px;
}

.video-single h1 {
	text-align: center;
}

.single-content h5,
.single-content h3,
.single-content h2 {
	padding-top: 30px;
	line-height: 56px;
	font-size: 40px;
	text-align: left;
	margin-bottom: 35px;
}

.shadow_fig img {
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.single-content h3 {
	font-size: 34px;
}

.single-content h5 {
	font-size: 28px;
	text-align: left;
}

.single-content .tac img {
	display: inline-block;
	max-width: 100%;
}

.single-content figure {
	max-width: 100%;
}

figure.mb50 {
	margin: 0 auto 50px;
}

.code_inline {
	display: inline-block;
	margin: 0;
	white-space: unset;
	padding: 5px 10px;
	font-size: 17px;
	line-height: 20px;
}

.wii-left ol li,
.wii-left ul li,
.single-content ol li,
.single-content ul li {
	font-weight: 400;
	padding-left: 26px;
	font-size: 20px;
}

.wii-left ol li,
.single-content ol li {
	margin-top: 15px;
	padding: 0;
}

.wii-left ol li:first-child,
.single-content ol li:first-child {
	margin: 0;
}

.single-content ol ul li {
	padding-left: 33px;
}

.wii-left ul li::before,
.single-content ul li::before {
	top: 10px;
}

.wii-left ul {
	margin-bottom: 20px;
}

.single-inner a {
	color: #219780;
	text-decoration: underline;
}

.single-inner a:hover {
	text-decoration: none;
}

.table1 thead th {
	color: #fff;
	background: #219780;
	border-right-color: #fff;
}

.table1 thead th:last-child {
	border-right-color: #dcd7ca;
}

.rmp-rating-widget.js-rmp-rating-widget {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 57px 50px;
	margin-top: 113px;
	border: 2px solid #219780;
	border-radius: 26px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
	margin: 4px 0 0;
}

.rmp-heading--title {
	font-weight: 500;
	font-size: 36px;
	line-height: 140%;
}

ul.rmp-rating-widget__icons-list li {
	font-size: 22px;
	padding: 0;
	line-height: 30px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
	margin: 0 48px 0 0;
}

.rmp-rating-widget__results {
	display: none;
}

.user-bio {
	display: flex;
	margin: 40px 0 99px;
}

.single-footer .user-bio {
	margin-top: 100px;
}

.user-bio-inner {
	display: flex;
	width: 440px;
	flex: 0 0 440px;
}

.rmp-icon--ratings:not(.rmp-icon--full-highlight, .rmp-icon--half-highlight) {
	color: rgba(33, 151, 128, 0.15);
}

i.rmp-icon--hovered {
	color: #219780 !important;
}

.user-bio .blog_author_link {
	font-weight: 500;
	font-size: 26px;
	display: inline-block;
	color: #219780;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}

.user-bio a.blog_author_link:hover {
	color: #0048c4;
}

.user-bio-inner figure {
	border-radius: 200px;
	overflow: hidden;
	max-width: 160px;
	flex: 0 0 160px;
	margin-right: 35px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	
}

.user-bio-inner img {
	max-width: 100%;
	width: 100%;
}

.add_expert {
	margin-bottom: 16px;
	color: #101210;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
}

.user-right {
	font-weight: 400;
	font-size: 20px;
	padding-left: 34px;
	line-height: 32px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
	margin: 0 15px 0 0;
}

.single-footer {
	padding-bottom: 20px;
}

.linkedin-share {
	display: inline-block;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #219780;
	border-radius: 6px;
}

.linkedin-share:hover {
	border-color: #0048c4;
	background: #0048c4;	
}

.linkedin-share:hover path {
	fill: #fff;
}

.policy-wrapper {
	padding-bottom: 80px;
}

.speaker-wrapper {
	background: #f5f6f8;
	display: flex;
	flex-direction: column;
	padding: 66px 139px;
	margin: 55px 0 80px;
}

.webinar-item {
	margin-bottom: 150px;
}

.speaker-left {
	width: 437px;
	flex: 0 0 437px;
	margin-right: 31px;
}

.speaker-img {
	width: 160px;
	background: #fff;
	height: 160px;
	flex: 0 0 160px;
	border-radius: 170px;
	margin-right: 25px;
	overflow: hidden;
}

.speaker-img img {
	width: 100%;
	height: auto;
}

.speaker-description {
	flex: 0 1 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #30465d;
}

.speaker-wrapper-two {
	flex-direction: row;
	justify-content: space-between;
}

.speaker-wrapper-two.sw-video-two {
	flex-direction: column;
	gap: 30px 0;
}

.speaker-wrapper-two.sw-video-two .speakers-item {
	width: 100%;
	flex: 0 0 100%;
}

.speaker-wrapper-two .speakers-item {
	width: 42%;
	flex: 0 0 42%;
}

.speaker-wrapper-two .speaker-inner {
	flex-direction: column;
}

.speaker-wrapper-two .speaker-left {
	width: 100%;
	flex: 0 0 100%;
	margin-right: 0;
}

.webinars-wrap .speaker-wrapper-two.speaker-wrapper {
	padding: 55px 76px 66px;
	position: relative;
}

.webinars-wrap .speaker-wrapper-two.speaker-wrapper::before {
	content: '';
	height: 80%;
	width: 1px;
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e8ebf2;
}

.webinars-wrap .speaker-wrapper-two.sw-video-two::before {
	display: none;
}

.speaker-wrapper-two .speaker-description {
	padding-top: 40px;
}

.about-sp {
	font-weight: 500;
	font-size: 36px;
	color: #101210;
	margin-top: 155px;
}

.speaker-name {
	font-weight: 500;
	font-size: 26px;
	color: #101210;
	margin-bottom: 5px;
}

.speaker-position {
	font-weight: 400;
	font-size: 20px;
	color: #101210;
	max-width: 225px;
}

.speaker-inner {
	display: flex;
}

.two_sp .speakers-item {
	display: flex;
	justify-content: space-between;
}

.two_sp .speaker-wrapper {
	padding: 70px 80px;
	position: relative;
}

.two_sp .speaker-wrapper::before {
	content: '';
	width: 1px;
	height: 80%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #e9e9e9;
}

.two_sp .speaker-inner {
	flex: 0 0 45%;
	width: 45%;
	flex-direction: column;
}

.two_sp .speaker-left {
	margin: 0 0 36px;
	width: auto;
	flex: 0 0 auto; 
}

.next-wrap {
	padding: 80px 0;
	background: linear-gradient(270deg, rgba(208, 246, 226, 0.5) 0%, rgba(208, 246, 226, 0.5) 100%);
}

.blog-next {
	display: flex;
}

.bn-left {
	width: 500px;
	flex: 0 0 500px;
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 18px;
	margin-right: 108px;
}

.bn-left::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;	
	transition: all 300ms ease-in-out;	
	width: 100%;
	background: #219780;
	display: block;
	opacity: 0.4;
}

.bn-left:hover::before {
	opacity: 0.2;
}

.bn-left a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	display: inline-block;
	padding: 25px;
	border-radius: 10px;
	background: transparent;
	font-weight: 600;
	max-width: 370px;
	font-size: 48px;
	color: #fff;
	height: 85px;
}

.bn-left:hover a {
	background: #0048c4;
}

.bn-left a:hover {
	background: #219780;
}

.bn-right {
	width: 860px;
	padding-top: 12px;
	flex: 0 0 860px;
}

.related-post img,
.blog-img img {
	width: 100%;
	height: auto;
}

.blog-excerpt {
	margin-bottom: 34px;
}

.bn-author figure {
	width: 80px;
	border-radius: 80px;
	overflow: hidden;
	margin-right: 20px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
}

.bn-author a {
	font-weight: 500;
	font-size: 26px;
}

.related-posts-wrap {
	padding: 185px 0 100px;
}

.related-posts-wrap  h3 {
	margin-bottom: 58px;
}

.related-post figure {
	overflow: hidden;
	border-radius: 18px;
	margin-bottom: 43px;
}

.related-blog-title {
	font-weight: 500;
	font-size: 20px;
	color: #101210;
}

.owl-related {
	padding: 0 60px;
}

.owl-related .owl-nav {
	position: absolute;
	left: -10px;
	display: flex;
	justify-content: space-between;
	right: 0;
	width: calc(100% + 20px);
	top: 167px;
}

.owl-related.owl-carousel .owl-nav [class*="owl-"] {
	margin: 0;
}

.wp-block-columns {
	align-items: normal;
}

/* Guardian ---------------------------------- */

.guardian-section p {
	margin: 0 auto;
	max-width: 1176px;
}

.guard-video-top .guard-video-inner {
	max-width: 1112px;
	margin: 74px auto 40px;
}

.video-post-wrap .col-lg-12 .video-post-item {
	max-width: 890px;
	margin: 0 auto;
}

.video-post-section {
	padding-top: 163px;
}

.guard-agent-section .home-three-item h3 {
	font-size: 30px;
	line-height: 130%;
}

.guard-agent-section {
	padding-bottom: 182px;
}

.guard-agent-section .home-three-item:hover {
	background: #fff;
}

.guard-agent-section .home-three-item:hover h3 {
	color: #101210;
}

.guard-agent-section .home-three-item:hover .green {
	background: #219780 !important;
}

.bottomcontactblock-section .bc-wrapper {
	border-radius: 26px;
	background: #fcfaf4;
}

.bottomcontactblock-section {	
	padding: 110px 0;
}

.brain_img {
	padding: 23px 47px;
	border-radius: 26px;
	border: 2px solid rgba(48, 70, 93, 0.2);
	max-width: 890px;
	margin: 0 auto;
}

.lang-test {
	max-width: 562px;
}

.lang-test p {
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 60px;
}

.lt-img {
	padding: 25px;
	border: 2px solid rgba(48, 70, 93, 0.2);
	border-radius: 26px;
}

.medhelm-section {
	padding-top: 230px;
}

.medhelm-section .ht-title {
	margin-bottom: 100px;
}

.medhelm-section figure {
	padding: 54px;
	display: inline-block;
}

.red-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 95px;
	gap: 20px;
}

.red-wrap figure {
	flex: 0 1 49%;
}

/* Paper Single ---------------------------------- */

.pp-page .single-content {
	padding-top: 0;
}

.pp-page {
	padding-bottom: 70px;
	max-width: 1064px;
	margin: 0 auto;
}

.pp-page .paper-content h4 {
	font-size: 22px;
	margin-bottom: 18px;
}

.single-content .paper-images {
	margin: 0 auto 70px;
	display: inline-block;
	max-width: 80%;
}

.pp-page .wp-block-read-more {
	display: none;
}

.single-content .paper-content {
	padding: 0;
}

/* Contact us ---------------------------------- */

.contact-section {
	padding: 167px 0 80px;
}

.contact-section .green-leaves {
	right: 19%;
	top: 207px;
}

.slogan {
	font-weight: 500;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.4px;
	max-width: 1000px;
	margin: 0 auto 63px;
}

.contact-wrapper {
	max-width: 1064px;
	background: #fff;
	padding: 74px 85px 60px;
	position: relative;
	margin: 0 auto;
	z-index: 8;
}

.wpcf7-spinner {
	position: absolute;
	right: -38px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact-wrapper .hs-form-field {
	float: left;
	width: 48% !important;
}

.contact-wrapper .hs-form-field .input {
	margin-right: 0 !important;
}

.contact-wrapper input {
	width: 100% !important;
}

.contact-wrapper form {
	position: relative;
}

/* .contact-wrapper .hs_submit {
	position: absolute;
	width: 48%;
	right: 0;
	bottom: 0;
} */

.hs-form-field {
	position: relative;
}

.contact-wrapper fieldset {
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: none !important;
	margin-bottom: 20px !important
}

.contact-wrapper .hs_error_rollup .hs-error-msgs,
.contact-wrapper .hs-error-msg {
	font-size: 14px;
	line-height: 16px;
	color: #bb9844;
	position: absolute;
	width: 100%;
	bottom: -23px;
	left: 0;
}

.top-section .contact-wrapper fieldset {
	flex-direction: column;
	margin: 0 !important;
}

.top-section .contact-wrapper {
	max-width: 520px;
	margin: 0;
	padding: 50px 65px;
}

.top-section #hubspot-form {
	min-height: 625px;
}

.top-section .contact-wrapper .hs-form-field {
	width: 100% !important;
	margin-bottom: 25px;
}

.top-section .contact-wrapper .hs_submit {
	position: relative;
	width: 100%;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}

.group-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.wpcf7 form .wpcf7-response-output {
	position: absolute;
	left: 0;
	top: -55px;
	width: 100%;
	margin: 0;	
	border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #dc3232;
}

.send-wrap {
	bottom: 24px;
	position: absolute;
	left: 0;
	width: 180px;
}

.send-wrap p {
	margin: 0;
}

.group-item {
	flex: 0 0 45%;
	width: 45%;
	display: flex;
}

.contact-wrapper fieldset label,
.group-item label {
	font-weight: 400;
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	color: #8992a2;
}

.group-item label span {
	display: block;
	padding-top: 5px;
}

.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper textarea {
	border: 1px solid #219780;
	border-radius: 6px;
	width: 100%;
	font-weight: 400;
	padding: 10px;
	background: #fff;
	font-size: 20px;
	height: 52px;
}

.contact-wrapper input[type="text"]:focus-visible,
.contact-wrapper input[type="email"]:focus-visible,
.contact-wrapper textarea:focus-visible {
	outline: #219780;
	border-width: 2px;
}

.contact-wrapper textarea {
	height: 134px;
	font-size: 18px;
}

.hs-form-wrapper {
	margin-top: 85px;
}

.hs-form-wrapper br {
	display: none;
}


/* Privacy Policy ---------------------------------- */

.privacy-wrapper h4,
.privacy-wrapper h3,
.privacy-wrapper h2 {
	margin-bottom: 30px;
	padding-top: 40px;
	text-align: left;
}

.privacy-wrapper h2 {
	font-size: 50px;
}

.privacy-wrapper .list1 li {
	font-weight: normal;
	font-size: 20px;
}

ul.list3 {
	margin: 0 0 15px 0;
}

ul.list3 li {
	margin-top: 12px;
	padding-left: 33px;
}

ul.list3 li:first-child {
	margin-top: 0;
}

ul.list3 li ul {
	margin: 15px 0 0 20px;
}

.list_with_dots li {
	position: relative;
	padding-left: 30px;
}

/* Footer ---------------------------------- */

aside {
	background: #219780;
	padding: 59px 0 33px;
	position: relative;
	z-index: 8;
	color: #fff;
}

.aside-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 1px;
}

aside p {
	font-size: 26px;
}

aside .btn1 {
	min-width: 100px;
}

aside .btn1:hover {
	background: #bb9844;	
}

.social-menu figure {
	border-radius: 8px;
	border: 2px solid #219780;
	width: 40px;
	height: 40px;
	transition: all 300ms ease-in-out;		
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
}

.social-menu figure:hover {
	top: -5px;
}

.social-menu em {
	display: none;
}

.social-menu {
	display: flex;
}

.social-menu li {
	margin-left: 29px;
}

.contacts li:first-child,
.footer-menu li:first-child,
.social-menu li:first-child {
	margin: 0;
}

#site-footer {
	padding-top: 75px;
	background: #fff;
	position: relative;
	z-index: 8;
}

.footer-logo {
	width: 180px;
}

.contacts li,
.footer-menu li {
	margin-top: 12px;
}

.contacts li,
.contacts li a,
.footer-menu li a {
	font-weight: 400;
	font-size: 18px;
	color: #30465d;
}

.footer-menu li.current-menu-item a,
.contacts li a:hover,
.footer-menu li a:hover {
	color: #219780;
}

.menu-title {
	margin-bottom: 10px;
	color: #30465d;
}

.contacts li strong {
	display: block;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border: none;
	border-radius: 64px;
	background: #219780;
	cursor: pointer;
	width: 64px;
	transition: all 300ms ease-in-out;	
	height: 64px;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.back-to-top:hover {
	background: #0048c4;
}

.privacy-menu {
	display: flex;
}

.privacy-menu li {
	margin-right: 10px;
}

.privacy-menu li a {
	font-size: 14px;
	color: #33ceb0;
}

.privacy-menu li.current-menu-item a,
.privacy-menu li a:hover {
	color: #0048c4;
}

.copy {
	font-size: 14px;
	color: #16243e;
	margin-right: 27px;
	line-height: 24px;
}

.copyright {
	padding: 37px 0;
	border-top: 1px solid #b5c4e5;
	margin-top: 62px;
}

.footer-social-wrapper {
	display: flex;
	padding-top: 20px;
}

.menu-privacy-menu-container {
	position: relative;
	top: -1px;
}




/*--------------------------------------------------------------
>>> Responsive
----------------------------------------------------------------*/

@media (max-width: 1750px) {
	.right-green-cir.visible {
		transform: scale(3) translate(74%, -41%);
	}
}

@media (max-width: 1650px) {
	.ht-item {
		width: 353px;
		flex: 0 0 353px;
	}
	.owl-related .owl-nav {
		top: 124px;
	}
	.home-three-item {
		padding: 53px 30px 45px;
	}
	.bn-right h4 {
		margin-bottom: 20px;
	}
	.ht-item a {
		padding: 24px 20px;
	}
	.bn-left {
		margin-right: 70px;
	}
	.bn-right {
		width: auto;
		flex: 0 1 auto;
	}
	.bn-right {
		padding: 0;
	}
	.sponsors-section {
		padding-top: 190px;
	}
	.home-top-wrap {
		gap: 23px 30px;
	}
	.ht-item figure {
		margin-bottom: 13px;
	}
	.single-page {
		max-width: 1060px;
	}
	.top-section #hubspot-form {
		min-height: 558px;
	}
	.top-section .contact-wrapper {
		padding: 60px;
	}
	.right-green-cir.visible {
		transform: scale(3) translate(59%, -41%);
	}
	#logo {
		width: 187px;
		flex: 0 0 187px;
	}
	.top-menu-wrapper {
		padding-top: 26px;
	}
	.top-menu li.li_btn {
		margin-left: 105px;
	}
	.top-menu li {
		margin: 0 0 0 62px;
	}
	.fig_add_2::before, .fig_add::before {
		top: -46px;
	}
	.top-inner h1,
	h1 {
		font-size: 65px;
		line-height: 78px;
	}
	.guard-box h1 {
		font-size: 50px;
		line-height: 58px;
	}
	.top-container {
		padding-top: 154px;
	}
	.video-post-item {
		padding: 30px;
		width: 98%;
		height: 422px;
	}
	.video-post-title {
		font-size: 32px;
		line-height: 34px;
		letter-spacing: 0;
	}
	.video-right {
		padding: 0;
	}
	.video-post-image {
		width: 190px;
		flex: 0 0 190px;
	}
	.video-post-image::after {
		width: 190px;
		height: 190px;
	}
	.video-two-speakers .video-post-image {
		margin: 0 15px 0 0;
		width: 120px;
		flex: 0 0 120px;
	}
	.video-two-speakers .video-post-image::after {
		width: 120px;
		height: 120px;
	}
	.proven-section .row {
		gap: 45px 0;
	}
	.top-list {
		top: 249px;
		right: 1px;
	}
	.top-list strong {
		height: 73px;
		margin-left: 11px;
		font-size: 15px;
		flex: 0 0 73px;
		height: 49px;
	}
	.top-list li {
		max-width: 189px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.green-leaves {
		width: 772px;
		top: 43px;
		right: -110px;
	}
	.numbers-top {
		width: 896px;
		top: 31px;
  		right: -122px;
	}
	h2 {
		font-size: 48px;
		line-height: 54px;
	}
	.test-item h3,
	h3 {
		font-size: 36px;
		line-height: 44px;
	}
	.ac-item {
		padding-left: 91px;
	}
	.three-blocks-item {
		width: 197px;
		flex: 0 0 197px;
		padding: 35px 12px;
	}
	.tb-top {
		font-size: 12px;
		padding: 0 0 13px 10px;
  		margin-bottom: 24px;
	}
	/* .tb-list li figure {
		width: 42px;
	}
	.tb-list li {
		font-size: 9px;
		margin-top: 26px;
	} */
	.ir {
		width: 300px;
		height: 300px;
	}
	.ir figure {
		width: 80%;
	}
	.ir-bottom {
		margin: 15px 10px 0;
		font-size: 18px;
	}
	p {
		font-size: 18px;
		line-height: 28px;
	}
	.btn-box {
		padding-top: 19px;
	}
	.ac-section-item {
		padding-bottom: 116px;
	}
	.ac-left {
		padding: 0 85px 0 0;
	}
	.ac-left br {
		display: none;
	}
	.ac-section-item-2 {
		padding-bottom: 180px;
	}
	.section-item h2 {
		margin-bottom: 75px;
	}
	.acf-item {
		padding: 62px 30px 70px 46px;
	}
	h4 {
		font-size: 30px;
		margin-bottom: 42px;
	}
	.acf-item figure {
		margin-bottom: 40px;
	}
	.list1 li {
		font-size: 20px;
		padding-left: 30px;
	}
	.list1 li::before {
		top: 7px;
	}
	.wedo-item {
		padding: 70px 53px 63px;
	}
	.wedo-item p {
		font-size: 20px;
		line-height: 30px;
	}
	.su-inner .wedo-item {
		width: 360px;
		flex: 0 0 360px;
		padding: 45px 40px 39px 30px;
	}
	.stay-up-wrap {
		padding-right: 0;
	}
	.stay-up-wrap h2 {
		font-size: 45px;
    	line-height: 52px;
	}
	.stay-up-wrap p {
		font-size: 30px;
	}
	.su-inner .wedo-item p {
		font-size: 28px;
		line-height: 36px;
	}
	.wedo-title {
		margin-bottom: 34px;
	}
	.industry-item {
		flex: 0 0 733px;
		width: 733px;
		padding: 62px 40px 46px 48px;
	}
	.industry-wrapper figure.ir {
		width: 213px;
		flex: 0 0 213px;
	}
	.industry-item p {
		font-size: 30px;
	}
	.test-item {
		padding-left: 60px;
	}
	.left-test {
		padding: 0 60px 0 0;
	}
	.top-inner p {
		padding: 0;
	}
	.top-testing {
		padding-bottom: 180px;
	}
	.test-list li {
		width: 49%;
	}
	.test-item {
		padding-left: 20px;
	}
	.aspects-wrapper {
		width: 100%;
	}
	.level_title {
		font-size: 30px;
	}
	.level_cert {
		padding: 25px 15px;
	}
	.level_slogan_2 {
		font-size: 15px;
	}
	.level_num i::before {
		width: 918px;
		left: -1013px;
	}
	.speaker-wrapper {
		padding: 56px 60px;
		margin: 60px 0;
	}
	.wii-right {
		width: 470px;
		flex: 0 0 470px;
	}
	.wii-left {
		width: 670px;
		flex: 0 0 670px;
	}
	.right-wrapper .contact-wrapper {
		padding: 12px 40px 40px;
	}
	.webinars-wrap h2 {
		font-size: 46px;
		line-height: 132%;
	}
	.aiwork-wrap {
		padding-left: 40px;
	}
	.aiwork-left {
		padding: 0 40px 0 0;
	}
	.user-bio-inner {
		width: 370px;
		flex: 0 0 370px;
	}
	.lang-test p {
		font-size: 24px;
	}
	.lang-test {
		max-width: 490px;
	}
}
@media (max-width: 1400px) {
	.top-menu li.li_btn {
		margin-left: 60px;
	}
	.home-top-wrap {
		gap: 20px;
	}
	.home-three-item {
		padding: 35px 20px;
	}
	.home-three-item p {
		font-size: 22px;
	}
	.home-three-item figure {
		margin-bottom: 25px;
	}
	.owl-related .owl-nav {
		top: 102px;
	}
	.related-blog-title {
		font-size: 18px;
	}
	.related-posts-wrap {
		padding: 100px 0 60px;
	}
	.related-post {
		line-height: 25px;
	}
	.related-post figure {
		margin-bottom: 20px;
	}
	.ht-item {
		width: 305px;
		flex: 0 0 305px;
	}
	.wii-right {
		width: 400px;
		flex: 0 0 400px;
	}
	.wii-left {
		width: 590px;
		flex: 0 0 590px;
	}
	.wii-left ul li {
		font-size: 18px;
	}
	.webinars-wrap h2 {
		font-size: 42px;
	}
	.webinars-wrap .speaker-wrapper-two.speaker-wrapper {
		padding: 55px 40px;
	}
	.ht-title {
		font-size: 22px;
	}
	.ht-item p {
		font-size: 16px;
	}
	.ht-item figure {
		width: 60px;
		height: 60px;
	}
	.top-section .top-inner p {
		font-size: 33px;
		line-height: 40px;
	}
	.chai {
		margin: 40px auto 0;
		padding: 16px;
	}
	.box_1 ul {
		padding-right: 0;
	}
	.testimonial-wrap {
		padding: 79px 30px 106px;
	}
	.bc-wrapper {
		padding: 100px 30px;
	}
	.bc-wrapper p {
		font-size: 32px;
	}
	.joins-section {
		padding: 130px 15px;
	}
	#gover-menu,
	#gover-menu.fixed {
		width: 266px;
	}
	.gover-page .post_menu_blog li a {
		font-size: 18px;
	}
	.gover-page .post_menu_blog li {		
		margin-top: 14px;
	}
	.top-section #hubspot-form {
		min-height: 518px;
	}
	.top-inner h1 {
		font-size: 54px;
		margin-bottom: 20px;
		line-height: 67px;
	}
	.guard-box h1 {
		font-size: 43px;
		line-height: 52px;
	}
	.top-testing .top-inner.guard-box p {
		font-size: 30px;
		padding: 0;
		line-height: 40px;
	}
	.video-post-item {
		padding: 20px;
		width: 100%;
		height: 386px;
	}
	.video-post-title {
		font-size: 28px;
	}
	.video-post-image {
		width: 180px;
		flex: 0 0 180px;
	}
	.video-post-image::after {
		width: 180px;
		height: 180px;
	}
	.video-right-inner {
		width: auto;
	}
	.proven-section .row {
		gap: 30px 0;
	}
	.video-two-speakers .video-post-image {
		width: 110px;
		flex: 0 0 110px;
	}
	.video-two-speakers .video-post-image::after {
		width: 110px;
		height: 110px;
	}
	.contact-wrapper .hs_error_rollup .hs-error-msgs, .contact-wrapper .hs-error-msg {
		font-size: 12px;
		bottom: -22px;
	}
	.top-section .contact-wrapper {
		padding: 40px;
	}
	.top-menu li {
		margin: 0 0 0 35px;
	}
	.two_sp .speaker-wrapper::before {
		height: 60%;
	}
	.green-leaves {
		width: 712px;
		top: 56px;
    	right: -119px;
	}
	.two_sp .speaker-wrapper {
		padding: 50px 20px;
	}
	h1 {
		font-size: 57px;
		line-height: 70px;
	}
	.fig_add_2::before, .fig_add::before {
		top: -41px;
	}
	.three-blocks-item {
		width: 170px;
		flex: 0 0 170px;
	}
	.tb-top {
		padding: 0 0 13px 0;
	}
	.ac-item {
		padding-left: 50px;
	}
	.acf-item {
		padding: 62px 20px 70px;
	}
	.list1 li {
		font-size: 18px;
	}
	.acf-item h4 {
		margin-bottom: 24px;
	}
	.btn2 {
		font-size: 20px;
		padding: 14px 10px;
	}
	.industry-wrapper figure.ir {
		width: 190px;
		flex: 0 0 190px;
	}
	.industry-item {
		flex: 0 0 600px;
		width: 600px;
		padding: 62px 20px 46px;
	}
	.industry-item p {
		font-size: 28px;
	}
	.ir {
		width: 260px;
		height: 260px;
	}
	.awards-wrap {
		margin: 50px 0 144px;
	}
	.stay-up-wrap h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.stay-up-wrap p {
		font-size: 27px;
	}
	.su-inner .wedo-item {
		width: 308px;
		flex: 0 0 308px;
		padding: 30px 20px 34px 25px;
	}
	.su-inner .wedo-item p {
		font-size: 26px;
		line-height: 34px;
	}
	h5 {
		font-size: 18px;
	}
	.cert-item {
		padding: 130px 20px 40px;
	}
	.cert-num {
		left: 30px;
	}
	.cert-item p {
		margin-bottom: 30px;
	}
	.wd-item {
		width: 354px;
	}
	.level_cert {
		height: 170px;
	}
	.level_slogan_2 {
		font-size: 12px;
		line-height: 21px;
	}
	.level_cert {
		padding: 20px 15px;
	}
	.level_num i::before {
		width: 779px;
		left: -881px;
	}
	.level-section::before {
		height: 240px;
	}
	.contact-section .green-leaves {
		right: 0%;
		top: 52px;
	}
	.aspect-body {
		padding: 23px 10px;
	}
	.as-row {
		font-size: 14px;
	}
	.speaker-wrapper {
		padding: 56px 30px;
	}
	.speaker-left {
		width:454px;
		flex: 0 0 454px;
	}
	.speaker-img {
		margin-right: 30px;
	}
	.top-haig .top-inner {
		padding-left: 70px;
	}
	.doc-wrapper {
		padding: 50px;
	}
	.doc-item {
		width: 226px;
		padding: 20px 15px;
	}
	.document-step-wrap {
		padding-left: 30px;
	}
	.ds-inner {
		font-size: 30px;
		line-height: 38px;
	}
	.doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		right: -190px;
		bottom: 124px;
	}
	.progress-container {
		width: 260px;
		right: -320px;
		bottom: 84px;
	}
	.docs-reverse .document-step-wrap {
		padding: 0 30px 0 0;
	}
	.docs-reverse .doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		left: -295px;
	}
	.docs-reverse .progress-container {
		left: -285px;
	}
	.adopt-section {
		padding: 130px 15px 170px;
	}
	.adopt-section .contact-wrapper {
		padding: 55px;
	}
	.list2 {
		width: 100%;
	}
	.group-item {
		flex: 0 0 47%;
		width: 47%;
	}
	.ol-list li {
		font-size: 18px;
	}
	.left-test {
		padding: 0;
	}
}
@media (max-width: 1199px) {	
	h1 {
		letter-spacing: 0;
	}
	h2 {
		margin-bottom: 40px;
	}
	.test-item h3,
	h3 {
		font-size: 34px;
		line-height: 42px;
	}
	.guard-agent-section .home-three-item h3 {
		font-size: 24px;
	}
	.bc-wrapper p {
		font-size: 28px;
	}
	.test-item h3 br {
		display: none;
	}
	.lang-test p {
		font-size: 20px;
		margin-bottom: 26px;
	}
	.lt-img {
		padding: 20px;
	}
	.medhelm-section figure {
		padding: 30px;
	}
	.medhelm-section .ht-title {
		margin-bottom: 76px;
	}
	.red-wrap figure {
		flex: 0 1 48%;
	}
	.home-three-item p {
		font-size: 20px;
	}
	.home-three-item {
		padding: 30px 20px;
	}
	.subtitle {
		font-size: 24px;
	}
	.home-three-item figure {
		width: 70px;
		height: 70px;
	}
	.home-three-item h3 {
		font-size: 30px;
	}
	.awards-wrap {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 0 100px;
	}
	.related-posts-wrap h3 {
		margin-bottom: 37px;
	}
	.owl-related .owl-nav {
		top: 75px;
	}
	.bs-list li {
		padding: 11px 5px;
		font-size: 10px;
		line-height: 11px;
	}
	.bn-left {
		width: 360px;
		flex: 0 0 360px;
		margin-right: 20px;
	}
	.bn-left a {
		font-size: 40px;
		line-height: 48px;
	}
	.blog-excerpt {
		font-size: 18px;
		line-height: 26px;
	}
	.bn-right h4 {
		line-height: 34px;
	}
	.bn-author a {
		font-size: 22px;
	}
	.bn-author figure {
		width: 70px;
	}
	#gover-menu, #gover-menu.fixed {
		width: 214px;
	}
	.wii-right {
		width: 380px;
		flex: 0 0 380px;
	}
	.wii-left {
		width: 530px;
		flex: 0 0 530px;
	}
	.reserv {
		font-size: 32px;
		padding: 30px 0;
	}
	.webinars-wrap h2 {
		margin: 30px 0 50px;
	}
	.speaker-wrapper-two .speakers-item {
		width: 46%;
		flex: 0 0 46%;
	}
	.user-right {
		font-size: 18px;
		padding-left: 20px;
		line-height: 28px;
	}
	.webinars-wrap .speaker-img {
		margin-right: 0;
	}
	.webinars-wrap .speaker-description p {
		line-height: 159%;
		font-size: 16px;
	}
	.top-section.ov {
		padding-bottom: 70px;
	}
	.sponsor-item {
		width: 200px;
		height: 100px;
	}
	.sponsor-item a {
		padding: 15px;
	}
	.marquee-content {
		gap: 10px;
	}
	.joins-section h2 br {
		display: none;
	}
	.box_1 ul li {
		font-size: 18px;
	}
	.testimonail-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.testim-author {
		font-size: 22px;
	}
	.sponsors-section {
		padding-top: 110px;
	}
	.top-section .top-inner p {
		font-size: 28px;
		line-height: 37px;
	}
	.home-section .wp-block-columns {
		flex-wrap: wrap !important;
	}
	.home-section .col-12 {
		width: 100%;
	}
	.home-top-wrap {
		gap: 30px;
		padding-top: 30px;
	}	
	.ht-item {
		width: 447px;
		flex: 0 0 447px;
	}
	.ht-item a {
		padding: 39px 30px;
	}
	.top-inner p {
		padding-right: 0;
	}
	.gover-page .post_menu_blog li {
		line-height: 100%;
	}
	.gover-page .post_menu_blog li a {
		font-size: 16px;
	}
	.play-button {
		width: 60px;
	}
	.su-inner .wedo-item {
		width: 256px;
		padding: 25px 20px 26px 20px;
		flex: 0 0 256px;
	}
	.stay-up-wrap h2 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 42px;
	}
	.stay-up-wrap p {
		font-size: 24px;
	}
	.su-inner .wedo-item p {
		font-size: 23px;
		line-height: 30px;
	}
	.video-post-item a {
		flex-direction: column;
		height: auto;
	}
	.video-post-title {
		margin-bottom: 30px;
	}
	.video-speaker {
		flex-direction: row;
	}
	.video-post-image {
		margin: 0 15px 0 0;
	}
	.video-right-inner {
		text-align: left;
	}
	.video-post-image {
		width: 150px;
		flex: 0 0 150px;
	}
	.video-post-image::after {
		width: 150px;
		height: 150px;
	}
	.stay-up-section .wp-block-columns {
		flex-wrap: wrap !important;
	}
	.stay-up-section {
		padding-top: 140px;
	}
	.video-post-item {
		padding: 35px;
		height: 100%;
	}
	.video-right,
	.video-left,
	.video-two-speakers .video-right,
	.video-two-speakers .video-left {
		width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}
	.level_num i::before {
		width: 654px;
		left: -736px;
	}
	.sin_fig_1,
	.sin_fig_2,
	.sin_fig_3 {
		width: 70%;
	}
	.fig_add_2::before, 
	.fig_add::before {
		top: -31px;
	}
	.fig_add_2::before, .fig_add::before {
		right: -30px;
	}
	.paper-content {
		padding-right: 0;
	}
	.paper-images::before {
		right: -28px;
	}
	.single-page h1 {
		font-size: 42px;
		line-height: 50px;
	}
	.single-page {
		padding-top: 160px;
	}
	.right-wrapper .contact-wrapper {
		padding: 8px 20px;
		margin: 99px auto 0;
	}
	.single-content .right-wrapper h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.hs-form-wrapper label {
		margin-bottom: 4px;
	}
	.webinar-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.top-testing {
		padding-bottom: 118px;
	}
	.test_bg {
		width: 66%;
	}
	.testing-section {
		padding-bottom: 150px;
	}
	.aspect-item {
		flex: 0 0 50%;
		width: 50%;
	}
	.aspect-body {
		padding: 23px 30px 23px 20px;
	}
	.top-menu li a {
		font-size: 16px;
	}
	.nowrap_1199 {
		flex-wrap: wrap !important;
	}
	.top-menu li.li_btn {
		margin-left: 20px;
	}
	.top-inner h1,
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.top-container .container {
		position: relative;
	}
	.top-image {
		position: absolute;
		right: 0;
		top: 130px;
		width: 533px;
	}
	.top-section .contact-wrapper {
		padding: 34px;
	}
	.top-list {
		width: 364px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		top: 342px;
    	right: 0;
	}
	.top-list li {
		width: 49%;
		padding: 10px;
	}
	.green-leaves {
		width: 656px;
	}
	.numbers-top {
		width: 712px;
	}
	.ac-section {
		padding-top: 100px;
	}
	.three-blocks-item {
		margin: 0 5px;
	}
	.three-blocks-wrapper {
		margin: 0 -5px;
	}
	.three-blocks-item {
		width: 142px;
		flex: 0 0 142px;
		padding: 20px 8px;
	}
	/* .tb-list li {
		padding: 0;
		margin-top: 20px;
	} */
	.tb-top {
		font-size: 11px;
		line-height: 12px;
	}
	.tb-middle {
		margin-top: 38px;
	}
	.ac-left,
	.ac-item {
		padding: 0;
	}
	.fig_add_2::before {
		left: -29px;
	}
	.yell-green {
		width: 77%;
	}
	.acf-item {
		padding: 34px 15px;
		height: 100%;
	}
	.acf-item figure {
		margin-bottom: 22px;
	}
	.list1 li {
		font-size: 15px;
		padding-left: 23px;
	}
	.list1 li::before {
		top: 6px;
	}
	.wedo-item {
		padding: 70px 30px 63px;
	}
	.industry-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.industry-item {
		order: 1;
		flex: 0 0 100%;
    	width: 100%;
	}
	.ir {
		margin: 0;
	}
	.awards-wrap {
		gap: 26px;
	}
	aside p {
		font-size: 22px;
		line-height: 30px;
	}
	.aside-title {
		font-size: 29px;
		line-height: 137%;
	}
	.industry_bg {
		bottom: -419px;
	}
	.wedo-item.yell figure {
		right: -52%;
	}
	.wedo-item figure {
		right: -67%;
	}
	.cert-item {
		padding: 100px 20px 40px;
		display: block;
	}
	.cert-item .btn3 {
		font-size: 18px;
		min-width: 10px;
		padding: 10px 15px;
	}
	.cert-item p {
		font-size: 20px;
	}
	.cert-num {
		height: 76px;
		font-size: 34px;
	}
	.wd-item {
		width: 290px;
		margin-bottom: 20px;
	}
	.wd-item p {
		font-size: 22px;
	}
	.level_bg {
		width: 140px;
	}
	.level_cert {
		padding: 15px;
	}
	.level_slogan_2 {
		padding: 4px;
		font-size: 15px;
	}
	.level_title {
		font-size: 28px;
	}
	.contact-wrapper {
		padding: 74px 50px 60px;
	}
	.test-list li {
		font-size: 18px;
	}
	.speaker-left-inner {
		flex-direction: column;
	}
	.speaker-left {
		width: 300px;
		flex: 0 0 300px;
	}
	.speaker-name-inner {
		text-align: center;
	}
	.about-sp {
		text-align: center;
		margin-bottom: 30px;
		font-size: 32px;
	}
	.speaker-img {
		margin: 0 0 30px;
	}
	.top-testing h1 {
		margin-bottom: 20px;
	}
	.docs-section {
		padding-top: 75px;
	}
	.doc-wrapper {
		padding: 30px;
	}
	.doc-item {
		width: 194px;
	}
	.docs-reverse .document-step-wrap,
	.document-step-wrap {
		padding: 0;
	}
	.doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		right: -160px;
		bottom: 145px;
	}
	.progress-container {
		width: 212px;
		right: -242px;
		bottom: 105px;
	}
	.docs-reverse .doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		left: -250px;
	}
	.docs-reverse .progress-container {
		left: -240px;
	}
	.doc-double .doc-item {
		width: 302px;
	}
	.adopt-section .contact-wrapper {
		padding: 30px;
	}
	.submit-item {
		padding-top: 33px;
	}
	.square::after {
		right: -22px;
	}
	.list2 li {
		font-size: 18px;
	}
	.list2 li::before {
		top: 9px;
	} 
	.aiwork-wrap,
	.aiwork-left {
		padding: 0;
	}
	.aiwork-wrap .list1 li {
		font-size: 18px;
	}
}
@media (max-width: 992px) {		
	#show_menu {
		display: inline-block;
	}
	.aiwork-left-section .row {
		flex-direction: column-reverse;
	}
	.home-three-item {
		height: auto;
		margin-bottom: 40px;
	}
	.red-wrap figure {
		flex: 0 1 100%;
	}
		.webinars-wrap .speaker-wrapper {
		padding: 20px;
	}
	.user-bio-inner {
		flex: 0 0 100%;
		width: 100%;
	}
	.btn_box {
		text-align: center;
	}
	.owl-related .owl-nav {
		top: 208px;
	}
	.bn-left {
		width: 310px;
		flex: 0 0 310px;
		margin-right: 15px;
	}
	.bn-left a {
		font-size: 30px;
	}
	.bn-right h4 {
		font-size: 22px;
		margin-bottom: 12px;
		line-height: 26px;
	}
	.blog-excerpt {
		margin-bottom: 20px;
	}
	.bn-author figure {
		width: 50px;
		margin-right: 10px;
	}
	.blog-excerpt {
		font-size: 16px;
		line-height: 22px;
	}
	.bn-author a {
		font-size: 16px;
	}
	.user-bio {
		flex-direction: column;
		margin: 77px 0 70px;
	}
	.user-right {
		font-size: 18px;
		margin-top: 40px;
		padding: 0;
		line-height: 28px;
	}	
	.sponsors-section {
		padding-top: 125px;
	}
	.bc-wrapper p {
		font-size: 26px;
	}
	.bottomcontact-section {
		margin-top: 120px;
	}
	.gover-header {
		margin-top: 63px;
	}
	.wii-right,
	.wii-left {
		width: 100%;
		flex: 0 0 100%;
	}
	.aiwork-wrap {
		padding-top: 50px;
	}
	.testimonail-section {
		margin-top: 145px;
	}
	.aiwork-section {
		padding-top: 110px;
	}
	.wi-inner {
		flex-direction: column-reverse;
	}
	.webinars-wrap h2 {
		font-size: 33px;
	}
	.right-wrapper .contact-wrapper {
		max-width: 100%;
	}
	.wii-right {
		margin-bottom: 50px;
	}
	.top-testing .top-inner {
		padding-bottom: 40px;
	}
	.top-testing .top-inner p {
		font-size: 30px;
		line-height: 40px;
	}
	.search-form,
	#ajax-search-form {
		width: 100%;
	}
	.ht-item {
		width: 327px;
		flex: 0 0 327px;
	}
	.home-section h1 strong {
		display: inline-block;
	}
	.gover-top h1 {
		margin-bottom: 12px;
	}
	#show_gover_menu {
		padding: 20px 0;
		background: #fff;
		display: block;
	}
	#gover-menu {
		position: absolute;
		top: 62px;
		left: 10px;
		height: auto;
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		width: 350px;
		max-height: none;
		background: #219780;
		padding: 50px 25px;
		overflow: hidden;
		transition: all 300ms ease-in-out;
		border: 2px solid #f1f3f3;
		border-radius: 0 20px 20px 20px;
	}
	#gover-menu.fixed {
		position: fixed;
		top: 137px;
		left: 20px;
		width: 350px;
	}
	#show_gover_menu.fixed {
		position: fixed;
		top: 63px;
		width: 100%;
		z-index: 6;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
		left: 0;
		padding: 25px 50px;
	}
	.open #gover-menu {
		opacity: 1;
		visibility: visible;
	}
	.gover-content {
		padding: 8px 0 55px;
	}
	.stay-up-section {
		padding-top: 70px;
	}
	.stay-up-wrap p {
		text-align: center;
	}	
	.stay-up-wrap h2 {
		text-align: center;
	}
	.gover-page .post_menu_blog li a {
		color: #fff;
		font-size: 18px;
	}
	.gover-page .post_menu_blog li {
		padding-bottom: 12px;
		border-bottom: 1px solid #fff;
	}
	.gover-page .post_menu_blog li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.post_menu_blog {
		margin: 0 !important;
	}
	.post_menu_blog {
		position: relative;
	}
	.table1 tr td {
		font-size: 16px;
		line-height: 22px;
	}
	.top-inner p {
		line-height: 28px;
	}
	.contact-wrapper .hs-form-field {
		float: none;
		width: 100% !important;
	}
	.top-section .list1 li {
		margin-top: 10px;
	}
	.top-section .top-inner p {
		font-size: 22px;
		line-height: 34px;
	}
	.top-section .top-inner h1 {
		font-size: 46px;
		line-height: 54px;
	}
	.right-green-cir.visible {
		transform: scale(3) translate(39%, -43%);
	}	
	.left-yellow-cir.visible {
		transform: scale(3) translate(-52%, -37%);
	}
	.two_sp .speakers-item {
		flex-direction: column;
	}
	.speaker-inner {
		flex-direction: column;
	}
	.top-haig.top-testing {
		padding-bottom: 118px;
	}
	.two_sp .speaker-inner {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	.two_sp .speaker-left {
		margin: 0 0 25px;
	}
	.two_sp .speaker-wrapper::before {
		display: none;
	}
	.single-page {
		padding-top: 143px;
	}
	.play-button {
		width: 80px;
	}
	.fig_add_2::before, 
	.fig_add::before {
		top: -16%;
	}
	.fig_add_2::before, .fig_add::before {
		right: -28px;
	}
	.single-page h1 {
		font-size: 38px;
		line-height: 48px;
	}
	.rmp-heading--title {
		font-size: 30px;
	}
	.rmp-rating-widget.js-rmp-rating-widget {
		padding: 36px 10px;
		margin-top: 80px;
	}
	.tabs button {
		margin: 0 10px;
	}
	.page-header {
		padding-top: 115px;
	}
	header.fixed {
		padding: 0;
	}
	#logo {
		width: 158px;
		flex: 0 0 158px;
		margin: 0;
	}
	.top-menu-wrapper {
		position: relative;
		width: 350px;
		background: #219780;
		padding: 51px 43px 29px;
		transform: translateX(100%);
		position: absolute;
		right: 0;
		opacity: 0;
		visibility: hidden;
		top: 61px;
		overflow: hidden;
		border: 2px solid #f1f3f3;
		border-radius: 20px 0 20px 20px;
	}
	#header-main.open {
		background: #fff;
	}
	#header-main.open .top-menu-wrapper {
		transform: translateX(0);
		transition: all 300ms ease-in-out;
		visibility: visible;
		opacity: 1;
	}
	.head-top {
		align-items: center;
		padding: 14px 0;
	}
	.top-container {
		padding-top: 137px;
	}
	.top-image {
		width: 100%;
		position: relative;
		top: auto;
	}
	.top-section .contact-wrapper {
		padding: 22px 15px;
	}
	.top-section .contact-wrapper .hs-form-field {
		float: none !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.contact-wrapper .hs_submit {
		position: relative;
		width: 100%;
		right: auto;
		bottom: auto;
	}
	.contact-wrapper .hs_error_rollup .hs-error-msgs, .contact-wrapper .hs-error-msg {
		position: relative;
		width: 100%;
		bottom: auto;
		left: auto;
		padding-top: 5px;
	}
	.top-section .contact-wrapper .form-columns-1 .hs-form-field {
		margin: 0;
	}
	.contact-wrapper .hs_submit {
		margin-top: 20px;
	}
	.top-section .contact-wrapper .hs-form-field .input {
		margin: 0;
	}
	.top-image {
		border-radius: 15px;
	}
	.contact-wrapper fieldset {
		margin-bottom: 0 !important;
		flex-direction: column;
	}
	.top-list {
		width: 344px;
		top: 308px;
		right: -6px;
	}
	.top-list li {
		font-size: 13px;
		padding: 8px;
		margin-bottom: 5px;
	}
	.green-leaves {
		width: 556px;
		top: 75px;
		right: -153px;
	}
	.numbers-top {
		width: 686px;
	}
	.nowrap_991 {
		flex-wrap: wrap !important;
	}
	.fdcr_991 {
		flex-direction: column-reverse;
	}
	.nowrap_991  .testimonial-wrap {
		margin-top: 60px;
	}
	.ac-item h3 {
		text-align: center;
		font-size: 30px;
		margin-bottom: 22px;
	}
	.ac-item h3 br {
		display: none;
	}
	h2 {
		font-size: 45px;
		line-height: 54px;
	}
	.ac-item {
		text-align: center;
	}
	.ac-item .btn-box {
		display: none;
	}
	.three-blocks-item {
		width: 31.5%;
		flex: 0 0 31.5%;
		padding: 43px 10px;
	}
	.tb-top {
		font-size: 12px;
		margin-bottom: 35px;
	}
	.three-blocks-wrapper {
		padding-top: 35px;
	}
	/* .tb-list li figure {
		width: 50px;
		flex: 0 0 50px;
	}
	.tb-list li {
		margin-top: 24px;
		font-size: 10px;
	} */
	.db_991 {
		display: block;
	}
	.btn-box.db_991 {
		text-align: center;
	}
	.ac-section .btn-box {
		padding-top: 90px;
	}
	.ac-section-item {
		padding-bottom: 93px;
	}
	.fig_add {
		margin-top: 72px;
	}
	.top-testing {
		padding-bottom: 100px;
	}
	.ac-section-item-2 {
		padding-bottom: 84px;
	}
	.acf-item {
		padding: 54px 15px 54px 34px;
		margin-bottom: 30px;
		height: auto;
	}
	.acf-inner {
		display: flex;
		align-items: center;
	}
	.acf-item h4 {
		margin-left: 31px;
	}
	.acf-item .list1 {
		margin-left: 76px;
		display: flex;
		flex-wrap: wrap;
	}
	.acf-item .list1 li {
		width: 49%;
		font-size: 18px;
		padding-left: 27px;
		margin: 0 0 14px;
	}
	.wedo-item {
		height: auto;
		margin-bottom: 30px;
	}
	.wedo-item figure {
		right: -45%;
	}
	.wedo-item.yell figure {
		right: -33%;
	}
	.footer-logo {
		width: 100%;
	}
	.menu-title {
		font-size: 16px;
	}
	.contacts li, .contacts li a, .footer-menu li a {
		font-size: 16px;
	}
	.social-menu li {
		margin-left: 20px;
	}
	.sign-up-wrapper {
		width: 100%;
		text-align: center;
	}
	#overview {
		position: fixed;
		width: 100%;
		left: 0;
		display: none;
		top: 0;
		background: rgba(0, 0, 0, .7);
		height: 100%;
		z-index: 9;
	}
	.close_menu, #overview.open {
		display: block;
	}
	.close_menu {
		position: absolute;
		right: 19px;
		top: 18px;
	}
	.top-menu {
		display: block;
		width: 100%;
		padding: 0;
	}
	.top-menu li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #fff;
	}
	.top-menu li a {
		color: #fff;
		padding: 10px 10px;
		font-size: 18px;
		display: block;
	}	
	.top-menu .menu-item-has-children a {
		margin-right: 40px;
	}
	.submenu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.submenu-toggle path {
		stroke: #fff;
	}
	.top-menu li.current-menu-item a, .top-menu li a:hover {
		color: #0048c4;
	}
	.top-menu li.li_btn {
		border: none;
		margin: 10px 0 0;
		text-align: center;
		padding-top: 10px;
	}
	.top-menu .sub-menu {
		background: none;
		border-right: none;
		position: relative;
		opacity: 1;
		transform: translateY(0);
		transition: max-height 0.5s ease, opacity 0 ease, transform 0 ease;
		box-shadow: none;
		padding: 0 0 0 10px;
	}
	.top-menu .sub-menu li:last-child {
		border: none;
	}
	.top-menu .sub-menu li a {
		color: #fff;
		margin: 0;
		padding-left: 10px;
		font-size: 17px;
		border: none;
	}
	.top-menu ul li.current-menu-item a {
		background: none;
		color: #0048c4;
	}
	.submenu-toggle {
		top: 10px;
		bottom: auto;
	}
	.top-menu .menu-item-has-children.open > .sub-menu {
		top: 0;
		left: auto;
	}
	.test-item {
		padding: 0;
	}	
	.aspect-body {
		padding: 23px 10px;
	}
	.as-row {
		font-size: 13px;
	}
	.top-page {
		padding-top: 123px;
	}
	.certif-steps-section {
		padding-top: 45px;
	}
	.governance-section h2 {
		margin: 0;
	}
	.governance-section .test-item {
		padding-top: 33px;
		margin-bottom: 60px;
	}
	.section-item {
		padding-top: 104px;
	}
	.governance-section .test-item h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	.ind-1 {
		padding: 109px 0 150px;
	}
	.wd-item {
		width: 326px;
		padding: 33px 30px;
	}
	.wd-item p {
		font-size: 20px;
	}
	.level-section .col-lg-3 {
		margin-bottom: 170px;
	}
	.level_title {
		padding: 20px 0 30px;
		margin: 0;
	}
	.level_cert {
		max-width: 384px;
		margin: 0 auto;
		padding: 20px;
	}
	.level_num {
		bottom: -120px;
	}
	.level_num i::before, 
	.level_num em::before {
		bottom: 110px;
	}
	.yell .level_num::before {
		right: auto;
		left: -10px;
	}
	.level_bg_1 .level_num i::before,
	.yell .level_num em::after {
		content: '';
		height: 2px;
		width: 257px;
		position: absolute;
		left: -361px;
		z-index: -1;
		right: 0;
		margin: auto;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk3IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgyOTUiIHN0cm9rZT0iIzIxOTc4MCIgc3Ryb2tlLW9wYWNpdHk9Ii41IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iNyA3Ii8+PC9zdmc+");
		background-repeat: repeat-x;
		background-color: transparent;
		bottom: 0;
	}
	.light_green .level_num em::after,
	.level_cert::after {
		display: none;
	}
	.level-section::before {
		bottom: 76px;
		height: 214px;
	}
	.level-section .nowrap_991 {
		position: relative;
	}
	.level-section {
		padding-bottom: 0;
	}
	.level_num::before, .level_num::after {
		background: rgba(33, 151, 128);
	}
	.level-section .col-lg-3 {
		margin-bottom: 160px;
	}
	.level-section::after {
		content: '';
		background: linear-gradient(270deg, rgba(208, 246, 226, 0.5) 0%, rgba(208, 246, 226, 0.5) 100%);
		position: absolute;
		top: 311px;
		height: 242px;
		left: 0;
		display: block;
		width: 100%;
		z-index: -1;
	}
	.contact-wrapper {
		padding: 70px 20px 30px 20px;
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 16px;
		top: -50px;
	}
	.cert-num {
		left: auto;
		right: 30px;
	}
	.cert-item {
		padding: 89px 53px 57px;
		margin-bottom: 30px;
		height: auto;
	}
	.cert-item h4 {
		margin-bottom: 12px;
	}
	.cert-item p {
		margin-bottom: 46px;
	}
	.cert-item .btn3 {
		font-size: 22px;
		min-width: 266px;
		padding: 13px 15px;
	}
	.speaker-left {
		width: 100%;
		flex: 0 0 100%;
		margin: 0 0 40px;
	}
	.speaker-wrapper {
		flex-direction: column;
	}
	.top-haig {
		overflow: hidden;
		margin: 0;
		max-width: 100%;
	}
	.top-haig figure {
		position: absolute;
		left: -97px;
		width: 468px;
		margin: 0;
		top: 72px;
	}
	.top-haig .top-inner {
		padding-left: 21px;
	}
	.top-haig h1 strong {
		letter-spacing: -1.5px;
	}
	.top-haig h1 {
		margin-bottom: 13px;
	}
	.top-haig .top-inner p {
		font-size: 18px;
	}
	.docs-section .wp-block-columns  {
		flex-direction: column;
	}
	.docs-section:not(.docs-reverse) .wp-block-columns  {
		flex-direction: column-reverse;
	}
	.document-step-wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 37px;
		width: 100%;
	}
	.document-step {
		font-size: 30px;
		line-height: 130%;
		display: inline;
		flex: 0 0 auto;
		position: relative;
	}
	.document-step::after {
		content: '|';
		display: inline-block;
		color: #000;
		margin: 0 10px;
		font-weight: 400;
	}
	.ds-inner {
		font-weight: 400;
		display: inline;
		text-align: center;
	}
	.doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		left: 0;
		right: 0;
		bottom: -116px;
		margin: auto;
		width: 140px;
	}
	.doc-wrapper {
		margin-bottom: 60px;
	}
	.doc-wrapper:not(.one_slide) {
		margin-bottom: 183px;
	}
	.progress-container {
		width: 300px;
		right: 0;
		bottom: 13px;
		left: 0;
		margin: auto;
	}
	.docs-reverse .progress-container,
	.docs-reverse .doc-wrapper.owl-buttons.owl-carousel .owl-nav {
		right: 0;
		left: 0;
	}
	.adopt-section .wp-block-columns {
		flex-direction: column;
	}
	.adot-step {
		text-align: center;
	}
	.adopt-section h2 {
		text-align: center !important;
		margin-bottom: 45px;
		font-size: 60px;
	}
	.adopt-section {
		padding: 95px 15px 170px;
	}
	.adopt-wrapper .list2 {
		margin: 0 auto;
		width: 605px;
	}
	.adopt-section .contact-wrapper {
		margin-top: 135px;
		padding: 55px 34px;
	}
	.privacy-wrapper h2 {
		font-size: 40px;
	}
	.top-section #hubspot-form {
		min-height: 439px;
	}	
	.su-inner {
		flex-direction: column;
		padding-top: 30px;
	}
	.su-inner .wedo-item {
		width: 100%;
		flex: 0 0 100%;
	}
	.speaker-wrapper-two .speakers-item {
		width: 100%;
		flex: 0 0 100%;
	}
	.webinars-wrap .speaker-wrapper-two.speaker-wrapper::before {display: none;}
	.top-testing h1 br {
		display: none;
	}
	.calendar {
		margin: 0 20px 0 0;
	}
	.webinar-date-wrap .btn3 {
		margin-left: 0;
		min-width: 190px;
	}
	.webinar-date-wrap {
		flex-wrap: wrap;
		gap: 12px 25px;
	}
	.copy-inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}	
	.tabs button {
		font-size: 17px;
		margin: 0 7px;
	}
	.aiwork-section h2 br {
		display: none;
	}
	.lang-test {
		max-width: none;
		margin-top: 40px;
	}
	.medhelm-section {
		padding-top: 152px;
	}
}
@media (max-width: 768px) {
	.top-list {
		display: none;
	}	
	.webinar-item {
		margin-bottom: 100px;
	}
	.bn-left {
		width: 100%;
		flex: 0 0 100%;
		margin: 0 0 30px;
	}
	.guard-agent-section {
		padding-bottom: 100px;
	}
	.medhelm-section .ht-title {
		margin-bottom: 50px;
	}
	.ht-title {
		font-size: 20px;
	}
	.medhelm-section figure {
		padding: 15px;
	}
	.subtitle {
		font-size: 20px;
	}
	.owl-related .owl-nav {
		top: 132px;
	}
	.blog-next {
		flex-direction: column;
	}
	.bn-author figure {
		width: 90px;
		margin-right: 20px;
	}
	.bn-author a {
		font-size: 20px;
	}
	.blog-excerpt {
		font-size: 18px;
		line-height: 26px;
	}
	.bn-right h4 {
		font-size: 26px;
		margin-bottom: 16px;
		line-height: 32px;
	}
	.ht-item {
		width: 100%;
		flex: 0 0 100%;
	}
	.top-testing .top-inner p {
		font-size: 26px;
		line-height: 36px;
	}
	.top-section.ov {
		padding-bottom: 30px;
	}
	.joins-section {
		padding: 90px 15px;
	}
	.testimonial-wrap p {
		font-size: 24px;
	}
	.testim-author {
		font-size: 20px;
	}
	.home-top-wrap {
		padding-top: 0;
	}
	.wp-block-columns {
		align-items: normal !important;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap !important;
	}
	.top-section .top-inner {
		margin-bottom: 30px;
	}
	.gover-image-top {
		text-align: center;
	}
	.stay-up-section {
		padding-top: 80px;
	}
	.top-container .top-image {
		margin-top: 40px;
	}
	.table1 thead th {
		font-size: 16px;
	}
	.table1 td {
		font-size: 16px;
		line-height: 18px;
	}
	.ac-item h3 {
		font-size: 28px;
	}
	.test-item h3,
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.test-item h3 {
		margin-bottom: 20px;
	}
	.webinar-date {
		margin-bottom: 35px;
	}
	.row .single-content .row {
		margin: 0;
	}
	.webinar-single .single-content .col-12 {
		padding: 0;
	}
	.learn-section {
		padding: 70px 0;
	}
	.ac-descr,
	p {
		font-size: 16px;
		line-height: 24px;
	}
	.right-green-cir, .left-yellow-cir {
		width: 100%;
		height: auto;
	}
	.right-green-cir.visible {
		transform: scale(3) translate(33%, -43%);
	}
	.single-content h5 {
		font-size: 22px;
	}
	.video-container.v1 {
		padding-bottom: 65.8%;
	}
	.level-section::after {
		display: none;
	}
	.rmp-rating-widget.js-rmp-rating-widget {
		flex-direction: column;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p {
		margin: 0 !important;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
		margin: 0 0 20px 0 !important;
	}
	.webinars-wrap h2 {
		font-size: 25px;
		line-height: 150%;
	}
	.date-wrapper {
		margin-bottom: 20px;
	}
	.single-content ul li {
		font-size: 17px;
		line-height: 140%;
	}
	.single-page h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.tabs {
		margin-bottom: 45px;
	}
	.case-study-item {
		height: auto;
	}
	.green-leaves {
		width: 76%;
		top: -5px;
		right: -102px;
	}	
	.top-inner p {
		font-size: 22px;
	}
	.numbers-top {
		width: 82%;
		right: -45px;
	}
	.ac-section {
		padding-top: 76px;
	}
	.acf-item .list1 {
		display: flex;
	}
	.acf-item .list1 li {
		width: 100%;
	}
	.cta-section {
		padding: 70px 0 120px;
	}
	h2 {
		font-size: 34px;
		line-height: 44px;
	}
	.certif-steps-section {
		padding-top: 0;
	}
	.yell .level_num em::after,
	.level_bg_1 .level_num i::before,
	.level_num::before {
		display: none;
	}
	.level-section::before {
		bottom: 78px;
		background: linear-gradient(to left, #f9fdfc, #f6fcfa, #f2fbf8, #effaf6, #ecf9f3);
		height: calc(100% - 340px);
		z-index: -1;
	}
	.acf-item {
		height: auto;
		margin-bottom: 15px;
	}
	.section-item {
		padding-top: 100px;
	}
	.section-item h2 {
		margin-bottom: 47px;
	}
	.industry-item {
		padding: 40px 20px 20px;
	}
	.industry-item p {
		font-size: 25px;
		padding-left: 5px;
	}
	.ir figure {
		width: 90%;
	}
	.ir {
		width: 300px;
		height: 300px;
	}
	.testimonial-wrap {
		padding: 79px 30px 70px;
	}
	.industry-section {
		padding-bottom: 150px;
	}
	.industry_bg {
		bottom: -300px;
	}
	.industry-item figure {
		margin-bottom: 10px;
		width: 45px;
	}
	#site-footer .row {
		position: relative;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.social-menu {
		position: absolute;
		right: 0;
		top: 3px;
	}
	.wd-item {
		width: 230px;
		padding: 30px 15px;
	}
	.add_expert {
		font-size: 20px;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
		font-size: 18px;
	}
	.user-right {
		font-size: 18px;
		line-height: 28px;
	}	
	.single-content {
		padding-top: 35px;
	}
	.share-wrapper {
		padding-top: 24px;
	}
	.blog-author {
		flex-direction: column;
		align-items: flex-start;
	}
	.single-page {
		padding-top: 120px;
	}	
	.group-item {
		flex: 0 0 100%;
		width: 100%;
	}
	.send-wrap {
		left: auto;
		bottom: auto;
		position: relative;
	}
	.contact-section h1 {
		margin-bottom: 30px;
	}
	.slogan {
		font-size: 22px;
	}
	.contact-section {
		padding: 107px 0 80px;
	}
	.contact-section .green-leaves {
		top: 0;
		right: -7%;
		width: 62%;
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 14px;
		line-height: 18px;
	}
	.bc-wrapper {
		padding: 50px 15px;
	}
	.bc-wrapper p {
		font-size: 24px;
	}
	.aspect-item {
		flex: 0 0 100%;
		width: 100%;
	}
	.as-row {
		font-size: 14px;
		line-height: 18px;
	}
	.aspect-body {
		padding: 23px 30px;
	}
	.paper-item h2 {
		font-size: 34px;
		line-height: 123%;
	}
	.paper-wrapper {
		padding-top: 0;
	}	
	.learn-box p {
		font-size: 24px;
	}
	.speaker-wrapper {
		padding: 40px 15px;
	}
	.top-haig figure {
		left: -10%;
		width: 57%;
		top: 18%;
	}
	.top-haig .top-inner {
		padding: 0;
	}
	.top-inner h1, h1 {
		font-size: 40px;
		line-height: 47px;
	}
	.doc-item {
		width: 47%;
		flex: 0 0 47%;
	}
	.doc-inner {
		justify-content: space-between;
	}	
	.adopt-wrapper .list2 {
		width: 100%;
	}
	.three-blocks-item {
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15);
	}
	.about-sp {
		margin-top: 50px;
	}
	.yell-green {
		display: none;
	}
	.top-section #hubspot-form {
		min-height: 440px;
	}
	.tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabs-inner {
		display: block;
		text-align: center;
		width: 48%;
		flex: 0 0 48%;
		margin-bottom: 10px;
	}
	.tabs button {
		color: #fff !important;
		padding: 10px 12px;
		border-radius: 6px;
		background: #219780;
		min-width: 100%;
		margin: 0;
	}
	.tabs button::before {
		display: none;
	}
	.tabs button.active {
		background: #0048c4;
		color: #fff;
	}
}
@media (max-width: 576px) {
	.top-haig .wp-block-columns {
		flex-direction: column;
	}
	.top-haig .wp-block-column:first-child {
		display: none;
	}
	.top-haig.top-testing {
		padding-bottom: 30px;
	}
	.fig_add_2::before, 
	.fig_add::before {
		right: -10px;
	}
	.fig_add_2::before {
		left: -10px;
	}
}
@media (max-width: 570px) {
	.top-menu-wrapper {
		width: 100%;
		padding: 51px 20px 29px;
	}
	.owl-related .owl-nav {
		top: 23%;
	}
	.ht-item a {
		padding: 30px 20px;
	}
	.ht-title {
		font-size: 22px;
	}
	.chai {
		padding: 40px;
	}
	.testimonial-wrap p {
		font-size: 22px;
	}
	.testim-author {
		font-size: 20px;
		padding: 0;
	}
	.webinar-date {
		flex-direction: column
	}
	.top-section .top-inner p {
		font-size: 20px;
		line-height: 30px;
		max-width: 100%;
		width: 100%;
	}
	.top-section .top-inner h1 {
		font-size: 44px;
		line-height: 52px;
	}
	.watch-live {
		margin: 0 0 15px;
	}
	.green-leaves {
		top: 44px;
	}
	.right-green-cir.visible {
		transform: scale(3) translate(25%, -43%);
	}
	.left-yellow-cir.visible {
		transform: scale(3) translate(-60%, -37%);
	}
	.code_inline {
		font-size: 14px;
	}
	.as-f,
	.as-inner,
	.as-u {
		word-break: normal;
		display: flex;
		align-items: center;
	}
	.cert-num {
		left: 46px;
		right: auto;
		width: 60px;
		height: 55px;
		border-radius: 0 0 12px 12px;
		font-size: 20px;
	}
	.cert-item h4 {
		font-size: 24px;
		margin-bottom: 4px;
	}
	.cert-item {
		padding: 89px 45px 37px;
	}
	.cert-item p {
		margin-bottom: 31px;
		font-size: 16px;
	}
	.cert-item .btn3 {
		font-size: 16px;
		min-width: 185px;
		padding: 6px 15px;
	}
	.certif-steps-section {
		padding-top: 5px;
	}
	.sin_fig_1, .sin_fig_2, .sin_fig_3 {
		width: 100%;
	}
	.single-page h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.sin_fig_3 {
		bottom: 10%;
		right: -20%;
	}
	.single-content p {
		font-size: 18px;
		line-height: 26px;
	}
	.top-inner h1,
	h1 {
		font-size: 40px;
		line-height: 110%;
	}
	.gover-top h1 {
		font-size: 34px;
	}
	.gover-image-top {
		margin: 0 auto;
		width: 224px;
	}
	.rmp-rating-widget.js-rmp-rating-widget {
		flex-direction: column;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
		margin: 6px 0 15px 0;
	}
	.single-footer {
		padding-bottom: 40px;
	}
	.top-container {
		padding-top: 120px;
	}
	.wd-item {
		width: 100%;
	}
	h2 {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 27px;
	}
	.webinars-wrap h2 {
		font-size: 22px;
	}
	.webinars-wrap {
		padding: 10px 0 100px;
	}
	.webinars-wrap .speaker-wrapper-two.speaker-wrapper {
		padding: 55px 20px;
	}
	.stay-up-wrap h2 {
		font-size: 25px;
		line-height: 34px;
	}
	.stay-up-wrap p {
		font-size: 20px;
	}
	.ac-section h2 {
		letter-spacing: 0;
	}
	.ac-item h3 {
		font-size: 20px;
		margin-bottom: 18px;
	}
	.three-blocks-item {
		padding: 25px 10px;
		width: 100%;
		margin: 0 0 30px;
		flex: 0 0 100%;
	}
	.bs-list li {
		font-size: 11px;
		line-height: 13px;
	}
	.three-blocks-wrapper {
		flex-direction: column;
	}
	.tb-middle {
		margin-top: 0;
	}
	/* .tb-list li {
		font-size: 7px;
		margin-top: 13px;
	}
	.tb-list li figure {
		width: 22px;
		flex: 0 0 22px;
		margin-right: 6px;
	} */
	.ac-section .btn-box {
		padding-top: 42px;
	}
	.ac-section-item {
		padding-bottom: 67px;
	}
	.fig_add {
		margin-top: 32px;
	}
	.fig_add::before {
		width: 95%;
		height: 125%;
		top: -20px;
		right: -10px;
	}
	.fig_add_2::before {
		left: -8px;
	}
	.acf-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.acf-item h4 {
		margin-left: 0;
		font-size: 24px;
	}
	.acf-item figure {
		margin-bottom: 35px;
	}
	.acf-item .list1 {
		margin-left: 0;
	}
	.acf-item .list1 li {
		font-size: 16px;
	}
	.section-item {
		padding-top: 83px;
	}
	.wedo-item figure {
		right: -47%;
		width: 100%;
		top: -4%;
	}
	.wedo-title {
		font-size: 34px;
		margin-bottom: 25px;
	}
	.bc-wrapper p {
		font-size: 24px;
	}
	.testimonial-wrap {
		padding: 79px 30px 70px;
	}
	.wedo-item {
		padding: 52px 30px 45px;
	}	
	.industry-item figure {
		width: 40px;
		margin-bottom: 20px;
	}
	.industry-item p {
		font-size: 16px;
		line-height: 150%;
		padding-left: 13px;
	}
	.industry-wrapper figure.ir {
		width: 130px;
		flex: 0 0 130px;
		margin: 50px 15px 0;
	}
	.wd-item figure {
		width: 60px;
		height: 60px;
		padding: 14px;
	}
	.wd-item p {
		font-size: 16px;
	}
	.level_num {
		font-size: 26px;
		width: 50px;
		bottom: -93px;
  		height: 50px;
		border-radius: 10px;
	}
	.level-section .col-lg-3 {
		margin-bottom: 125px;
	}
	.level-section::before {
		bottom: 56px;
		height: calc(100% - 303px);
	}
	.level_num i::before, 
	.level_num i::after,
	.level_num strong::before,
	.level_num em::before {
		bottom: 84px;
		left: -2px;
	}
	.level_num i::after {
		left: -4px;
	}
	.industry-section {
		padding-bottom: 133px;
	}
	.aside-wrap {
		text-align: center;
	}
	.aside-title {
		font-size: 24px;
	}
	aside {
		padding: 36px 0 55px;
	}
	aside p {
		font-size: 16px;
		line-height: 140%;
	}
	.footer-logo {
		width: 150px;
		margin-bottom: 39px;
	}
	#site-footer {
		padding-top: 40px;
	}
	.social-menu {
		right: 13px;
		top: -4px;
	}
	.contacts li, .menu-title, .contacts li a, .footer-menu li a {
		font-size: 14px;
		line-height: 20px;
	}
	.contacts li, .footer-menu li {
		margin-top: 5px;
	}
	.contacts li {
		line-height: 26px;
	}
	.pagination span, .pagination a {
		padding: 6px 12px;
		margin: 0 3px;
		min-width: 40px;
	}
	.single-content h3, 
	.single-content h2 {
		padding-top: 15px;
		font-size: 30px;
		margin-bottom: 26px;
		line-height: 38px;
	}	
	.aspect-item h5 {
		font-size: 25px;
	}
	.as-row {
		font-size: 13px;
	}
	.aspect-body {
		padding: 23px 10px;
	}
	.test-list li {
		width: 100%;
	}
	.play-button {
		width: 60px;
	}
	.document-step,
	.ds-inner {
		font-size: 22px;
		line-height: 28px;
	}
	.adopt-section h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.adot-step {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.submit-item {
		padding-top: 18px;
	}
	.industry-section.ind-1 {
		padding-bottom: 75px;
	}
	ul.list3 li {
		font-size: 18px;
		line-height: 26px;
	}
	.list_with_dots li::before {
		top: 11px;
	}
	.ed-policy {
		padding: 45px 15px;
	}
	.related-posts-wrap {
		padding: 100px 0 00px;
	}
	.subtitle {
		font-size: 18px;
	}
	.lang-test p,
	.ht-title {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.hs-form-wrapper .hs_submit .actions,
	.hs-form-wrapper .hs-form fieldset.form-columns-1 .input, .hs-form-wrapper .hs-form fieldset.form-columns-2 .input {
		margin-right: 0;
	}
	.top-testing .top-inner p {
		font-size: 22px;
		line-height: 32px;
	}
	.hs-form-wrapper .hs_submit input {
		width: 100%;
	}
	.video-post-item {
		padding: 20px;
	}
	.table1 td {
		font-size: 14px;
		line-height: 16px;
		padding: 5px;
	} 
	.table1 thead th {
		font-size: 14px;
	}
	.testimonial-wrap p {
		font-size: 20px;
	}
	.testim-author {
		font-size: 18px;
	}
}
@media (max-width: 460px) {
	.doc-wrapper {
		padding: 15px;
	}
	ul.list3 li {
		font-size: 16px;
		line-height: 24px;
	}
	.doc-item {
		width: 46%;
		flex: 0 0 46%;
	}
	.tabs-inner {
		width: 100%;
		flex: 0 0 100%;
	}
	.case-study-body {
		padding: 25px 5px 13px;
	}
	.as-f {
		font-size: 13px;
	}
	.video-container.v1 {
		padding-bottom: 67.8%;
	}
	.two_sp .speaker-img {
		width: 130px;
		height: 130px;
		flex: 0 0 130px;
	}
	.paper-top-inner {
		flex-direction: column;
	}
	.paper-top-inner a {
		margin: 0 0 20px;
		width: 100%;
	}
	.adopt-section .contact-wrapper {
		padding: 30px 15px;
	}
	.privacy-wrapper h2 {
		font-size: 34px;
	}
	.contact-wrapper input[type="submit"], .btn1 {
		min-width: 200px;
	}
	.gover-top h1 {
		font-size: 30px;
	}
	.gover-image-top {
		width: 194px;
	}
	#gover-menu {
		width: 94%;
	}
	#gover-menu.fixed {
		left: 10px;
	}
}


















