:root {
	--textColor: #232436;
	--golden-yellow: #efbf42;
	--yellow-orange: #e9a101;
	--white: #fff;
	--blue-gray: rgba(35, 36, 54, 0.8);
	--sky-blue: #0196d8;
	--light-gray: #d9d9d9;
	--lightest-gray: #fafafa;
	--lightest-blue: #edeef1;
	--dark-gray: #4e4f5d;
	--solid-blue-gray: #232436;
	--transparent-white: rgba(255, 255, 255, 0.85);
	--magenta: #C717CE;
}

body {
	color: var(--textColor);
}

.top_nav_bg {
	background: linear-gradient(180deg, rgba(28, 29, 43, 0) 100%, #1a3b62 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
		#232436;
	content: "";
	height: 250px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
}

.solid-blue-gray_txt {
	color: var(--solid-blue-gray);
}

.white_txt {
	color: var(--white);
}

.transp_white_txt {
	color: var(--transparent-white);
}

.golden_yllw_txt {
	color: var(--golden-yellow);
}

.yellow_orng_txt {
	color: var(--yellow-orange);
}

.blue_gray_txt {
	color: var(--blue-gray);
}

.sky_blue_txt {
	color: var(--sky-blue);
}

@font-face {
	font-family: Inter;
	src: url("../../assets/font/Inter/Inter-VariableFont_opsz,wght.ttf");
}

@font-face {
	font-family: Inter-Italic;
	src: url("../../assets/font/Inter/Inter-Italic-VariableFont_opsz,wght.ttf");
}
/* this is sample fonts */

h1,
.h1 {
	color: var(--white);
	font-family: Inter;
	font-size: clamp(
		2.5rem,
		2.25rem + 1.25vw,
		3.75rem
	); /* @1920 60px @320 40px */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.mb_60 {
	margin-bottom: 60px;
}

h2,
.h2 {
	font-family: Inter;
	font-size: clamp(
		1.875rem,
		1.6875rem + 0.9375vw,
		2.8125rem
	); /* @1920 45px @320 30px */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-family: Inter;
	font-size: clamp(
		1.5625rem,
		1.5rem + 0.3125vw,
		1.875rem
	); /* @1920 30px @320 25px */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

h4,
.h4 {
	font-family: Inter;
	font-size: clamp(
		1.25rem,
		1.1875rem + 0.3125vw,
		1.5625rem
	); /* @1920 25px @320 20px */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

h5,
.h5 {
	font-family: Inter;
	font-size: clamp(
		1.125rem,
		1.1rem + 0.125vw,
		1.25rem
	); /* @1920 20px @320 18px */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

h6,
.h6 {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

p {
	color: var(--textColor);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 156.25% */
	margin-bottom: 25px;
}

a {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 156.25% */
	text-decoration: none;
}

section .links a {
	color: var(--textColor);
}

p:last-child {
	margin-bottom: 0;
}

.title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

section,
footer {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.sec_p50 {
	padding: 50px 0;
}

section {
	padding: 100px 0;
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.container-fluid {
	z-index: 1;
	position: relative;
}

/* background */

.blue_gray_bg {
	border-radius: 0px 0px 100px 0px;
	background: linear-gradient(180deg, rgba(28, 29, 43, 0) 65%, #1a3b62 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
		#232436;
	min-height: 532px;
}

.ul_radius {
	border-radius: 100px 0px 0px 0px;
}

.ur_radius {
	border-radius: 6px 100px 6px 6px;
}

.grayish-blue_bg {
	background: rgba(237, 238, 241, 0.8);
}

.lightest-blue_bg {
	background: #edeef1;
}

.small_con .left_content_md,
.small_con .left_content_lg {
	align-content: start;
	padding-top: 35px;
}

.lightest_gray_bg {
	background: var(--lightest-gray);
}

/* background */

/* images */

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

.image_container {
	overflow: hidden;
}

.svg_con {
	width: 25px;
	height: 20px;
	display: flex;
}

.svg_con img {
	object-fit: contain !important;
}

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

.mob_img_lg,
.mob_img_md,
.desk_img_xxxl,
.mob_img_xl {
	display: none;
}

/* images */

/* modal */

.modal-backdrop {
	z-index: -1;
}

.modal-content {
	background: transparent;
	border: transparent;
}

.modal-header {
	border: transparent;
	padding: 0 0 30px;
}

.btn-close {
	--bs-btn-close-bg: url("../../assets/img/global/icon/close_icon.svg");
}

.vid_con img {
	border-radius: 6px 60px 5px 6px;
	margin-bottom: 10px;
}

.vid_title .title_con {
	border-radius: 6px 6px 6px 60px;
	border: 1px solid #4e4f5d;
	padding: 30px;
	justify-content: center;
	flex-direction: column;
	gap: 0;
}

.vid_title h3 {
	font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
	text-align: center;
	margin-bottom: 0;
}

.vid_title p {
	font-size: clamp(
		1rem,
		0.825rem + 0.875vw,
		1.875rem
	); /* @1920 30px @320 16px */
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
}

.vid_title p:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

ul#myTabs {
	justify-content: center;
	gap: 30px;
	border: none;
}

ul#myTabs a {
	color: var(--textColor);
	border: none;
}

ul#myTabs .nav-link.active {
	color: var(--yellow-orange) !important;
	font-weight: 700;
	background: transparent;
}

/* modal */

/* form  */

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
}

form#search-form {
	width: 300px;
}

form#search-form button {
	background: transparent;
	border: none;
	padding: 0;
}

input#s {
	border: transparent;
	height: unset;
	padding: unset;
}

.input,
.textarea,
textarea#comment,
input#author,
input#email {
	display: flex;
	padding: 15px;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	border: 0.5px solid var(--textColor);
	width: 100%;
}

.input {
	height: 40px;
}

div#wpcf7-f6-o1,
div#wpcf7-f6-o2 {
	width: 100%;
}

