/*
Theme Name: CSAY
Theme URI: https://csay.org/
Author: The CSAY Team
Author URI: https://csay.org/
Description: Mutipurpoose Responsive Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csay
*/
html {
	min-height: 100%;
}
body {
	/* background-color: rgba(64, 200, 244, 0.01); */
	color: #212121;
	/* font-family: "Prompt", serif; */
	font-family: "Poppinsregular", sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.container-custom {
	max-width: 1670px;
	margin: 0 auto;
	padding: 0 35px;
}
ul {
	margin: 0;	
	padding-left: 15px;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {		
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #40C8F4;
	text-decoration: none;
}
a:hover, a:focus {
	color: #808080;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.btn {
	border-radius: 15px;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 20px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 15px;
	font-size: 16px;
	padding: 12px 25px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 15px;
	font-size: 14px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 30px;
}
.btn-theme::before, .button::before {	
	border-radius: 15px;	
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}
.btn-theme, .button {
	border-radius: 15px;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 9px 25px;
	position: relative;
	text-align: center;
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	-webkit-tap-highlight-color: initial;
}
.btn-theme:hover::before, .button:hover::before {
	transform-origin: right center;
	transform: scale(0, 1);
}
.btn-theme-primary::before, .button::before {	
	background-color: #40C8F4;		
}
.btn-theme-primary, .button {
	background-color: transparent;	
	border: 1px solid #40C8F4;
	color: #fff;
}
.btn-theme-primary:hover, .btn-theme-primary:focus, .button:hover, .button:focus {
	background-color: transparent;
	color: #40C8F4;	
}
.btn-theme-primary::before:hover, .btn-theme-primary::before:focus, .button::before:hover, .button::before:focus {
	background-color: transparent;	
}
.btn-theme-white::before {	
	background-color: #fff;		
}
.btn-theme-white::before:hover, .btn-theme-white::before:focus{
	background-color: transparent;	
}
.btn-theme-white {
	background-color: transparent;	
	border: 1px solid #fff;
	color: #5c5c5c;		
}
.btn-theme-white:hover, .btn-theme-white:focus {
	background-color: transparent;
	color: #fff;	
}
.btn-theme-secondary {
	background-color: transparent;	
	border: 1px solid #F36D42;
	color: #fff;
}
.btn-theme-secondary:hover, .btn-theme-secondary:focus {
	background-color: transparent;
	color: #F36D42;	
}
.btn-theme-secondary::before {	
	background-color: #F36D42;		
}
.btn-theme-secondary::before:hover, .btn-theme-secondary::before:focus{
	background-color: transparent;	
}
.btn-white {	
	background-color: #fff;
	border-color: #fff;
	color: #212121;
}
.btn-white:hover,  .btn-white:focus {
	background-color: #212121;
	border-color: #212121;
	color: #fff;
}
.btn-outline-white {	
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover,  .btn-outline-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #212121;
}
.btn-primary {
	background-color: #40C8F4;
	border-color: #40C8F4;
	color: #fff;
}
.btn-primary:hover,  .btn-primary:focus {
	background-color: #2287A8;
	border-color: #2287A8;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #40C8F4;
	color: #40C8F4;
}
.btn-outline-primary:hover, 
.btn-outline-primary:focus {
	background-color: #40C8F4;
	border-color: #40C8F4;
	color: #fff;
}
.btn-secondary {
	background-color: #F36D42;
	border-color: #F36D42;
	color: #fff;
}
.btn-secondary:hover, 
.btn-secondary:focus {
	background-color: #40C8F4;
	border-color: #40C8F4;
	color: #fff;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #F36D42;
	color: #F36D42;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #F36D42 ;
	border-color: #F36D42 ;
}
.btn i {
	margin-left: 7px;
}
button:focus,
button:focus:not(:focus-visible),
.btn:focus,
.btn:focus-visible,
a:focus {
  outline:2px solid #40C8F4;
  outline-offset:2px;
  transition:none
}
img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	height: auto;
	max-width: 100%;
}
.alignleft, img.alignleft {	
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {	
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}
.wp-caption-text {
	text-align: center;
	margin: 5px 0;
}
.table, table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th, 
table > tbody > tr > td, 
table > tbody > tr > th, 
table > tfoot > tr > td, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
table thead tr, 
table thead tr:nth-child(2n+1) {
 	background-color: #f0f0f0;
}
table tr {
	background-color: #fbfbfb;
}
table tr:nth-child(2n+1) {
 	background-color: #fdfdfd;
}
.gallery {
	margin: 0 -1.16% 15px;
	display: flex;
	flex-wrap: wrap;
}
.gallery-item {
	display: block;
	max-width: 33.33%;
	margin: 0 0 15px;
	padding: 0 1.16% 1.16%;
	width: 100%;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	font-size: 18px;
	font-style: italic;
	display: block;	
	margin: 10px 0 0;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
	display: none;
}
.dropdown-menu li {
	display: block;
}
.modal-content {
	padding: 15px;
}
.modal-header {
	display: block;
	border-bottom: none;
}
button.close {
	background-color: #40C8F4;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -7px;
	position: absolute;
	right: -7px;
	padding: 0;
	z-index: 1;
}
.modal-header button.close {
	padding: 0;
	margin: 0;
}
.modal-header .close {
	padding: 0;
	margin: 0;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
}
.row-eq-height > [class*="col"] > * {
 	width: 100%;
 	max-width: 100%;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	background-color: rgba(255, 255, 255, 0.9);	
	border-radius: 15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
/*=========================================================================
						Header css
==========================================================================*/
.header {
	position: relative;
	z-index: 101;
}
.header-top {
	/* background-color: rgba(64, 200, 244, 0.2); */
	/* background-color: rgba(243, 109, 66, 0.1); */
	/* background: linear-gradient(to right, rgba(64, 200, 244, 0.25) 0%, rgba(243, 109, 66, 0.25) 80%); */
	background: linear-gradient(to right, #1a50a0 20%, rgb(64, 200, 244) 50%, rgb(243, 109, 66) 100%);
	position: relative;
}
.header-top-left {
	display: flex;
	flex-wrap: wrap;
}
.header-top-left > ul, 
.header-top-right > ul {	
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin: 0 -10px;
}
.header-top-left > ul + ul, .header-top-right > ul + ul {
	margin-left: 0;
}
.header-top-left > ul > li, 
.header-top-right > ul > li {
	display: block;
	padding: 0 5px;
}
.header-top-left > ul > li > a, 
.header-top-right > ul > li > a {
	color: #fff;
	padding: 10px 5px;
	display: block;
	line-height: 20px;
}
.header-top-left > ul > li > i, 
.header-top-right > ul > li > i {
	color: #fff;
}
.header-top-right {
	display: flex;
	justify-content: flex-end;
}
.header-contact-info > li > a {
	display: flex !important;
	gap: 10px;
}
.header-contact-info > li > a i {
	color: #fff;
	font-size: 18px;
}
.header-contact-info > li > a span {
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: 1;
	font-weight: 500;
}
.header-contact-info > li > a span strong {
	display: block;
	font-size: 13px;
	color: #f0f0f0;
	font-weight: 400;
}
.header-top .header-social-icon li {
	display: flex;
	align-content: center;
}
.header-top .header-social-icon > li > a {
	/* background-color: #2287A8;
	background: linear-gradient(to right, #40C8F4 0%, #2287A8 80%); */
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 5px;	
	margin: auto 0;	
	text-align: center;
}
.header-social-icon a:hover {
	color: #a0a0a0;
}
.header-outer {
	background-color: transparent;	
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	position: relative;
}
.logged-in.admin-bar .header-sticky.sticked, 
.logged-in.admin-bar .header-fixed, 
.logged-in.admin-bar .header-transparent.transparency {
	top: 32px;
}
.header.sticky {
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	padding-bottom: 70px;
}
.header-sticky {
	background-color: #fff;
	/* box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.10); */
	position:absolute;
}
.header-sticky.sticked {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header.fixed {
	padding-top: 80px;
}
.header-fixed {
	background-color: #fff;
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
.header-fixed.fix {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-transparent {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;	
}
.header-transparent.transparency {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;	
}
.header-logo .logo-link {
	display: block;
	padding: 10px 0;
}
.site-title {
	margin: 10px 0;
	font-size: 24px;
	padding: 10px 0;
	line-height: 28px;
}
.site-title a {
	color: #222;
	font-family: 'Rockwell', sans-serif;
}
.header-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: space-between;
	justify-content: space-between;	
}
.nav-menu {
	display: block;	
}
.nav-mobile-header {
	display: none;
}
.header-nav-button .btn-radius {
	padding: 10px 20px;
}
.navbar-nav {
	/* background-color: rgba(64, 200, 244, 0.10); */
	/* background-color: rgba(243, 109, 66, 0.1); */
	/* border-radius: 15px; */
	margin: 0;
	padding: 0;
}
.navbar-nav > li {	
	position: relative;
}
.navbar-nav > li > a {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 10px;	
}
.navbar-nav > li.menu-item-has-children > a::after {
 	content: "\f107";
 	display: inline-block;
 	font-family: "Font Awesome 6 Free";
 	font-weight: 600;
 	margin-left: 5px;
 	font-size: 12px;
 	vertical-align: middle;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 13px;
	left: 0;
	margin: 0;
	min-width: 200px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
	padding-left: 0;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeInUp 0.3s ease-in;
	-webkit-animation: fadeInUp 0.3s ease-in;
	animation: fadeInUp 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #212121;
	display: block;
	font-size: 14px;	
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav li > a:hover, 
.navbar-nav li.current-menu-item > a, 
.navbar-nav li.current_page_item > a, 
.navbar-nav li:hover > a, 
.navbar-nav li.current_page_ancestor > a, 
.navbar-nav li.current-page-parent > a {
	color: #40C8F4;
}
.navbar-nav .sub-menu a:hover {
	background-color: #40C8F4;
	color: #fff;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 -webkit-transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
}
/*====================================================================
						Common Css
=====================================================================*/
.section {
	margin-bottom: 70px;
}
.section-header {
	margin: 0 0 30px;
	position: relative;
}
.section-title {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	position: relative;	
}
.section-subtitle {
	color: #575757;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}
.text-center .section-subtitle {
	justify-content: center;
}
.section-description {
	color: #575757;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 900px;
}
.text-center .section-description {
	margin: 10px auto 0;
}
.color-white {
	color:#fff;
}
.color-white .section-title {
	color: #fff;
}
.color-white .section-subtitle {
	color: #fff;
}
.color-white .section-description {
	color: #fff;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	color: #5c5c5c;
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	top: 45%;
	z-index: 99;
	width: 45px;
	height: 45px;
	transform: scale(1.001);
	transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev:hover, .slick-next:hover {
	transform: scale(1.1);
}
.slick-dots {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #40C8F4;
	border: 1px solid #40C8F4;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.slick-dots li button {
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 100%;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
.view-all {
	margin-top: 50px;
}
.more-link {
	color: #5c5c5c;
	position: relative;
	display: inline-block;
}
.more-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: currentColor;
	transform: scale(1, 1);
	transform-origin: left center;
	transition: transform 0.2s ease-in-out;
}
.more-link:hover::before {
	transform: scale(0, 1);
}
/*====================================================================
						Homepage Css
=====================================================================*/
.slider-section {
	background-color: #F5F1EB;	
	overflow: hidden;
	position: relative;
}
.slider-carousel .slick-prev {
	left: 12px;
}
.slider-carousel .slick-next {
	right: 12px;
}
.slider-carousel .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.slider-carousel .slick-dots li button {
	background-color: transparent;
	border: 1px solid #fff;	
}
.slider-carousel .slick-dots li.slick-active button {
	background-color: #fff;
}
.slider-carousel .slick-track {
	display: flex;
}
.slider-item {		
	height: auto;
	position: relative;
}
.slider-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 80px 0; */
}
.slider-image {
	width: 100%;	
	position: relative;	
}
.slider-image img {
	object-fit: cover;
	width: 100%;	
}
.slider-summery {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	right: 0;
	padding: 0 12px;
}
@media (min-width:1400px) {
	.slider-summery {		
		max-width: 1320px;		
	}
}
.slider-content {
	width: 100%;
	background-color: rgba(243, 109, 66, 0.8);	
	background: linear-gradient(to left, rgba(64, 200, 244, 0.7) 50%, rgba(0, 0, 0, 0.7) 80%);
	color: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: 600px;	
}
.slider-subheading {	
	font-size: 20px;
}
.slider-heading {
	font-size: calc(32px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: 600;
}
.slider-heading span, .slider-heading strong {
	color: #23ac82;	
}
.slider-description {	
	font-size: 16px;	
	margin-bottom: 20px;
}
/*===================== About Css =======================*/
.about-section {
	position: relative;	
}
.about-section .container {
	max-width: 1000px;
}
.about-image-block {
	position: relative;
}
.about-image {
	position: relative;		
}
.about-image img {
	border-radius: 15px;
	width: 70%;
	object-fit: cover;
}
.about-content-block {	
	position: relative;	
}
.about-content h1, .about-content h2 {
	background: linear-gradient(to right, #40C8F4 0%, #F36D42 80%);
    background-clip: border-box;
	background-clip: text;
	color: transparent;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
}
.about-content h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.about-content h4::before {
	content: "";
	background-color: #40C8F4;
	width: 45px;
	margin: 0 10px;
	opacity: 0.30;
	height: 3px;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
}
.about-content p {	
	color: #575757;
	line-height: 24px;
}
.about-content-block .btn {	
	margin-top: 10px;
}
/*===================== Home Page service Css =======================*/
.page-service-section {
	background-color: rgba(64, 200, 244, 0.10);
	border-top: 6px solid rgba(243, 109, 66, 0.35);
	border-radius: 30px 30px 0 0;
	padding: 70px 0;
}
.page-service-wrapper .row {
	margin-bottom: -24px;
}
.page-service-item {
	display: flex;
	margin-bottom: 24px;
}
.page-service-wrap {
	/* background-color: #fff; */
	/* border: 1px solid rgba(243, 109, 66, 0.1); */
	/* border-radius: 15px; */
	/* box-shadow: 0 0 10px rgba(0,0,0,0.15); */
	/* overflow: hidden; */
	/* margin-bottom: 24px; */
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	position: relative;
	z-index: 1;
}
.page-service-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.page-service-image a {	
	display: block;
	overflow: hidden;
}
.page-service-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-service-item:hover .page-service-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.page-service-summery {
	width: calc(100% - 24px);
	/* position: absolute; */
	bottom: -46px;
	margin: 0 auto;
}
.page-service-title {
	background: #40C8F4;
	border-radius: 0 0 15px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-align: center;	
}
.page-service-title a {
	color: #fff;
	padding: 12px;
	display: block;
}
.page-service-content {
	display: none;
}
.page-service-more-button {
	display: none;
}
/*===================== Home Page event Css =======================*/
.event-timeline-item {
	display: flex;
}
.event-timeline-wrap {
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	gap: 40px;
}
.event-timeline-item:first-child .event-timeline-wrap::before {
	content: "";
	position: absolute;
	width: 40px;
	margin: 0 auto;
	height: 1px;
	background-color: #F36D42;
	top: 0;
	left: 0;
	right: 0;
}
.event-timeline-item:last-child .event-timeline-wrap::before {
	content: "";
	position: absolute;
	width: 40px;
	margin: 0 auto;
	height: 1px;
	background-color: #F36D42;
	bottom: 0;
	left: 0;
	right: 0;
}
.event-timeline-item:nth-child(2n+2) .event-timeline-wrap {
	flex-direction: row-reverse;
}
.event-timeline-imagecontent {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 50%;
	background-color: rgba(64, 200, 244, 0.10);
	padding: 20px;
	border-radius: 15px 100px 100px 15px;
	position: relative;
}
.event-timeline-imagecontent::after {
	content: "";
	position: absolute;
	background-color: #F36D42;
	width: 1px;
	height: calc(100% + 30px);
	right: -19px;
	top: -15px;
}
.event-timeline-item:nth-child(2n+2) .event-timeline-imagecontent::after {
	left: -20px;
	right: auto;
}
.event-timeline-image {
	width: 38%;
}
.event-timeline-image a {
	display: block;
}
.event-timeline-image a img {
	border-radius: 15px;
}
.event-timeline-summery {
	width: calc(62% - 15px);
}
.event-timeline-title {
	font-size: 16px;
	font-weight: 600;
}
.event-timeline-title a {
	color: #212121;
}
.event-timeline-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #4e4f4d;
}
.event-timeline-content p {
	margin-bottom: 0;
}
.event-timeline-button {
	margin-top: 10px;
}
.event-timeline-link {
	color: #F36D42;
}
.event-timeline-info {
	width: 50%;
	position: relative;
}
.event-timeline-info::before {
	content: "";
	position: absolute;
	background-color: #fff;
	border: 1px solid #F36D42;
	width: 20px;
	height: 20px;
	left: -32px;
	border-radius: 100%;
	top: 10px;
}
.event-timeline-info::after {
	content: "";
	background-color: #F36D42;
	width: 32px;
	height: 1px;
	position: absolute;
	top: 20px;
	left: -12px;
}
.event-timeline-item:nth-child(2n+2) .event-timeline-info::before {
	right: -30px;
	left: auto;
}
.event-timeline-item:nth-child(2n+2) .event-timeline-info::after {
	right: -10px;
	left: auto;
}
.event-timeline-date {
	display: inline-flex;
	background-color: rgba(64, 200, 244, 0.1);
	padding: 10px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 500;
	margin: 0 20px;
}
.event-timeline-item:nth-child(2n+2) .event-timeline-info {	
	text-align: right;
}
/*===================== Event Css =======================*/
.event-section {	
	position: relative;
}
.event-item {
	display: flex;	
}
.event-wrap {
	background-color: rgba(64, 200, 244, 0.01);
	border: 1px solid rgba(64, 200, 244, 0.20);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	padding: 15px;
}
.event-image {
	position: relative;	
}
.event-image a {
	display: block;
	overflow: hidden;
	border-radius: 15px 15px;
	position: relative;
}
.event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-item:hover .event-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.event-summery {
	padding: 15px 0 0;
	width: 100%;
}
.event-info {
	margin-top: 15px;
}
.event-date {
	background-color: rgba(243, 109, 66, 1);
	border-radius: 15px;
	color: #fff;
	display: inline-block;	
	padding: 6px 15px;	
}
.event-title {
	margin: 0;	
	line-height: 1.25;
}
h3.event-title {
	font-size: 16px;
}
.event-title a {
	color: #212121;
	display: block;
}
.event-content {
	color: #575757;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;		
}
.event-content p {
	margin: 0;
}
.event-more-button {
	margin-top: 15px;
}
/*===================== Home Page service Category Css =======================*/
.service-category-section {	
	position: relative;
}
.service-category-section .section-title {
	background: linear-gradient(to right, #40C8F4 0%, #F36D42 80%);
    background-clip: border-box;
	background-clip: text;
	color: transparent;
}
.service-category-wrapper .row {
	margin-bottom: -24px;
}
.service-category-item {
	display: flex;
	margin-bottom: 24px;
}
.service-category-item > a { 
	display: block;
}
.service-category-wrap {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	position: relative;
	z-index: 1;
}
.service-category-image {
	position: relative;	
	overflow: hidden;
	border-radius: 15px;
}
.service-category-image a {	
	display: block;
	overflow: hidden;
}
.service-category-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service-category-item:hover .service-category-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-category-summery {	
	padding: 15px;	
	width: 100%;
}
.service-category-title {
	color: #212121;
	margin: 0;	
}
.service-category-title a {
	color: #212121;
}
.service-category-content {
	color: #575757;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.service-category-overlay-item  .service-category-wrap {
	border: none;
}
.service-category-overlay-item  .service-category-wrap::before {
	content: "";
	background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,#000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 2;
}
.service-category-overlay-item  .service-category-summery {
	position: absolute;
	bottom: 0;
	z-index: 2;	
}
.service-category-overlay-item .service-category-title {
	color: #fff;	
}
.service-category-overlay-item .service-category-title a {
	color: #212121;
}
/*===================== Home Page service Css =======================*/
.service-section {
	background-color: rgba(243, 109, 66, 0.1);;
	padding: 70px 0;
	position: relative;
}
.service-wrapper .row {
	margin-bottom: -24px;
}
.service-item {
	display: flex;
	margin-bottom: 24px;
}
.service-wrap {
	background-color: #fff;
	border: 1px solid #E7E7EC;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.service-image {
	position: relative;	
}
.service-image a {
	display: block;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	position: relative;
}
.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-item:hover .service-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-summery {
	padding: 15px;
	width: 100%;	
}
.service-info {
	background-color: #fff3ee;
	border-radius: 15px;
	display: inline-block;
	margin-top: 15px;
	padding: 6px 15px;	
}
.service-daynight {
	color: #212121;
}
.service-route {
	color: #575757;
	line-height: 20px;
	display: flex;
	margin-top: 10px;
	margin-bottom: 5px;
}
.service-route span {
	color: rgba(64, 200, 244, 0.8);
	margin-right: 5px;
	white-space: nowrap;
}
.service-title {
	margin: 0;	
	line-height: 1.25;
}
h3.service-title {
	font-size: 16px;
}
.service-title a {
	color: #212121;
	display: block;
}
.service-content {
	color: #575757;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;		
}
.service-content p {
	margin: 0;
}
.service-more-button {
	/* border-top: 1px dashed #bdbdbd;
	padding-top: 20px; */
	margin-top: 20px;
}
.service-overlay-item .service-image a::before {
	content: "";
	background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,#000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 1;
}
.service-overlay-item .service-image {
	display: flex;
}
.service-overlay-item .service-image::before {
	content: "";
	display: block;
	padding-top: calc(100% + 50px);
}
.service-overlay-item .service-summery {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.service-overlay-item .service-summery .service-title a {
	color: #fff;
}
.service-overlay-item .service-content {
	color: #fff;
}
.service-overlay-item .service-more-link {
	color: #fff;
	border-color: #fff;
}
/*===================== Home Page benefit Css =======================*/
.benefit-section {
	position: relative;
	background-color: rgba(64, 200, 244, 0.05);
	padding: 70px 0;
}
.benefit-image {
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.benefit-image img {
	width: 100%;
	object-fit: cover;
}
.benefit-image-content {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #40C8F4;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	width: 80%;
	border-radius: 5px 0 5px 0;
}
.benefit-row.row {
	margin-bottom: -24px;
}
.benefit-item {
	display: flex;
	margin-bottom: 24px;
}
.benefit-wrap {
	background-color: #fff;
	border: 1px solid rgba(64, 200, 244, 0.2);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 20px 20px 20px;	
	position: relative;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.benefit-item:hover .benefit-wrap {	
	transform: scale(1.05);
}
.benefit-icon {
	background-color: #50caf033;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;	
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.benefit-title {
	color: #1a50a0;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 0;
}
.benefit-content {
	margin-top: 10px;
}
/*===================== Home Page enquiry Css =======================*/
.enquiry-section {	
	position: relative;
}
.enquiry-wrapper {	
	position: relative;
}
.enquiry-summery {
	position: relative
}
.enquiry-content {
	/* position: absolute; */
	/* top: 10px; */
	background-color: rgba(64, 200, 244, 0.1);
	padding: 12px;
	/* left: 10px; */
	font-size: 14px;
	/* right: 10px; */
	border-radius: 15px;
	display: inline-block;
	margin: 20px 0;
}
.enquiry-content h2 {
	margin-bottom: 20px;
}
.enquiry-content h3,  .enquiry-content h4{
	margin-bottom: 20px;
}
.enquiry-content p {
	margin-bottom: 25px;
	line-height: 24px;
}
.enquiry-content p a.btn i {
	margin-right: 7px;
}
.enquiry-image {
	position: relative
}
.enquiry-image img {
	border-radius: 15px;
	max-width: 250px;
}
.enquiry-form {
	background-color: rgba(64, 200, 244, 0.1);
	background: linear-gradient(to left, rgba(64, 200, 244, 0.06) 20%, rgba(243, 109, 66, 0.08) 100%);
	/* border: 1px solid rgba(64, 200, 244, 0.2);	 */
	border-radius: 15px;
	padding: 20px;
}
.enquiry-form h4 {
	margin-bottom: 15px;
}
/*===================== Home Page Blog Css =======================*/
.blog-section {
	position: relative;
}
.blog-wrapper .row {
	margin-bottom: -24px;
}
.blog-item {
	margin-bottom: 24px;
	display: flex;
}
.blog-wrap {
	background-color: #fff;
	/* border: 1px solid rgba(64, 200, 244, 0.2); */
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
	/* padding: 10px; */
	box-shadow: 0 4px 30px 0 rgba(22,27,24,.05);
}
.blog-image {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.blog-image a{
	overflow: hidden;
	display: block;
}
.blog-image img {
	width: 100%;
}
.blog-item:hover .blog-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-summery {
	padding: 24px;
}
.blog-meta {
	color: #8a819a;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}
.blog-meta a {
	color: #8a819a;
}
.blog-meta .fa,  .blog-meta .fas {
	margin-right: 3px;
	color: #8a819a;
}
.blog-labels {
	position: relative;
}
.blog-labels a {
	background-color: #40C8F4;
	border-radius: 15px;
	color: #fff;
	padding: 2px 10px 2px 10px;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;	
}
.blog-labels a + a {
	margin-left: 5px;
}
.blog-title {
	margin-bottom: 15px;
	font-weight: 600;	
}
h3.blog-title {
	font-size: 20px;
}
.blog-title a {
	color: #212121;	
}
.blog-content {
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-content > p {
	color: #575757;
	line-height: 24px;	
}
/*================== Homepage Testimonial Css =====================*/
.testimonial-section {	
	position: relative;
	overflow: hidden;
}
.testimonial-carousel {
	/* margin: 0;	
	max-width: 800px;
	margin: 0 auto; */
	position: relative;
}
/* .testimonial-carousel .slick-list {
	overflow: inherit;
} */
.testimonial-item {
	padding: 0 12px;
	position: relative;
	/* -webkit-transform: scale(0.9);
	transform: scale(0.9); */
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}
/* .slick-current.testimonial-item {
	-webkit-transform: scale(1);
	transform: scale(1);
} */
.testimonial-wrap {
	background-color: #fff;
	border: 1px solid rgba(64, 200, 244, 0.2);
	border-radius: 15px;
	overflow: hidden;
	padding: 30px;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	gap: 16px;
}
.testimonial-top {
	border-bottom: 1px solid rgba(64, 200, 244, 0.2);	
	display: flex;
	align-items: center;
	margin-bottom: 20px;	
	padding-bottom: 20px;
}
.testimonial-image {
	height: 80px;
	width: 80px;
	min-width: 80px;
}
.testimonial-image img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-head {
	padding-left: 0;
}
.testimonial-title {
	color: #1a50a0;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.testimonial-meta {
	color: #808080;
	display: inline-block;
	margin: 0;
	font-size: 13px;
}
.testimonial-short-desc::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
.testimonial-quote {
	font-size: 40px;
	margin-bottom: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	opacity: 0.05;
}
.testimonial-star {
	color: #FFB900;
}
.testimonial-content {
	padding: 0 0 10px;
}
.testimonial-content p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #374151;
	font-style: italic;
}
/*================== Gallery Css =====================*/
.partner-section {
	position: relative;
}
.partner-section .container {
	max-width: 1000px;
}
.partner-carousel {
	margin: 0 -12px;
}
.partner-carousel .partner-item {	
	padding: 0 12px;
}
.partner-carousel .partner-wrap {	
	margin: 10px 0;
}
.partner-item {
	display: flex;	
}
.partner-wrap {
	background-color: #fff;
	border: 1px solid rgba(64, 200, 244, 0.2);
  	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 12px;	
	text-align: center;
	width: 100%;
}
.partner-image {
	/* width: 150px; */
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}
.partner-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.partner-title {
	font-size: 16px;
	margin-bottom: 0;
}
/*================== Gallery Css =====================*/
.gallery-section {
	background-color: transparent;
}
.gallery-wrapper .row {
	margin: 0 -12px -24px;
}
.gallery-row {
	column-count: 4;
	column-gap: 12px;
}
.gallery-row .gallery-items {
	margin-bottom: 12px;
	padding: 0;	
}
.gallery-items {
	display: flex;
	margin-bottom: 24px;
	padding: 0 12px;	
}
.gallery-wrap {
	background-color: #40C8F4;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	border-radius: 15px;
	overflow: hidden;
	/* border: 8px solid #fff; */
	width: 100%;
}
.gallery-image a{
	overflow: hidden;
	display: block;
	position: relative;
}
.gallery-image a::before {
	background-color: #40C8F4;
	border-radius: 100%;
	content: "\f00e";
	color: #fff;
	font-size: 20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.gallery-items:hover .gallery-image a::before{
	opacity: 1;
	visibility: visible;
}
.gallery-image img {
	width: 100%;
}
.gallery-items:hover .gallery-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}
/*====================== Homepage service Banner Css =========================*/
.service-banner-section {
	position: relative;
}
.service-banner-wrapper {
	position: relative;
}
.service-banner-image {
	position: absolute;
	width: 100%;
	height: 100%;	
	overflow: hidden;
}
.service-banner-image img {
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.service-banner-summery {
	color: #fff;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 30px;
	z-index: 1;
	align-items: center;
	text-align: center;
}
.service-banner-summery::before {
	content: "";
	background-color: #000;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	opacity: 0.5;
	height: 100%;
	z-index: -1;
}
.service-banner-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
}
.service-banner-summery p, .service-banner-desc {
	font-size: 16px;
	margin-bottom: 20px;
}
.service-banner-desc ul {
	padding-left: 0;
	margin: 0 0 25px;
	list-style-type: none;
}
.service-banner-desc ul li {
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.service-banner-desc ul li::before {
	border-radius: 100%;
	content: "\f140";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	color: #2e3192;
	text-align: center;
	line-height: 20px;
}
/*===================== Home Page USP Css =======================*/
.usp-section {	
	position: relative;
}
.usp-wrapper .row{
	margin-bottom: -24px;
}
.usp-item {
	margin-bottom: 24px;
	display: flex;
}
.usp-wrap {
	background-color: rgba(64, 200, 244, 0.01);
	border: 1px solid rgba(243, 109, 66, 0.15);
	border-radius: 15px;
	padding: 20px 20px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	width: 100%;
}
/* .usp-item:hover .usp-wrap {
	background-color: rgba(64, 200, 244, 0.05);
} */
.usp-icon {
	/* height: 70px; */
	/* width: 70px; */
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	padding: 0;
}
.usp-icon img {
	border-radius: 15px;
}
.usp-title {
	margin-bottom: 0;
}
.usp-desc {
	margin: 15px 0 0;
	line-height: 24px;
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer-section {
	padding-top: 0;
}
.footer {
	background-color: #212121;
	position: relative;
}
.footer-call {
	background-color: #fff;
	/* border-bottom: 1px solid rgba(255,255,255,0.1); */
	margin-bottom: 0;
	position: relative;
	padding: 0 0 50px 0;
	top: 0;
	z-index: 1;
}
/* .footer-call::before {
	background-color: rgba(64, 200, 244, 0.15);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 10px 10px 0 0;
} */
.footer-call-wrap {
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
	background-color: rgba(64, 200, 244, 0.10);
	padding: 30px;
	text-align: center;
	border-radius: 15px;
}
.footer-call-number {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-call-wrap .footer-call-number a {
	color: #212121;
}
.footer-call-btn .btn {
	min-width: 150px;
}
.footer-call-wrap .footer-call-number a:hover, .footer-call-wrap .footer-call-number a:focus {
	color: #40C8F4;
}
.footer-top {
	padding: 50px 0 0;
	position: relative;
	z-index: 10;
}
.footer-widget-outer {
	padding: 0;;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer a:hover, .footer a:focus {
	color: #f2c8b4;
	outline: medium none;
	text-decoration: none;
}
.footer a.btn:hover, .footer a.btn:focus {
	color: #fff;
}
.footer a.btn-outline-white:hover, .footer a.btn-outline-white:focus {
	color: #212121;
}
.footer-widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;	
}
.footer-column {
	margin-bottom: 30px;
}
.footer-column ul.footer-social-icon {
	margin: 20px 0 0;
	text-align: left;
}
.footer-column ul {
	padding: 0;
	margin: 0;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0;
}
.footer-site-title {
	font-size: 16px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact i {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-bottom {	
	position: relative;
}
.footer-bottom-outer {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 15px 0;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 5px;
}
.footer-menu li a {
	padding: 0 10px;
}
.copyright p {
	margin: 18px 0;
}
.footer-social-icon {
	margin: 12px 0;
	text-align: right;
	padding: 0;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	background-color: #676767;	
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 35px;	
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.footer-social-icon li a span {
	display: none;
}
.footer-social-icon li a:hover {
	color: #808080;
}
.footer-social-icon li.facebook a {
	background-color: #3b5998;
}
.footer-social-icon li.twitter a {
	background-color: #00bdec;
}
.footer-social-icon li.gplus a {
	background-color: #d34836;
}
.footer-social-icon li.youtube a {
	background-color: #c4302b;
}
.footer-social-icon li.instagram a {
	background-color: #8a3ab9;
}
.footer-social-icon li.lindkedin a {
	background-color: #0e76a8;
}
.footer-social-icon li.pinterest a {
	background-color: #c92228;
}
.footer-social-icon li.tumblr a {
	background-color: #34526f;
}
.footer-social-icon li.flickr a {
	background-color: #0063dc;
}
.footer-social-icon li.tripadvisor a {
	background-color: #00af87;
}
.sticky-social {
	right: 0;
	position: fixed;
	top: 250px;
	z-index: 99;
}
.sticky-social-icon {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sticky-social-icon li {
	display: block;
}
.sticky-social-icon li a {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 9px 10px;
	text-align: center;
	font-size: 16px;
	width: 40px;
	height: 40px;
	position: relative;
}
.sticky-social-icon li a span {
	display: inline-block;
	line-height: 40px;
	right: -120px;
	position: absolute;
	text-align: center;
	width: 120px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	top: 0;
}
.sticky-social-icon li a:hover span {
	right: 100%;
}
.sticky-social-icon li.sticky-enquiry a, .sticky-social-icon li.sticky-enquiry a span {
	background-color: #000;
}
.sticky-social-icon li.facebook a, .sticky-social-icon li.facebook a span {
	background-color: #3b5998;
}
.sticky-social-icon li.twitter a, .sticky-social-icon li.twitter a span {
	background-color: #00bdec;
}
.sticky-social-icon li.gplus a, .sticky-social-icon li.gplus a span{
	background-color: #d34836;
}
.sticky-social-icon li.youtube a, .sticky-social-icon li.youtube a span {
	background-color: #c4302b;
}
.sticky-social-icon li.instagram a, .sticky-social-icon li.instagram a span {
	background-color: #8a3ab9;
}
.sticky-social-icon li.telegram a, .sticky-social-icon li.telegram a span {
	background-color: #0088cc;
}
.sticky-social-icon li.lindkedin a, .sticky-social-icon li.lindkedin a span {
	background-color: #0e76a8;
}
.sticky-social-icon li.pinterest a, .sticky-social-icon li.pinterest a span {
	background-color: #c92228;
}
.sticky-social-icon li.tumblr a, .sticky-social-icon li.tumblr a span {
	background-color: #34526f;
}
.sticky-social-icon li.flickr a, .sticky-social-icon li.flickr a span {
	background-color: #0063dc;
}
.sticky-social-icon li.tripadvisor a, .sticky-social-icon li.tripadvisor a span {
	background-color: #00af87;
}
.scroll-top {
	bottom: 20px;
	display: none;
	right: 10px;
	position: fixed;
	z-index: 10;
}
.scroll-top a {
	background-color: #3498db;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.whatsapp-call {
	bottom: 60px;
	right: 10px;
	position: fixed;
	z-index: 99;
}
.whatsapp-call a {
	background-color: #53ec67;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	width: 45px;
	text-align: center;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* -webkit-animation: scaleout 1.0s infinite ease-in-out; */
	/* animation: scaleout 1.0s infinite ease-in-out; */	
}
.whatsapp-call a i {
	font-size: 20px;	
}
@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
}
@keyframes scaleout {
  0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
 }
.grecaptcha-badge {
	box-shadow: none !important;
}
.grecaptcha-logo {
	display: none;
}
/*====================================================================
						Default Css
=====================================================================*/
.page-banner-section {
	background-color: transparent;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0 1px 0;
	position: relative;
}
.page-banner {	
	position: relative;
}
.page-banner-wrap {
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
.page-banner-image {
	position: relative;
}
.page-banner-image img {
	width: 100%;	
}
/* .page-banner-image::before {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
} */
/* .page-banner-image .page-banner-wrap {
	color: #fff;
	padding: 15% 0;
	text-align: center;
}
.page-banner-image .page-banner-title {
	color: #fff;
	margin: 0 0 15px;
	font-size: 36px;
}
.page-banner-image .breadcrumbs {
	margin: 5px 0;	
	font-size: 14px;
	line-height: 20px;
} */
.page-banner-title {
	margin: 0;
}
.breadcrumbs + .page-banner-title {
	margin-top: 10px;
}
.trail-browse {
	display: none;
}
.breadcrumb-section {
	padding: 10px 0;
}
.breadcrumb-items {
	padding: 0;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item a {
	color: #575757;
}
.breadcrumb-item + .breadcrumb-item::before {
 	content: "/";
 	font-size: 14px; 	
 	opacity: 0.8;
 	padding-right: 7px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 7px;
}
.breadcrumb-item a:hover {
	color: #40C8F4;
}
/* .page-banner-image .breadcrumb-item {
	color: #ccc;
}
.page-banner-image .breadcrumb-item + .breadcrumb-item::before, 
.page-banner-image .breadcrumb-item a {
 	color: #fff;
}
.page-banner-image .breadcrumb-item a:hover {
	color: #40C8F4;
} */
/* .body-transparent .page-banner-section {
	padding-top: 0;
}
.body-transparent .page-banner {
	background-attachment: scroll;
	background-image: url('https://csay.org/wp-content/themes/csay/assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}
.body-transparent .page-banner:before  {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.body-transparent .page-banner .page-banner-wrap {
	color: #fff;
	padding: 22% 0 13%;
	text-align: center;
}
.body-transparent .page-banner .page-banner-title  {
	color: #fff;
	margin: 0 0 15px;
	font-size: 42px;
	font-style: italic;
}
.body-transparent .page-banner .breadcrumbs {
	margin: 5px 0;	
	font-size: 14px;
	line-height: 20px;
} */
.site-content {	
	background-color: transparent;
}
.content-wrapper {
	padding: 70px 0;
}
.content-area {
	min-height: 300px;
}
.page-title {
	position: relative;
	color: #212121;
	margin-bottom: 30px;
}
.page-title::after {
 	content: "";
 	border-bottom: 2px solid #b7b7b7;
 	display: block;
 	width: 65px;
 	margin: 10px 0;
}
.text-center .page-title::after {
 	margin: 10px auto;
}
.content-section {	
	text-align: justify;
	display: table;
	width: 100%;
}
.page-content {
	position: relative;	
}
.page-content ul, .page-content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
.page-content ul li, .page-content ol li {
	margin-bottom: 8px;
	position: relative;
}
.page-section-title {
	color: #212121;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.page-section-title::before {
 	content: '';
 	background-color: #40C8F4;
 	bottom: -1px;
 	height: 2px;
 	left: 0px;
 	position: absolute;
 	width: 45px;
}
.subpage-title {
	margin: 0 0 15px;
}
.subpage-title a {
	color:#5c5c5c;
}
.subpage-content {
	margin-bottom: 20px;
}
.subpage-item.with-image .subpage-wrap {
	border: 3px solid #f2f3f8;
	padding: 15px;
	margin-bottom: 30px;
}
.subpage-item.with-image .subpage-summery {
	padding: 15px 0;
}
.subpage-item.without-image .subpage-wrap {
	border-bottom: 2px solid #f2f3f8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ms-container {
	width: 100% !important;
}
.masonry-wrapper {
	margin: 0 -10px;
}
.ms-item {
	padding: 0 10px;
}
/*====================================================================
						Post Page Css
=====================================================================*/
.post-wrap {
	background-color: #f0f0f0;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.post-image {
	position: relative;
}
.post-image img {
	border: none;
	padding:0;
}
.post-summery {
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.post-title {
	color: #1e1e1e;
	margin-bottom: 0;
	font-weight: 600;
}
.post-title a {
	color: #1e1e1e;	
	display: block;	
}
.post-content {
	margin-top: 15px;
	color: #555;
	text-align: justify;
}
.post-content ul, .post-content ol {	
	padding-left: 15px;
}
a.post-more-link {	
	font-style: italic;
}
.post-list-view .post-image {
    margin-bottom: 0;
    height: 100%;
}
.post-list-view .post-image img {
    height: 100%;
    object-fit: cover;
}
.post-list-view .post-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
/*====================================================================
						Index Page Css
=====================================================================*/
.blog-list-view .blog-image {
    margin-bottom: 0;
    height: 100%;
}
.blog-list-view .blog-image img {
    height: 100%;
    object-fit: cover;
}
.blog-list-view .blog-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
.blog-list-view .blog-labels {
	position: static;
	margin-bottom: 10px;
	display: block;
}
.blog-list-view .blog-labels a:first-child {
	margin-left: 0;
}
.pagination {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}
.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -2.5px -5px;
}
.pagination li {
	display: flex;
	padding: 0 2.5px 5px;
}
.pagination li span.current {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	color: #555;
	height: 35px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addtoany_shortcode .a2a_svg.a2a_s__default {
	display: none;
}
.addtoany_shortcode .a2a_label {
	display: none;
}
.addtoany_shortcode .addtoany_list a::before {
 	background-color: #777;
	border-radius: 50%;
 	color: #fff;
 	display: block;
 	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	font-size: 14px;
 	height: 30px;
 	margin: 0;
 	padding: 8px 0;
 	text-align: center;
 	width: 30px;
}
.addtoany_list a {
	border: 0 none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
	vertical-align: middle;
}
.addtoany_shortcode a.a2a_button_facebook::before {
	content: "\f39e";
	background-color: #4c78bf;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_email::before {
	content: "\f0e0";
	background-color: #d84b3f;
   font-family: "Font Awesome 6 Free";	
}
.addtoany_shortcode a.a2a_dd::before {
	content: "\f067";
	background-color: #0166ff;
   font-family: "Font Awesome 6 Free";	
}
.addtoany_shortcode a.a2a_button_google_plus::before {
	content: "\f0d5";
	background-color: #dc4e41;
}
.addtoany_shortcode a.a2a_button_linkedin::before {
	content: "\f0e1";
	background-color: #0077b5;
}
.addtoany_shortcode a.a2a_button_whatsapp::before {
	content: "\f232";
	background-color: #25d366;
}
.addtoany_shortcode a.a2a_button_telegram::before {
	content: "\f3fe";
	background-color: #4c6ef5;
}
.addtoany_shortcode a.a2a_button_pinterest::before {
	content: "\f0d2";
   	background-color: #c8232c ;
}
.addtoany_shortcode .addtoany_list a:hover::before {
 	background-color: #000;
}
.post-share-icon {
	border-top: 1px dashed #e0e0e0;
	display: table;
	padding: 10px 0 0;
	width: 100%;
	margin-top: 20px;
	display: none;
}
.share-title {
	display: table-cell;
	vertical-align: middle;
}
.share-icon {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
/*====================================================================
						Taxonomy Page Css
=====================================================================*/
.taxonomy-description {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	color: #555;
	line-height: 28px;
	font-size: 16px;
	/* font-style: italic; */
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}
.taxonomy-description::after {
 	border-bottom: 1px solid #eeeeee;
 	content: "";
 	display: block;
	height: 10px;
}
/*====================================================================
						Sidebar Css
=====================================================================*/
.widget {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}
.widget:last-child {
 	margin-bottom: 0;
}
.widget .search-form {
	padding: 0;
}
.search-form .screen-reader-text {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip-path: none;
}
.widget-title {
	border-bottom: 1px solid #e0e0e0;
	color: #212121;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
}
.widget-title::before {
	content: '';
	background-color: #40C8F4;
	bottom: -1px;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 45px;
}
.widget-title a {
	color: #212121;
}
.widget ul {
	list-style: outside none none;
	padding: 0;
}
.widget ul li {	
	padding: 7px 0 7px 0;
	position: relative;
}
.widget ul li a {
	color: #212121;
	display: block;	
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a:hover, 
.widget ul > li.current-menu-item > a, 
.widget ul > li.current-page-ancestor > a {
	color: #40C8F4;
}
.widget .sub-menu {
	padding:0 15px;
}
.widget .tagcloud {
	padding: 10px;
}
.widget .tagcloud .tag-cloud-link {
	font-size: 13px !important;
}
.widget .calendar_wrap {
	padding: 10px;
}
.widget .calendar_wrap table {
	margin: 0;
}
.widget .footer-contact {
	padding: 0;
}
.widget .textwidget.custom-html-widget {
	padding: 10px;
}
.widget.widget_categories form {
	padding: 10px;
}
.widget.widget_categories ul li.cat-item a {
	display: inline-block;
}
.widget.widget_archive {
	padding: 10px;
}
.widget.widget_archive .widget-title {
	margin: -10px -10px 10px;
}
.widget.widget_media_gallery .gallery {
	padding: 10px;
	margin-bottom: 0;
}
.widget.widget_text .textwidget {
	padding: 0;
}
.widget .cpw-posts {
	padding: 0;
}
.cpw-item {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;	
	padding-bottom: 15px;
}
.cpw-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cpw-item.cpw-item-withoutimage {
	border-bottom: none;
	margin-bottom: 3px;
}
.cpw-post-wrap {
	position: relative;
}
.cpw-post-header {
	display: flex;
	align-items: center;
}
.cpw-post-image {
	max-width: 70px;
	min-width: 70px;	
	margin-right: 10px;
}
.cpw-post-image img {
	border-radius: 15px;
}
.cpw-post-titlemeta {
	position: relative;
}
.cpw-post-title {	
	font-size: 14px;
	margin-bottom: 0;	
}
.cpw-post-title a {
	color: #1e1e1e;
	display: block;	
	position: relative;
}
.cpw-post-meta {
	margin-top: 10px;
}
.cpw-post-summery {	
	font-size: 13px;
}
.cpw-post-content {
	color: #676767;
	margin-top: 10px;
}
.cpw-post-categories {
	margin-top: 10px;
}
.cpw-post-tags {
	margin-top: 10px;	
}
.cpw-post-categories + .cpw-post-tags {
	margin-top: 5px;
}
.cpw-post-custom-fields {
	margin-top: 10px;	
}
.cpw-post-categories + .cpw-post-custom-fields, 
.cpw-post-tags + .cpw-post-custom-fields {
	margin-top: 5px;
}
.cpw-post-link {
	margin-top: 5px;
}
.cpw-after {
	margin-top: 15px;
}
.cpw-after p {
	margin: 0;
}
/*====================================================================
						Single Blog Post Css
=====================================================================*/
.single-blog-wrap {
	position: relative;
	margin-bottom: 25px;
}
.single-blog-image {
	margin-bottom: 25px;
}
.single-blog-image {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	position: relative;	
}
.single-blog-image img {
	width: 100%;
}
.single-blog-summery {
	position: relative;
}
.single-blog-title {
	margin-bottom:15px;
}
.single-blog-summery .blog-labels {
	position: static;
	margin-bottom: 0;
	display: block;
}
.single-blog-meta {
	color: #5e5e5e;
	font-size: 14px;
	margin-bottom: 10px;
}
.single-blog-meta a {
	color: #5e5e5e;
}
.single-blog-meta .fa, 
.single-blog-meta .fas {
	margin-right: 3px;
	color: #1e1e1e;
}
.single-blog-content {
	margin-bottom: 20px;
}
.single-blog-content > ul, 
.single-blog-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
.comments-area {
	margin-bottom: 20px;
}
.comment-section textarea, 
.comment-section input[type="text"], 
.comment-section input[type="email"], 
.comment-section input[type="tel"], 
.comment-section input[type="url"] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.comment-section textarea {
	height: 120px;
}
.comment-section .submit {
	background-color: #1e1e1e;
	border: medium none;
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
}
.post-navigation {
	position: static;
}
.post-navigation.navigation {
	background-color: transparent;
}
.nav-links {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-previous {
	margin-right: 5px;
}
.nav-next {
	margin-left: 5px;
}
.nav-links a {
	background-color: #000;
	border-radius: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 9px 12px;	
}
.nav-links .nav-previous .nav-icon {
	margin-right: 5px;
	font-size: 18px;
}
.nav-links .nav-next .nav-icon {
	margin-left: 5px;
	font-size: 18px;
}
.nav-links .nav-title {
	display: none;
}
/*====================================================================
						Related Post Css
=====================================================================*/
.related-posts {
	margin-top: 25px;
}
.related-title {
	border-bottom: 2px solid #1e1e1e;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.related-post-wrapper .row{
	margin: 0 -6px -12px;
}
.related-post-item {
	padding: 0 6px;
	margin-bottom: 12px;
}
.related-post-wrap {
	border-radius: 15px;
	overflow: hidden;
	position: relative;	
}
.related-post-content {
	background-color: #40C8F4;
	border-radius: 15px;
	bottom: 7px;
	left: 2.5%;
	position: absolute;
	right: 2.5%;
	width: 95%;
}
.related-post-title {
	margin: 0;
	padding: 10px 12px;
	text-align: center;
}
.related-post-title a {
	color:#fff;
}
/*====================================================================
						Single Post Css
=====================================================================*/
.single-post-wrap {
	position: relative;
}
.single-post-image {
	margin-bottom: 25px;
}
.single-post-title {
	margin-bottom:15px;
}
.single-post-content {
	margin-bottom: 20px;
}
.single-post-content > ul, 
.single-post-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
/*====================================================================
						Error And Search Page Css
=====================================================================*/
.error-404.not-found {
	padding: 20px 0 30px;
	text-align: center;
}
.search-field.form-control {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	max-width: 360px;
	vertical-align: top;
}
.search-found {
	padding: 20px 0 30px;
}
.search-results .content-section {
	margin-top: 0;
}
/*====================================================================
						Contact Page Css
=====================================================================*/
.contact-page-map {
	background-color: #fff;
	border: 1px solid rgba(64, 200, 244, 0.2);
	border-radius: 15px;	
	padding: 15px;
	margin-top: 30px;
}
.contact-info-section {
	margin: 0;
}
.contact-info {
	background-color: #fff;
	/* border: 1px solid rgba(64, 200, 244, 0.2);
	border-radius: 15px;
	padding: 30px; */
}
.contact-form-title, .contact-info-title {	
	border-bottom: 1px solid #e0e0e0;
	color: #212121;	
	margin: 0 0 25px;
	padding: 0 0 10px;
	position: relative;
}
.contact-form-title::before, .contact-info-title::before {
	content: '';
	background-color: #40C8F4;
	bottom: -1px;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 45px;
}
.contact-info > ul {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;	
}
.contact-info li {
	display: flex;	
	width: 100%;
}
.contact-info li + li {
	border-top: 1px solid #e0e0e0;
	padding-top: 16px;
	margin-top: 16px;
}
.contact-wrap {		
	width: 100%;	
	display: flex;
}
.contact-icon {
	background-color: rgba(64, 200, 244, 0.2);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
}
.contact-text {
	text-align: left;
}
.contact-title {	
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
}
.contact-text p {
	color: #575757;
	margin: 0;	
}
.contact-text p a {
	color: #575757;
}
.contact-text p a:hover, .contact-text p a:focus {
	color: #40C8F4;
}
.contact-page-content {	
	margin-bottom: 20px;
}
.contact-page-form {
	background-color: #fff;
	border: 1px solid rgba(64, 200, 244, 0.2);
	border-radius: 15px;
	position: relative;	
	padding: 30px;	
}
.form-group {
	margin-bottom: 15px;
	position: relative;
}
.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #646563;
	margin-bottom: 5px;
}
.form-group > p {
	margin-bottom: 0;
}
.required {
	color: red;
	font-size: 12px;
}
.input-group i {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #17A398;
	font-size: 12px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
select, textarea, .form-control {
	border-color: #e7e9f3;
	border-radius: 15px;
	box-shadow: none;
	color: #8b8b99;
	font-size: 14px;
	height: 40px;
	padding: 7px 15px;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}
textarea,  textarea.form-control {
	height: auto;
	max-height: 70px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	min-width: 100px;
	margin: 0 auto;
}
.form-control::-webkit-input-placeholder {
 	color: #8b8b99;
 	opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 	color: #8b8b99;
 	opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 	color: #8b8b99;
 	opacity:1;
}
.form-control:-ms-input-placeholder {
 	color: #8b8b99;
 	opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 	color:transparent;
}
.form-control:focus:-moz-placeholder {
 	color:transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
 	color:transparent;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
 	color:transparent;
} /* IE 10+ */
.form-focus .form-group label.label-focus {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 25px;
	z-index: 1;
	-webkit-transform: translate3d(0,28px,0) scale(1);
	transform: translate3d(0,15px,0) scale(1);
	transition: transform cubic-bezier(.25,.8,.25,1) .25s;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	position: absolute;
	left: 0;
	top: 0;
	color: #444;
}
.form-focus .form-group.focus label.label-focus,
.form-focus .form-group.has-value label.label-focus {
	color: #40C8F4;
	-webkit-transform: translate3d(0,2px,0) scale(1);
	transform: translate3d(0,2px,0) scale(0.75);
}
.form-focus .form-group .form-control {
	background-color: transparent;
	border-width: 0 0 1px 0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: auto;
	padding: 24px 15px 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.form-focus .form-group.focus .form-control:focus{
	box-shadow: none;
}
.error {
	color: red;
	font-size: 13px;
	margin-top: 5px;
}
.wpcf7-not-valid-tip {
	color: red;
}
.widget form .form-group {
	width: 100%;
}
.form-btn p {
	margin-bottom: 0;
}
.form-btn .wpcf7-spinner {
	display: none;
}
/*====================================================================
						Page Content Css
=====================================================================*/
.page-content .content-section img {
	border-radius: 15px;
	border: 2px solid #e0e0e0;
}
.page-image img {
	border-radius: 15px;
}
/*====================================================================
						Faqs Css
=====================================================================*/
.faq-wrapper {
	position: relative;
}
.faq-card {
	background-color: rgba(64, 200, 244, 0.05);
	border: 1px solid rgba(64, 200, 244, 0.25);
	border-radius: 15px;
	display: block;
	width: 100%;	
	position: relative;
}
.faq-card + .faq-card {	
	margin-top: 15px;
}
.faq-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #101010;
	padding: 15px 35px 15px 35px;
	width: 100%;
	text-align: left;
	border-radius: 15px;
	line-height: 24px;
	position: relative;
}
.faq-button::before {
	content: "Q";
	color: #40C8F4;
	position: absolute;
	left: 12px;
	top: 15px;
	font-size: 16px;
	font-weight: 600;
}
.faq-button.collapsed {
	color: #121212;
}
.faq-button::after {	
	border-radius: 100%;
	color: #606060;
	content: "\f068";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: "Font Awesome 6 Free", sans-serif;
	font-weight: 700;	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.faq-button.collapsed::after {
  	content: "\f067";
	color: #121212;	
}
.faq-button:hover, .faq-button:focus{
  	outline: none;
}
.faq-body {
	border-top: 1px solid #e0e0e0;
	padding: 15px 0 20px;
	line-height: 24px;
	margin: 0 10px;
}
/*====================================================================
						Single service Css
=====================================================================*/
.service-title-info {
	margin-bottom: 30px;
}
.single-service-title {
	margin-bottom: 20px;
	color: #40C8F4;
	font-size: 24px;
}
.service-info-section {
	background-color: #fff3ee;
	border-radius: 15px;
	padding: 15px;
}
.service-info-section > div {	
	line-height: 24px;
	font-size: 14px;
}
.service-info-section i {
	color: #212121;
	font-size: 16px;
	margin-right: 10px;	
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-info-duration {
	margin-bottom: 10px;
}
.single-service-image {	
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.single-service-image img {
	width: 100%;
}
.service-gallery-section {
	margin-bottom: 30px;
}
.service-gallery-carousel {
	margin: 0 -6px -12px;
}
.service-gallery-wrapper .row {
	margin: 0 -6px -12px;
}
.service-gallery-item {
	margin-bottom: 12px;
	padding: 0 6px;
}
.service-gallery-image {
	border-radius: 15px;
	overflow: hidden;
}
.single-service-summery {	
	color: #575757;	
	margin-bottom: 30px;
	position: relative;
}
.single-service-overview p:last-child {
	margin-bottom: 0;
}
.single-service-overview ul {	
	padding-left: 15;
}
.single-service-overview ul li {	
	margin-bottom: 12px;	
}
/*====================================================================
						Single event Css
=====================================================================*/
.event-title-info {
	margin-bottom: 30px;
}
.single-event-title {
	font-size: 28px;
	margin-bottom: 20px;	
}
.single-event-info {
	background-color: rgba(243, 109, 66, 0.1);
	border-radius: 15px;
	padding: 15px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.single-event-info > div {
	line-height: 24px;
	font-size: 16px;
	width: calc(50% - 8px);
}
.single-event-image {	
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.single-event-image img {
	width: 100%;
}
.single-event-overview p:last-child {
	margin-bottom: 0;
}
.single-event-overview ul {	
	padding-left: 15;
}
.single-event-overview ul li {
	margin-bottom: 8px;
}

.event-gallery-section {
	margin-bottom: 30px;
}
.event-gallery-row {
	column-count: 3;
	column-gap: 12px;
}
.event-gallery-item {
	margin-bottom: 12px;	
}
.event-gallery-image {
	border-radius: 15px;
	overflow: hidden;
}
.single-event-summery {	
	color: #575757;	
	margin-bottom: 30px;
	position: relative;
}

/*====================================================================
						Testimonial Page Css
=====================================================================*/
.testimonial-list-wrapper .row {
	margin-bottom: -24px;
}
.testimonial-list-item {
	margin-bottom: 24px;
}
.testimonial-list-wrap {
	background-color: #fff;
	/* border: 1px solid rgba(64, 200, 244, 0.2); */
	/* border-radius: 15px; */
	display: flex;
	overflow: hidden;
}
.testimonial-list-image {
	/* width: 120px; */
	min-width: 120px;
	/* height: 120px; */
	margin: 0 20px 0 0;
	max-width: 200px;
}
.testimonial-list-image img {
	border-radius: 15px;
	border: 1px solid #e0e0e0;
	height: 100%;
	object-fit: cover;
}
.testimonial-list-summery {
	background-color: rgba(64, 200, 244, 0.08);
	padding: 24px;
	width: 100%;
	border-radius: 15px;
}
.testimonial-list-star {
	color: #FFB900;
	margin-bottom: 15px;
}
.testimonial-list-content {
	color: #676767;
	margin: 0 0 15px;
}
.testimonial-list-title {
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-list-summery .testimonial-meta {
	font-style: italic;
}
/*====================================================================
						Book service Css
=====================================================================*/
.page-book-events .content-section {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 30px;
	position: relative;
}
.page-organize-event .content-section .wpcf7, .page-organize-event .content-section .fluentform  {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-style: solid;
	border-color: rgba(64, 200, 244, 0.5);
	border-width: 4px 1px 1px 1px;
	border-radius: 15px;
	padding: 24px;
}
/*====================================================================
						Page Service Css
=====================================================================*/
.page-template-template-page-service .content-area {
	min-height: auto;
}
.page-box-section {
	background-color: rgba(243, 109, 66, 0.05);
	border-radius: 30px 30px 0 0;
	padding: 70px 0;
}
.page-box-item {
	display: flex;
}
.page-box-wrap {
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: 15px;	
	padding: 15px;
	width: 100%;	
}
.page-box-icontitle {
	display: flex;
	gap: 12px;	
	margin-bottom: 15px;
}
.page-box-item:nth-child(1) .page-box-icontitle {
	color: rgb(80 202 240);
}
.page-box-item:nth-child(2) .page-box-icontitle {
	color: rgb(108 99 255);
}
.page-box-item:nth-child(3) .page-box-icontitle {
	color: rgb(255 107 107);
}
.page-box-item:nth-child(4) .page-box-icontitle {
	color: rgb(255 217 61);
}
.page-box-item:nth-child(5) .page-box-icontitle {
	color: rgb(78 205 196);
}
.page-box-item:nth-child(6) .page-box-icontitle {
	color: rgb(255 159 104);
}
.page-box-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	padding: 8px;
	background-color: rgb(243 244 246);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-box-icontitle .page-box-title {
	min-height: 50px;
	display: flex;
    align-items: center;
}
.page-box-title {
	font-size: 16px;	
	font-weight: 600;
	margin-bottom: 0;	
}
.page-box-image {
	margin-bottom: 15px;
}
.page-box-image img {
	border-radius: 10px;
}
.page-box-summery {
	padding: 0;
}
.page-box-content {
	color: #353535;
	font-size: 14px;
}
.page-box-content ul {
	margin-bottom: 10px;
}
.page-box-content ul li {
	margin-bottom: 5px;
}
.page-structure-wrapper .row {
	margin-bottom: -24px;
}
.page-structure-item {
	margin-bottom: 24px;
	display: flex;
}
.page-structure-wrap {
	background-color: rgba(64, 200, 244, 0.08);
	border: 1px solid rgba(64, 200, 244, 0.4);
	border-radius: 15px;
	padding: 24px 24px 14px;
	width: 100%;
}
.page-structure-title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
.page-structure-content ul {
	margin-bottom: 10px;
}
.page-structure-content li {
	margin-bottom: 8px;
}
.page-content-section {
	background-image: linear-gradient(to right, #2563eb, #db2777);
	color: #fff;
	padding: 70px 0;
}
/* =========== junior-cyber-hero ================ */
.page-junior-cyber-hero .content-wrapper {
	padding: 70px 0;
	background: linear-gradient(to bottom, #faf5ff, rgba(250, 245, 255, 0.5));
}
.page-junior-cyber-hero .content-area {
	min-height: auto;
}
.jch-structure-section {
	background-color: #faf5ff;
	background: linear-gradient(to bottom, #faf5ff, rgb(250 245 255 / 0));
	padding: 70px 0;
}
.jch-structure-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.jch-structure-item {
	display: flex;
	position: relative;
}
.jch-structure-wrap {
	position: relative;
	width: 100%;
	padding-left: 70px;
}
.jch-structure-wrap::before {
	content: "";
	background-color: #000;
	background-image: linear-gradient(to bottom, #6C63FF, #50CAF0);
	height: calc(100% - 60px);
	bottom: 0;
	width: 2px;
	position: absolute;
	left: 25px;
}
.jch-structure-item:last-child .jch-structure-wrap::before {
	display: none;
} 
.jch-structure-icon {
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.jch-structure-item:nth-child(1) .jch-structure-icon {
	background-image: linear-gradient(to right, #6C63FF, #FF78B9 );
	color: #fff;
}
.jch-structure-item:nth-child(2) .jch-structure-icon {
	background-image: linear-gradient(to right, #50CAF0, #4ECDC4 );
	color: #fff;
}
.jch-structure-item:nth-child(3) .jch-structure-icon {
	background-image: linear-gradient(to right, #FF6B6B, #FF9F68 );
	color: #fff;
}
.jch-structure-title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
.jch-structure-content {
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: 15px;
	padding: 16px 16px 10px;
	font-size: 14px;
}
.jch-structure-content ul {
	margin-bottom: 10px;
}
.jch-structure-content li {
	margin-bottom: 8px;
}
/* =========== hackathon ================ */
.page-template-template-page-hackathon .content-area {
	min-height: auto;
}
.problem-statements-section {
	position: relative;
}
.problem-statements-item {
	display: flex;
}
.problem-statements-wrap {
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: 15px;
	width: 100%;
	overflow: hidden;
}
.problem-statements-header {
	background-color: #1a50a0;
	border-radius: 15px 15px 0 0;
	color: #fff;
	display: flex;
	gap: 12px;
	padding: 15px;
}
.problem-statements-item:nth-child(1) .problem-statements-icontitle {
	color: rgb(80 202 240);
}
.problem-statements-item:nth-child(2) .problem-statements-icontitle {
	color: rgb(108 99 255);
}
.problem-statements-item:nth-child(3) .problem-statements-icontitle {
	color: rgb(255 107 107);
}
.problem-statements-item:nth-child(4) .problem-statements-icontitle {
	color: rgb(255 217 61);
}
.problem-statements-item:nth-child(5) .problem-statements-icontitle {
	color: rgb(78 205 196);
}
.problem-statements-item:nth-child(6) .problem-statements-icontitle {
	color: rgb(255 159 104);
}
.problem-statements-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	padding: 10px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.problem-statements-icon svg {
	max-width: 30px;
	max-height: 30px;
}
.problem-statements-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.problem-statements-titledesc p {
	margin-bottom: 0;
	font-size: 14px;
}
.problem-statements-image {
	margin-bottom: 15px;
}
.problem-statements-summery {
	padding: 15px;
}
.problem-statements-content {
	color: #353535;
	font-size: 14px;
}
.problem-statements-content ul {
	margin-bottom: 10px;
}
.problem-statements-content ul li {
	margin-bottom: 5px;
}
.rewards-prizes-section {
	background: linear-gradient(to bottom, rgba(64, 200, 244, 0.08), rgba(250, 245, 255, 0));
	padding: 70px 0;
}
.rewards-prizes-item {
	display: flex;
}
.rewards-prizes-wrap {
	background-color: rgba(243, 109, 66, 0.10);
  	border: 2px solid #fcd4d5;
	background-image: linear-gradient(to right, #f8e8e9, #fcd4d5);
	border-radius: 15px;
	color: #ea6669;
	padding: 20px 20px 35px;
	position: relative;
	width: 100%;
}
.rewards-prizes-item:nth-child(1) .rewards-prizes-wrap {
	background-image: linear-gradient(to right, #ebf7fd, #c8e8f7);
  	border-color: #c8e8f7;
	color: #1e6586;
}
.rewards-prizes-item:nth-child(2) .rewards-prizes-wrap {
	background-image: linear-gradient(to right, #dde1f8, #ced1fe);
	border-color: #ced1fe;
	color: #4e5180;
}
.rewards-prizes-item:nth-child(3) .rewards-prizes-wrap {
	background-image: linear-gradient(to right, #ebfffd, #c0e6e3);
	border-color: #c0e6e3;
	color: #426f6b;
}
.rewards-prizes-item:nth-child(4) .rewards-prizes-wrap {
	background-image: linear-gradient(to right, #fff6f0, #ffd3ba);
	border-color: #ffd3ba;
	color: #d98b5f;
}
.rewards-prizes-item:nth-child(5) .rewards-prizes-wrap {	
	background-image: linear-gradient(to right, #ffffd8, #fff2bf);
	border-color: #fff2bf;
	color: #9b8631;
}
.rewards-prizes-title {	
	font-size: 16px;	
	font-weight: 600;
}
.rewards-prizes-price {	
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.rewards-prizes-certificate {
	margin-bottom: 6px;
}
.rewards-prizes-certificate span {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #212121;
	font-size: 12px;
	display: inline-flex;
	gap: 5px;
	border-radius: 30px;
	align-items: center;
	padding: 5px 10px;	
}
.rewards-prizes-certificate span i {
	color: #dbb20d;
}
.rewards-prizes-trophy span {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #212121;
	font-size: 12px;
	display: inline-flex;
	gap: 5px;
	border-radius: 30px;
	align-items: center;
	padding: 5px 10px;	
}
.rewards-prizes-trophy span i {
	color: #6eb7b0;
}