/*
Theme Name:   oceanwp-child
Description:  OceanWP Child Theme
Template:     oceanwp
Text Domain:  oceanwp
*/

/* TABLE OF COMMENTS */

/* CSS VARIABLES */

@font-face {
	font-family: "Nunito-sans";
	src: url(./custom/fonts/nunito_sans/NunitoSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: "Nunito-sans-semibold";
	src: url(./custom/fonts/nunito_sans/NunitoSans-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: "Cabin";
	src: url(./custom/fonts/cabin/Cabin/Cabin-Regular.ttf) format('truetype');
}

@font-face {
	font-family: "Cabin-semibold";
	src: url(./custom/fonts/cabin/Cabin/Cabin-SemiBold.ttf) format('truetype');
}

:root {
	--theme-color: #CD0B6A;
	--banner-button-bgcolor: #CD0B6A;
	--banner-button-hover-bgcolor: rgb(6, 22, 58);
	--hov-button-bgcolor: rgba(6, 22, 58, 0.1);
	--hov-button-hover-bgcolor: #06163A;
	--white-color: #fff;
	--font-color: #202b5d;
	--content-color: #62718d;
	--footer-text: #8C96AC;
	--footer-bottom: #7b859d;
	--view-all-btn: rgba(2, 1, 1, 0);
	--blue-border: #0067da;
}

body {
	font-family: "Nunito-sans", sans-serif;
	font-weight: 400;
}

h3 {
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 1.4347826087em;
	margin-bottom: 0;
}

.container, body .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1270px;
}

/*Top bar*/

.header-top-bar .header-top .egov-contact-info, .header-top-bar .header-top {
	display: flex;
}

.header-top-bar .header-top .egov-contact-info:first-child {
	padding-right: 20px;
}

.header-top-bar .header-top .egov-contact-info .icon {
	padding-right: 10px;
}

.header-top-bar .header-top .egov-contact-info .icon svg {
	stroke: var(--theme-color);
}

.header-top-bar .header-top .egov-contact-info .address .text_link a, .header-top-bar .header-top .egov-contact-info .address .text_link {
	color: #eee;
}

.header-top-bar .header-top .egov-contact-info .address .text_link a:hover {
	color: #fff;
}

.header-top-bar .header-top .egov-contact-info .address .text_link a, .header-top-bar .header-top .egov-contact-info .address .text_link, .header-top-bar .top-menu nav ul li a {
	font-size: 15px;
	line-height: 24px;
	font-family: "Nunito-sans", sans-serif;
}

.elementor-sticky--effects .header-top-bar {
	display: none;
}

/*Main header*/

.main-header .report-btn a {
	border: 2px solid #0067da;
}

.main-header .report-btn a:hover {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.main-header .search-form-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	display: none;
}

.custom-search-btn {
	width: 15px !important;
	float: left;
	position: absolute;
	top: 18px;
	right: 0;
	margin: 0 !important;
	cursor: pointer;
}

.main-menu {
	margin: 0 !important;
}

body.open-search header .search-form-popup {
	display: block;
}

#mobile-menu nav.elementor-nav-menu--dropdown {
	transform: scaleY(1);
	max-height: 100vh;
	width: 250px !important;
	background: #343434;
	height: 100vh;
	margin-left: -250px;
	transition: 0.5s all;
	position: fixed;
	z-index: 9999;
	left: 0 !important;
	top: 85px !important;
}

#mobile-menu nav.elementor-nav-menu--dropdown.menu-open {
	margin-left: 0;
	transition: 0.5s all;
}

#mobile-menu nav.elementor-nav-menu--dropdown ul li a {
	color: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(155, 155, 155, .12);
	justify-content: space-between;
}

#mobile-menu nav.elementor-nav-menu--dropdown .sub-menu {
	background: #343434;
	padding: 10px 25px;
}

#mobile-menu nav.elementor-nav-menu--dropdown .sub-menu li a {
	padding: 8px 0 8px 10px;
}

#mobile-menu nav.elementor-nav-menu--dropdown li.current-menu-item a {
	background: var(--theme-color);
}

#outer-wrap {
	position: relative;
}

#outer-wrap.menu-open:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

/* need to change */

/*our-achievement*/

.our-achievement .counter-icon i {
	font-size: 60px;
	color: var(--theme-color);
}

