.container-938 {
	max-width:938px;
	margin:0 auto;
}
.container-940 {
	max-width:940px;
	margin:0 auto;
}
.texttype2 {
	max-width:730px;
	margin:0 auto 30px;
}
.faq-outer {
	max-width:938px;
	margin:0 auto;
}
.faq-row:first-child {
	border-top: solid 1px rgba(151, 151, 151, 0.28);
}
.faq-item {
	border: solid 1px rgba(151, 151, 151, 0.28);
	border-width:0 1px 1px 1px;
	padding: 25px 25px 25px 25px;
}
.faq-title {
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.76;
	letter-spacing: normal;
	color: #1c2f41;
	/* padding:25px 60px 25px 25px; */
	position:relative;
	cursor:pointer;
}
.faq-item.faq_open .faq-title {
	/* padding-bottom:5px; */
}
.faq-content {
	/* padding:0px 25px 25px; */
	padding-top: 5px;
}
.faq-content ul {
	margin:0px 0 10px;
	padding:0px 0 0 15px;
}
.faq-arrow {
	width: 20px;
	height: 20px;
	background:url(../images/plus-icon.svg) no-repeat center center;
	display: inline-block;
	position: absolute;
    /* right: 25px; */
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_open .faq-arrow  {background:url(../images/minus-icon.svg) no-repeat center center;}

/* process time line */
.process-row {
	padding:50px 0 0;
}
.process-item-in {
	padding:0 0 100px 78px;
	position:relative;
}
.process-item-in::before {
	content:'';
	background:url(../images/process-line.svg) repeat top center;
	width:1px;
	height:100%;
	position:absolute;
	left:24px;
	top:40px;
}
.process-item:last-child .process-item-in::before { display:none;}
.process-item:last-child .process-item-in { padding-bottom:30px;}
.process-heading {
	font-size: 40px;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: normal;
	color: #1c2f41;
	margin:0 0 15px;
}
.process-num {
	background-color: #74b6c8;
	width: 49px;
	height: 49px;
	border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:0;
	top:-5px;
	 padding: 9px 12px 8px 11px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
@media (max-width: 1100px) {
	.process-heading { font-size:35px;}
	.process-item:last-child .process-item-in { padding-bottom:0px;}
}
@media (max-width: 991px) {
.blog-filter ul li {
    width: 33.33%;
    display: inline-block;
}
.blog-filter ul li:last-child {
    margin-top: 15px !important;
    text-align: center;
    width: 100%;
    display: block;
}
.blog-filter ul {
    display: block !important;
    font-size: 0;
}
.blog-row .blog-item {
    width: 50%;
	float: left;
}
}
@media (max-width: 767px) {
	.process-row {
		padding:20px 0 0;
	}
	.process-heading { font-size:30px;}
	.process-item-in { padding-bottom:60px;}
}
@media (max-width: 480px) {
	.process-item-in { padding:0 0 50px 60px;}
	.process-num {
		width:40px;
		height:40px;
		padding:5px 0px 5px 0px;
	}
	.process-item-in::before { left:20px; top:35px;}
.blog-row .blog-item {
    width: 100%;
    float: none;
}
}

/* Blog CSS */
.blog-row-outer {
	overflow: hidden;
	position:relative;
}
.row.blog-row {
	margin-left:-20px;
	margin-right:-20px;
	clear: both;
}
.blog-row .blog-item {
	padding-left:20px;
	padding-right:20px;
}
@media (min-width: 1600px) {
	.row.blog-row {
		margin-left:-50px;
		margin-right:-50px;
	}
	.blog-row .blog-item {
		padding-left:50px;
		padding-right:50px;
	}
}
/* Filter */
.blog-filter {
	margin-bottom:45px;
}
.blog-filter form {
	margin:0px;
}
.blog-filter ul {
	margin:0px -7px;
	padding:0px;
	list-style-type:none;
	display:flex;
}
.blog-filter ul li {
	width: 33.33%;
	padding:0 7px;
}
.blog-filter ul li:last-child { margin-top:30px;}
.label-txt {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #1c2f41;
}
/* List Items */
.blog-content-inner {
	margin:0 0 30px;
}
.blog-img {
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
}
.blog-img img {
	min-height:485px;
	max-height:485px;
	object-fit:cover;
	width:100%;
	transform: scale(1);
	transition: all 0.25s ease;
}
.blog-img:hover img {transform: scale(1.1);}
.blog-cat {
	position:absolute;
	left:10px;
	top:20px;
}
.blog-cat a {
	padding: 8px 12px 8px 11px;
	border-radius: 16.5px;
	background-color: #fff;
	display:inline-block;
	vertical-align:middle;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1c2f41;
	margin:0 0 9px 9px;
}
.blog-cat a:hover {background-color:#74b6c8; color:#fff;}
.blog-footer-data {
	display:flex;
	align-items:center;
}
.blog-user-icon {
	width: 62px;
	height: 62px;
	margin: 0 11px 0 0;
	padding: 7px;
	border: solid 1.4px #74b6c8;
	border-bottom:1px solid transparent;
	border-radius:50%;
	text-align:center;
	transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
}
.blog-user-icon img {
	width: 100%;
    min-height: 48px;
    object-fit: cover;
	border-radius:50%;
	margin-top:0px;
	transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
}
.blog-short-text {
	margin:0 0 15px;
}
.blog-user {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #1c2f41;
}
.base-text14 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #1c2f41;
}
.blog-title {
	font-family: 'dm_sans';
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1c2f41;
	margin:0 0 15px;
}
.blog-title a {color: #1c2f41;}
.blog-title a:hover {color: #74b6c8;}
.load-more-btn {
	padding:30px 0;
}
.load-more-btn .btn-type1 {background-color:#fff; color:#74b6c8;}
.load-more-btn .btn-type1:focus,
.load-more-btn .btn-type1:hover {background-color:#74b6c8; color:#fff;}

/* Blog Details */
.blog-hero-banner {
	height:450px;
	background-position:center center !important;
	background-size:cover !important;
	position:relative;
}
@media (min-width: 1600px) {
	.blog-hero-banner {
		height:558px;
	}
}
.blog-hero-banner::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(28, 47, 65, 0), #1c2f41);
    height: 167px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-hero-banner-in {
    /* display: flex;
    align-items: end; */
    height: 100%;
	position:relative;
	z-index:10;
}
.blog-hero-banner-in .blog-banner-content{
	position: absolute;
    bottom: 0px;
    left: 0px;
}
.blog-banner-title {
	color:#fff !important;
	margin:0 0 25px !important;
	text-align: left;
}
.blog-detail-page {
	padding:25px 0 30px;
}
.post-detail-meta {
	display:flex;
	margin-bottom:45px;
	align-items: center;
}
.flex-item {width:50%;}
.post-detail-meta .blog-cat {
	position:relative;
	top:auto;
	left:auto;
	text-align: right;
}
.post-detail-meta .blog-cat a {
	border:1px solid #74b6c8;
	color:#1c2f41;
}
.post-detail-meta .blog-cat a:hover { color:#fff;}
.blog-post-txt p { padding-bottom:15px;}
.single .post-navigation {
	margin:40px 0;
	border-top:solid 1px rgba(151, 151, 151, 0.28);
	padding:26px 0 0;
}
.single .post-navigation  .nav-links {}
.single .post-navigation  .nav-links a {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b4559;
}
.single .post-navigation  .nav-links a:hover {color:#74b6c8;}
.nav-links a span.nav-icon {
	display:inline-block;
	vertical-align:middle;
	line-height:24px;
}
.next-post span.nav-icon {margin-left:14px;}
.previous-post span.nav-icon {margin-right:14px;}
.single .post-navigation  .nav-links a:hover span.nav-icon svg path {fill:#74b6c8;}

.nav-text {
	text-decoration:underline;
}
/****/
@media (max-width: 1140px) {
	.blog-img img {
		min-height:305px;
		max-height:305px;
	}
}
@media (max-width: 1022px) {
	.container-940 {padding: 0 15px;}
	.blog-hero-banner {
		position:relative;
		overflow:hidden;
	}
	.blog-img img {
		min-height:220px;
		max-height:220px;
	}
	.blog-cat { left:0px;}
	.blog-user { line-height:1.3;}
	.blog-hero-banner-in .blog-banner-content{
	    left: 15px;
	}
}
@media (max-width: 767px) {
	.blog-hero-banner {
		height:400px;
	}
}
@media (max-width: 570px) {
	.blog-filter ul { display:block;}
	.blog-filter ul li { width:100%; margin:0 0 15px;}
	.blog-filter ul li:last-child { margin-top:20px;}
}
@media (max-width: 420px) {
	.blog-hero-banner {
		height:350px;
	}
	.blog-banner-title {
		font-size:30px;
		line-height:1.25;
	}
	.post-detail-meta,
	.blog-filter ul { display:block;}
	.blog-filter ul li { width:100%; margin:0 0 15px;}
	.flex-item {width:100%; margin:0 0 15px;}
	.post-detail-meta .blog-cat {
		text-align:left;
	}
	.post-detail-meta { margin-bottom:30px;}
	.post-detail-meta .blog-cat a {
		margin:0 8px 8px 0;
	}
	.blog-detail-page .post-navigation { margin-bottom:20px;}
}

/* About Page CSS **/
.image-content-row {
	margin:0 0 50px;
}
.image-content-video-row {
	background-color: rgba(116, 182, 200, 0.1);
	padding:80px 0;
}
.image-content-video-row .video-box{
	margin-bottom:0px;
}

.team-outer {
	padding: 85px 0px;
	background-color: #1c2f41;
}

.team-outer .team-row .slick-list{
	padding-top: 20px;
	padding-bottom: 20px;
}
.member-image {
	margin:0 0 20px;
}
.member-name {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}
.member-roll {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.22;
	letter-spacing: normal;
	color: #fff;
	margin:0 0 10px;
}
.member-short-info {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #fff;
	margin:0 0 10px;
}
.member-social-media {}
.social-links {
	margin:0px;
	padding:0px;
	display:flex;
	list-style-type:none;
}
.social-links li {
	margin:0 0 0;
	padding:0 6px 0 0;
}
.social-links li a {
	width:30px;
	height:30px;
	display:inline-block;
	color:#1c2f41;
	background:#fff;
	border-radius:50%;
	text-align: center;
    font-size: 16px;
}
.social-links li a:hover {background:#74b6c8; color:#fff;}

.social-links li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-links li.linkedin a:before {content: "\f0e1";}
.social-links li.phone a:before {content: "\f095";}
.social-links li.email a:before {content: "\f0e0";}

.team-row {
	padding:0 0px;
}
.team-row .slick-arrow {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	display:inline-block;
	z-index: 100;
}
.team-row .slick-arrow.post-prev {
	left:-100px;
}
.team-row .slick-arrow.post-next {
	right:-100px;
}
@media (max-width:1780px) {
	.team-row {
		padding:0 40px;
	}
	.team-row .slick-arrow.post-prev {
		left:-15px;
	}
	.team-row .slick-arrow.post-next {
		right:-15px;
	}
}
@media (max-width:1199px) {
	.team-row {
		padding:0px;
	}
}

/* AWARD CSS **/
.award-outer {
	padding: 85px 0px;
}
.award-image {
	padding: 0 0 0.1px;
	border: solid 1px rgba(151, 151, 151, 0.28);
	margin:0 0 20px;
	height: 345px;
	width:100%;
	text-align:center;
	line-height:345px;
}
@media (max-width:1600px) {
	.award-image { height:270px;line-height:270px;}
	.award-image img { max-width:75%;}
}
.award-image img {
	display:inline-block;
	max-height:126px;
}
.award-name {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1c2f41;
	margin:0 0 10px;
}
.award-short-info {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #1c2f41;
}
.award-row {
	padding:0 0px;
}
.award-row .slick-arrow {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	display:inline-block;
	z-index: 100;
}
.award-row .slick-arrow.post-prev {
	left:-100px;
}
.award-row .slick-arrow.post-next {
	right:-100px;
}
.award-outer .award-row .slick-list{
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width:1780px) {
	.award-row {
		padding:0 40px;
	}
	.award-row .slick-arrow.post-prev {
		left:-15px;
	}
	.award-row .slick-arrow.post-next {
		right:-15px;
	}
}
@media (max-width:1199px) {
	.award-row {
		padding:0px;
	}
}
@media (max-width:600px) {
	.award-outer .award-row .slick-list .award-items{
		padding: 0px;
	}
}

.testimonials-outer {
	padding:65px 0;
	background-size: cover !important;
	background-position: center center !important;
	height:620px;
}
.testimonial-row {
	width: 618px;
	padding: 70px 42px 70px 45px;
	background-color: #1c2f41;
}
.testimonial-short-info {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	margin:0 0 20px;
}
.testimonial-name {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}
.testimonial-roll {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}
.testimonial-container.container {
	position:relative;
}
.items-count {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	position:absolute;
	left:calc(50vw - (1170px / 2) + 50px);
	top:90px;
}
.testimonial-inner-bd {
	position:relative;
	padding-bottom:40px;
}
.testimonial-row .slick-arrow {
	position:absolute;
	bottom:70px;
	right:0px;
	cursor:pointer;
	display:inline-block;
	z-index: 100;
}
.testimonial-row .slick-arrow.post-prev {
	right:120px;
}
.testimonial-row .slick-arrow.post-next {
	right:65px;
}

.gallery-outer {
	padding:60px 0;
}
.gallery-slider {
	padding:20px 0 0;
}
.gallery-item {
	padding:0 10px;
}
.gallery-item-in {
	display:table;
	height:319px;
	width:100%;
}
.gallery-content-in {
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
@media (min-width:1600px) {
	.gallery-content-in a {
		display:block;
	}
	.gallery-content-in img {
		width:100%;
	}
}
.gallery-row{
	padding:0 0px;
}
.gallery-slider .slick-arrow {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	display:inline-block;
	z-index: 100;
}
.gallery-slider .slick-arrow.post-prev {
	left:-100px;
}
.gallery-slider .slick-arrow.post-next {
	right:-100px;
}
.gallery-slider .gallery-row .slick-list{
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width:1780px) {
	.gallery-row{
		padding:0 40px;
	}
	.gallery-slider .slick-arrow.post-prev {
		left:-15px;
	}
	.gallery-slider .slick-arrow.post-next {
		right:-15px;
	}
}
@media (max-width:1199px) {
	.gallery-row {
		padding:0px;
	}
}
.mfp-container{
	padding-left: 20px !important;
    padding-right: 20px !important;
}
.mfp-gallery .mfp-iframe-holder .mfp-close {
    top: -15px !important;
}
.mfp-gallery .mfp-iframe {
	padding:10px !important;
	background:#ffffff !important;
}
.mfp-gallery .mfp-figure figure{
	padding:15px !important;
	background:#ffffff !important;
	margin: 30px 0;
}
.mfp-gallery .mfp-figure figure img.mfp-img{
	padding: 0 !important;
}
.mfp-gallery .mfp-figure figure figcaption{ display:none !important; }
.mfp-gallery .mfp-close,
.mfp-gallery .mfp-close:focus{
	position: absolute;
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
	border: solid 1px #d3d3d3;
	background-color: #ffffff;
	top: 15px;
	right: -14px !important;
	border-radius: 30px;
	opacity: 1 !important;
	padding: 0 0 0 2px !important;
	color: #74b6c8 !important;
	text-align: center !important;
	font-size: 24px;
	line-height: 28px;
	cursor: pointer !important;
}
.mfp-gallery .mfp-arrow{ opacity:1 !important; }
.mfp-gallery .mfp-arrow.mfp-arrow-left:before,
.mfp-gallery .mfp-arrow.mfp-arrow-right:before {
    margin-left: 25px;
    width: 33px;
    height: 33px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
    border:0px !important;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left:after{
	border:0px !important;
	height:12px;
	width:16px;
	background:url('../images/gallery-arrow-left.svg');
	display:inline-block;
	position: absolute;
	left: 2px;
	top: 10px;
}
.mfp-gallery .mfp-arrow.mfp-arrow-right:after{
	border:0px !important;
	height:12px;
	width:16px;
	background:url('../images/gallery-arrow-left.svg');
	display:inline-block;
	position: absolute;
	left: -5px;
	top: 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

@media (max-width:1140px) {
	.award-outer,
	.image-content-video-row,
	.team-outer { padding:60px 0;}
	.gallery-outer { padding:60px 0 20px;}
	.gallery-item-in { height:250px;}
}
@media (max-width:1022px) {
	.gallery-item-in { height:230px;}
	.testimonial-row { margin:0 auto;}
	.award-image { height:250px; line-height:250px;}
	/* .award-row,.team-row,.gallery-row {
		padding:0 50px;
	} */
	.testimonial-container {
		max-width:620px;
	}
	.testimonial-row {
		width:100%;
	}
}
@media (max-width:991px) {
	.image-content-row  .image-box { margin-bottom:30px;}
}
@media (max-width:767px) {
	.testimonial-container {
		max-width:80%;
	}
	.image-content-video-row .image-video-section { padding-top:20px;}
	.award-image { height:200px; line-height:200px;}
	.testimonial-row { padding:40px;}
	.mfp-gallery .mfp-close, .mfp-gallery .mfp-close:focus { right:-12px !important;}
}
@media (max-width:580px) {
	.testimonial-container {
		max-width:100%;
	}
	.testimonial-row {
		width:100%;
		padding:30px;
	}
	.items-count {bottom:45px;}
	.testimonial-row .slick-arrow {bottom:40px;}
	.gallery-item-in { height:180px;}
	.image-content-video-row { padding-top:40px;}
	.testimonial-short-info { font-size:16px;}
}
@media (max-width:480px) {
	.award-image { height:150px; line-height:150px;}
	.left-imgvideo-outer {padding-right:20px !important;}
}

/* Video Tours */
.mfp-image-holder .mfp-content {
    max-width: 100% !important;
}
.video-listing {
	padding:0 0 55px;
}
.title-border {
	border-bottom:1px solid rgba(0, 112, 150, 0.14);
	line-height: normal;
	padding:0 0 13px;
	margin:0 0 25px;
}
.video-tour-item  {
	padding-bottom:30px;
}
.video-item-box {
	padding:30px 0 0;
}
.video-item-header {
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #1c2f41;
	margin:0 0 10px;
}
.video-item-header strong {
	font-weight: bold;
	color: #1c2f41;
}
.video-item-header span {
	font-size: 15px;
	color: rgba(28, 47, 65, 0.55);
}
.video-item-box .video-box {
	margin:0 0 25px;
}

.custom-navigation {
	border-top:1px solid rgba(0, 112, 150, 0.14);
	padding:35px 0 0;
}

.custom-navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.custom-navigation ul li {
	width:50%;
	float:left;
}
.custom-navigation ul li.next-page {text-align:right;float: right;}
.custom-navigation ul li  a {
	width: 214px;
	height: 61px;
	padding: 18px 17px 19px 17px;
	border-radius: 5px;
	background-color: #74b6c8;
	display:inline-block;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #fff;
	line-height:26px;
	border:1px solid #74b6c8;
}
.custom-navigation ul li  a svg {
	display:inline-block;
	vertical-align:middle;
}
.custom-navigation ul li  a span {
	display:inline-block;
}
.custom-navigation ul li.prev-page a { text-align:right;}
.custom-navigation ul li.prev-page a svg {
	float:left;
}
.custom-navigation ul li.next-page a { text-align:left;}
.custom-navigation ul li.next-page a svg {
	float:right;
}
.custom-navigation ul li  a:hover {
	background:#fff;
	color:#74b6c8;
}
.custom-navigation ul li  a:hover svg path {
	stroke:#74b6c8
}

/* Video Tours Sidebar Css */
.video-post-sidebar { margin-left:50px; }
.video-post-sidebar ul {
	list-style-type:none;
	counter-reset: my-sec-counter;
	padding: 0;
    margin: 0;
	height: 590px;
    overflow: auto;
}
.video-post-sidebar ul li a{
  font-family: 'dm_sans';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 2.7;
  letter-spacing: normal;
  color: #1c2f41;
  position: relative;
  padding:0 50px 0 55px;
}
.video-post-sidebar ul li a{ color: #1c2f41; display:block;}
.video-post-sidebar ul li a:hover{ color: #74b6c8; }
.video-post-sidebar ul li a:before {
  content:'';
  position:absolute;
  width:36px;
  height:36px;
  border-radius:50%;
  background-color: #e4e3e3;
  counter-increment: my-sec-counter;
  content: "L" counter(my-sec-counter) " ";
  text-align:center;
  font-size: 15px;
  color: #1c2f41;
  top:50%;
  left:0px;
  transform:translateY(-50%);
}
.video-post-sidebar ul li.active a{ position:relative; font-weight: bold;color: #1c2f41; }
.video-post-sidebar ul li.active a:before { background-color:#74b6c8; color :#fff; }
.video-post-sidebar ul li.active a:after {
  content:'';
  position:absolute;
  background:url('../images/shape.svg')no-repeat;
  width: 31px;
  height : 31px;
  display:inline-block;
  right: 0;
  top:50%;
  transform:translateY(-50%);
}
.hedearmodules {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1c2f41;
  margin-top:10px;
}
@media (max-width:1024px){
	.video-post-sidebar { margin-left:0px; }
}
@media (max-width:992px){
	.video-post-sidebar { margin-bottom:45px; }
	.video-post-sidebar ul li.active:after { right:13px; }
	.video-post-sidebar ul { height:auto;}
}
@media (max-width:480px){
	.custom-navigation ul li.next-page,
	.custom-navigation ul li { float:none; width:100%;text-align: center; margin:0px 0 15px;}

}