.contact_form .cta {
	width: 100%;
}

span.wpcf7-spinner {
	display: none;
}

span.wpcf7-not-valid-tip:nth-child(2) {
	display: none;
}

div#wpcf7-f85-o1 .col-xl-6,
div#wpcf7-f112-o1 .col-xl-6 {
	margin-bottom: 24px;
}

.contact_form,
.comment-respond {
	display: flex;
	padding: 60px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	backdrop-filter: blur(10px);
	border-radius: 15px;
	border: 1px solid var(--dark-gray);
	background: #fff;
	width: 100%;
}

.input.file_upload {
	position: relative;
	cursor: pointer;
	margin-bottom: 24px;
}

.input.file_upload p {
	width: 100%;
}

.input.file_upload p.text {
	position: absolute;
	margin-bottom: 0;
	background: white;
	z-index: 1;
	width: 97%;
	height: 100%;
	align-content: center;
}

.input.file_upload .logo {
	position: absolute;
	right: 10px;
	z-index: 2;
}

.wpcf7 input[type="file"] {
	color: white;
	width: 100%;
}

/* form */

/* testimonial */

.testimonial_container {
	background: linear-gradient(
			180deg,
			rgba(50, 57, 147, 0) 0%,
			rgba(50, 57, 147, 0.8) 67.47%,
			#323993 100%
		),
		url(/wp-content/themes/sigil/assets/img/global/testimonial_bg.jpg)
			center/cover no-repeat,
		#323993;
	overflow: hidden;
	border-radius: 32px;
	height: 580px;
	position: relative;
}

.testimonial_container .cta_container {
	padding: 0 30px 30px;
	z-index: 1;
}

.testimonial_container .testimonial_preview_logo {
	padding-top: 30px;
	padding-left: 30px;
}

.testimonial_container .image_container {
	margin-bottom: auto;
}

.testimonial_container h3 {
	color: var(--Purp-Wht);
}

.testimonial_container .testimonial_preview_h3 {
	padding: 0 30px;
}

.testimonial_container .testimonial_content_h3 {
	padding: 0;
}

.testimonial_container .testimonial_preview {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 100%;
}