.our-achievement .elementor-counter-number-wrapper {
	margin-bottom: 11px;
	font-size: 50px;
	font-family: "Cabin", sans-serif;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
}

.our-achievement .elementor-widget-counter .elementor-counter-title {
	font-size: 20px;
	line-height: 26px;
	color: #a3a8b2;
}

/*video-tutorial*/

.video-tutorial-section p {
	font-size: 18px;
	font-family: "Nunito-sans", sans-serif;
	color: var(--content-color);
}

.video-tutorial-section .video-review-section h3 {
	font-size: 24px;
	font-family: "Cabin", sans-serif;
	line-height: 30px;
	color: var(--font-color);
}

.video-tutorial-section .video-review-section .video-author {
	font-size: 18px;
	font-family: "Cabin", sans-serif;
	line-height: 24px;
	color: var(--font-color);
}

.video-tutorial-section .video-review-section .video-author1 {
	font-size: 18px;
	font-family: "Cabin", sans-serif;
	line-height: 24px;
	color: #5a6579;
}

.video-tutorial-section .video-review-section {
	position: relative;
	padding-left: 40px;
	padding-bottom: 53px;
}

.video-tutorial-section .video-review-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 110px;
	background: var(--theme-color);
}

.video-tutorial-section .video-play-icon i {
	color: var(--theme-color);
}

.video-tutorial-section .video-play-icon h3 {
	color: var(--font-color);
	font-size: 18px;
	font-family: "Cabin", sans-serif;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-top: 0;
}

.image-overlay-1 {
	position: relative;
	z-index: 3;
}

.image-overlay-2 {
	position: absolute;
	right: -15px;
	bottom: -51px;
	text-align: right;
	z-index: 2;
}

.image-overlay-3 {
	position: absolute;
	bottom: 60px;
	left: 98px;
	z-index: 1;
	width: 208px;
	max-width: 208px;
}

/* HOME PAGE - FEATURED ICON */

.feature-icon-sctn .feature-icon-set {
	background: 0 0;
	text-align: center;
	padding: 23px 20px 34px;
	border: none;
}

.feature-icon-sctn .feature-icon-set .elementor-icon {
	color: var(--theme-color);
	width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 50%;
	transition: background-color 1.5s ease;
}

.feature-icon-sctn .feature-icon-set:hover {
	box-shadow: 5px 9px 50px 0px rgb(0 0 0 / 8%);
}

.feature-icon-sctn .feature-icon-set:hover .elementor-icon {
	color: var(--white-color);
	background-color: var(--theme-color);
}

.feature-icon-sctn .feature-icon-set .elementor-icon-box-title a, .feature-icon-sctn .feature-icon-set .elementor-icon-box-title span {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: var(--font-color);
	font-weight: 500;
}

.feature-icon-sctn .feature-icon-set .elementor-icon-box-title a:hover {
	color: var(--theme-color);
}

.feature-icon-sctn .feature-icon-set .elementor-icon-box-title a:after .feature-icon-sctn .feature-icon-set .elementor-icon-box-title span:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: rgba(6, 22, 58, .2);
	margin: 23px auto 0px auto;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}

.feature-icon-sctn .feature-icon-set:hover .elementor-icon-box-title a:after .feature-icon-sctn .feature-icon-set:hover .elementor-icon-box-title span:after {
	width: 40px;
	visibility: visible;
	opacity: 1;
}

.hov-btn .elementor-button {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	fill: var(--white-color);
	color: var(--white-color);
	background-color: var(--hov-button-hover-bgcolor);
	border-radius: 0px 0px 0px 0px;
	padding: 12px 20px 12px 20px;
}

.hov-btn:hover .elementor-button {
	background-color: var(--hov-button-bgcolor);
}

/* EXPLORE SERVICE */

