/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.8.1646820601
Updated: 2022-03-09 10:10:01

*/

#top-header #et-info {
  display: flex;
  width: 100%;
}
#top-menu li a:hover {
	text-decoration: underline;
	color: #2ea4f3;
	opacity: 1 !important;
}
#top-header .et-social-icons {
	margin-right: auto;
}
#footer_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_menu ul li a {
  padding: 0 5px;
  margin: 0 5px;
  display: block;
}
#footer_menu ul li a:hover {
  text-decoration: underline;
  color: #fff;
  margin-top: -5px;
}

.all_video {
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 0;
}
.all_video .video_items {
	width: calc(33.33% - 20px);
	margin: 2rem 10px 0px;
	height: auto;
	background: #f2f2f2;
}
.video_wrap { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.video_wrap iframe,
.video_wrap object,
.video_wrap embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.all_video .posttitle {
	padding: 15px;
	line-height: 1.2;
	text-align: right;
}
.cst_title {
	padding: 3rem 10px 0;
}
.cst_title .all_video_title {
  padding-bottom: 0;
  position: relative;
  text-align: right;
  padding-top: 15px;
}
.cst_title .all_video_title::before {
  content: "";
  width: 80px;
  height: 5px;
  background: rgb(14,149,227);
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 3px 3px #22c5fc;
}
.et_header_style_left #et-top-navigation {
  padding-right:  2rem !important;
  padding-left: 0 !important;
}
.container.et_menu_container {
  display: flex;
}
.et_header_style_left .logo_container {
  text-align: right;
}


/***** For article page ************/

.article_items {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.article_items .img_wrap {
	width: 350px;
	height: 220px;
	margin-left: 25px;
	border: 8px inset #054a93;
}
.article_items .right_side {
	flex: 1;
}
.article_items .img_wrap img {
  height: 100%;
  object-fit: cover;
  width:  100%;
}
.article_items:last-child {
  margin-bottom: 0;
}

.article_items a {
	color: #FFFFFF !important;
	border-width: 0px !important;
	background-color: #0C71C3;
	display: inline-block;
	padding: .3em 2em .3em .7em;
}
.article_items a:hover {
	background-color: #000 !important;
}
.article_items a::after {
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	opacity: 1;
	position: absolute;
	transition: all .2s;
	text-transform: none;
	font-weight: 400;
	text-shadow: none;
	margin-left: 0;
	left: auto;
	font-family: ETmodules !important;
	transform: rotate(180deg);
	top: 10px;
}
.article_items .posttitle {
	margin-bottom: 0;
		text-align: right;
}
.article_items .content {
	margin-bottom: 20px;
		text-align: right;
}
.article_items {
	flex-direction: row-reverse;
}
#home_article .posttitle {
	color: #fff;
}
#home_article .article_items .content {
	color: #fff;
	opacity: 0.7;
}
.text-right {
	text-align: right;
}
/***** Responsive ************/
@media(min-width: 981px){
	.et_header_style_left #et-top-navigation {
		padding-right: 2rem !important;
		padding-left: 0 !important;
		margin: auto;
	}
}
@media(max-width: 991px){
	.all_video .video_items {
		width: calc(50% - 20px);
	}
}

@media(max-width: 767px){
	.article_items {
		display: block;
		text-align: center;
	}
	.article_items .img_wrap {
		margin: 0 auto 1rem;
		width: 100%;
		height: 300px;
	}
	.article_items {
		margin-bottom: 3rem;
	}
}
@media(max-width: 575px){
	.all_video .video_items {
		width: 100%;
		margin:15px 0 0;
	}
	.article_items .img_wrap {
		height: 220px;
	}
}