.testimonial_container .testimonial_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background-blend-mode: normal;
	transform: translateY(100%);
	backface-visibility: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.testimonial_container .testimonial_content_expanded {
	flex-direction: column;
	display: flex;
	justify-content: end;
	height: 100%;
	background-blend-mode: normal;
	background: linear-gradient(
		180deg,
		rgba(50, 57, 147, 0) 0%,
		rgba(50, 57, 147, 0.8) 0%,
		#323993 100%
	);
	transform: translateY(0);
	padding-bottom: 54px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.testimonial_container .testimonial_content {
	overflow-y: auto;
	color: var(--Purp-Wht-Txt);
}

.testimonial_container .testimonial_content p {
	margin-bottom: 24px;
}

/* job */

.job_container {
	display: flex;
	max-width: 1000px;
	min-height: 580px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
	border-radius: 32px;
	border: 3px solid var(--Blck);
	gap: 24px;
	background: linear-gradient(
			180deg,
			rgba(65, 61, 61, 0) 0%,
			rgba(65, 61, 61, 0.8) 67.47%,
			#413d3d 100%
		),
		url(/wp-content/themes/sigil/assets/img/global/job_bg.jpg) no-repeat,
		var(--Beige);
	background-size: cover;
	margin: auto;
}

.job_container .h3 {
	color: var(--Purp-Wht);
}

.job_container .cta_transp_white,
.job_container:hover .cta_transp_white,
.job_container .cta_transp_white svg path,
.job_container:hover .cta_transp_white svg path {
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}

.job_container .cta_transp_white {
	color: var(--Purp-Wht);
	gap: 10px;
}

.job_container:hover .cta_transp_white {
	color: var(--Yellow-2);
	gap: 16px;
}

.job_container .cta_transp_white svg path {
	stroke: var(--Purp-Wht);
}

.job_container:hover .cta_transp_white svg path {
	stroke: var(--Yellow-2);
}

/* cta */

.cta,
input#submit {
	height: 60px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 19px 26px;
	cursor: pointer;
	overflow: hidden;
}

section.homepage_banner .cta {
	width: 160px;
	padding: 0;
}

.cta_text {
	display: flex;
	align-items: center;
	border: none;
	background: unset;
	height: 100%;
	width: 100%;
	color: var(--textColor);
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	padding: 0;
}

.white_bg .cta_yellow:hover {
	border: 1px solid var(--textColor);
	color: var(--textColor);
}

.cta_yellow,
input#submit {
	background: var(--golden-yellow);
	color: var(--textColor);
	border: 1px solid var(--golden-yellow);
}

.cta_yellow:hover,
input#submit:hover {
	background: transparent;
	color: var(--white);
	border: 1px solid var(--white);
}

