.StoryMainSec {
	width: 100% !important;
	max-width: 900px;
	margin: 20px auto 80px auto !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

.StoryCard {
	width: calc(50% - 30px);
	margin: 15px;
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.StoryCard>img {
	width: 100%;
	height: 250px !important;
	object-fit: cover;
	object-position: center;
}

.SuccessConSecMain .TextEditorCustom,
.RecentStoriesHead {
	max-width: 900px !important;
	margin: 60px auto 0 auto !important;
	padding: 0 30px;
}

.StoryTitle {
	font-size: 28px !important;
	font-weight: 600;
	color: #293646 !important;
	font-family: "Roboto", sans-serif;
	padding: 20px 25px 8px 25px;
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 148px;
    transition: all .2s ease-in-out;
}

.StoryTitle:hover {
	color: #218c9b !important;
}

.StoryDateSec {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px 20px 25px;
}

.StoryDateSec .Date {
	font-size: 18px !important;
	font-weight: 400;
	color: #293646;
	font-family: "Roboto", sans-serif;
	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.StoryDateSec .Date img {
	width: 24px;
	height: auto;
	margin-right: 12px;
}

.StoryDateSec .StoryLinkText {
	font-size: 18px !important;
	font-weight: 400;
	color: #218c9b;
	font-family: "Roboto", sans-serif;
	padding: 0;
    margin: 0;
}

.elementor-element.elementor-widget-heading.FooterCpyrightNew {
	top: unset !important;
	left: unset !important;
	transform: unset !important;
}

.elementor-element.elementor-widget-heading.FooterCpyrightNew .elementor-heading-title {
	font-family: "Roboto", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
}

.page-header {
	padding-bottom: 40px;
    padding-top: 80px;
}

.page-header .entry-title {
	font-size: 48px;
	font-weight: 700;
	line-height: normal;
	color: #293646;
	margin: 0;
}

.HeadInfoSec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}

.HeadInfoSec .Date {
	font-size: 18px !important;
	font-weight: 400;
	color: #293646;
	font-family: "Roboto", sans-serif;
	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.HeadInfoSec .Date img {
	width: 24px;
	height: auto;
	margin-right: 12px;
}

.DetailIconTop {
	display: flex;
	align-items: center;
}

.DetailIconTop p {
	font-size: 20px;
	font-weight: 400;
	color: #293646;
	margin: 0 12px 0 0 !important;
}

.DetailIconTop a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e2f2ea;
	border-radius: 50%;
	margin: 0 5px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.DetailIconTop a svg {
	width: 24px;
	height: 24px;
	object-fit: contain;
	object-position: center;
	fill: #218c9b;
	transition: all .2s ease-in-out;
}

.DetailIconTop a:hover {
	background-color: #218c9b;
}

.DetailIconTop a:hover svg {
	fill: #fff;
}

.page-content {
	width: 100%;
	padding-top: 0px;
}

.page-content p {
	font-size: 20px;
	font-weight: 400;
	color: #293646;
	line-height: 34px;
	font-family: "Roboto", sans-serif;
}

.page-content p a,
.page-content a {
	color: #218c9b;
	text-decoration: none;
}

.page-content hr {
	width: 100px;
    height: 4px;
    background: #e65036;
    border: none;
    margin: 30px auto 15px auto;
}

.page-content .cusMiddleText {
	text-align: center;
    max-width: 780px;
    margin: 0 auto 30px auto;
    font-weight: 300;
    font-size: 28px;
    line-height: 42px;
} 

.page-content ul li,
.page-content ol li {
	font-size: 20px;
	font-weight: 400;
	color: #293646;
	line-height: 34px;
	font-family: "Roboto", sans-serif;
	padding: 5px 0;
}

.page-content ul li {
	list-style: none;
}

.page-content ul li {
	position: relative;
}

.page-content ul li:after {
	content: '';
	width: 8px;
    height: 8px;
    background: #218c9b;
    position: absolute;
    top: 18px;
    left: -22px;
}

.page-content h4 {
	font-size: 28px !important;
}

.page-content.StoryInside div.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-content.StoryInside div.gallery figure {
	width: calc(50% - 15px) !important;
}

.page-content.StoryInside figure figcaption {
  font-size: 18px !important;
  color: #293646 !important;
  line-height: 150% !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
  margin-top: 12px !important;
  padding: 0 !important;
}

.PageContentFooter {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin-top: 30px;
}

.BackStories {
	display: flex;
    align-items: center;
    font-size: 20px;
    color: #218c9b;
}

.BackStories svg {
	fill: #218c9b;
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.RecentStories {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.RecentStoriesHead .Title {
	font-size: 42px !important;
	font-weight: 700;
	color: #2B3944;
	font-family: "Roboto", sans-serif;
	width: 100%;
	text-align: center;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
}

.RecentStoriesHead .Title .elementor-heading-title {
	font-size: 42px !important;
	font-weight: 700;
	color: #2B3944;
	font-family: "Roboto", sans-serif;
	width: 100%;
	text-align: center;
	text-shadow: none !important;
}

.stories-details {
	max-width: 980px !important;
	padding: 0 15px;
}

#gt_float_wrapper {
	bottom: 6px !important;
    right: 62px !important;
}

.CustomTeamClass {
    display: flex !important;
    flex-wrap: wrap !important;
}

@media (max-width:  767px) {
	.StoryMainSec {
		max-width: 500px;
		padding: 0 !important;
	}
	.StoryCard {
		width: calc(100% - 0px);
		margin: 15px 0;
	}
	.page-content p {
	    font-size: 18px;
	    line-height: 32px;
	}
	.page-header .entry-title {
	    font-size: 38px;
	}
	.page-content h4 {
		font-size: 24px !important;
	}
	.StoryTitle {
	    font-size: 24px !important;
	    font-weight: 600;
	    color: #293646;
	    font-family: "Roboto", sans-serif;
	    padding: 20px 25px 5px 25px;
	    margin: 0;
	    line-height: 34px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    min-height: 120px;
	}
	.page-content.StoryInside div.gallery {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.elementor.elementor-1687 .elementor-element.elementor-element-6f7d3dcd {
		--flex-direction:  column !important;
	}
	.elementor-1687 .elementor-element.elementor-element-725b4815 img {
        max-width: 220px !important;
    }
}

@media (max-width: 575px) {
	.BannerCustonThin img {
		height: 30px !important;
	}
	.BannerCustonThinDetails {
		min-height: 30px !important;
	}
	#gt_float_wrapper {
		bottom: 6px !important;
	    right: 75px !important;
	}
}

.current-menu-item-new a{
	color: #EABF3A !important;
}