.sctn-title .elementor-heading-title {
	color: var(--font-color);
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.sctn-title-btn .elementor-button {
	font-family: "Cabin", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	fill: var(--white-color);
	color: var(--white-color);
	background-color: var(--hov-button-hover-bgcolor);
	border-radius: 0px 0px 0px 0px;
	padding: 15px 30px 17px 30px;
}

.sctn-title-btn:hover .elementor-button {
	background-color: var(--theme-color);
}

.explore-service-list .ecs-posts article:nth-child(1) {
	padding: 0px 20px 0px 0px;
}

.explore-service-list .ecs-posts article:nth-child(2) {
	padding: 0px 10px 0px 10px;
}

.explore-service-list .ecs-posts article:nth-child(3) {
	padding: 0px 0px 0px 20px;
}

.explore-service-content {
	text-align: center;
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
	padding: 18px 10px 22px;
	position: absolute;
	bottom: -35px;
	background: var(--white-color);
	left: 30px;
	right: 30px;
	width: auto !important;
}

.explore-service-content .s-post-title .elementor-heading-title {
	font-size: 24px;
	line-height: 30px;
	color: var(--font-color);
	font-weight: 500;
	font-family: "Cabin", sans-serif;
}

.explore-service-content .s-post-subtitle:hover .elementor-heading-title, .explore-service-content .s-post-title:hover .elementor-heading-title {
	color: var(--theme-color);
}

.explore-service-content .s-post-subtitle {
	height: 0;
	opacity: 0;
	transition: .4s;
}

.explore-service-content:hover .s-post-subtitle {
	height: 28px;
	opacity: 1;
}

.explore-service-content .s-post-subtitle .elementor-heading-title {
	margin: 4px 0 0;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px;
	position: relative;
	color: var(--content-color);
}

/*upcoming events*/

.upcoming-section .event-type ul li a {
	font-size: 17px;
	font-family: "Nunito-sans", sans-serif;
	line-height: 22px;
	color: #0067da;
	font-weight: 600;
}

.upcoming-section .event-time .elementor-widget-wrap.elementor-element-populated>div {
	width: auto;
	font-size: 16px;
	font-family: "Nunito-sans", sans-serif;
	color: var(--content-color);
	margin: 0;
}

.upcoming-section .event-time .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	align-items: center;
	padding: 0;
}

.upcoming-section .event-top-date div {
	position: relative;
}

.upcoming-section .event-top-date {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 16px;
	font-family: "Cabin", sans-serif;
	background: #fff;
	width: auto;
	padding: 0 8px;
}

/* .upcoming-section .event-top-date .elementor-widget-container:before {
	content: "";
	display: block;
	background: var(--theme-color);
	width: 28px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
} */

.upcoming-section .event-more-link a {
	background: none;
	color: var(--font-color);
	border: 2px solid #e0e0e0;
	border-radius: 0;
	font-size: 16px;
	font-family: "Cabin", sans-serif;
	margin-top: 10px;
	margin-bottom: 40px;
}

.upcoming-title .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.upcoming-title .elementor-widget-wrap.elementor-element-populated div {
	width: auto;
	margin: 0;
}

/*//remove*/

.upcoming-section .view-all-events a {
	font-size: 18px;
	line-height: 18px;
	color: #0067da;
	letter-spacing: .2px;
}

.upcoming-section .view-all-events, .upcoming-section .view-all-events span {
	font-size: 18px !important;
	line-height: 56px !important;
	color: #0067da !important;
	letter-spacing: .2px;
	float: right;
}

.p-t-70 {
	padding-top: 70px;
}

.upcoming-section .sctn-title {
	margin-bottom: 61px;
}

.upcoming-section .view-all-events span {
	margin-left: 10px;
}

.upcoming-section .more-documents a {
	font-size: 16px;
	line-height: 16px;
	color: #0067da;
	letter-spacing: .2px;
	background: none;
	font-family: "Cabin", sans-serif;
}

/*//remove*/

.upcoming-section .view-all-events .elementor-icon-box-wrapper:hover a, .upcoming-section .more-documents a:hover {
	color: var(--theme-color);
}

.upcoming-section .view-all-events:hover, .upcoming-section .more-documents a:hover {
	color: var(--theme-color);
}

.upcoming-section .city-doc-title {
	margin: 0;
}

.upcoming-section .city-doc-title h3 {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.2;
	color: var(--font-color);
	font-family: "Cabin", sans-serif;
}

.upcoming-section .city-doc-title h3:hover {
	color: var(--theme-color);
}

.upcoming-section .city-doc-date {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: var(--content-color);
}

.upcoming-section .doc-icon {
	background: var(--theme-color);
	border-radius: 8px;
	margin-top: 5px;
}

.upcoming-section .doc-icon i {
	color: #fff;
}

.upcoming-section .m-post-title {
	margin-bottom: 10px;
}

.upcoming-section .bg-light-brown {
	background: #f2edeb;
}