.cta_magenta {
    background: linear-gradient(90deg, #6800EA 0%, #A600EA 50%, #D114EB 100%);
    animation-name: gradientAnimation;
    animation-delay: 1ms;
    animation-timing-function: ease-in-out;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
	width: 250px !important;
}

.cta_magenta:hover {
    background: #D114EB !important;
}

@keyframes gradientAnimation {
    0% {
        background: linear-gradient(90deg, #6800EA 0%, #A600EA 50%, #D114EB 100%);
    }
    25% {
        background: linear-gradient(90deg, #6C00E6 0%, #9B00E6 50%, #D118F1 100%);
    }
    50% {
        background: linear-gradient(90deg, #9B00E6 0%, #D118F1 50%, #6C00E6 100%);
    }
    75% {
        background: linear-gradient(90deg, #D118F1 0%, #9B00E6 50%, #6C00E6 100%);
    }
    100% {
        background: linear-gradient(90deg, #6800EA 0%, #A600EA 50%, #D114EB 100%);
    }
}


.cta_purple {
	background: transparent;
	border: 3px solid var(--Indigo);
	color: var(--Indigo);
}

.cta_purple:hover {
	border: 3px solid var(--Red);
	color: var(--Red);
}

.cta_transp {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	font-family: "Poppins";
	padding: 0;
	line-height: 150%; /* 22.5px */
}

.cta_transp_purple,
.cta_transp_purple:hover,
.cta_transp_purple svg path,
.cta_transp_purple:hover svg path,
.cta_transp_white,
.cta_transp_white:hover,
.cta_transp_white svg path,
.cta_transp_white svg path:hover,
.cta_magenta,
.cta_magenta:hover{
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}

.cta_transp_purple {
	color: var(--Indigo);
	gap: 10px;
}

.cta_transp_purple:hover {
	color: var(--Orange);
	gap: 16px;
}

.cta_transp_purple svg path {
	stroke: var(--Indigo);
}

.cta_transp_purple:hover svg path {
	stroke: var(--Orange);
}

.cta_transp_white {
	color: var(--Purp-Wht);
	gap: 10px;
}

.cta_transp_white:hover {
	color: var(--Yellow-2);
	gap: 16px;
}

.cta_transp_white svg path {
	stroke: var(--Purp-Wht-Txt);
}

.cta_transp_white:hover svg path {
	stroke: var(--Yellow-2);
}

.btn_container,
.cta_container {
	display: flex;
	gap: 24px;
	align-items: center;
}

.next_button,
.prev_button {
	display: flex;
	width: 53.172px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}

.next_button {
	background: #242431;
}

.btn_white_black {
	border-radius: 100%;
	border: 2px solid #242431;
}

.btn_yellow {
	border: 3px solid var(--Yellow-2);
	background-color: var(--Yellow-2);
}

.btn_white_red {
	border: 3px solid var(--Red);
}

.btn_red {
	border: 3px solid var(--Red);
	background-color: var(--Red);
}

.btn_white_red svg path {
	stroke: var(--Red);
}

.centered {
	justify-content: center;
	align-items: center;
}

.cta_long {
	width: auto;
	padding: 24px;
}

/* cta */

hr {
	color: var(--dark-gray);
	margin: 40px 0;
}

/* container */

.event_details_con {
	display: flex;
	gap: 12px;
}

.event_details_con .day_date_time p {
	color: #fff;
	line-height: normal;
	text-align: center;
}

.event_details_con .date {
	font-size: clamp(
		1.1875rem,
		1.125rem + 0.3125vw,
		1.5rem
	); /* @1920 24px @320 19px */
	font-weight: 700;
}

.event_details_con .time {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.event_details_con .cat_event_loc_cta {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.event_details_con .cat_event_loc_cta {
	border-radius: 4px 4px 25px 4px;
	border: 1px solid var(--dark-gray);
	background: #fff;
	padding: 60px 32px;
	width: 60%;
}

.cat_event_loc_cta h3 {
	font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

.event_details_con .day_date_time {
	border-radius: 25px 4px 4px 4px;
	border: 1px solid var(--dark-gray);
	background: #232436;
	padding: 80px 10px;
	color: var(--white);
	align-content: center;
	width: 40%;
}

.event_details_con .cat {
	color: var(--golden-yellow);
	font-weight: 500;
	line-height: normal;
	max-width: 160px;
}

.event_details_con hr {
	margin: 20px 0;
}

.event_details_con .loc {
	color: var(--textColor);
}

.details_con {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}

.details {
	display: flex;
	gap: 10px;
}

.contact_bar {
	display: flex;
	align-items: center;
	gap: 15px;
}

.soc_med_i_con {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 2px solid var(--Orange);
}

.content {
	display: flex;
	gap: 24px;
}

.content .left_content_lg,
.content .right_content_lg {
	width: 50%;
}

.right_content_lg,
.right_content_md,
.left_content_lg,
.left_content_md {
	height: 100%;
	align-content: center;
}

.left_content_lg,
.left_content_md {
	margin-right: 38px;
}

.right_content_lg,
.right_content_md {
	margin-left: 38px;
}

.top_btn {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.grid_con_4 {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.grid_con_3 {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.grid_con_2 {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.grid_con_1 {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.flex_100 {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.flex_60 {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.flex_30 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.banner {
	min-height: 532px;
	align-content: center;
}

.con_top_content p:last-child {
	margin-bottom: 60px;
}

.top_content {
	text-align: center;
	max-width: 768px;
	margin: auto;
}

.beside_btn {
	margin: unset;
}

.top_content p {
	margin-bottom: 60px;
}

.owl-carousel .owl-stage {
	display: flex;
}

.directorates_con {
	border-radius: 15px;
	border: 1px solid var(--dark-gray);
	padding: 60px 40px;
	height: 100%;
	margin: 0 2px;
}

.directorates_con img {
	width: unset !important;
	margin-bottom: 20px;
	height: 50px;
}

.service_container {
	border-radius: 32px;
	background: #10693a;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
	height: 100%;
	transition: background 0.3s ease-in-out;
}

.service_container:hover {
	background: linear-gradient(
			180deg,
			rgba(16, 105, 58, 0.4) 0%,
			rgba(16, 105, 58, 0.56) 67.47%,
			rgba(16, 105, 58, 0.7) 100%
		),
		#063f1c;
	transition: background 0.3s ease-in-out;
}

.service_container h3 {
	color: var(--Purp-Wht);
}

.service_container p {
	color: var(--Purp-Wht-Txt);
}

.service_container .cta_transp_white,
.service_container:hover .cta_transp_white,
.service_container .cta_transp_white svg path,
.service_container:hover .cta_transp_white svg path {
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}

.service_container .cta_transp_white {
	color: var(--Purp-Wht);
	gap: 10px;
}

.service_container:hover .cta_transp_white {
	color: var(--Yellow-2);
	gap: 16px;
}

.service_container .cta_transp_white svg path {
	stroke: var(--Purp-Wht-Txt);
}

.service_container:hover .cta_transp_white svg path {
	stroke: var(--Yellow-2);
}

.service_container .service_image {
	width: 100%;
	overflow: visible;
	position: relative;
}

.service_container .image_container {
	width: 75%;
	margin-left: auto;
	margin-top: -20px;
}

.service_container img {
	transform: translate(20px, 15px);
	transition: 0.3s ease all;
	overflow: visible;
}

.service_container:hover img {
	transform: translate(0, 0);
	transition: 0.3s ease all;
}

.service_container .image_container::before {
	content: "";
	background-image: url(/wp-content/themes/sigil/assets/img/global/circle_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 150%;
	width: 100%;
	position: absolute;
	top: 20px;
	right: -31%;
	transform: translate(-6px, 15px);
	transition: 0.3s ease all;
}

.service_container:hover .image_container:before,
.service_container:hover .image_container::after {
	transform: translate(-36px, 0);
	transition: 0.3s ease all;
}

.service_container .image_container::after {
	content: "";
	background-image: url(/wp-content/themes/sigil/assets/img/global/white_star_bg.svg);
	height: 40px;
	width: 40px;
	display: flex;
	position: absolute;
	top: -45px;
	right: 10%;
	transform: translate(-6px, 15px);
	transition: 0.3s ease all;
}

.title_con {
	display: flex;
	gap: 24px;
	align-items: center;
}

.title_desc {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.title_desc h3 {
	margin-bottom: 0;
}

.title_desc_cta {
	background: var(--white);
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 6px 6px 6px 60px;
	border: 1px solid var(--dark-gray);
}

.icon_title_desc {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	border: 1px solid var(--textColor);
	padding: 40px;
}

.icon_title_desc .svg {
	width: 30px;
	margin-bottom: 20px;
}

.icon_title_desc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icon_txt {
}

.blog_con.featured .title_desc_cta {
	border-radius: 6px 6px 60px 6px;
}

.num_email {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.num_email div {
	width: 50%;
}

.links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

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

.links p {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 0;
}

.links h5 {
	margin-bottom: 0;
}

div#credibility {
	border-radius: 6px;
	border: 1px solid var(--dark-gray);
	background: linear-gradient(180deg, rgba(28, 29, 43, 0) 55%, #1a3b62 100%),
		#232436;
	display: flex;
	padding: 40px 115px;
	justify-content: space-between;
	margin-top: 100px;
}

div#credibility p.h2 {
	color: var(--golden-yellow);
	text-align: center;
	font-size: clamp(
		1.875rem,
		1.6875rem + 0.9375vw,
		2.8125rem
	); /* @1920 45px @320 30px */
	margin-bottom: 16px;
	padding: 0;
}

div#credibility p {
	color: rgba(255, 255, 255, 0.85);
	padding-left: 16px;
	padding-right: 16px;
}

.credibility_dev {
	width: 1px;
	background: var(--light-gray);
}

.blog_con {
	border: 3px solid var(--Orange);
	background: #fff;
	height: 100%;
	position: relative;
	background: transparent;
	border-radius: 6px 60px 6px 60px;
	overflow: hidden;
}

.blog_con.featured {
	border-radius: 60px 6px 60px 6px;
}

.blog_con p {
	margin-bottom: 30px;
}

.blog_sec_title {
	margin-top: 100px;
}

.blog_con h6,
.recent_blog_con h6 {
	color: var(--Red);
}

.blog_con h6 span.hypen,
.recent_blog_con h6 span.hypen {
	color: var(--textColor);
}

.blog_con h6 span.relative_time,
.recent_blog_con h6 span.relative_time {
	color: #121212;
	font-family: "Poppins-Light", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 24px */
	opacity: 0.5;
}

.blog_con .image_container img {
	margin-bottom: 10px;
	height: 350px;
}

.recent_blog_con {
	display: flex;
	padding: 32px;
	align-items: center;
	border-radius: 16px;
	border: 3px solid var(--Yellow-2);
	background: #fff;
	gap: 32px;
}

.recent_blog_con .image_container {
	max-width: 134px;
	height: 133px;
	border-radius: 12px;
}

.recent_blog_con h4 {
	margin-bottom: 24px;
}

.paging {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.page-numbers {
	height: 37px;
	display: flex;
	padding: 10px 8px;
	align-items: flex-start;
	gap: 10px;
	color: var(--textColor);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	align-items: center;
}

.page-numbers.current {
	color: var(--yellow-orange);
}

.profile_con {
	border-radius: 10px;
	background: #232436;
	padding: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile_con .cta {
	width: 100%;
}

.profile_con img {
	margin-bottom: 20px;
}

.profile_con h3 {
	margin-bottom: 10px;
}

.profile_con p {
	margin-bottom: 20px;
}

.core_values_con {
	border-radius: 16px;
	border: 3px solid var(--Blck);
	padding: 24px;
	justify-content: center;
}

.core_values_con .title_con {
	flex-direction: column;
	align-items: start;
	gap: 16px;
}
/* container */

/* animation */

.contact_us_now_img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* faq */

.faqs_main .accordion-item {
	padding: 40px;
	border-radius: 12px;
	border: 3px solid var(--Orange, #f26826);
	background: #fff;
}

.faqs_main button.accordion-button {
	background-color: white !important;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--Orange, #f26826);
	box-shadow: none !important;
	color: var(--Blck, #413d3d);
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	gap: 15px;
	justify-content: space-between;
}

.faqs_main .accordion-body {
	padding: 15px 0 0;
}

.accordion-button:hover:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
	background-image: url(/wp-content/themes/sigil/assets/img/global/faq_arrow.svg);
	transform: none;
}

.accordion-button::after {
	background-image: url(/wp-content/themes/sigil/assets/img/global/faq_arrow.svg);
	transform: rotate(-90deg);
}

.accordion-button:hover:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
	width: 10px;
	height: 10px;
	background-size: contain;
	margin: auto 0 auto 44px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
	background: none;
	outline: none;
	box-shadow: none;
}

.accordion-body li img {
	max-width: 25px !important;
	height: 25px;
}

/* package */

.packages_con {
	padding: 40px;
	border-radius: 12px;
	border: 3px solid var(--Orange, #f26826);
	background: #fff;
	text-align: center;
}

.packages_con .title_con {
	flex-direction: column;
}

.packages_con h3 {
	margin-bottom: 15px;
}

.packages_con.golden {
	border: 3px solid var(--Green, #10693a);
	background: var(--Green, #10693a);
}

.packages_con.golden h3 {
	color: var(--Purp-Wht);
}

.packages_con.golden p {
	color: var(--Purp-Wht-Txt);
}

.mob {
	display: none;
}

.sm_dis {
	display: none;
}

.md_dis {
	display: none;
}

section.legal a {
	color: var(--textColor);
}

section.legal p {
	margin-bottom: 30px;
}

section.legal h2:not(:first-child) {
	padding-top: 30px;
}

@media (max-width: 1699px) and (min-width: 1200px) {
	.desk_img_xxxl {
		display: flex;
	}

	.left_content {
		display: flex;
		gap: 100px;
	}

	.content .left_content_lg,
	.content .right_content_lg {
		width: unset;
	}

	.left_content .left_content_xxxl,
	.left_content .right_content_xxxl {
		width: 50%;
		align-content: center;
	}

	.left_content {
		margin-bottom: 60px;
	}
}

@media (max-width: 1699px) {
	.content {
		display: unset;
	}

	.content .desk_img_lg {
		display: none;
	}

	div#credibility {
		padding: 40px 50px;
	}

	section.event_calendar .grid_con_3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1299px) {
	.desk_img_xl {
		display: none;
	}

	.mob_img_xl {
		display: flex;
	}
}

@media (max-width: 1199px) {
	section .wrapper {
		padding: 0;
	}
	section {
		padding: 70px 30px;
	}

	div#credibility {
		margin-top: 70px;
	}

	.sec_p50 {
		padding: 50px 30px;
	}

	.desk_img_lg {
		display: none;
	}

	.mob_img_lg {
		display: flex;
		margin-bottom: 20px;
	}

	.left_content_lg {
		margin-right: unset;
	}

	.right_content_lg {
		margin-left: unset;
	}

	.content .left_content_lg,
	.content .right_content_lg {
		width: unset;
	}

	.left_content {
		display: unset;
	}

	.blog_sec_title {
		margin-top: 70px;
	}

	.grid_con_3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.sm_dis {
		display: flex;
		border-radius: 5px;
	}

	.lg_dis {
		display: none;
	}

	.btn_container,
	.cta_container {
		justify-content: center;
	}

	.blue_gray_bg .image_container {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.blog_con.featured:nth-child(3) {
		grid-column: 1 / 3;
	}
}

@media (max-width: 991px) {
	.xl_dis {
		display: none;
	}
	.md_dis {
		display: flex;
		border-radius: 5px;
	}

	.desk_img_md {
		display: none;
	}

	.mob_img_md {
		display: flex;
		margin-bottom: 20px;
	}

	.mob_img img {
		width: 100%;
		margin-bottom: 70px;
	}

	.left_content_md {
		margin-right: unset;
	}

	.right_content_md {
		margin-left: unset;
	}

	.top_btn {
		flex-direction: column;
		align-items: start;
		gap: unset;
	}

	section.event_calendar .grid_con_3 {
		grid-template-columns: 1fr;
	}

	.event_details_con .cat_event_loc_cta,
	.event_details_con .day_date_time {
		width: 50%;
	}

	.event_details_con .cta_container {
		justify-content: unset;
	}

	.img_60 {
		width: 60% !important;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.blue_gray_bg {
		border-radius: 0;
	}

	section {
		padding: 50px 20px;
	}

	div#credibility {
		margin-top: 50px;
	}

	.sec_p50 {
		padding: 50px 20px;
	}

	.blue_oval_bg {
		margin-top: -110px;
	}

	.bottom_blue_oval_bg {
		margin-top: -10px;
	}

	.grid_con_3 {
		grid-template-columns: 1fr;
	}

	.grid_con_2 {
		grid-template-columns: 1fr;
	}

	.right {
		right: -22px;
	}

	.left {
		left: -25px;
	}

	.bottom.oval {
		bottom: -110px;
	}

	.top.oval {
		top: -110px;
	}

	.height svg {
		width: 80%;
	}

	.right_star svg {
		margin-left: 5px;
		margin-right: -15px;
	}

	.left_star svg {
		margin-right: -5px;
		margin-left: 0px;
	}

	.blog_sec_title {
		margin-top: 50px;
	}

	.cta {
		width: 100%;
	}

	.mob {
		display: flex;
	}

	.deskt {
		display: none;
	}

	.contact_form,
	.comment-respond {
		padding: 30px;
	}

	.accordion-button:hover:not(.collapsed)::after,
	.accordion-button:not(.collapsed)::after,
	.accordion-button::after {
		margin: unset;
		margin-right: auto;
	}

	div#credibility {
		flex-direction: column;
		text-align-last: left;
		gap: 24px;
	}
}

@media (max-width: 575px) {
	.cta_container {
		flex-direction: column;
	}

	.width svg {
		width: 20%;
	}

	.height svg {
		width: 80%;
	}

	.credibility_dev {
		width: unset;
		height: 1px;
	}

	.num_email {
		flex-direction: column;
	}

	button.accordion-button {
		flex-direction: column;
	}

	.recent_blog_con {
		flex-direction: column;
		align-items: flex-start;
	}

	.event_details_con {
		flex-direction: column;
	}

	.event_details_con .cat_event_loc_cta,
	.event_details_con .day_date_time {
		width: unset;
	}

	.event_details_con .day_date_time,
	.event_details_con .cat_event_loc_cta {
		padding: 32px;
	}

	.event_details_con .cta {
		width: unset;
	}

	.event_details_con .cat {
		max-width: unset;
	}

	.cat_event_loc_cta {
		text-align: center;
	}
}
