@charset "UTF-8";

/*
Theme Name: IGCC SustainMarkets
Theme URI: https://www.innovins.com/
Author: Innovins
Author URI: https://www.innovins.com/
Version: 1.7
*/


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
	-webkit-tap-highlight-color: transparent;
	font-variant-ligatures: none !important;
	font-feature-settings: "liga";
	-webkit-user-drag: none;
}

:root {
	--color: #232323;
	--bg: #fff;
	--hpad: calc(21px + 5vw);
	--blue-x1: #007CBB;
	--orange-x1: #FF9000;
	--orange-s2: #db7c00;
	/* --orange-x1: #32ba5a;
	--orange-s2: #2da752; */
	--vpad: 60px;
	--fsize: 15px;
	--font: "Source Sans Pro", system-ui, -apple-system, "Segoe UI", "Ubuntu", sans-serif;
}

.vpad {
	padding-top: var(--vpad);
	padding-bottom: var(--vpad);
}

.gray {
	background: #F9F9F9;
}

.vpad-x1 {
	padding-top: 20px;
}

.vpad-x2 {
	padding-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

input[type=number] {
	-moz-appearance: textfield;
}

html {
	scroll-behavior: smooth;
	background: var(--bg);
}

/* 
html::-webkit-scrollbar {
  width: 6px
}

html::-webkit-scrollbar-track {
  background: #fff
}

html::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 99px
}

html::-webkit-scrollbar-thumb:hover {
  background: #555
} */
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}


input,
textarea,
button {
	font-family: var(--font);
	background: 0 0;
	color: var(--color);
	font-size: var(--fsize);
	outline: none;
	border: none;
	cursor: inherit;
}

button {
	cursor: pointer;
}

*:focus {
	outline: none;
	border: none;
}

*::-moz-focus-inner {
	border: 0;
}

textarea {
	min-height: 100px;
}

::-moz-placeholder {
	font-size: var(--fsize);
	line-height: 1.7;
}

:-ms-input-placeholder {
	font-size: var(--fsize);
	line-height: 1.7;
}

::placeholder {
	font-size: var(--fsize);
	line-height: 1.7;
}

input:required {
	box-shadow: none;
}

input:invalid {
	box-shadow: none;
}

.unselect,
.unselect *,
br,
hr,
img,
.blockui {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus,
a:focus-within {
	outline: none;
	border: none;
	text-decoration: none;
}

a {
	color: var(--blue-x1);
	display: inline-block;
	transition: all .25s;
}


a:hover {
	color: var(--blue-x1);
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--font);
	font-weight: 700;
	color: var(--color);
}

.none {
	display: none !important;
}

body {
	color: var(--color);
	background-color: var(--bg);
	font-family: var(--font);
	line-height: 1;
	min-height: 100vh;
	width: 100%;
	word-spacing: 0;
	letter-spacing: 0;
	font-size: var(--fsize);
	z-index: 1;
	font-kerning: normal;
	font-feature-settings: "kern", "liga", "clig", "calt";
	position: relative;
	overflow-x: hidden;
	max-width: 100vw;
}


.max {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 calc(20px + 2vw);
	width: 100%;
}

.max-x0 {
	padding-left: 0;
}


#p-header {
	gap: 20px;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 0 20px 1px #3332;
	background: #fff;
	z-index: 200;
}

#p-header .max {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.header-logo img {
	max-width: 200px;
	width: auto;
	height: 70px;
}

#menu-primary-menu {
	display: flex;
	align-items: center;
	gap: calc(20px + 1vw);
}

#menu-primary-menu a {
	color: var(--color)
}

#menu-primary-menu a:hover {
	color: var(--blue-x1)
}

#main {
	padding-top: 90px;
}

.before-gradient {
	position: relative;
	background-size: cover;
	background-position: center;
}

.before-gradient:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(180deg, #00A896 0%, #003883 100%);
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 0;
}

.before-gradient .data {
	position: relative;
	z-index: 5;
}

.home-hero .swiper-slide {
	padding: calc(40px + 2vh) 0;
	min-height: calc(100vh - 85px);
	display: flex;
	width: 100%;
	align-items: center;
}

.home-hero .hero-small {
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	transition: transform .5s ease-in, opacity .5s ease-in-out;
	transform: translateY(30px);
	transition-delay: .1s;
	opacity: .2;
}

.home-hero h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 20px;
	position: relative;
	transition: transform .5s ease-in, opacity .5s ease-in-out;
	transform: translateY(30px);
	transition-delay: .12s;
	opacity: .2;
}