.upcoming-section .upcoming-posts .event-type, .upcoming-section .upcoming-posts .m-post-title, .upcoming-section .upcoming-posts .event-time, .upcoming-section .upcoming-posts .event-more-link {
	padding-left: 25px;
	padding-right: 25px;
}

.upcoming-section .upcoming-posts .post-box-content {
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
}

.upcoming-section .upcoming-posts section .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

/*Department page*/

.post-short-description {
	font-size: 17px;
	line-height: 24px;
	color: var(--content-color);
	margin-top: 14px;
}

.button-with-icon a {
	margin-top: 34px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	color: #0067da;
	letter-spacing: .2px;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 40px;
	transition: .4s;
	background: none;
}

.button-with-icon a:hover {
	color: #fff;
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.page-banner {
	padding: 99px 0;
}

.page-banner h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 50px;
	font-family: "Cabin", sans-serif;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .2px;
}

.dept-center-icon {
	background: var(--theme-color);
	width: 80px !important;
	height: 80px;
	text-align: center;
	font-size: 43px;
	color: #fff;
	margin: 0 auto;
	display: block;
	padding: 10px;
	border-radius: 50%;
	margin-top: -60px;
}

.custom-box-shadow {
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
	padding: 0 30px 40px;
}

.dept-featured-img {
	margin-bottom: 0 !important;
}

/*Breadcrumb*/

#breadcrumbs a, #breadcrumbs span, #breadcrumbs .breadcrumb_last {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .2px;
	font-weight: 400;
	font-family: "Nunito-sans", sans-serif;
}

/* COPY */

.sctn-title .elementor-heading-title {
	font-family: 'Cabin-semibold', sans-serif;
}

.explore-service-content .s-post-subtitle .elementor-heading-title a:after {
	position: absolute;
	top: 1px;
	right: -15px;
	font-size: 13px;
	display: block;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 1 !important;
}

/* NEWS & PUBLICATION */

.news-p-list span, .news-p-list a {
	font-family: "Nunito-sans", sans-serif;
}

.n-post-date ul li span {
	font-family: "Cabin", Sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: var(--white-color);
	padding: 0 10px;
	background-color: var(--theme-color);
}

.post-mdata a:hover, .m-post-title a:hover, .read-more a:hover, .explore-list-item ul li:hover>a, .member-contact ul li a:hover span {
	color: var(--theme-color) !important;
}

.news-p-list .post-mdata span, .news-p-list .post-mdata a {
	font-size: 16px;
	line-height: 26px;
	color: var(--content-color);
	padding: 0;
}

.m-post-title h2, .m-post-title a {
	color: var(--font-color) !important;
	font-family: "Cabin", Sans-serif;
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
}

.read-more a {
	font-family: "Cabin", Sans-serif !important;
	position: relative;
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	color: var(--font-color) !important;
	letter-spacing: .2px !important;
	padding: 0 !important;
}

.news-p-list .read-more .elementor-heading-title a:after {
	position: absolute;
	top: -1px;
	right: -25px;
	font-size: 15px;
	display: block;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	opacity: 1 !important;
}

.sctn-subtitle .elementor-heading-title {
	font-size: 18px;
	line-height: 24px;
	color: var(--content-color);
}

.view-all-btn .elementor-button {
	font-family: "Cabin", Sans-serif;
	color: var(--blue-border);
	border-color: var(--blue-border);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	background-color: var(--view-all-btn);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 20px 12px 18px;
}

/* EXPLORE ONLINE SERVICE & RESOURCES */

.explore-list-item ul {
	margin: 0;
	padding: 0;
}

.explore-list-item ul li:hover {
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 5%);
}

.explore-list-item ul li {
	padding: 0 20px;
	transition: .4s;
	position: relative;
	list-style-type: none;
}

.explore-list-item ul li:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: var(--white-color);
	top: -1px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .8s;
}

.explore-list-item ul li:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: var(--white-color);
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .8s;
}

.explore-list-item ul li:not(:last-child)>a {
	border-bottom: 1px solid rgba(238, 238, 238, .25);
	border-bottom-color: #E8E8E8;
}

.explore-list-item ul li:hover>a {
	border-bottom: none;
}

.explore-list-item ul li>a {
	display: block;
	font-family: "Nunito-sans-semibold", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: var(--font-color);
	font-weight: 500;
	position: relative;
	padding: 13px 0 11px;
}

.explore-list-item ul li>a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 1;
	transition: .4s;
	transform: translateY(-50%);
}

