/*===============================
	News CSS 
=================================*/
.latest-news{
	background:#f8f8f8;
}
.latest-news .news-slider-main{
	padding-left: 5px;
	padding-right: 5px;
}
.latest-news .news-slider{
	margin-top:30px;
}
.latest-news .single-news {
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 10px;
	margin: 10px;
  height:625px;
}
.latest-news .news-head img {
	width:100%;
	height:100%;
}
.latest-news .news-content {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	
	height: 100%;
	padding: 25px;
}
.latest-news .news-title {
	margin: 0 0 10px;
}
.latest-news .news-title a {
	font-weight: 700;
	color: #252525;
	font-size: 20px;
    text-decoration:none;
}
.latest-news .news-meta {
	margin-bottom: 10px;
}
.latest-news .news-meta span{
	margin-right: 10px;
}
.latest-news .news-meta span:last-child{
	margin:0;
}
.latest-news .news-meta span a {
	color: #555;
	font-weight: 400;
	margin-right: 10px;
}
.latest-news .news-meta span a:last-child{
	margin:0;
}
.latest-news .news-meta span a i {
	margin-right: 5px;
}
.latest-news .news-content p {
	color: #555;
}
.latest-news .news-content .button {
	margin-top: 15px;
}
.latest-news .news-content .button a {
	color: #fff;
	background:#20232E;
	padding: 12px 25px;
}
.latest-news .news-content .button a i {
	margin-left: 10px;
}
/* Slider Meta */
.latest-news .owl-controls {
	margin-top: 30px;
}
.latest-news .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba\(0, 0, 0, 0.10;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
}
.latest-news .owl-controls .owl-nav div:last-child{
	margin:0;
}
.latest-news .owl-controls .owl-nav div:hover{
	border-color:transparent;
	color:#fff;
}
/* News Archive */
.latest-news.archive{
	padding:60px 0 90px;
	background:#f8f8f8;
}
.latest-news.archive .single-news {
	margin: 30px 0 0;
}
/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 700;
}
/* Blog Meta */
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span,
.news-single .meta span a {
	color: #555;
	font-weight: 500;
}
.news-single .meta span i {
	margin-right: 5px;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 35px;
	height: 36px;
	border-radius: 100%;
	border: 2px solid;
	margin-right: 10px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 4px;
}
.news-single .meta-right {
	float: right;
	margin-top: 3px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 15px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('https://via.placeholder.com/720x170');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.95;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid;
	color: #555;
}
.news-single .prev-next li a:hover{
	color:#fff;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.news-single .single-comments:last-child{
	border-bottom:0px solid;
	margin:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 30px;
}
.news-single .single-comments a:hover{
	background:#20232E;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 21px;
	z-index: 1;
}
.news-single .form-group input {
	width: 100%;
	height: 55px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	border: none;
	line-height: 55px;
	font-weight: 500;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	font-weight: 500;
	resize: none;
}
.news-single .form-group input,
.news-single .form-group textarea{
	border:1px solid transparent;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	border:1px solid transparent;
}
.news-single .form-group.button .btn:hover{
	color:#252525;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.owl-carousel .owl-item img.benefactor {
float:left;
  margin:10px;
}
/*===============================
	End News CSS 
=================================*//*===============================
	Features CSS 
=================================*/
.features {	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0 90px;
}
.features .single-feature {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.features .icon-img {
	width: 150px;
	height: 150px;
	line-height: 80px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	left: 0;
	display: inline-block;
	overflow:hidden;
}
.features .icon-img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: 3;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.features .single-feature:hover .icon-img:before {
	opacity: 0.5;
}
.features .icon-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 1;
	visibility:visible;
}
.features .single-feature:hover .icon-img img{
	opacity:1;
	visibility:visible;
	transform:scale(1.2);
}