.home-hero .std-btn {
	position: relative;
	transition: transform .5s ease-in, opacity .5s ease-in-out;
	transform: translateY(30px);
	transition-delay: .13s;
	opacity: .2;
}

.home-hero .swiper-slide-active .hero-small,
.home-hero .swiper-slide-active h2,
.home-hero .swiper-slide-active .std-btn {
	transform: translateY(0);
	opacity: 1;
}

.std-btn {
	padding: 16px 20px;
	color: #fff;
	position: relative;
	display: inline-block;
	background: var(--orange-x1);
	min-width: 160px;
	text-align: center;
	cursor: pointer;
	transition: all .25s;
	overflow: hidden;
}

.std-btn:hover {
	background: var(--orange-s2);
	color: #fff;
}

.sp-x1 {
	padding: 6px 2px;
}

.sp-x1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
	transform: scale(1);
	position: relative;
	left: 0 !important;
}

.sp-x1 .swiper-pagination-bullet.swiper-pagination-bullet-active-main:before {
	position: absolute;
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	aspect-ratio: 1/1;
	left: -4px;
	top: -4px;
	display: block;
	border-radius: 50%;
	border: 1px solid #fff;
}


.grid-x1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(40px + 4vw);
	align-items: center;
}

p {
	line-height: 1.4;
	margin-top: 14px;
}

li {
	line-height: 1.4;
	margin-top: 4px;
}

p:first-child {
	margin-top: 0;
}


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


.white-text ul {
	padding-left: 20px;
}

.white-text li {
	list-style: disc;
}

.mb-x1 {
	margin-bottom: 20px;
}

.h-x1 {
	color: var(--blue-x1);
	font-weight: 600;
	line-height: 1.3;
	font-size: 32px;
	margin-bottom: 4px;
}


.h-x2 {
	color: var(--color);
}

.h-x2 span {
	color: var(--blue-x1);
}

.pointers {
	margin-top: 20px;
}

.feature-ls .box {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: #fff;
	padding: 50px 20px;
	border-top: 5px solid orange;
}

.feature-ls .swiper-slide:nth-child(1n) .box {
	border-color: #ee1e42
}

.feature-ls .swiper-slide:nth-child(2n) .box {
	border-color: #e49b19
}

.feature-ls .swiper-slide:nth-child(3n) .box {
	border-color: #50c6e3
}

.feature-ls .swiper-slide:nth-child(4n) .box {
	border-color: #ed1172
}

.feature-ls .swiper-slide:nth-child(5n) .box {
	border-color: #ae144b
}

.feature-ls .swiper-slide:nth-child(6n) .box {
	border-color: #2f6eac
}


.feature-ls .box img {
	width: auto;
	max-height: 50px;
	height: 100%;
}

.grid-x2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}


.grid-x2 .box {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 30px 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
}

.grid-x2 .box:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.int-wrap {
	font-size: 50px;
	color: var(--orange-x1)
}

.promo-slider .box {
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	background: #fff;
	height: 100%;
	display: flex;
	place-content: center;
}