.explore-list-item ul li:hover>a:after {
	opacity: 0;
	transition: .4s;
}

.explore-list-item ul li>a:before {
	content: "\f061";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: .8s;
	transform: translateY(-50%);
	opacity: 0;
}

.explore-list-item ul li:hover>a:before {
	right: 0;
	opacity: 1;
	transition: .4s;
}

.explore-list-item.explore-list-2 ul li>a {
	color: var(--white-color) !important;
}

.explore-list-item.explore-list-2 ul li:hover>a {
	color: var(--font-color) !important;
}

/* HOME - TEAM  */

.member-name h2 {
	font-family: 'Cabin-semibold', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: var(--font-color);
	font-weight: 500;
	margin-bottom: 5px;
}

.member-job .elementor-widget-container {
	font-family: 'Cabin-semibold', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: var(--blue-border);
	font-weight: 600;
	margin-bottom: 16px;
}

.member-job .elementor-widget-container:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #e5e5e9;
	display: block;
	margin-top: 13px;
}

.member-contact ul li {
	font-size: 16px !important;
	line-height: 1.2 !important;
	margin-bottom: 10px !important;
}

.member-contact ul li span {
	color: var(--content-color);
}

.team-member-anim>.elementor-element-populated {
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
}

.gal-title:hover, .gal-category:hover a {
	color: var(--theme-color);
}

a, a:hover {
	text-decoration: none;
}

/* EXPLORE CITY HIGHLIGHTS */

.gal-slider-item .gal-img:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--font-color);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.gal-img .gal-num {
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0px;
	background: rgba(0, 0, 0, .3);
	color: var(--white-color);
	padding: 1px 15px;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

.gal-img .gal-num span {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	display: inline-block;
	margin-left: 6px;
}

.gal-slider-item:hover .gal-content {
	top: calc(100% - 150px);
}

.gal-content {
	position: absolute;
	font-family: "Nunito-sans", sans-serif;
	top: calc(100% - 65px);
	left: 15px;
	margin-left: 10px;
	transition: .4s;
	z-index: 3;
}

.gal-category>a {
	font-family: "Nunito-sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
}

.gal-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 19px;
	font-family: "Cabin", sans-serif;
}

.gal-read-more.read-more {
	padding-top: 2px;
}

.gal-read-more.read-more>a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--white-color);
}

.gal-read-more.read-more>a:hover {
	background-color: var(--theme-color);
}

.gal-read-more.read-more>a i {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.gal-read-more.read-more>a:hover i {
	color: var(--white-color);
}

.owl-dots {
	text-align: center;
	margin-top: 62px !important;
}

.owl-dot span {
	width: 6px !important;
	height: 6px !important;
	margin: 5px !important;
	background: #d1d1d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dot.active span {
	width: 12px !important;
	border-radius: 5px !important;
	opacity: 1 !important;
	background-color: var(--theme-color) !important;
}

/* EVENT OVERVIEW PAGE */

.container-events {
	max-width: 1270px;
	width: 100%;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
}

.event-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	border-top: none;
	padding: 30px 40px;
	border: 1px solid #e8e8e8;
}

.event-item:hover {
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
}

.event-time-date {
	flex: 0 0 160px;
}

.event-date-month {
	color: var(--theme-color);
	font-family: "Cabin", sans-serif;
	font-size: 45px;
	font-weight: 400;
	display: block;
	line-height: 1.2;
}

.event-date .month {
	font-size: 16px;
	color: var(--font-color);
	font-weight: 500;
	text-transform: uppercase;
	margin-left: -3px;
}

.event-date .weekday {
	font-size: 20px;
	font-family: "Cabin", sans-serif;
	color: #b0b8c6;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 22px;
}

.event-item .event-content {
	flex: 0 0 calc(100% - 310px);
}

.event-image {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 0 32px;
}

.event-image .event-thumbnail {
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	flex: 0 0 160px;
}

.event-image .event-thumbnail img {
	display: none;
}

.event-desc {
	padding-left: 50px;
	flex: 0 0 calc(100% - 160px);
}

.event-cat {
	padding-top: 2px;
	margin-bottom: 12px;
}

.event-cat a {
	font-family: "Nunito-sans", sans-serif;
	font-size: 17px;
	color: var(--blue-border);
	font-weight: 600;
}

.event-title {
	margin-top: 0;
	margin-bottom: 12px;
}