.features .feature-content .f-title a,
.features .feature-content .f-title {
	font-size: 18px;
  font-weight:700;
	margin: 15px 0;
	color: #fff;
    text-decoration:none;
}
.features .feature-content p {
	color: #ccc;
}
/*===============================
	End Features CSS 
=================================*//*===============================
	Courses CSS
=================================*/
.courses {
	background: #f8f8f8;
}
.courses .course-slider {
	margin-top: 30px;
}
.courses .courses-main{
	padding-left:5px;
	padding-right:5px;
}
.courses .single-course {
	padding: 12px;
	background: #fff;
	margin-left: 10px;
	height:98%;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .course-head {
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.courses .course-head img{
	height:100%;
	width:100%;
}
.courses .course-head:hover img{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	transform:scale(1.3);
}
.courses .course-head:hover:before{
	opacity:0.8;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 10;
	border-radius: 0px;
	left: 42%;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: -58px;
	padding: 12px 22px;
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	border-radius: 50px;
}
.courses .course-head:hover .btn{
	transform: scale(1);
	opacity: 1;
}
.courses .course-body {
	margin: 5px;
	margin-top: 0px;
}

.courses .course-body .business,
.courses .course-body .name,
.courses .course-body .website {
	text-align:center;
  font-weight:600;
}

.courses .course-body .business {
  margin-top:1em;
}

.courses .course-body .website {
	font-size:1.1rem;
}

.courses .name-price {
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 75;
	margin-top: -33.5px;
}

/* Price */
.courses .price {
	color: #fff;
	padding: 5px 25px;
	font-weight: 700;
	position: relative;
	margin-top: 12px;
	float: right;
	border-radius: 50px;
	right: 0;
}
.courses .price::before {
	position: ;
	position: absolute;
	left: 0;
	top: -;
	content: "";
	border-left: 15px solid #fff;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	display: none;
}
.courses .course-body .c-title {
	font-size: 18px;
	text-align: left;
	margin: 5px 0 15px;
	padding-top: 60px;
}
.courses .course-body .c-title a {
	color: #252525;
	font-weight: 700;
    text-decoration:none;
}
.courses .course-body p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
	overflow: hidden;
	margin: 15px;
	text-align: left;
	padding-top: 15px;
}


/* Courses Archive */
.courses.archive{
	padding:60px 0 90px;
}
.courses.archive .single-course {
	margin: 20px 0 0;
}
/* Course Single */
.courses.single {
	background: #f6f6f6;
	padding: 60px 0 90px;
}
.courses.single .single-main,
.courses.single .course-sidebar{
	margin-top:30px;
}
.courses.single .single-main {
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.courses.single .course-meta {
	background: #fff;
	margin: 0;
	border: none;
	padding: 0;
}
/* Course Head */
.courses.single .course-head img {
  width:100%;
  height:100%;
  transform:none;
}

/* Course Single Gallery */
.courses.single .course-single-gallery{
	height:400px;
	width:100%;
}
.courses.single .course-single-gallery .single-gallery{
	height:400px;
	width:100%;
}
/* Gallery Meta */
.courses.single .owl-carousel .owl-nav div {
	height: 70px;
	width: 45px;
	line-height: 70px;
	top: 50%;
	font-size: 28px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
	background:rgba(0, 0, 0, 0.55);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: -32.5px 0 0 0;
	border-radius: 100%;
	border-radius: 0px;
}
.courses.single:hover .owl-carousel .owl-nav div{
	opacity:1;
	visibility:visible;
}
.courses.single .owl-carousel .owl-nav div:hover{
	background:#fff;
	border-color:transparent;
}
.courses.single .owl-carousel .owl-prev{
	left:0;
	-webkit-transform:translateX(-100px);
	-moz-transform:translateX(-100px);
	transform:translateX(-100px);
}
.courses.single .course-head:hover .owl-prev{
	transform:translateX(0px);
}
.courses.single .owl-carousel .owl-next{
	-webkit-transform:translateX(100px);
	-moz-transform:translateX(100px);
	transform:translateX(100px);
	right:0;
}
.courses.single .course-head:hover .owl-next{
	transform:translateX(0px);
}
/* Course Single Video */
.courses.single .c-title {
	font-size: 25px;
	margin: 20px 0 20px;
}
.courses.single .c-title a{
	color:#252525;
}
.courses .content {
	margin-top: 30px;
}
.courses.single .course-info {
	overflow: hidden;
	margin: 0;
}
.courses.single .single-info {
	float: left;
	text-align: center;
	overflow: hidden;
	margin-right: 15px;
	box-shadow: none;
	padding: 0;
	padding: 8px 0px;
}
.courses.single .single-info:last-child{
	margin:0;
}
.courses.single .single-info img {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
	border: 4px solid #f5f5f5;
	position: relative;
	top: -7px;
	margin-bottom: -10px;
}
.courses.single .single-info i {
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
}
.courses.single .single-info h4 span {
	display: block;
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	display: block;
}
/* Course Tab */
.courses.single .nav-main {
	background: #fff;
	text-align: left;
	margin: 20px 0 25px;
}
.courses.single .nav-tabs {
	display: inline-block;
	text-align: left;
	width: 100%;
	border-bottom: 2px solid rgba(204, 204, 204, 0.45);
	background: #F6F6F6;
}
.courses.single .nav-tabs li{
	display:inline-block;
}
.courses.single .nav-tabs li a {
	color: #252525;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	padding: 14px 15px;
	border: none;
	border-radius: 0px;
}
.courses.single .nav-tabs li a.active,
.courses.single .nav-tabs li a:hover {
	color: #fff;
}
.courses.single .nav-tabs li a i {
	margin-right: 10px;
}
.courses.single .t-title {
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}
.courses.single .t-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 45px;
	height: 2px;
	background: #ccc;
}
.courses.single .course-overview {
	margin-top: -25px;
}
.courses.single .single-overview {
	margin-top: 25px;
}
/* Course Required */
.courses.single .course-required li {
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 13px;
}
.courses.single .course-required li:last-child{
	margin:0;
}
.courses.single .course-required li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #20232E;
	line-height: 30px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.courses.single .course-required li:hover span{
	border-color:transparent;
	color:#fff;
}

/* Course Single Sidebar */
.course-sidebar .single-sidebar {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.course-sidebar .single-sidebar:last-child{
	margin:0;
}
.course-sidebar .course-price {
	text-align: center;
}
.course-sidebar .course-price p {
	font-size: 40px;
	font-weight: 700;
}
.course-sidebar .course-price p span {
	font-size: 25px;
	font-weight: 300;
	color: #555;
}
.course-sidebar .course-price .btn {
	color: #fff;
	padding: 12px 30px;
	background: #20232E;
	margin-top: 20px;
}
.course-sidebar .course-price .btn i {
	margin-right:10px;
}
.course-sidebar .course-feature {
	width: 100%;
}
.course-sidebar .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position: relative;
	color: #20232E;
}
.course-sidebar .course-feature h4::before {
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	content: "";
	bottom: -1px;
}
.course-sidebar .feature-main {
	color: #fff;
}
.course-sidebar .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.45);
	color: #555;
}
.course-sidebar .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.course-sidebar .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.course-sidebar .single-feature .value {
	float: right;
	font-weight: 600;
}