.promo-slider .swiper-slide:first-child .box {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.promo-slider {
	position: relative;
}

.promo-wrap {
	transform: translateY(-50%);
}

.promo-slider .swiper-slide {
	height: auto !important;
}

.promo-slider .swiper-content {
	height: 100% !important
}

.promo-sec {
	margin-top: 80px;
	background-size: cover;
}

.center {
	text-align: center;
}

.box-x1 {
	padding: 24px;
	background-size: cover;
	background-position: center;
	display: flex;
	cursor: pointer;
	height: 440px;
	position: relative;
	overflow: hidden;
}

.box-x1 .data {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 30px;
	position: relative;
	z-index: 5;
	width: 100%;
}

.box-x1 .data h3 {
	color: #fff;
	line-height: 1.2;
	font-weight: 600;
	font-size: 22px;
}

.service-slider {
	max-width: 80%;
	margin: 0 auto;
}

.box-x1 .std-btn,
.box-x1 .std-btn:hover {
	width: 100%;
	background: #fff;
	color: #333;
	box-shadow: 0 0 20px 1px #3332;
}

.box-x1:before,
.box-x1:after {
	position: absolute;
	background: linear-gradient(180deg, #000000 0%, #003883 100%);
	opacity: 0.5;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .25s;
	display: block;
	z-index: 1;
}


.box-x1:hover:before {
	opacity: 0;
}

.box-x1:after {
	transform: translateY(30%);
	background: linear-gradient(180deg, #00A896 0%, #003883 100%);
	opacity: 0;
}

.box-x1:hover:after {
	opacity: 0.9;
	transform: translateY(0) scale(3);
}


.pg-x2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 40px;
}

.pg-x2 img {
	width: 100px;
	cursor: pointer;
}

.pg-x2 .prev {
	position: relative;
	transform: rotate(180deg);
	top: -2px;
}


.swiper-button-disabled {
	opacity: .5;
}

.footer-cta {
	background-size: 250%;
	background-position: center;
	color: #fff;
	background-repeat: no-repeat;
}

.h2-x2 {
	color: var(--orange-x1)
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 50px;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 80%;

}

.form-grid a {
	color: #fff;
}

.form-grid a:hover {
	opacity: .7;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}

p.social-icons img {
	width: auto;
	height: 20px;
}


.contact-x7 input,
.contact-x7 textarea {
	padding: 12px 10px;
	background: #fff;
	width: 100%;
}


.grid-x3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.grid-x4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}


.form-ff {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-x7 textarea {
	max-height: 150px;
}

.contact-x7 .wpcf7-submit {
	color: #fff;
	cursor: pointer;
	background: var(--orange-x1);
	transition: all .25s;
}

.contact-x7 .wpcf7-submit:hover {
	background: var(--orange-s2);
}

.wpcf7-not-valid-tip {
	font-size: 90%;
}

span.wpcf7-spinner {
	position: relative;
	top: -33px;
	left: -10px;
}


.wpcf7 form .wpcf7-response-output {
	border-width: 1px !important;
	padding: 13px;
	margin: 0;
	background: #fff1;
}

h4.h4-x1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
}

.hr-x1 {
	display: flex;
	place-content: center;
	margin: 20px 0 40px;
}

.hr-x1 img {
	width: 50%;
}

.hr-x2 img {
	max-width: 100px;
}

.quick-sec {
	background: #1B2845;
	text-align: center;
	padding: 40px 0;
}

.h3-quick {
	color: #fff;
	margin-bottom: 30px;
	font-size: 18px;
}

.h3-quick span {
	position: relative;
	display: inline-block;
}

.h3-quick span:before {
	content: "";
	display: block;
	width: 50%;
	bottom: -12px;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

#menu-secondary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	justify-content: center;
}

.quick-grid a {
	color: #fff;
	position: relative;
}

.quick-grid li:not(:last-child) a:before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	right: -22px;
	top: 10px;
}

.quick-grid a:hover {
	opacity: .7;
}


.copy-grid {
	grid-template-columns: 1fr 2fr 1fr;
	display: grid;
	align-items: center;
	gap: 20px;
	text-align: center;
	padding: 10px 0;
}

.menu-item {
	margin-top: 0;
	display: flex;
	align-items: center;
}

ul.sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	box-shadow: 0 0 10px 1px #3332;
	border-radius: 2px;
	padding: 6px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .25s;
	z-index: 3;
}

ul.sub-menu:before {
	content: "";
	display: block;
	/* background: red; */
	width: 120px;
	top: -40px;
	right: 0;
	height: 40px;
	position: absolute;
}

.sub-menu-toggle svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.sub-menu-toggle:hover+ul.sub-menu,
ul.sub-menu:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

ul.sub-menu a {
	white-space: nowrap;
	display: block;
	padding: 6px 20px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 8px 8px 8px;
}

.copy-grid img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.daterangepicker {
	display: block !important;
	position: relative;
	top: 0 !important;
	left: 0 !important;
	z-index: 1;
	border: none;
	box-shadow: 0 0 20px 2px #3332;
}

.events-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	max-width: 80%;
	margin: 0 auto;
}


.daterangepicker.show-calendar .drp-buttons {
	display: block;
	padding: 0;
	border-top: 0;
}

.daterangepicker.show-calendar .drp-buttons * {
	display: none;
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
	display: none;
}

.drp-calendar.left.single {
	width: 100%;
	min-width: 100%;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td,
.daterangepicker td:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #fff0;
	color: #505050;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	cursor: default;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	cursor: default;
}

th.prev,
th.next {
	cursor: pointer !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	height: 32px;
	font-family: var(--font);
	font-size: 15px;
	color: #505050;
}

input.date-events {
	position: fixed;
	left: -99999px;
	top: -999999px;
}

.daterangepicker .calendar-table th.month {
	font-weight: 600;
	font-size: 17px;
	padding: 6px 0;
}