.event-title a {
	font-family: "Nunito-sans-semibold";
	font-size: 24px;
	line-height: 26px;
	letter-spacing: .2px;
	font-weight: 500;
	color: var(--font-color);
}

.event-time {
	line-height: 22px;
	color: var(--content-color);
	font-size: 16px;
	font-weight: 400;
}

.event-time-date {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	flex-wrap: wrap;
	/* align-items: flex-start; */
}

.event-time-date>i {
	flex: 0 0 24px;
}

.event-readmore {
	flex: 0 0 150px;
	text-align: right;
}

.event-readmore>a {
	display: inline-block;
	font-family: "Cabin", sans-serif;
	background: var(--white-color);
	border: 2px solid #e0e0e0;
	font-weight: 500;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: var(--font-color);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px;
	padding: 8px 20px;
}

.event-readmore:hover>a {
	color: var(--white-color);
	background-color: var(--theme-color);
}

/*Footer*/

footer {
	border: none !important;
}

.footer-top-menu nav ul li a, .footer-top-menu nav ul li a:hover {
	font-size: 17px;
	font-family: "Cabin", sans-serif;
	line-height: 26px;
}

.footer-bottom .egov-contact-info {
	display: flex;
}

.footer-bottom .egov-contact-info .icon {
	padding-right: 10px;
}

.footer-bottom .egov-contact-info .icon i {
	color: var(--content-color);
}

.footer-bottom .egov-contact-info .text_link, .footer-bottom .egov-contact-info .text_link a {
	font-size: 17px;
	font-family: "Cabin", sans-serif;
	color: var(--white-color);
}

.footer-bottom .egov-contact-info .text_link a span {
	color: var(--footer-text);
}

.footer-bottom .egov-contact-info .text_link a:hover span {
	color: var(--theme-color);
}

nav ul li a:hover:after {
	display: none;
}

.footer-bottom .footer-address p {
	font-size: 17px;
	font-family: "Cabin", sans-serif;
	color: var(--footer-text);
	line-height: 24px;
	margin: 0;
}

.footer-bottom .week-days {
	font-size: 17px;
	font-family: "Cabin", sans-serif;
	color: var(--footer-bottom);
	margin: 0 0 5px 24px;
}

.footer-bottom .footer-menu-1 nav ul li a, .footer-bottom .footer-menu-2 nav ul li a, .footer-bottom .footer-menu-1 nav ul li a:hover, .footer-bottom .footer-menu-2 nav ul li a:hover {
	padding: 5px 20px 5px 12px;
}

.footer-bottom .footer-menu-1 nav ul li, .footer-bottom .footer-menu-2 nav ul li {
	position: relative;
}

.footer-bottom .footer-menu-1 nav ul li:before, .footer-bottom .footer-menu-2 nav ul li:before {
	position: absolute;
	top: 11px;
	left: 0;
	color: #455476;
	display: block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 1 !important;
}

#scroll-top {
	background: var(--theme-color);
}

@media only screen and (max-width: 1024px) {
	.footer-bottom .footer-menu-1 nav ul li, .footer-bottom .footer-menu-2 nav ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 990.98px) {
	.event-date {
		display: none;
	}

	.event-item .event-content {
		flex: 0 0 calc(100% - 160px);
	}

	.event-image {
		padding-left: 0;
	}

	.event-image .event-thumbnail {
		background-image: unset !important;
	}

	.event-image .event-thumbnail img {
		display: block;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.our-achievement {
		padding: 60px 0 60px 0 !important;
	}

	.our-achievement .elementor-element-populated {
		padding: 10px 10px 40px 10px !important;
	}

	.video-play-icon .elementor-icon-box-wrapper {
		display: flex;
		align-items: center;
	}

	.video-play-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-right: 15px !important;
	}

	.explore-service-list .ecs-posts article {
		padding: 0;
	}

	.container-events {
		padding: 0 20px;
	}

	.event-item {
		padding: 20px 0 40px;
		border: none;
	}

	.event-item .event-content, .event-readmore {
		flex: 0 0 100%;
	}

	.event-readmore {
		text-align: left;
		margin-top: 15px;
	}

	.event-image {
		display: block;
		padding: 0;
	}

	.event-image .event-thumbnail {
		flex: 0 0 100%;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.event-desc {
		flex: 0 0 100%;
		padding-left: 0;
	}
}