.sponsorship {  
  
  text-align:center;
}
.name {
  margin-top:8px;
}

.courses .center-image img{
	max-width: auto;
    max-height: 300px;    
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    display: block;
}

.alpaca-class {
  font-weight:500;
  font-size:.9rem;
  text-align:center;
}

hr {
    margin-top: 35px;
}
img.sponsor-ads {
 margin:1em 0;
}/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 60px 0 90px;
}
.about-us .about-video,
.about-us .about-text{
	margin-top:30px;
}
.about-us .about-title {
	font-size: 28px;
	margin-bottom: 15px;
}
.about-us .about-title span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .button{
	margin-top:20px;
}
.about-us .button .btn {
	margin-right: 15px;
}
.about-us .btn:last-child{
	margin:0;
}
/* Video */
.about-us .about-video{
	position:relative;
}
.about-us .btn.video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
	padding: 0;
	margin: 0;
	line-height: initial;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-us .btn.video-popup:hover{
	color:#fff;
}
/* Skill Main */
.skill-main {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
}
.skill-main .single-skill{
	text-align:center;
	margin-top:30px;
}
.skill-main .circle {
	position: relative;
	display: inline-block;
}
.skill-main .circle strong {
	position: absolute;
	font-size: 25px;
	color: #555;
	left: 50%;
	top: 50%;
	margin: -12.5px 0 0 -20px;
	font-weight: 500;
}
.skill-main .circle strong span {
	margin-left: 2px;
}
.skill-main .skill-title {
	font-size: 15px;
	text-transform: capitalize;
	color: #252525;
	margin-top: 10px;
	font-weight: 700;
}
/*=============================
	End About US CSS
===============================*/