.events-list a {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 24px;
	padding: 24px;
	padding-left: 0;
	box-shadow: 0 0 10px 1px #3332;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 24px;
}

.div-month {
	font-weight: 600;
	color: #111;
	font-size: 16px;
}

.events-list .dates {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	align-items: center;
	border-right: 1px solid #00388355;
}

.div-day {
	font-weight: 600;
	font-size: 44px;
	color: #007CBB;
}

.events-list h4 {
	font-size: 18px;
}

.events-list p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	color: var(--color);
	margin-top: 8px;
}

.events-wrap {
	max-height: 280px;
	overflow-y: auto;
	padding: 10px;
}

.events-wrap::-webkit-scrollbar {
	width: 6px
}

.events-wrap::-webkit-scrollbar-track {
	background: #fff
}

.events-wrap::-webkit-scrollbar-thumb {
	background: #003883;
	border-radius: 99px
}

.events-wrap::-webkit-scrollbar-thumb:hover {
	background: #012047
}

.pg-x1 {
	position: relative;
	padding: 80px 0;
	background-size: cover;
}

.pg-x1:before {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #00A896 0%, #003883 100%);
	opacity: 0.7;
}

.pg-x1 .max {
	position: relative;
	z-index: 2;
	text-align: center;
}

.pg-x1 h1 {
	color: #fff;
	font-size: 36px;
}

.pg-x1 p {
	color: #fff;
	margin-top: 12px;
}

.ps-x1 {
	padding: 14px 20px;
	border-top-right-radius: 20px;
	background: linear-gradient(252.5deg, #00A896 9.57%, #003883 139.99%);
	color: #fff;
	width: fit-content;
}

p b {
	font-weight: 600;
}

.face-slider .img {
	width: 100px;
	height: 70px;
	background: #F55D3E;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -24px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.face-slider .img img {
	max-height: 40px;
	width: auto;
}

.face-slider h3 {
	font-size: 21px;
	margin-bottom: 10px;
	color: #F55D3E;
}

.face-slider .box {
	background: #fff;
	padding: 24px;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #3331;
	height: 100%;
}

.equal-height .swiper-slide {
	height: auto !important;
}

.equal-height .swiper-content {
	height: 100% !important
}

.face-slider .swiper-slide {
	padding: 6px;
}

.face-slider .swiper-slide:nth-child(2) .img {
	background: #27A982;
}


.face-slider .swiper-slide:nth-child(2) h3 {
	color: #27A982;
}

.face-slider .swiper-slide:nth-child(3) .img {
	background: #007CBB;
}


.face-slider .swiper-slide:nth-child(3) h3 {
	color: #007CBB;
}

.about-team {
	position: relative;
	padding: 60px 40px;
	background-size: cover;
	grid-column: 1/3;
	grid-row: 1/1;
}


.about-team:before {
	background: linear-gradient(138.29deg, #00A896 -16.39%, #003883 127.54%);
	opacity: 0.9;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.about-team .data {
	position: relative;
	z-index: 3;
}

.team-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}


.about-team h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.about-team p {
	color: #fff;

}

.team-card {
	text-align: center;
	box-shadow: 0 0 5px 1px #3331;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.team-card h3 {
	font-weight: 600;
	font-size: 20px;
}

.team-card .emails a {
	display: flex;
	color: var(--color);
	justify-content: center;
	gap: 10px;
}

.team-card .emails img {
	width: 16px;
}


.team-card .hr {
	width: 100%;
	background: #0002;
	height: 1px;
	margin-bottom: 13px;
	margin-top: auto;
}

.team-card .para {
	padding: 10px 0;
	padding-bottom: 20px;
}

.team-card .box {
	padding: 20px;
	background: #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.team-slider {
	padding: 30px 0;
}

.team-card > .img {
	max-height: calc(200px + 10vw);
	overflow: hidden;
	padding: 24px;
	padding-bottom: 0;
}

.service-list {
	max-width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.gray-bg {
	background-size: 60%;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.pro-feature {
	background-size: cover;
	background-position: right center;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pro-text {
	padding: 60px 40px 180px;
	background: linear-gradient(180deg, rgba(0, 168, 151, .9) 0%, rgba(0, 56, 131, .9) 100%);
	color: #fff;
}

.ng-x1 {
	position: relative;
	top: -120px;
	margin-bottom: -120px;
	text-align: left;
}

.ng-x1 p {
	text-align: left;
}

.ng-x1 .box {
	align-items: flex-start;
}

.events-gird {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.event-box .img {
	position: relative;
}

.event-box {
	box-shadow: 0 0 10px 2px #3332;
}

.event-box .data {
	padding: 20px;
}

.event-box h3 {
	margin-bottom: 14px;
}

.event-box .cate {
	padding: 8px 12px;
	display: block;
	background: #fffc;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 600;
}

.event-box .datex {
	position: absolute;
	left: 20px;
	top: 0;
	padding: 20px;
	background: #fffc;
	text-align: center;
}

.event-box .datex .mon {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}

.event-box .datex .day {
	font-weight: bold;
	font-size: 46px;
}

.res-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.res-grid .box {
	height: 100%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 1px #3332;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.res-grid .data {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(164.22deg, #007CBB 2.12%, #003883 87.84%);
	text-align: center;
	padding: 32px;
	color: #fff;
	transition: all .5s;
	opacity: 0;
}

.res-grid .data h3 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
}

.res-grid .box:hover .data {
	opacity: 1;
}

.blog-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #1111;
}

.blog-box:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.bg-sec1 {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.blog-box .cates {
	display: flex;
	gap: 20px;
	align-items: center;
}


.blog-box .cates>span {
	display: inline-block;
	color: #fff;
	background: rgb(0 124 187 / 70%);
	padding: 4px 10px 5px;
}

.blog-box h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}


.blog-box .std-btn {
	margin-top: 20px;
	background: #007CBB;
}

.blog-box .std-btn:hover {
	background: rgb(0 124 187 / 90%);
}

/* .page-id-102 .footer-cta {
	background: none !important;
	background-color: #F9F9F9 !important;
	color: var(--color);
}

.page-id-102 h4.h4-x1 {
	color: var(--color);
}


.page-id-102 .form-grid a {
	color: var(--color);
}

.page-id-102 .social-icons img {
	filter: invert(1);
	opacity: .5;
}

.page-id-102 .hr-x1 {
	margin: 12px;
} */

.page-id-102 .contact-x7 {
	display: none;
}

.page-id-102 .footer-cta .h2-x2 {
	display: none;
}

.page-id-102 .footer-cta .hr-x1 {
	display: none;
}

.page-id-102 .footer-cta .h4-x1 {
	display: none;
}

.fmap {
	display: none;
}


.page-id-102 .fmap {
	display: block;
}

.fmap iframe {
	width: 100%;
	height: 350px;
}

.max80 {
	max-width: 80%;
	margin: 0 auto;
}

.white-text {
	padding: 40px;
	background: #fff;
}

.ser-bgm {
	padding: 40px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.ser-bgm:before {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: linear-gradient(257.34deg, #F89C24 41.76%, #FF5C00 95.29%);
	opacity: .8;
}

.ser-bgm .data {
	color: #fff;
	z-index: 3;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.ser-bgm .actions {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ser-bgm .reg {
	background: #fff;
	color: #111;
	font-weight: 600;
}

.ser-bgm .know {
	background: none;
	border: 1px solid #fff;
}

.some-quest {
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin-top: 30px;
}

.some-quest img {
	object-fit: cover;
}

.some-quest .data {
	padding: 20px;
	background: #fff;
}

.upward {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}


.know-more {
	background: #007CBB;
	color: #fff;
	padding: 40px 0;
}

.know-more .std-btn,
.know-more .std-btn:hover {
	margin-top: 20px;
	color: #111;
	background: #fff;
}

.blog-grid-x1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	gap: 30px;
}

.blog-box-x1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.text {
	line-height: 1.4;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-box-orient: vertical;
}


.pg-x1 a {
	color: #fff;
}


.pro-feat-wrap {
	background-size: cover;
	position: relative;
}


.pro-feat-wrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(164.22deg, #007CBB 2.12%, #003883 87.84%);
	opacity: 0.67;
	top: 0;
	left: 0;
	z-index: 0;
}



.show-feat {
	position: relative;
	z-index: 3;
	top: -70px;
}

.feat-grid-x1 {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 2fr;
	box-shadow: 0 0 10px 1px #3333;
	align-items: center;
}

.feat-grid-x1>div {
	padding: 40px 30px;
}


.feat-grid-x1 .col-x1 {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 20px;
	align-items: center;
	position: relative;
}

.feat-grid-x1 h3 {
	font-size: 60px;
	font-weight: 400;
	color: var(--blue-x1);
}


.pro-feat-cover {
	padding-top: 60px;
}

.feat-grid-x1 .col-x1:before {
	position: absolute;
	top: 20%;
	right: 0;
	height: 60%;
	width: 1px;
	background: #3333;
	content: "";
	display: block;
}

.testi-slider {
	padding: 10px 4px;
	/* padding-top: 70px; */
}

.box-x4 {
	height: 100%;
	padding: 24px;
	background: #fff;
	box-shadow: 0 0 10px 1px #3332;
}

.test-user-box h3 {
	font-weight: 600;
	margin-bottom: 10px;
}

.testi-slider .img {
	display: block;
	margin: 0 auto;
	max-width: 120px;
	border: 4px solid #eee;
	border-radius: 40%;
	overflow: hidden;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.test-user-box {
	background: #bfbfbf14;
	padding: 24px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

.left-quote,
.right-quote {
	width: 28px;
}

.right-quote {
	margin-left: auto;
}

.test-text {
	text-align: center;
	line-height: 1.4;
	margin: 8px 0;
}

.gallery-slider .img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gallery-slider .img {
	position: relative;
	cursor: pointer;
}

.gallery-slider .open {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #3331;
	opacity: 0;
	user-select: none;
	transition: all .3s;
}

.gallery-slider .img:hover .open {
	opacity: 1;
}

.gallery-slider .open img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	transform: translate(-50%, -50%);
}

.gallery-slider h3 {
	position: absolute;
	padding: 24px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	bottom: 0;
	width: 100%;
}

.gallery-popup-close {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	background: #111c;
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	display: none;
}

.gallery-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 210;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}

.gallery-popup .next,
.gallery-popup .prev {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 9px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	transition: all .25s;
}

.gallery-popup .next:hover,
.gallery-popup .prev:hover {
	background: #eee;
}

.gallery-popup .next {
	left: unset;
	right: 0;
}

.gallery-popup svg {
	fill: #111;
}

.gallery-popup .prev svg {
	transform: rotate(180deg);
}

.gallery-popup img {
	max-width: 80vw;
	max-height: 80vh;
	margin: 0 auto;
	cursor: grab;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gallery-popup .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}


.gallery-popup-times {
	color: #fff;
	line-height: 1;
	font-size: 54px;
	position: absolute;
	right: 30px;
	top: 30px;
	font-weight: 100;
	cursor: pointer;
}

.gallery-popup-times:hover {
	color: #eee;
}

.know-more p a,
.know-more p b {
	text-decoration: underline;
}

.page-id-102 .contact-c7 {
	display: block;
}

.page-id-102 .contact-c7 input,
.page-id-102 .contact-c7 textarea {
	color: #111;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.page-id-102 .contact-c7 .wpcf7-submit {
	color: #fff;
	background: var(--orange-x1);
}

.page-id-102 .contact-c7 {
	max-width: 600px;
	margin: 0 auto;
}

.sercta {
	padding: 30px 0;
	background: var(--blue-x1);
}

.sercta .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.sercta .grid>div {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.sercta img {
    width: auto;
    height: 50px;
    margin-bottom: 15px;
}
.sercta .col-2{
	text-align:center;
}

.sercta .col-1 {
	border-right: 2px solid #fff;
}

.std-btn.white {
	background: #fff;
	color: var(--color);
}

.sercta .std-btn {
	max-width: 250px;
	width: 100%;
}


.res-grid .box-wrap a {
	display: none;
}


.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border: 1px solid #fff0;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current:hover {
	background: #eee;
}

.feature-ls:before {
    opacity: .9;
    background-image: linear-gradient(180deg, #00796b 0%, #00275e 100%);
}

.arrow-left svg,
.arrow-right svg {
	width: 13px;
	height: 14px;
	position: relative;
	top: 1px;
}

.arrow-left,
.arrow-right {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: 0;
}


.wp-pagenavi span.current {
	font-weight: 600;
}


.hamburger-menu-button {
	width: 40px;
	height: 40px;
	padding: 6px;
	display: block;
	position: relative;
	background: #2980b900;
	border-radius: 50%;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
}

.hamburger-menu-button:active {
	background: #2196f30a;
}

.hamburger-menu-button-open {
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #333;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
	left: 0;
	content: "";
}

.hamburger-menu-button-open::before {
	top: 6px;
}

.hamburger-menu-button-open::after {
	bottom: 6px;
}

.hamburger-menu-button-close {
	background: transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.hamburger-menu-button-close::after {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.team-card > img {
	display: block;
	border: 24px solid #FFF;
}

.ripple {
  position: absolute;
  background: #888;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: rippleEffect 0.88s 1;
  opacity: 0;
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}