@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&display=swap');
/**
*
* font: 14px/1.7 Lato,sans-serif; 
font-family: 'Roboto', sans-serif;
-----------------------------------------------------------------------------
**/
/* Table Of Content
---------------------------------------------------------
1.General CSS
2.Header area start here
3.Breaking News Slider Here 
4.Slide Menu Section Start Here
    4.1.Home Two Slider Area Start Here
5 Latest News Area Start Here
6.Home carousel Slider Start Here
7.Trending news Start Here
8.Hot News Start Here
9.Fetuered Videos Start Here 
10.Sidebar Home Start Here 
11.sidebar Start Here
12.Gallery Page Start Here
13.Home Page Gellary Start Here
14.Testimonial Page Start Here 
15.Error 404 page Start Here 
16.Footer Area Section Start Here
17.Inner Page Header serction start Here
18.About Team Start Here 
19.Pagination Area Start Here 
20.Blog Page Start Here 
21.Blog Details Page start here 
22.Sidebar area Blog Single Start Here
23.Contact Page Start Here
24.Team Page Start Here
25.Single team Page Start Here
26.About page core services start here
27.About Page Counter up Section Start Here
28.Category Page Start Here
29.Account Page Start Here 
30.Scroll To Css Start Here 
31.Sticky Menu To Css Start Here
32.Preloader CSS 
....................................*/
html,
body {
  height: 100%;
  font-size: 15px;
  color: #434343;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 400;
  background: #fff;
}
/* ....................................
1. General CSS
.......................................*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}
.title1 {
  color: #ff0000;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.title2 {
  color: #101010;
  font-size: 26px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.title2 span {
  color: #777777;
  font-size: 24px;
  float: right;
}
.spc-o {
  margin-bottom: 0 !important;
}
.hidden-desktop {
  display: none;
}
.more {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px;
  color: #434343;
}
.add-section {
    margin-bottom: 30px;
}
.fa-heart-o:hover {
  color: #ff0000 !important;
}
.fa-user-o {
  font-size: 11px;
}
.fa-comment-o {
  font-size: 12px;
}
.author {
  font-size: 12px;
}
.more i {
  color: #101010;
  margin-left: 3px;
}
.more i:hover {
  color: #ff0000;
}
.category-btn {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  text-transform: uppercase;
  background: #ffffff;
  padding: 5px 16px;
  font-weight: 400;
}
.hvr-bounce-to-right::before {
  background: #ff0000;
}
.category-page .fa-link {
  border: 2px solid #f52222;
  border-radius: 100%;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.author {
  font-size: 14px;
  text-transform: capitalize;
}
.author .fa-user-o {
  baseline-shift: 1px;
}
.clear {
  clear: both;
}
.title-panel {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ff0000;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 2px 1px 5px;
  margin: 0 0 32px;
  overflow: hidden;
  padding: 20px 15px;
  text-transform: uppercase;
}
.btn-small {
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  padding: 6px 14px;
}
.aligncenter {
  display: block;
  margin: 0 auto 26px;
}
.paddimg-left-none {
  padding-left: 0;
}
.paddimg-right-none {
  padding-right: 0;
}
.separator-large {
    margin: 20px 0;
    margin-bottom: 60px;
}

.separator-large4 {
    margin: 20px 0;
    margin-bottom: 20px;
}
.separator-large2 {
  margin-top: 50px;
}
.separator-large3 {
  margin-top: 45px;
}
span.category {
  display: block;
}
span.category a {
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  background: #ff0000;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
}
span.category a:hover {
  background: #000000;
  color: #fff;
}
.title3 {
  color: #101010;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.padding-null {
  padding: 0;
}
.title3 span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #101010;
  margin-top: 14px;
}
.separator-mediam {
  margin-bottom: 25px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 20px;
}
h4 {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #101010;
}
a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
  color: #ff0000;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #ff0000;
  text-shadow: none;
}
::selection {
  background: #ff0000;
  text-shadow: none;
  color: #ffffff;
}
.around-news li:first-child {
  margin-top: 0 !important;
}
.browserupgrade {
  margin: 26px 0;
  background: #ff0000;
  color: #333333;
  padding: 26px 0;
}
.acurate {
  margin: 0;
  padding: 0;
}
.padding {
  padding: 30px;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding1 {
  padding: 60px;
}
.padding-top1 {
  padding-top: 60px;
}
.text-right {
  text-align: right;
}
.title-bg, .title-bg a {
    position: relative;
    color: #101010;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 25px;
}
.title-bg.no-format, .title-bg.no-format a {
	text-transform: none;
}
.title-bg:after {
  background: #ff0000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -9px;
  width: 45%;
}
.title-bg:before {
  background: #ff0000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 35%;
}
.title-bg.no-border:after {
  content: normal;
}
.title-bg.no-border:before {
  content: normal;
}
.m-0{
	margin:0 !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-25{
	margin-top:25px !important;
}
.mb-25{
	margin-bottom:25px !important;
}
.mb-50{
	margin-bottom:50px !important;
}
.view-area {
  overflow: hidden;
  padding-bottom: 13px;
}
.view-area a {
  font-size: 15px;
  color: #101010;
  font-weight: 400;
}
.view-area a:hover {
  color: #ff0000;
}
.padding-bottom1 {
  padding-bottom: 60px;
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-nav {
  position: absolute;
  top: 100%;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 60px;
  height: 2px;
  content: "";
  bottom: 0;
  margin: auto;
  background: #ff0000;
}
.section-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  content: "";
  bottom: 5px;
  margin: auto;
  background: #ff0000;
}
.section-title h2 span {
  color: #ff0000;
  font-weight: 400;
}
.section-title img {
  margin-bottom: 50px;
  display: none;
}
.section-title p {
  padding: 0 150px;
  margin-bottom: 30px;
}
.view-more {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
}
.view-more a {
  margin-top: 30px;
  display: inline-block;
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  border-radius: 0px;
  padding: 10px 18px;
}
.view-more a:hover {
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
}
/* ------------------------------------
2.Header area start here 
---------------------------------------*/
.header-top-area {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  line-height: 28px;
}
.header-top-area .header-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .header-top-left ul li {
  display: inline-block;
  margin-right: 15px;
  color: #101010;
}
.header-top-area .header-top-left ul li a {
  transition: all 0.5s ease 0s;
  color: #101010;
}
.header-top-area .header-top-left ul li a:hover {
  color: #ff0000;
}
.header-top-area .header-top-left ul li.active a {
  color: #ff0000;
}
.header-top-area .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header-top-area .header-top-right ul li {
  display: inline-block;
}
.header-top-area .header-top-right ul li a {
  color: #101010;
  transition: all 0.5s ease 0s;
}
.header-top-area .header-top-right ul li a:hover {
  color: #ff0000;
}
.header-top-area .header-top-right ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #101010;
}
.header-top-area .social-media-area ul {
  text-align: right;
}
.header-top-area .social-media-area ul li {
  display: inline-block;
  margin: 0 2px;
}
.header-top-area .social-media-area ul li a {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  color: #101010;
  border-radius: 2px;
  background: #f2f2f2;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
}
.header-top-area .social-media-area ul li a:hover {
  color: #ff0000;
  transform: rotate(360deg);
  border-radius: 2px;
}
.header-top-area .social-media-area ul li a i {
  text-align: center;
  display: inline-block;
}
.ticker-top {
  background: #101010;
}
.ticker-top .ticker-head {
  padding: 11px 30px;
}
.ticker-top .tickers .owl-nav {
  right: -13px;
}
.ticker {
    margin-top: 15px;
	margin-bottom: 15px;
}
.ticker:after{
	content:'';
	display:block;
	clear:both;
}
.home2 .header-middle-area .logo-area {
  padding-top: 0;
}
.header-middle-area {
  background: #fff;
  padding: 20px 0;
}
.header-middle-area .logo-area {
  padding-top: 5px;
}
.header-middle-area .logo-area h2 {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0;
	    text-align: center;
}
.header-middle-area .logo-area h2 small {
    font-size:50%;
}
.header-middle-area .right-banner p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 31px;
  margin: 0;
}
.header-middle-area .right-banner p span {
  font-size: 15px;
  display: block;
  font-weight: 600;
}
.header-middle-area .right-banner a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 3px 25px;
  text-transform: uppercase;
  margin-top: 14px;
}
.header-middle-area .right-banner a:hover {
  border: 1px solid #ff0000;
}
.header-middle-area .right-banner .hvr-bounce-to-right::before {
  background: #ff0000;
}
.header-bottom-area {
    background: #ff0000;
}
.header-bottom-area .logo-area {
  padding: 20px 0;
}
.header-bottom-area .logo-area a img {
  display: inline-block;
}
.header-bottom-area .main-menu {
  padding-left: 0;
}
.header-bottom-area .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.header-bottom-area .main-menu ul li {
  display: inline-block;
  position: relative;
  /* Dropdown Menu area */
}
.header-bottom-area .main-menu ul li:first-child {
  padding-left: 0;
}
.header-bottom-area .main-menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
    padding: 15px 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: inherit;
    text-transform: uppercase;
}
.header-bottom-area .main-menu > nav > ul > li > a {
    padding: 0 9px;
    line-height: 40px;
    padding-top: 2px;
}
.header-bottom-area .main-menu > nav > ul > li > a.has  {
    padding-right: 23px;
	position:relative;
}
.header-bottom-area .main-menu > nav > ul > li > a.has:after {
    position: absolute;
    top: 23px;
    right: 7px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    font-size: 13px;
}
.logo-area.mobile-view{
	display:none;
}
.header-bottom-area .main-menu ul li a.home i {
    font-size: 20px;
}
.header-bottom-area .main-menu ul li a i {
  margin-left: 0px;
  color: #fff;
  font-size: 9px;
}
.header-bottom-area .main-menu ul li.active a {
  color: #fff;
  background: #24456c;
}
.header-bottom-area .main-menu ul li.active a i {
  color: #ff0000;
}
.header-bottom-area .main-menu ul li.active a.home i {
  color: #fff;
}
.header-bottom-area .main-menu ul li.active a:hover a {
  color: #ff0000;
}
.header-bottom-area .main-menu ul li.active a:hover a i {
  color: #ff0000;
}
.header-bottom-area .main-menu ul li:hover:after {
  width: 48px;
}
.header-bottom-area .main-menu ul li:hover > a {
  color: #fff;
  background: #24456c;
}
.header-bottom-area .main-menu ul li:hover a i {
  color: #fff;
}
.header-bottom-area .main-menu ul li:after {
  position: absolute;
}
.header-bottom-area .main-menu ul li ul {
  background: #f2f2f2;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 101%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 250px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  border-top: 2px solid #ff0000;
}
.header-bottom-area .main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-right: 0px solid transparent;
}
.header-bottom-area .main-menu ul li ul li a i {
  float: right;
  font-size: 18px;
  margin-top: 3px;
}
.header-bottom-area .main-menu ul li ul li:after {
  display: none;
}
.header-bottom-area .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.header-bottom-area .main-menu ul li ul li a {
  display: block;
  padding: 6px 20px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #101010 !important;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}
.header-bottom-area .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #fff !important;
}
.header-bottom-area .main-menu ul li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  transform: scaleY(0) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.5s ease 0s !important;
  border: none;
  border-left: 2px solid #ff0000;
}
.header-bottom-area .main-menu ul li ul li ul li {
  display: inline-block;
}
.header-bottom-area .main-menu ul li ul li ul li a {
  width: 248px;
}
.header-bottom-area .main-menu ul li ul li:hover ul {
  opacity: 1 !important;
  transform: scaleY(1) !important;
  visibility: visible !important;
}
.header-bottom-area .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-bottom-area .container {
  position: relative;
}
.header-bottom-area .search .search-icon {
  display: block;
  color: #101010;
  text-align: right;
}
.header-bottom-area .search .search-icon i {
   background: #ffffff;
    color: #ff0000;
    padding: 5px;
    margin-top: 9px;
}
.header-bottom-area .search .search-box {
  top: 9px;
    position: absolute;
    right: 39px;
    width: 100%;
    max-width: 1141px;
    z-index: 100;
    background: #fff;
}
.header-bottom-area .search .search-box input {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 25px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition: right 0.3s ease 0s;
}
.header-bottom-area .mega.sub-menu {
  width: 100%;
  width: 1140px;
  padding-top: 15px;
  padding-bottom: 15px;
  left: -76px;
  box-shadow: none;
}
.header-bottom-area .mega.sub-menu a {
  padding: 0;
}
.header-bottom-area .mega.sub-menu img {
  transition: all 0.5s ease 0s;
}
.header-bottom-area .mega.sub-menu h3 {
  margin: 15px 0 10px;
  line-height: 22px;
}
.header-bottom-area .mega.sub-menu h3 a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #101010 !important;
  padding: 0;
}
.header-bottom-area .mega.sub-menu h3 a:hover {
  color: #ff0000 !important;
}
.header-bottom-area .mega.sub-menu p {
  margin: 0;
  line-height: 18px;
  font-size: 13px;
}
.header-bottom-area .mega.sub-menu .col-sm-3:hover h3 a {
  color: #ff0000 !important;
}
.header-bottom-area .mega.sub-menu .col-sm-3:hover img {
  opacity: .7;
}
.active2 a {
  color: red;
}
.header-bottom-area ul > li > ul > li.active > a {
  color: #ff0000 !important;
}
/* ------------------------------------
  3.Breaking News Slider Here 
---------------------------------------*/
.latest-headlines {
	display: flex;
}
#top-news-slider span {
	padding-left: 10px;
	position: relative;
	font-size: 13px;
	font-weight: 500;
}
#top-news-slider span.category a{
	padding: 6px;
	min-width: 70px;
	text-align: center;
	color:#fff;
	background: #24456c;
}
#top-news-slider {
    padding: 6px 0;
    line-height: 30px;
}
#top-news-slider .item img {
  height: 30px;
}
#top-news-slider div a {
  color: #434343;
}
#top-news-slider div a:hover {
  color: #ff0000;
}

.ticker-head {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  margin-left: 0;
  margin-top: 0;
  padding: 10px 30px;
}
.ticker-head i {
  padding-left: 15px;
}

/* ------------------------------------
  4.Slide Menu Section Start Here 
---------------------------------------*/
.slide-menu-area {
  background: rgba(211, 47, 47, 0.9);
  width: 0px;
  height: 100vh;
  position: fixed;
  right: -360px;
  top: 0px;
  padding: 200px 30px;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.slide-menu-area .close {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  opacity: 1;
  padding: 10px;
}
.slide-menu-area .close i {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.slide-menu-area .close i:hover {
  color: #222222;
}
.slide-menu-area.highlight {
  right: 0;
  opacity: 1;
  width: 300px;
  visibility: visible;
  z-index: 999;
}
.slide-menu-area h3 {
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.slide-menu-area h3:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 0px;
  width: 60px;
  height: 2px;
  font-style: normal;
  background: #ffffff;
}
.slide-menu-area ul {
  text-align: left;
  transition: all 0.5s ease 0s;
  margin: 0;
  padding: 0;
}
.slide-menu-area ul li {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  padding: 10px 0;
}
.slide-menu-area ul li:last-child {
  margin-right: 0;
}
.slide-menu-area ul li span {
  font-weight: 600;
  color: #ffffff;
  padding: 0 1px;
}
.slide-menu-area ul li span i {
  margin-left: 50px;
}
.slide-menu-area ul li a {
  display: block;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.slide-menu-area ul li a:hover {
  color: #dddddd;
}
.slide-menu-area ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 12px;
}
.slide-menu-area .footer-social-media-area ul {
  text-align: left;
}
.slide-menu-area .footer-social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.slide-menu-area .footer-social-media-area ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #dddddd;
  background: #000000;
  border: 1px solid #ff0000;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: right;
}
.slide-menu-area .footer-social-media-area ul li a:hover {
  background: #ff0000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ff0000;
}
.slide-menu-area .footer-social-media-area ul li a i {
  text-align: center;
  display: inline-block;
}
/* ------------------------------------
4.1. Home Two Slider Area Start Here 
---------------------------------------*/
.slider-area span.comment {
  font-size: 12px;
  background: transparent !important;
}
.slider-area span.comment > a {
  font-size: 12px;
  color: #FFF;
  padding-left: 10px !important;
  background: transparent!important;
  font-weight: 400 !important;
}
.slider-area span.comment > a > i {
  margin-right: 0 !important;
}
.slider-area .slides {
  position: relative;
  overflow: hidden;
}
.slider-area .slides:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Standard*/
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slider-area .slides .nivo-caption,
.slider-area .slides .nivo-directionNav a {
  z-index: 100;
}
.slider-area .slider-1 {
  text-align: left;
}
.slider-area .slider-1 h1 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 10px 0 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.slider-area .slider-1 h1 a {
  color: #ffffff;
}
.slider-area .slider-1 h1 a:hover {
  color: #ff0000;
}
.slider-area .slider-1 h1 span {
  color: #ff0000;
}
.slider-area .slider-1 div.title2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}
.slider-area .slider-1 .title-container {
  padding-left: 50px;
}
.slider-area .slider-1 div.slider-botton {
  display: block;
  margin-top: 180px;
}
.slider-area .slider-1 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-1 div.slider-botton ul li .date {
  display: inline-block;
}
.slider-area .slider-1 div.slider-botton ul li .fa-comment-o {
  padding-left: 12px;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #ff0000;
  border: 0px solid #ff0000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation: fadeIn 2500ms ease-in-out;
  -moz-animation: fadeIn 2500ms ease-in-out;
  -ms-animation: fadeIn 2500ms ease-in-out;
  animation: fadeIn 2500ms ease-in-out;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a i {
  margin-left: 10px;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a:hover {
  border: 1px solid #ff0000 !important;
  background: #ff0000 !important;
}
.slider-area .slider-1 div.slider-botton ul li a.cat-link {
  color: #ffffff;
    display: inline-block;
    padding: 4px 5px;
    transition: all 0.5s ease 0s;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background: #ff0000;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    margin-right: 12px;
}
.slider-area .slider-1 div.slider-botton ul li a.cat-link:hover {
  background: #000000;
  color: #fff;
}
.slider-area .slider-2 {
  text-align: left;
}
.slider-area .slider-2 h1 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 1px;
  margin: 10px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-area .slider-2 h1 a {
  color: #ffffff;
}
.slider-area .slider-2 h1 a:hover {
  color: #ff0000;
}
.slider-area .slider-2 h1 span {
  color: #ff0000;
}
.slider-area .slider-2 div.title2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}
.slider-area .slider-2 .title-container {
  padding-left: 50px;
}
.slider-area .slider-2 div.slider-botton {
  display: block;
  margin-top: 180px;
}
.slider-area .slider-2 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-2 div.slider-botton ul li .date {
  display: inline-block;
}
.slider-area .slider-2 div.slider-botton ul li .fa-comment-o {
  padding-left: 12px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #ff0000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation: fadeIn 2500ms ease-in-out;
  -moz-animation: fadeIn 2500ms ease-in-out;
  -ms-animation: fadeIn 2500ms ease-in-out;
  animation: fadeIn 2500ms ease-in-out;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a i {
  margin-left: 10px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a:hover {
  border: 1px solid #ff0000 !important;
  background: #ff0000 !important;
}
.slider-area .slider-2 div.slider-botton ul li a.cat-link {
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  background: #ff0000;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  margin-right: 12px;
}
.slider-area .slider-2 div.slider-botton ul li a.cat-link:hover {
  background: #000000;
  color: #fff;
}
a.cat-link {
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  background: #ff0000;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  margin: 0 12px 0 0;
}
a.cat-link:hover {
  background: #000000;
  color: #fff;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:before,
.preview-2 .nivo-directionNav a.nivo-nextNav:before {
  background: rgba(0, 169, 224, .7) !important;
  color: #ffffff !important;
  background: transparent;
  font-size: 20px !important;
  font-weight: 300 !important;
  border-radius: 0;
}
.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  background: rgba(0, 0, 0, 0.7) !important;
}
.preview-2 .nivo-directionNav a.nivo-prevNav,
.preview-2 .nivo-directionNav a.nivo-nextNav {
  opacity: 0;
}
.slider-area:hover .nivo-directionNav a.nivo-nextNav,
.slider-area:hover .nivo-directionNav a.nivo-prevNav {
  opacity: 1;
}
.slider-right {
  padding: 0;
  margin: 0;
}
.slider-right ul {
  padding: 0;
  margin: 0;
}
.slider-right ul li {
  list-style: none;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
}
.slider-right ul li .right-content {
  bottom: 14px;
  color: #ffffff;
  left: 22px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.slider-right ul li .right-content h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}
.slider-right ul li .right-content a {
  color: #ffffff;
}
.slider-right ul li .right-content a:hover {
  color: #ff0000;
}
.slider-right ul li .right-content .date i {
  padding-left: 0;
}
.slider-right ul li .right-image img {
  min-height: 178px;
  transition: all 0.5s ease 0s;
}
.slider-right ul li:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Standard*/
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-right ul li:last-child {
  margin-bottom: 0;
}
.slider-right ul li:hover h3 a {
  color: #ff0000;
}
.slider-right ul li:hover img {
  filter: grayscale(100%);
  transform: scale3d(1.1, 1.1, 1.1);
}
/* ------------------------------------
5 Latest News Area Start Here 
---------------------------------------*/
.tab-home .nav-tabs {
  margin: 50px 0 44px;
}
.tab-home .nav-tabs li {
  float: right;
  background: #f2f2f2;
  margin: 0 5px;
}
.tab-home .nav-tabs li:first-child {
  float: left;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #101010;
  background: none;
  margin: 0;
}
.tab-home .nav-tabs li:nth-child(2) {
  margin-right: 0;
}
.tab-home .nav-tabs li a {
  font-size: 15px;
  font-weight: 400px;
  text-transform: capitalize;
  color: #101010;
  padding: 0px 20px 0px;
}
.tab-home .nav-tabs li a:hover {
  color: #ffffff;
}
.tab-home .tab-content .tab-top-content {
  background: #252525;
  color: #ffffff;
}
.tab-home .tab-content .tab-bottom-content {
  background: #ffffff;
  padding: 14px;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.tab-home .tab-content .tab-bottom-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  text-transform: capitalize;
  margin: 0;
  line-height: 25px;
}
.tab-home .tab-content .tab-bottom-content a {
  color: #101010;
}
.tab-home .tab-content .tab-bottom-content img {
  margin-bottom: 12px;
}
.tab-home .tab-content .tab-bottom-content img:hover {
  opacity: 0.8;
}
.tab-home .tab-content .tab-bottom-content .tab-area .img-tab {
  padding: 0;
}
.tab-home .tab-content .tab-bottom-content .tab-area .img-content {
  padding: 0;
}
.tab-home .tab-content a {
  color: #ffffff;
}
.tab-home .tab-content a:hover {
  color: #ff0000;
}
.tab-home .tab-content h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 7px 0 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.tab-home .tab-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  color: #cccccc;
}
.tab-home .tab-content .date,
.tab-home .tab-content span.comment {
  line-height: 15px;
  margin-right: 8px;
}
.tab-home .tab-content .date a,
.tab-home .tab-content span.comment a {
  color: #cccccc;
  font-size: 12px;
}
.tab-home .tab-content .date a i,
.tab-home .tab-content span.comment a i {
  margin-right: 5px;
  font-size: 11px;
}
.tab-home .tab-content .read-more {
  border: 1px solid #ffffff;
  padding: 2px 18px;
  text-transform: capitalize;
}
.tab-home .tab-content .read-more:hover {
  color: #ffffff;
  border: 1px solid #ff0000;
}
.tab-home .tab-content .last-col {
  padding: 23px 55px 24px 28px;
}
.tab-home .tab-content img:hover {
  opacity: 0.8;
}
.nav-tabs li.active,
.nav-tabs li:hover {
  background: #ff0000;
  border: none !important;
}
.nav-tabs li.active a,
.nav-tabs li:hover a {
  color: #ffffff;
}
.nav-tabs li.active a:focus,
.nav-tabs li:hover a:focus {
  color: #ffffff;
}
.read-more.hvr-bounce-to-right::before {
  background: #ff0000;
  color: #ffffff;
}
.date,
span.comment,
span.author,
span.cat {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 14px;
  margin-right: 8px;
}
.date i,
span.comment i,
span.author i,
span.cat i {
  font-size: 11px;
  margin-right: 5px;
}
.nav-tabs > li > a {
  background: rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  border-radius: 0 !important;
  line-height: 30px !important;
  margin-right: 0 !important;
}
.nav-tabs {
  border: none !important;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
/* ----------------------------------
  6.Home carousel Slider Start Here 
-------------------------------------*/
.carousel-news .next-prev-top {
  border: none;
  margin: 0;
  overflow: hidden;
}
.carousel-news .next-prev-top h3 {
  font-size: 20px;
  line-height: 30px;
  color: #101010;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.carousel-news .next-prev-top .next-prev {
  text-align: right;
  top: 6px;
}
.carousel-news .next-prev-top .next-prev .news-control {
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}
.carousel-news .next-prev-top .next-prev .news-control i {
  font-size: 16px;
  color: #101010;
}
.carousel-news .next-prev-top .next-prev .news-control i:hover {
  color: #f52222;
}
.carousel-news .item,
.carousel-news .trending-news {
  background: #ffffff;
  border: 1px solid #ddd;
}
.carousel-news .item img,
.carousel-news .trending-news img {
  margin-bottom: 18px;
}
.carousel-news .item a,
.carousel-news .trending-news a {
  color: #101010;
}
.carousel-news .item a:hover,
.carousel-news .trending-news a:hover {
  color: #ff0000;
}
.carousel-news .item h4,
.carousel-news .trending-news h4 {
  font-size: 18px;
  line-height: 25px;
  color: #101010;
  margin: 0;
  padding: 7px 0;
  font-weight: 600;
  text-transform: capitalize;
}
.carousel-news .item .dsc,
.carousel-news .trending-news .dsc {
  padding: 0 20px;
}
.carousel-news .item p,
.carousel-news .trending-news p {
  font-size: 15px;
}
.home2 .slider-right {
  margin-top: 50px;
}
.home2 .slider-right li {
  padding: 0px;
}
.home2 .slider-right li .cat-name {
  background: #ff0000;
  display: inline;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 7px;
}
.home2 .slider-right li .date {
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}
/* ------------------------------------
7.Trending news Start Here 
---------------------------------------*/
.trending-news .list-col {
  background: #fff;
  border: 1px solid #ddd;
}
.trending-news .list-col h3 {
  font-weight: 500;
  margin: 5px 0 10px;
  position: relative;
  color: #101010;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.trending-news .list-col .date-info{
	margin-bottom:15px;
}
.trending-news .list-col h3 a {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  color: #101010;
}
.trending-news .list-col img {
  margin-bottom: 15px;
  transition: all 0.5s ease 0s;
}
.trending-news .list-col a {
  color: #101010;
}
.trending-news .list-col a:hover {
  color: #ff0000;
}
.trending-news .list-col span.comment > a {
  color: #434343;
}
.trending-news .list-col .dsc {
  padding: 0 20px 20px;
}
.trending-news .list-col .dsc p {
  margin-bottom: 0;
  text-align: justify;
}
.trending-news .list-col:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.trending-news .list-col:hover a {
  color: #ff0000;
}
.trending-news .news-post li {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  background: #ffffff;
}
.trending-news .news-post li:last-child {
  margin-bottom: 0px;
}
.trending-news .news-post li h4 {
  font-weight: 500;
  line-height: 20px;
  margin: 8px 0 4px;
}
.trending-news .news-post li h4 a {
  position: relative;
    color: #2f2f2f;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trending-news .news-post li img {
  transition: all 0.5s ease 0s;
}
.trending-news .news-post li  .news-post-img{
	width: 115px;
    height: 100px;
	overflow:hidden;
}
.trending-news .news-post li  .news-post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.trending-news .news-post li:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.trending-news .news-post li:hover a {
  color: #ff0000;
}


.news-cat .news-post {
    border: 1px solid #ddd;
    margin-bottom: 12px;
    background: #ffffff;
	min-height: 454px;
}
.news-cat .news-post h4 {
  font-weight: 500;
  line-height: 20px;
  margin: 8px 0 4px;
}
.news-cat .news-post h4 a {
  position: relative;
    color: #2f2f2f;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 13px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cat .news-post img {
  transition: all 0.5s ease 0s;
}
.news-cat .news-post .news-post-img{
	width: 115px;
    height: 100px;
	overflow:hidden;
}
.news-cat .news-post .news-post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.news-cat .news-post:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.news-cat .news-post h4:hover a {
  color: #ff0000;
}

.news-cat .news-post .news-post-list {
    border-top: 1px solid #ddd;
    padding: 15px;
}
.news-cat .news-post .news-post-list ul li{
	margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    line-height: 24px;
	padding-left:20px;
}
.news-cat .news-post .news-post-list ul li:last-child{
	margin-bottom:0;
	padding-bottom:0px;
	border-bottom:none;
}
.news-cat .news-post .news-post-list ul li a{
	color:#333;
	position:relative;
}
.news-cat .news-post .news-post-list ul li a:hover {
    color: #ff0000;
}
.news-cat .news-post .news-post-list ul li a:before{
	content: "\f101";
	font-family:fontAwesome;
	position:absolute;
	left:-16px;
	top:-3px;
	color: #24456c;
    font-weight: 600;
}

/* ------------------------------------
8. Hot News Start Here 
---------------------------------------*/
.hot-news .featured {
  position: relative;
  overflow: hidden;
}
.hot-news .featured img {
  transition: all 0.5s ease 0s;
}
.hot-news .featured:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Standard*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hot-news .featured .blog-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  color: #ffffff;
  z-index: 100;
}
.hot-news .featured .blog-content a {
  color: #ffffff;
}
.hot-news .featured .blog-content a:hover {
  color: #ff0000;
}
.hot-news .featured .blog-content .btn-small {
  margin-right: 15px;
}
.hot-news .featured .blog-content .btn-small:hover {
  color: #101010;
}
.hot-news .featured .blog-content h4 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.hot-news .featured .blog-content .date {
  margin-right: 15px;
}
.hot-news .featured:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: grayscale(100%);
}
.hot-news ul {
  padding: 0;
  margin: 0;
}
.hot-news ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hot-news .news-post li {
  background: #ffffff;
  border: 1px solid #ddd;
  margin-top: 25px;
}
.hot-news .news-post li img {
  transition: all 0.5s ease 0s;
}
.hot-news .news-post li:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.hot-news .news-post li:hover h4 a {
  color: #ff0000;
}
.hot-news .news-post .content h4 {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 18px 0 2px;
  line-height: 25px;
}
.hot-news .news-post .content h4 a {
  color: #101010;
}
.hot-news .news-post .content p {
  margin: 12px 0 0;
  color: #434343;
  padding-right: 20px;
}
.hot-news .news-post .content a {
  color: #434343;
}
.hot-news .news-post .content a:hover {
  color: #ff0000;
}
.hot-news .news-post .content .author {
  color: #434343;
  margin-right: 8px;
}
.hot-news .news-post .content .date {
  color: #434343;
}
.hot-news .news-post2 li {
  background: transparent !important;
  border: 0;
  margin: 25px 0 0;
}
.hot-news .news-post2 li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.hot-news .news-post2 li:hover .content a {
  color: #101010;
}
.hot-news .news-post2 li .item-post:hover .content a {
  color: #ff0000;
}
.hot-news .news-post2 li .item-post:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.hot-news .news-post2 .item-post {
  background: #ffffff;
}
.hot-news .news-post2 .item-post .content {
  padding: 20px 20px;
  border: 1px solid #ccc;
}
.hot-news .news-post2 .item-post .content h4 {
  padding: 12px 0 0;
}
.hot-news .related h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #101010;
  padding: 11px 0 6px !important;
}
.hot-news .related h4 a {
  color: #101010;
}
.hot-news .related h4 a:hover {
  color: #ff0000 !important;
}
.hot-news .related .item-post {
  border: 1px solid #ccc;
}
/* ------------------------------------
9. Fetuered Videos Start Here   
---------------------------------------*/
.fetuered-videos {
  padding: 25px 0 25px;
  overflow: hidden;
}
.fetuered-videos .home-ralated {
  padding: 0 !important;
}
.fetuered-videos .home-ralated .single-winners {
  position: relative;
  overflow: hidden;
}
.fetuered-videos .home-ralated .single-winners .images {
  position: relative;
  overflow: hidden;
}
.fetuered-videos .home-ralated .single-winners .images:hover h3 a {
  color: #ff0000;
}
.fetuered-videos .home-ralated .single-winners .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
}
.fetuered-videos .home-ralated .single-winners .images a {
  display: block;
}
.fetuered-videos .home-ralated .single-winners .images a img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.fetuered-videos .home-ralated .single-winners .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  padding: 30px;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details {
  padding: 20% 0;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details h4:after {
  display: none;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details .product-info {
  margin: 0;
  padding: 0px;
  list-style: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all .9s;
  text-align: center;
  left: 0;
  right: 0;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details .product-info li {
  display: inline-block;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details .product-info li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details .product-info li a:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #ffffff;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details .product-info li a i {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 12px;
}
.fetuered-videos .home-ralated .single-winners .images .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.fetuered-videos .home-ralated .single-winners h3 {
  margin-bottom: 10px !important;
  margin-left: 0;
}
.fetuered-videos .home-ralated .single-winners h3 a {
  color: #333333;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.fetuered-videos .home-ralated .single-winners h3 a:hover {
  color: #ff0000;
}
.fetuered-videos .home-ralated .single-winners .videos-icon ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.fetuered-videos .home-ralated .single-winners .videos-icon ul li {
  display: block;
}
.fetuered-videos .home-ralated .single-winners .videos-icon ul li:first-child {
  font-weight: 900;
  font-size: 20px;
}
.fetuered-videos .home-ralated .single-winners .videos-icon ul li:first-child del {
  font-weight: 300;
  margin-right: 5px;
  font-size: 12px;
}
.fetuered-videos #featured-videos-section .videos-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.fetuered-videos #featured-videos-section .videos-text a {
  font-size: 12px;
  color: #ffffff;
}
.fetuered-videos #featured-videos-section .date {
  color: #ffffff;
  font-size: 12px;
}
.fetuered-videos #featured-videos-section .single-videos {
  position: relative;
  overflow: hidden;
}
.fetuered-videos #featured-videos-section .single-videos .images {
  position: relative;
  overflow: hidden;
}
.fetuered-videos #featured-videos-section .single-videos .images:after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fetuered-videos #featured-videos-section .single-videos .images:hover h3 a {
  color: #ff0000;
}
.fetuered-videos #featured-videos-section .single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.fetuered-videos #featured-videos-section .single-videos .images a {
  display: block;
}
.fetuered-videos #featured-videos-section .single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.fetuered-videos #featured-videos-section .single-videos .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  padding: 30px;
  z-index: 90 !important;
}
.fetuered-videos #featured-videos-section .single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}
.fetuered-videos #featured-videos-section .single-videos h3 {
  margin-bottom: 0px;
}
.fetuered-videos #featured-videos-section .single-videos h3 a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
  font-size: 18px;
}
.fetuered-videos #featured-videos-section .single-videos h3 a:hover {
  color: #ff0000;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-next i {
  color: #101010 !important;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-next:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-prev i {
  color: #101010 !important;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-prev:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}
.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.fetuered-videos #featured-gallery-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-next i {
  color: #101010 !important;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-next:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-prev i {
  color: #101010 !important;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-prev:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-gallery-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}

.fetuered-videos #featured-gallery-section .item img {
    display: inline;
    width: auto;
	margin-bottom: 0px;
}
.fetuered-videos #featured-gallery-section .item h4{
    font-size: 18px;
    line-height: 25px;
    color: #101010;
    margin: 0;
    padding: 7px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.fetuered-videos #featured-gallery-section .item h4 a{ 
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    line-height: 20px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fetuered-videos #featured-gallery-section .item .dsc {
    padding: 0 11px;
	
}






.fetuered-videos #featured-gallery-section2 .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-next i {
  color: #101010 !important;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-next:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -70px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-prev i {
  color: #101010 !important;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-prev:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
.fetuered-videos #featured-gallery-section2 .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ff0000;
}

.fetuered-videos #featured-gallery-section2 .item img {
    display: inline;
    width: auto;
	margin-bottom: 0px;
}
.fetuered-videos #featured-gallery-section2 .item h4{
    font-size: 18px;
    line-height: 25px;
    color: #101010;
    margin: 0;
    padding: 7px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.fetuered-videos #featured-gallery-section2 .item h4 a{ 
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    line-height: 20px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fetuered-videos #featured-gallery-section2 .item .dsc {
    padding: 0 11px;
	
}

.bottom-news{
	display:flex;
	align-items:center;
	justify-content:space-between;
	    padding: 20px;
}
.news-last{
	margin-bottom:45px;
}
.bottom-news .img-box {
    min-width: 300px;
    display: block;
    text-align: center;
}
.bottom-news  .content h4 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    line-height: 25px;
    font-size: 18px;
	color:#333;
}
.bottom-news  .content p {
    margin: 12px 0 0;
    color: #434343;
    padding-right: 20px;
    font-size: 13px;
    text-align: justify;
    line-height: 19px;
    margin: 0 !important;
}

/* ------------------------------------
10.Sidebar Home Start Here 
---------------------------------------*/
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.sidebar ul li .category-btn {
  position: absolute;
  top: 30px;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.sidebar ul li .category-btn:hover {
  color: #ffffff;
}
.sidebar ul li .post-image {
  overflow: hidden;
}
.sidebar ul li .content {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #ffffff;
  padding-right: 30px;
  z-index: 10;
}
.sidebar ul li .content a {
  color: #ffffff;
}
.sidebar ul li .content h4 {
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}
.sidebar ul li img {
  width: 100%;
  transition: all 0.8s ease 0s;
}
.sidebar ul li:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar ul li:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.sidebar ul li:hover:after {
  background: rgba(0, 0, 0, 0.8);
}
.sidebar ul li:hover a {
  color: #ff0000;
}
.sidebar ul li:hover a.category-btn {
  color: #ffffff;
}
.sidebar ul li:hover .hvr-bounce-to-right:before {
  transform: scaleX(1);
}

/* ------------------------------------
11.sidebar Start Here 
---------------------------------------*/
.sidebar-latest .like-box {
    background: #ffffff;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 10px;
}
.sidebar-latest .like-box ul {
    display: flex;
	justify-content: space-between;
}
.sidebar-latest .like-box ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #1da1f2;
    padding-bottom: 0;
    cursor: pointer;
    margin: 0 2px;
}
.sidebar-latest .like-box ul li a {
    color: #ffffff  !important;
    display: block;
    font-size: 19px;
    height: 70px;
    line-height: 72px;
}
.sidebar-latest .like-box ul li a i{
	color: #ffffff  !important;
}
.sidebar-latest .like-box ul li span {
  color: #ffffff !important;
  display: block;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.sidebar-latest .like-box ul li.facebook {
  background: #3b589c;
}
.sidebar-latest .like-box ul li.youtube {
  background: #ce2626;
}
.sidebar-latest .like-box ul li.linkedin {
  background: #0e76a8;
}
.sidebar-latest .like-box ul li.instagram {
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.sidebar-latest .like-box ul li:hover {
  opacity: .8;
}

.sidebar-latest .add-section img {
  width: 100%;
}
.sidebar-latest .newsletter-info {
  margin: 50px 0 44px;
  padding: 20px;
  background: #000000;
}
.sidebar-latest .newsletter-info form {
  margin: 0;
}
.sidebar-latest .newsletter-info form .form-group {
  margin: 0;
}
.sidebar-latest .newsletter-info form h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar-latest .newsletter-info form .newsletter {
  position: relative;
}
.sidebar-latest .newsletter-info form .form-control {
  border-radius: 0;
  font-size: 12px;
  padding: 0 20px;
  height: 39px;
}
.sidebar-latest .newsletter-info form .btn-send {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff0000;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  padding: 7px 22px;
  transition: all 0.5s ease 0s;
}
.sidebar-latest .newsletter-info form .btn-send:hover {
  color: #101010;
}
.sidebar-latest .newsletter-info form p {
  font-size: 15px;
  color: #cccccc;
  margin: 16px 0 0;
}
.sidebar-latest .popular h3 {
  margin-bottom: 38px;
}
.sidebar-latest .popular-related h4 {
  font-size: 15px !important;
  padding: 13px 0 0 !important;
  line-height: 22px !important;
}
.sidebar-latest .recent-comments .dsc {
  background: #fff;
  padding: 20px;
  color: #434343;
  font-weight: 400;
}
.sidebar-latest .recent-comments .dsc span {
  text-align: right;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
  display: block;
}
.sidebar-latest .next-prev {
  top: 7px;
  left: 4px;
}
.sidebar-latest .news-arrow-left,
.sidebar-latest .news-arrow-right {
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  width: 32px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidebar-latest .news-arrow-left i,
.sidebar-latest .news-arrow-right i {
  font-size: 18px;
  color: #101010;
}
.sidebar-latest .news-arrow-left:hover,
.sidebar-latest .news-arrow-right:hover {
  background: #ff0000;
}
.sidebar-latest .news-arrow-left:hover i,
.sidebar-latest .news-arrow-right:hover i {
  color: #ffffff;
}
.sidebar-latest .add-section2 img {
  height: 381px;
}




.sidebar-latest .categories-home ul {
  background: #f7f7f7;
  color: #ffffff;
  padding: 28px 30px;
}
.sidebar-latest .categories-home ul li {
      font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}
.sidebar-latest .categories-home ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-latest .categories-home ul li span {
    float: right;
    border: 1px solid #ccc;
    clear: both;
    padding: 0 5px;
    font-size: 11px;
    min-width: 35px;
    text-align: center;
}
.sidebar-latest .categories-home ul li i {
  padding-right: 10px;
  color:#ff0000;
}
.sidebar-latest .categories-home ul li:after {
  opacity: 0;
  position: relative;
}
.sidebar-latest .categories-home ul li a {
  color: #333333;
  cursor: pointer;
}
.sidebar-latest .categories-home ul li:hover a {
  color: #ff0000;
}
.sidebar-latest .categories-home .title-bg {
  margin-bottom: 38px;
}








.featured-title {
  margin-bottom: 38px;
}
/* ------------------------------------
12.Gallery Page Start Here 
---------------------------------------*/
.gallery-page li {
  border: none !important;
  padding: 0;
  position: relative;
  margin-bottom: 0 !important;
}
.gallery-page li .blog-image {
  margin-bottom: 15px;
}
.gallery-page .slide .next-prev {
  position: absolute;
  top: 35%;
  z-index: 100;
  width: 100%;
  -ms-transform: translate(-35%, -35%);
  /* IE 9 */
  -webkit-transform: translate(-35%, -35%);
  /* Safari */
  transform: translate(-35%, -35%);
  left: 35%;
  padding: 0 10px;
}
.gallery-page .slide .next-prev .left {
  float: left;
  color: #f52222;
  font-size: 25px;
  opacity: 0;
}
.gallery-page .slide .next-prev .right {
  float: right;
  color: #f52222;
  font-size: 25px;
  opacity: 0;
}
.gallery-page .slide:hover .right,
.gallery-page .slide:hover .left {
  opacity: 1;
}
.gallery-page .margin-top {
  margin-top: -160px;
}
.gallery-page .margin-top2 {
  margin-top: -80px;
}
/* ------------------------------------
13.Home Page Gellary Start Here 
---------------------------------------*/
.gellary-area {
  padding: 70px 0;
}
.gellary-area .single-gellary {
    background: #fdfdfd;
    padding: 5px;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 21px rgb(0 0 0 / .1);
    margin-bottom: 30px;
}
.gellary-area .single-gellary .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.gellary-area .single-gellary:hover .image .overley {
  opacity: 1;
  transform: scale(1);
}
.gellary-area .single-gellary .image a {
  display: block;
}
.gellary-area .single-gellary .image a img {
  width: 100%;
}
.gellary-area .single-gellary .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #ff0000;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
}
.gellary-area .single-gellary .image .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scale(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
      display: flex;
    align-items: center;
    justify-content: center;
}
.gellary-area .single-gellary .image .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  transform: rotate(0deg);
  transition: all .9s;
}
.gellary-area .single-gellary .image .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin: 0 !important;
}
.gellary-area .single-gellary .image .overley ul li i {
    color: #ffffff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}
.gellary-area .single-gellary .image .overley ul li i:hover {
  background: #ff0000;
  border-color:#ff0000;
  color: #ffffff;
}
.gellary-area .single-gellary:hover img {
  opacity: .9;
}
.gellary-area .single-gellary img {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}
.gellary-area .single-gellary .gellary-informations {
    padding: 3px 0 0;
    transition: all 0.5s ease 0s;
    min-height: 90px;
    display: flex;
    align-items: center;
}
.gellary-area .single-gellary .gellary-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gellary-area .single-gellary .gellary-informations ul li {
    display: inline-block;
    margin: 0;
    padding: 0px 3px;
}
.gellary-area .single-gellary .gellary-informations ul li h3 {
  margin-bottom: 0;
}
.gellary-area .single-gellary .gellary-informations ul li h3 a {
    font-size: 15px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
    color: #434343;
    display: block;
}
.gellary-area .single-gellary .gellary-informations ul li h3 a:hover {
  color: #ff0000;
}
.gellary-area .single-gellary .gellary-informations ul li h3 a span {
  display: block;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}
.gellary-area .single-gellary .gellary-informations ul li i {
  color: #434343;
}
.gellary-area .single-gellary .gellary-informations ul li a {
  color: #434343;
  font-size: 12px;
}
.gellary-area .single-gellary .gellary-informations ul li a:hover {
  color: #ff0000;
}
.gellary-area .single-gellary .gellary-informations ul li a:hover i {
  color: #ff0000;
}
.gellary-area .single-gellary .gellary-informations ul li .fa-comments {
  color: #434343;
}
.gellary-area .pagination-area {
  margin: 0;
}
.gellary-area-main .single-gellary {
  margin-bottom: 20px;
}
/* ------------------------------------
14.Testimonial Page Start Here 
---------------------------------------*/
.testimonial-page-area {
  padding: 50px 0 0;
}
.testimonial-page-area .container li {
  list-style: none;
}
.testimonial-page-area .container li .testimonial-content p {
  margin: 0;
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 400;
  color: #434343;
  line-height: 25px;
  text-transform: capitalize;
}
.testimonial-page-area .container li .testimonial-content p:before {
  background: url(images/comma-icon.png);
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 18px;
  height: 16px;
}
.testimonial-page-area .container li .author-image {
  margin-bottom: 25px;
}
.testimonial-page-area .container li .author-image img {
  width: 55px;
  border-radius: 100%;
}
.testimonial-page-area .container li .author-name {
  font-weight: 500;
  color: #101010;
  line-height: 25px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  left: -22px;
  top: 9px;
}
.testimonial-page-area .container li .author-name span {
  display: block;
  font-weight: 300;
  padding-left: 15px;
  font-size: 12px;
  color: #434343;
}
/* CSS talk bubble */
.border {
  border: 1px solid #ccc;
  position: relative;
  padding: 18px 20px 20px 25px;
}
.talk-bubble {
  background-color: #f2f2f2;
  margin-bottom: 40px;
}
/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #ccc transparent transparent transparent;
}
.tri-right.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: #f2f2f2 transparent transparent transparent;
}
/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #ccc #ccc transparent transparent;
}
.tri-right.left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: #f2f2f2 lightyellow transparent transparent;
}
/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #ccc;
}
.tri-right.btm-left:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent #f2f2f2;
}
/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 37px;
  right: auto;
  top: auto;
  bottom: -23px;
  border: 11px solid;
  border-color: #ccc transparent transparent #ccc;
}
.tri-right.btm-left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: #f2f2f2 transparent transparent #f2f2f2;
}
/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 35px solid;
  border-color: #ccc #ccc transparent transparent;
}
.tri-right.btm-right-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: #f2f2f2 lightyellow transparent transparent;
}
/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #ccc #ccc transparent transparent;
}
.tri-right.btm-right:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 5px solid;
  border-color: #f2f2f2 lightyellow transparent transparent;
}
/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}
/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: lightyellow transparent transparent transparent;
}
/* ------------------------------------
15. Error 404 page Start Here 
---------------------------------------*/
.error-page-area .container {
  padding: 50px 0 0;
}
.error-page-area .container .erroe-404 {
  background: #999999;
  text-align: center;
  padding: 30px 0;
}
.error-page-area .container .erroe-404 h2 {
  font-size: 250px;
  color: #ffffff;
  line-height: 210px;
  margin: 0;
  position: relative;
  z-index: 10;
}
.error-page-area .container .erroe-404 span {
  font-size: 20px;
  color: #101010;
  line-height: 35px;
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.error-page-area .container p {
  color: #434343;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin: 30px auto 30px;
  max-width: 500px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.error-page-area .container a {
  background: #ff0000;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
  position: relative;
  z-index: 10;
  font-weight: normal;
  letter-spacing: 1px;
}
.error-page-area .container a:hover {
  color: #000;
}
/* ------------------------------------
16.Footer Area Section Start Here 
---------------------------------------*/
.footer-top-area {
  background: #1b1b1b;
  padding: 50px 0;
  margin-top: 50px;
}
.footer-top-area .single-footer h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.55;
  box-shadow: 0 2px 1px -2px #cccccc;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.footer-top-area .single-footer p {
  color: #cccccc;
  font-size: 15px;
  margin: 26px 0 0;
}
.footer-top-area .single-footer .footer-social-media-area {
  padding-top: 11px;
}
.footer-top-area .single-footer .footer-social-media-area ul {
  text-align: left;
}
.footer-top-area .single-footer .footer-social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.footer-top-area .single-footer .footer-social-media-area ul li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #dddddd;
  background: #2d2d2d;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  border-radius: 100%;
}
.footer-top-area .single-footer .footer-social-media-area ul li a:hover {
  background: #ff0000;
  transform: rotate(360deg);
}
.footer-top-area .footer-two ul li {
  color: #999999;
  clear: both;
  overflow: hidden;
  padding: 7px 0;
}
.footer-top-area .footer-two ul li .col-md-5 {
  padding: 0;
}
.footer-top-area .footer-two ul li .col-md-5 img {
  transition: all 0.8s ease 0s;
  overflow: hidden;
}
.footer-top-area .footer-two ul li .col-md-5 p {
  margin: 0 0 0 15px;
}
.footer-top-area .footer-two ul li .col-md-5 span {
  font-size: 12px;
  color: #777777;
  margin-top: 8px;
  margin-left: 15px;
  display: block;
}
.footer-top-area .footer-two ul li .col-md-5 span i {
  color: #777777;
}
.footer-top-area .footer-two ul li .col-xs-8 p {
  margin-top: 0;
}
.footer-top-area .footer-two ul li .col-xs-8 span {
  font-size: 12px;
}
.footer-top-area .footer-two ul li .col-sm-5 {
  overflow: hidden;
}
.footer-top-area .footer-two ul li .col-sm-5 img {
  width: 100%;
  position: relative;
}
.footer-top-area .footer-two ul li a {
  color: #cccccc;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.footer-top-area .footer-two ul li a:hover {
  color: #ff0000;
}
.footer-top-area .footer-two ul li i {
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}
.footer-top-area .footer-two ul li:first-child {
  padding-top: 0;
}
.footer-top-area .footer-two ul li:last-child {
  box-shadow: none;
}
.footer-top-area .footer-two ul li:hover a {
  color: #ff0000;
  transition: all 0.5s ease 0s;
}
.footer-top-area .footer-two ul li:hover a img {
  transform: scale3d(1.1, 1.1, 1.1);
  cursor: pointer;
}
.footer-top-area .footer-two ul li:hover .col-sm-5 {
  cursor: pointer;
}
.footer-top-area .footer-two ul li:hover .col-sm-5:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-top-area .footer-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top-area .footer-three ul li {
  display: inline-block;
  width: 22.55%;
  margin: 1px 3px;
  overflow: hidden;
}
.footer-top-area .footer-three ul li a {
  display: block;
  transition: all 0.5s ease 0s;
}
.footer-top-area .footer-three ul li a img {
  display: block;
  width: 100%;
  transition: all 0.8s ease 0s;
}
.footer-top-area .footer-three ul li a img:hover {
  opacity: .9;
}
.footer-top-area .footer-three ul li:hover a {
  position: relative;
}
.footer-top-area .footer-three ul li:hover a:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-top-area .footer-three ul li:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.footer-top-area .footer-four ul li {
  display: inline-block;
  color: #ffffff;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.footer-top-area .footer-four ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.footer-top-area .footer-four ul li a:hover {
  color: #ff0000;
}
.footer-top-area .footer-four ul li i {
  margin: 5px;
  color: #ff0000;
}
.footer-bottom-area {
  background: #000000;
  padding: 20px 0;
}
.footer-bottom-area .footer-bottom p {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
.footer-bottom-area .footer-bottom p a{
  color: #ff0000;
}
.footer-bottom-area .footer-bottom p a:hover{
  color: #24456c;
}
#scrollUp {
  background: #000000;
  border-radius: 0px 0px 0 0;
  bottom: 100px;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000;
}
#scrollUp:hover {
  background: #ff0000;
}
#scrollUp i {
  display: block;
  padding-top: 5px;
}
/* ------------------------------------
17.Inner Page Header serction start Here
--------------------------------------*/
.inner-page-header {
  padding: 0;
  position: relative;
}
.inner-page-header .header-page-title h1 {
  color: #ffffff;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner-page-header .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
.inner-page-header .header-page-subtitle p {
  color: #ffffff;
  font-size: 15px;
}
.inner-page-header .header-page-locator ul li {
  display: inline-block;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.inner-page-header .header-page-locator ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  font-size: 12px;
}
.inner-page-header .header-page-locator ul li a:hover {
  color: #ff0000;
}
.inner-page-header:after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* ------------------------------------
18.About Team Start Here 
---------------------------------------*/
.about-page-team {
  padding: 50px 0 60px;
  background: #ffffff;
}
.about-page-team .title2 span {
  margin: 16px 0 30px;
}
.about-page-team .title1 {
  margin-bottom: 15px;
}
.about-page-team #total-team .single-team {
  position: relative;
  margin: 0 15px;
}
.about-page-team #total-team .single-team:hover:after {
  opacity: 1;
  visibility: visible;
}
.about-page-team #total-team .single-team:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.about-page-team #total-team .single-team a {
  display: block;
}
.about-page-team #total-team .single-team a img {
  width: 100%;
}
.about-page-team #total-team .single-team .social-media-icons ul {
  text-align: left;
}
.about-page-team #total-team .single-team .social-media-icons ul li {
  display: inline-block;
}
.about-page-team #total-team .single-team .social-media-icons ul li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
}
.about-page-team #total-team .single-team .social-media-icons ul li a i {
  font-size: 14px;
  color: #777777;
}
.about-page-team #total-team .single-team .social-media-icons ul li a:after {
  display: none;
}
.about-page-team #total-team .single-team:hover .team-details {
  background: #101010;
}
.about-page-team #total-team .single-team:hover .team-details h3 a {
  color: #ffffff;
}
.about-page-team #total-team .single-team:hover .team-details p {
  color: #ff0000;
}
.about-page-team #total-team .team-details {
  margin: 0px;
  background: #ffffff;
  transition: all 0.5s ease 0s;
  padding: 7px 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about-page-team #total-team .team-details h3 {
  margin-bottom: 0px;
  margin-top: 16px;
  text-transform: uppercase;
}
.about-page-team #total-team .team-details h3 a {
  display: block;
  font-size: 15px;
  color: #101010;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  line-height: 18px;
}
.about-page-team #total-team .team-details h3 a:hover {
  color: #ff0000;
}
.about-page-team #total-team .team-details h3 a:after {
  display: none;
}
.about-page-team #total-team .team-details p {
  color: #434343;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.about-page-team #total-team .owl-controls {
  margin-top: 30px;
  display: none !important;
}
.about-page-team #total-team .owl-controls .owl-pagination {
  display: none;
}
.about-page-team #total-team .owl-controls .owl-pagination .owl-page.active span {
  border: 1px solid #222222;
}
.about-page-team #total-team .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 8px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  background: #ff0000;
}
.home-about-area {
  padding: 50px 0 24px;
}
.home-about-area .title2 {
  margin: 0 0 25px;
  text-transform: uppercase;
}
.home-about-area h2 {
  line-height: 20px;
}
.home-about-area .about-content h3 {
  color: #000000;
  font-weight: 700;
  font-size: 40px;
}
.home-about-area .about-content h3 span {
  color: #ff0000;
}
.home-about-area .about-content .about-content-list {
  margin-top: 50px;
}
.home-about-area .about-content .about-content-list .single-list .media .pull-left {
  margin: 20px;
}
.home-about-area .about-content .about-content-list .single-list .media .pull-left a {
  display: block;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background: #ff0000;
  position: relative;
  text-align: center;
  line-height: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.home-about-area .about-content .about-content-list .single-list .media .pull-left a:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}
.home-about-area .about-content .about-content-list .single-list .media .pull-left a i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(120deg);
}
.home-about-area .about-content .about-content-list .single-list .media .media-body h4.media-heading {
  margin-bottom: 10px;
}
.home-about-area .about-content .about-content-list .single-list .media .media-body h4.media-heading a {
  display: block;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.home-about-area .about-content .about-content-list .single-list .media .media-body h4.media-heading a:hover {
  color: #ff0000;
}
.home-about-area .about-featured-image {
  text-align: center;
}
.home-about-area .about-featured-image a {
  display: block;
}
.about .footer-top-area {
  margin: 0;
}
/* ------------------------------------
19. Pagination Area Start Here 
---------------------------------------*/
.pagination-area {
  overflow: hidden;
}
.pagination-area ul {
  text-align: center;
}
.pagination-area ul li {
  border: none;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  margin:0 !important;
  }
.pagination-area ul li.active a {
  background: #ff0000;
  color:#fff;
  border-color: #ff0000;
}
.pagination-area ul li:first-child a {
  border-left: 1px solid #ddd;
}
.pagination-area ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #000000;
  display: block;
      font-size: 15px;
   height: 37px;
    line-height: 37px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.pagination-area ul li a:hover {
    color: #ffffff;
    background: #24456c;
	    border-color: #24456c;
}
.pagination-area ul li a:hover i{
	color: #ffffff !important;
}
/* ------------------------------------
20.Blog Page Start Here 
---------------------------------------*/
.blog-page-area {
  padding: 50px 0 0px;
}
.blog-page-area li {
  border: 1px solid #ddd;
  list-style: outside none none;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 12px 0;
}
.blog-page-area li .date {
  font-size: 12px;
  line-height: 22px;
  color: #434343;
  font-weight: 400;
}
.blog-page-area li h3 {
  font-size: 18px;
  margin: 0;
}
.blog-page-area li h3 a {
  color: #101010;
  line-height: 32px;
}
.blog-page-area li .admin {
  color: #434343;
  padding-right: 5px;
  font-size: 12px;
}
.blog-page-area li .admin a {
  color: #434343;
}
.blog-page-area li .admin a i {
  margin-right: 3px;
  color: #434343;
}
.blog-page-area li .like a {
  color: #434343;
  font-size: 12px;
}
.blog-page-area li .like a:hover {
  color: #101010;
}
.blog-page-area li p {
  margin: 10px 0;
}
.blog-page-area li .more {
  color: #434343;
  text-transform: lowercase;
  text-transform: capitalize;
}
.blog-page-area li .more:hover {
  color: #ff0000;
}
.blog-page-area li img {
  transition: all 0.8s ease 0s;
}
.blog-page-area li .blog-image {
  overflow: hidden;
  position: relative;
}
.blog-page-area li .blog-image i {
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  color: #f52222;
  z-index: 1000;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.blog-page-area li:hover a {
  color: #ff0000;
}
.blog-page-area li:hover .blog-image a {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog-page-area li:hover .blog-image a img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog-page-area li:hover .blog-image a:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-page-area li:hover .blog-image a i {
  opacity: 1;
}
/* ------------------------------------
21.Blog Details Page start here  
---------------------------------------*/
.single-news-page-area {
  padding: 50px 0 0;
}
.single-news-page-area .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-news-page-area .single-image img {
  filter: grayscale(100%);
  transition: all 0.8s ease-in-out 0s;
}
.single-news-page-area .single-image img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
/*.single-news-page-area h3 {
    font-size: 24px;
    color: #24456c;
    margin: 1px 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 25px;
}*/
.single-news-page-area h3 a {
    color: #414141;
    font-size: 19px;
    font-weight: 400;
}
.single-news-page-area h3 a:hover {
  color: #ff0000;
}
.single-news-page-area p.post-deatil{
  font-size:14px;
  text-align:justify;
}

.single-news-page-area .admin,
.single-news-page-area .like {
  margin-right: 12px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
}
.single-news-page-area .admin a,
.single-news-page-area .like a {
  color: #ff0000;
}
.single-news-page-area .admin a:hover,
.single-news-page-area .like a:hover {
  color: #101010;
}
.single-news-page-area blockquote {
  background: #f9f9f9;
  border: medium none;
  margin: 0 0 25px;
  padding: 35px 40px;
}
.single-news-page-area h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-news-page-area ul {
  padding: 0 0 25px;
  margin: 0;
}
.single-news-page-area ul li {
  margin-left: 30px;
}
.single-news-page-area ul li i {
  color: #101010;
}
.single-news-page-area .share-section {
	border-top: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
.single-news-page-area .share-section h3 {
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.single-news-page-area .share-section a {
  color: #101010;
}
.single-news-page-area .share-section a:hover {
  color: #ff0000;
}
.single-news-page-area .share-section .date,
.single-news-page-area .share-section span.comment,
.single-news-page-area .share-section span.author,
.single-news-page-area .share-section span.cat {
  margin-right: 15px;
}

.single-news-page-area .share-section span.author .author-img {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
}
.single-news-page-area .share-section .life-style {
  padding-top: 10px;
}
.single-news-page-area .share-section .life-style a {
  font-size: 12px;
}
.single-news-page-area .share-section ul.share-link {
  padding: 15px 0 25px;
  margin: 0;
  text-align: right;
  display: inline-block;
}
.single-news-page-area .share-section ul.share-link li {
  padding: 0;
  margin: 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 2px;
}
.single-news-page-area .share-section ul.share-link li a {
      color: #101010;
    display: inline-block;
    font-size: 12px;
    padding: 3px 15px;
    text-align: center;
}
.single-news-page-area .share-section ul.share-link.social-share li a {
    color: #101010;
    display: flex;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 26px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.single-news-page-area .share-section ul.share-link li a i {
  color: #101010;
  padding-right: 5px;
}
.single-news-page-area .share-section ul.share-link li a:hover, .single-news-page-area .share-section ul.share-link li a:hover i {
  color: #ffffff;
}
.single-news-page-area .share-section ul.share-link li:first-child {
  background: #ff0000;
  border: none;
}
.single-news-page-area .share-section ul.share-link li:first-child a {
  color: #ffffff;
}
.single-news-page-area .share-section ul.share-link li:last-child {
  margin-right: 0;
}
.single-news-page-area .share-section2 {
   padding: 0;
   margin-bottom: 0px;
   text-align: right;
}
.single-news-page-area .share-section2 .row ul {
  padding: 5px 0;
}
.single-news-page-area .share-section2 .row ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #101010;
}
.single-news-page-area .share-section2 .row ul li:first-child {
  background: none;
  border: 1px solid #ddd;
}
.single-news-page-area .share-section2 .row ul li:first-child a {
  color: #101010;
}
.single-news-page-area .share-section2 .row ul li:first-child a:hover {
  color: #ffffff;
}
.single-news-page-area .share-section2 span {
  display:inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0 0;
}





.single-news-page-area .next-pre-section {
  padding: 17px 0 29px;
  margin: 0;
  overflow: hidden;
}
.single-news-page-area .next-pre-section li {
  margin: 0;
}
.single-news-page-area .next-pre-section li a {
  font-size: 15px;
  color: #101010;
}
.single-news-page-area .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.single-news-page-area .next-pre-section li a:hover {
  color: #ff0000;
}
.single-news-page-area .next-pre-section li a:hover i {
  color: #ff0000;
}
.single-news-page-area .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-news-page-area .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-news-page-area .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-news-page-area .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-news-page-area .like-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single-news-page-area .like-section .row h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 20px 0 8px;
}
.single-news-page-area .like-section .row h3 a:hover {
  color: #ff0000;
}
.single-news-page-area .author-comment h3 {
  margin: 25px 0 23px;
}
.single-news-page-area .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-news-page-area .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.single-news-page-area .author-comment ul li:last-child {
  border-bottom: none;
}
.single-news-page-area .author-comment ul li .image-comments {
  margin-top: 5px;
}
.single-news-page-area .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-news-page-area .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-news-page-area .author-comment ul li .reply a {
  color: #101010;
}
.single-news-page-area .author-comment ul li .reply a:hover {
  color: #ff0000;
}
.single-news-page-area .author-comment ul li .reply i {
  color: #101010;
}
.single-news-page-area .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-news-page-area .author-comment ul li .dsc-comments a {
  color: #ff0000;
}
.single-news-page-area .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-news-page-area .leave-comments-area {
  padding-top: 20px;
}
.single-news-page-area .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.single-news-page-area .leave-comments-area label {
  color: #434343;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-news-page-area .leave-comments-area input,
.single-news-page-area .leave-comments-area textarea {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-news-page-area .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-news-page-area .leave-comments-area .btn-send {
  background: #ff0000;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 8px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.5s ease 0s;
}
.single-news-page-area .leave-comments-area .btn-send:hover {
  background: #24456c;
}
.single-news-page-area .col-sm-8 ul.cercle li i {
  color: #ff0000;
}
/* ------------------------------------
22.Sidebar area Blog Single Start Here 
---------------------------------------*/
.sidebar-area ul {
  padding: 0;
  margin: 0;
}
.sidebar-area ul li {
  margin: 0;
  padding: 0;
}
.sidebar-area ul li h4 {
  padding-top: 12px !important;
}
.sidebar-area .like-box-area ul li {
  background: #fbc02d;
  margin-bottom: 15px !important;
  position: relative;
}
.sidebar-area .like-box-area ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
.sidebar-area .like-box-area ul li a i {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  padding: 0;
}
.sidebar-area .like-box-area ul li a .fa-facebook,
.sidebar-area .like-box-area ul li a .fa-twitter,
.sidebar-area .like-box-area ul li a .fa-rss {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  width: 75px;
}
.sidebar-area .like-box-area ul li a i.fa-plus {
  border: 2px solid;
  border-radius: 100%;
  height: 30px;
  line-height: 26px;
  text-align: center;
  width: 31px;
  font-weight: normal;
  font-size: 12px;
}
.sidebar-area .like-box-area ul li a .like-page {
  line-height: 21px;
  margin: 11px 0 0 14px;
  padding: 0;
  position: absolute;
  width: 220px;
  text-transform: uppercase;
}
.sidebar-area .like-box-area ul li a .like {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
.sidebar-area .like-box-area ul li:first-child {
  background: #3b589c;
}
.sidebar-area .like-box-area ul li:last-child {
  background: #01aaed;
}
.sidebar-area .recent-post-area h3 {
  font-size: 25px;
   text-transform: uppercase;
   font-weight: 600;
}
.sidebar-area .recent-post-area .news-post {
  margin: 0;
  padding: 0;
}
.sidebar-area .recent-post-area .news-post li {
      margin-bottom: 10px;
    margin-top: 0px;
}
.sidebar-area .recent-post-area .news-post li h4 {
  padding-bottom: 0;
  line-height: 22px;
}
.sidebar-area .trending-post-area h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 40px;
}
.sidebar-area .trending-post-area ul {
  margin: 0;
  padding: 0;
}
.sidebar-area .trending-post-area ul li {
  background: #ffffff;
  margin: 0;
  list-style: none;
  margin-bottom: 25px !important;
}
.sidebar-area .trending-post-area ul li a.team-btn {
  background: #ff0000;
  padding: 3px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
}
.sidebar-area .trending-post-area ul li .hvr-bounce-to-right::before {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}
.sidebar-area .trending-post-area ul li .date {
  margin-top: 16px;
  display: block;
}
.sidebar-area .trending-post-area ul li i {
  color: #101010;
}
.sidebar-area .trending-post-area ul li p {
  margin: 0;
}
.sidebar-area .trending-post-area ul li h4 {
  line-height: 20px;
  margin: 0 0 10px;
  padding: 6px 0 0 !important;
}
.sidebar-area .trending-post-area ul li h4 a {
  font-size: 15px;
  color: #101010;
  font-weight: 500;
}
.sidebar-area .trending-post-area ul li:hover h4 a {
  color: #ff0000;
}
.sidebar-area .add {
  margin-top: 26px;
}


/* ------------------------------------
23.Contact Page Start Here 
---------------------------------------*/

.contact-page-area .location-area p {
  margin-bottom: 0;
}
.contact-page-area .location-area ul {
  margin: 0;
  padding: 75px 0 0;
}
.contact-page-area .location-area ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  line-height: 20px;
}
.contact-page-area .location-area ul li a {
  color: #000;
}
.contact-page-area .location-area ul li a:hover {
  color: #333;
}
.contact-page-area .location-area ul li span {
  display: block;
  padding: 0 30px;
}
.contact-page-area .location-area ul li:nth-child(3) {
  margin-top: 7px;
}
.contact-page-area .location-area ul{
	   padding:0px;
 }
.contact-page-area .location-area ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: #f3f3f3;
	margin-bottom: 20px;
	min-height: 72px;
	display: flex;
	align-items: center;
	word-break:break-all;
}
.contact-page-area .location-area ul li i {
	font-size: 27px !important;
	line-height: 25px;
	padding: 20px;
	background: #ff0000;
	color: #fff;
	width: 70px;
	min-width: 70px;
	height: 90px;
	text-align: center;
	top: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

/* ------------------------------------
24.Team Page Start Here 
---------------------------------------*/
.team-page-area {
  padding: 50px 0 0;
}
.team-page-area .single-member-area {
  position: relative;
  margin-bottom: 30px;
}
.team-page-area .single-member-area .article {
  opacity: 1;
  transition: all 1s;
}
.team-page-area .single-member-area:hover .article {
  opacity: 0;
}
.team-page-area .single-member-area:hover figure img {
  transform: scale(1.1);
}
.team-page-area .single-member-area:hover .overlay {
  opacity: 1 !important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-page-area .single-member-area .cl-single-member {
  overflow: hidden;
  position: relative;
}
.team-page-area .single-member-area .cl-single-member figure {
  overflow: hidden;
}
.team-page-area .single-member-area .cl-single-member figure img {
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.7s ease;
}
.team-page-area .single-member-area .cl-single-member:hover figure img {
  transform: scale(1.1);
}
.team-page-area .single-member-area .cl-single-member .overlay {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  bottom: 5%;
  color: #ffffff;
  height: 90%;
  left: 5%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 90%;
  text-align: center;
  padding: 45px 38px 55px;
}
.team-page-area .single-member-area .cl-single-member .overlay h2.member-name {
  color: #101010;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.team-page-area .single-member-area .cl-single-member .overlay h2.member-name a {
  color: #101010;
}
.team-page-area .single-member-area .cl-single-member .overlay h2.member-name a:hover {
  color: #ff0000;
}
.team-page-area .single-member-area .cl-single-member .overlay h3 {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 9px;
}
.team-page-area .single-member-area .cl-single-member .overlay .short-desc {
  font-weight: normal;
  font-size: 15px;
  color: #434343;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons {
  padding-top: 50px;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a {
  border: 2px solid #ff0000;
  padding: 12px 16px;
  margin-right: 3px;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a.facebook {
  padding: 12px 18px;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a.google-plus {
  padding: 12px 14px;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a .fa {
  font-size: 16px;
  color: #101010;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a:hover {
  background: #ff0000;
}
.team-page-area .single-member-area .cl-single-member .overlay .social-icons a:hover .fa {
  color: #fff;
}
.team-page-area .article {
  background: #ffffff;
  margin: -19px auto 0;
  padding: 18px 10px;
  position: relative;
  text-align: center;
  width: 90%;
  transition: all 0.5s ease 0s;
}
.team-page-area .article h3 {
  margin-bottom: 0;
}
.team-page-area .article h3 a {
  font-size: 18px;
  color: #101010;
  font-weight: 500;
}
.team-page-area .article .member-title {
  font-size: 12px;
  color: #434343;
  text-transform: uppercase;
}
/* ------------------------------------
25.Single team Page Start Here 
---------------------------------------*/
.single-team-page-area {
  padding: 50px 0 0px;
}
.single-team-page-area .single-bio {
  padding-left: 30px;
}
.single-team-page-area .single-bio h2.member-name {
  color: #101010;
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.single-team-page-area .single-bio h3 {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 15px;
}
.single-team-page-area .single-bio .member-desc {
  font-weight: normal;
  font-size: 15px;
  color: #434343;
}
.single-team-page-area .single-bio .contact-info {
  margin-top: 8px;
}
.single-team-page-area .single-bio .contact-info ul li {
  line-height: 25px;
}
.single-team-page-area .single-bio .contact-info ul li .fa {
  color: #ff0000;
  font-weight: 600;
  padding-right: 20px;
}
.single-team-page-area .single-bio .contact-info ul li a {
  color: #434343;
  transition: all 0.5s ease 0s;
}
.single-team-page-area .single-bio .contact-info ul li a:hover {
  color: #ff0000;
}
.single-team-page-area .single-bio .contact-info ul li .social_share {
  margin-left: 4px;
}
.single-team-page-area .single-experience {
  background: #f2f2f2;
  padding: 30px 15px;
  margin-top: 60px;
}
.single-team-page-area .single-experience .experience .inner {
  padding: 13px 0 13px 93px;
}
.single-team-page-area .single-experience .experience .inner h2.title {
  color: #101010;
  font-size: 18px;
  margin: 0 0 2px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-team-page-area .single-experience .experience .inner .time {
  color: #434343;
  font-size: 15px;
}
.single-team-page-area .single-experience .experience-1 .inner img {
  margin-bottom: 10px;
}
.single-team-page-area .single-experience .experience-1 .inner:after {
  background: #e4e4e4;
  content: "";
  height: 58px;
  position: absolute;
  right: 60px;
  top: 8px;
  width: 1px;
  opacity: 0;
}
.single-team-page-area .single-experience .experience-2 .inner img {
  margin-bottom: 10px;
}
.single-team-page-area .single-experience .experience-2:after {
  background: #e4e4e4;
  content: "";
  height: 58px;
  position: absolute;
  right: 60px;
  top: 8px;
  width: 1px;
  opacity: 0;
}
.single-team-page-area .single-experience .experience-3 .inner img {
  margin-bottom: 10px;
}
.single-team-page-area .owl-nav {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
.single-team-page-area .owl-nav .owl-prev {
  float: left;
  background: #ff0000 !important;
  width: 45px;
  height: 50px;
  line-height: 55px;
  position: relative;
  left: -70px;
  opacity: 1 !important;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.single-team-page-area .owl-nav .owl-prev i {
  font-size: 22px !important;
  color: #ffffff;
}
.single-team-page-area .owl-nav .owl-prev:hover {
  background: #101010 !important;
}
.single-team-page-area .owl-nav .owl-next {
  float: right;
  background: #ff0000 !important;
  width: 45px;
  height: 50px;
  line-height: 55px;
  position: relative;
  right: -70px;
  opacity: 1 !important;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.single-team-page-area .owl-nav .owl-next i {
  font-size: 22px !important;
  color: #ffffff;
}
.single-team-page-area .owl-nav .owl-next:hover {
  background: #101010 !important;
}
/* ------------------------------------
26.About page core services start here 
---------------------------------------*/
.about-featured {
  background: #ffffff;
  padding: 50px 0;
}
.about-featured .home-page-core-activities-area .border-img {
  position: relative;
  display: block;
}
.about-featured .home-page-core-activities-area .home-activities-area {
  position: relative;
  padding-left: 20px;
}
.about-featured .home-page-core-activities-area .home-activities-area h2 {
  color: #101010;
  font-size: 26px;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.about-featured .home-page-core-activities-area .home-activities-area .title3 span {
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities {
  margin-bottom: 10px;
  position: relative;
  right: 10px;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left {
  margin-right: 0px;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a {
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 70px;
  transition: all 0.5s ease 0s;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a i {
  color: #101010;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a:hover {
  color: #ff0000;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a:hover span {
  color: #ff0000;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a:hover i {
  color: #ff0000;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .media-body h4.media-heading a {
  font-size: 18px;
  line-height: 1.5;
  color: #101010;
  display: block;
  transition: all 0.5s ease 0s;
  font-weight: 700;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .media-body h4.media-heading a:hover {
  color: #ff0000;
}
.about-featured .home-page-core-activities-area .home-activities-area .single-activities .media .media-body p {
  margin-bottom: 0px;
}
/* ------------------------------------
27.About Page Counter up Section Start Here
  ---------------------------------------*/
.project-activation-area {
  background: #f2f2f2;
  transition: all 0.3s ease 0s;
  padding: 30px 0;
  cursor: pointer;
  line-height: 0;
}
.ab-count .wow {
  text-align: center;
}
.ab-count .col-lg-3.col-md-3:nth-child(1) h1 {
  color: #101010;
}
.ab-count .col-lg-3.col-md-3:nth-child(2) h1 {
  color: #101010;
}
.ab-count .col-lg-3.col-md-3:nth-child(3) h1 {
  color: #101010;
}
.ab-count .col-lg-3.col-md-3:nth-child(4) h1 {
  color: #101010;
}
.ab-count {
  padding: 0 0 25px 0;
}
.about-counter-list {
  padding: 20px 0;
  transition: all 0.5s ease 0s;
}
.about-counter-list .fa {
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ff0000;
}
.about-counter-list p {
  color: #101010;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  float: none;
  text-align: center;
  margin-top: 10px;
}
.about-counter-list p .icons {
  margin-bottom: 15px;
  margin-top: 0;
}
.about-counter-list h1 {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  color: #101010;
  margin-top: 10px;
  margin-bottom: 0;
}
.about-counter-list:hover {
  background: #ff0000;
}
.about-counter-list:hover h1 {
  color: #ffffff;
}
.about-counter-list:hover p {
  color: #ffffff;
}
/* ------------------------------------
28.Category Page Start Here 
---------------------------------------*/
.gallery-single .next-prev {
  top: 50% !important;
  z-index: 1000;
  width: 100%;
  -ms-transform: translate(-50%, -50%) !important;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) !important;
  /* Safari */
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  position: absolute;
  padding: 0 20px;
}
.gallery-single .next-prev .news-arrow-right {
  float: right;
}
.gallery-single .blog-image img {
  filter: grayscale(0%);
}
.gallery-single .single-image .fa {
  font-size: 20px;
  color: #ff0000;
  opacity: 0;
}
.gallery-single .single-image:hover .fa {
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
}
.gallery-single .next-pre-section li a i {
  color: #101010;
}
.gallery-single .next-pre-section li a:hover {
  color: #ff0000;
}
/* Fashion Page*/
.fashion .category-page .blog-image {
  margin-bottom: 0;
}
.fashion .category-page ul li {
  margin-bottom: 30px !important;
}
#news-Category .next-prev {
  height: 0;
}
.category-page li {
  padding: 0 0 15px;
}
.category-page li h3 {
  padding: 20px 0 8px;
}
.category-page li h3 a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.category-page li:hover .videos-icon {
  opacity: 1;
}
.category-page .next-prev {
  top: 46% !important;
  z-index: 100;
  width: 100%;
  -ms-transform: translate(-50%, -50%) !important;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) !important;
  /* Safari */
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
}
.category-page .carousel-top-category .next-prev {
  top: 90% !important;
  z-index: 100;
  width: 86px;
  -ms-transform: translate(-50%, -50%) !important;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) !important;
  /* Safari */
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
}
.category-page .carousel-top-category .blog-image:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Standard*/
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-page .carousel-top-category .news-control {
  opacity: 1 !important;
}
.category-page .carousel-top-category .news-control i {
  border: 1px solid #ffffff;
  width: 30px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.category-page .carousel-top-category .news-control i:hover {
  color: #101010;
  background: #ffffff;
}
.category-page .carousel-top-category .date {
  color: #ffffff;
}
.category-page .carousel-top-category .like a {
  color: #ffffff;
}
.category-page .carousel .dsc {
  position: absolute;
  left: 0%;
  top: 282px;
  padding: 0 50px;
  width: 100%;
}
.category-page .carousel .dsc h3 {
  font-weight: normal;
  margin-bottom: 8px;
}
.category-page .carousel .dsc h3 a {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 500;
}
.category-page .pagination-area {
  margin: 0;
}
.category-page .videos-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
}
.category-page:hover .videos-icon a:after {
  opacity: 0;
}
.category-page:hover .videos-icon a img {
  transform: none !important;
}
.category-page .trending-post-area {
  margin-top: 20px;
}
/* ------------------------------------
29.Account Page Start Here 
---------------------------------------*/
.account-page-area {
  padding: 50px 0 0;
}
.account-page-area .border {
    border: 2px solid #ddd;
    padding: 22px 59px;
    min-height: 468px;
}

.account-page-area label {
  font-size: 15px;
  color: #434343;
  font-weight: normal;
}
.account-page-area input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.account-page-area .btn-register {
  position: relative;
}
.account-page-area .btn-register .checkbox {
  left: 141px;
  position: absolute;
  top: 41px;
}
.account-page-area .btn-register .cr {
  top: 3px;
  border-radius: 2px;
}
.account-page-area .btn-register .btn-send {
  background: #000000;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 50px;
  transition: all 0.5s ease 0s;
}
.account-page-area .btn-register .btn-send:hover {
  background: #ff0000;
}
.account-page-area .btn-register .login {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 22px 0 8px;
}
.account-page-area .btn-register .lost-pass {
  display: block;
  margin: 0 0 15px;
}
.account-page-area .btn-register .share-link {
  padding: 0;
  margin: 0;
}
.account-page-area .btn-register .share-link li {
  float: left;
}
.account-page-area .btn-register .share-link li.facebook a {
  color: #303f9f;
}
.account-page-area .btn-register .share-link li.twitter a {
  color: #2BA8E0;
}
.account-page-area .btn-register .share-link li.google a {
  color: #DC4A3D;
}
.account-page-area .btn-register .share-link li a {
  font-size: 15px;
  padding-right: 25px;
}
.account-page-area .btn-register .share-link li a i {
  margin-right: 8px;
}
.account-page-area .btn-register .share-link li a:hover {
  color: #ff0000;
}
.account-page-area .register .btn-register {
  margin: 35px 0 0;
}
.account-page-area .register .form-group {
  margin-bottom: 21px;
}
.account-page-area .register .form-group:last-child {
  margin-bottom: 0;
}
.account-page-area .register .form-group .btn-send {
  background: #ff0000;
}
.account-page-area .register .form-group .btn-send:hover {
  background: #101010;
}
.checkbox label {
  font-size: 12px;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}
/* ------------------------------------
30.Scroll To Css Start Here 
---------------------------------------*/
#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #ff0000;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 500;
}
#return-to-top:before {
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
#return-to-top:hover::before {
  top: -60px;
}
#return-to-top::before {
  bottom: 0;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  line-height: 60px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  color: #ffffff;
}
#return-to-top:hover {
  background: #24456c;
}
#return-to-top:hover span {
  top: -6px;
}
#return-to-top span {
  bottom: 0;
  left: 0;
  line-height: 60px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
.tickers {
    background: #ffffff;
    border: 1px solid #ccc;
}
.tickers span {
    color: #101010;
}
.tickers span:hover {
  color: #ff0000;
}
.tickers .owl-nav {
  position: absolute;
  text-align: right;
  top: 10px;
  right: 0px;
  line-height: 22px;
  width: 53px;
}
.tickers .owl-nav .owl-prev {
  float: left;
  background: #252122;
  color: #fff;
  padding: 0px 10px;
}
.tickers .owl-nav .owl-prev:hover {
  color: #fff;
  background: #ff0000;
}
.tickers .owl-nav .owl-next {
  float: right;
  background: #252122;
  color: #fff;
  padding: 0px 10px;
}
.tickers .owl-nav .owl-next:hover {
  color: #fff;
  background: #ff0000;
}
/* ------------------------------------
31.Sticky Menu To Css Start Here 
---------------------------------------*/
.sticky-header {
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0px);
  transition: all 1s ease 0s;
  width: 100%;
  background: #ff0000;
  z-index: 1000;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sticky-header .search .search-icon {
  padding: 9px 0;
}
.sticky-header .search .search-icon i {
  margin-top: 0;
}
.icon-bar {
  background: #24456c;
  height: 2px;
}
/* ------------------------------------
32.Preloader CSS Css Start Here 
---------------------------------------*/
.preloader {
  background-color: #ff0000;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.right-slide-content{
	width:100%;
	height:176px;
	position:relative;
	margin-bottom:14px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size: cover !important;
}
.right-slide-content:after{
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.right-slide-content .right-content {
	bottom: 4px;
	color: #ffffff;
	position: absolute;
	width: 100%;
	padding: 0 10px;
	z-index: 10;
}
.right-slide-content .right-content h3 {
	margin: 6px 0 6px;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
	color: #fff;
}
.right-slide-content .right-content h3 a{
	color: #fff;
}
.right-slide-content:hover .right-content h3 a{
	color: #ff0000;
}
@media only screen and (max-width:768px){
	.right-slide-content{
		width:100%;
		height:250px;
		margin-bottom:15px;
		margin-top:15px;
	}
}


.breadcumb-area {
	background: #f5f5f5;
	padding: 8px 0;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}
.breadcrumb>li+li:before {
	content: "\f105";
	padding: 0 5px;
	color: #ccc;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 0;
}
.breadcrumb>.active {
	color: #ff0000;
}
.breadcrumb>li {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-align: inherit;
	text-transform: none;
}
.breadcrumb>li a{
	font-size: 11px;
	color: #585858;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-transform:uppercase;

}


a.comment-login {
	background: #24456c;
	padding: 7px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	border-radius: 2px;
	margin: 17px 0;
}

a.comment-login::before {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}


.recent-post-area .news-post li {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  background: #ffffff;
}
.recent-post-area .news-post li:last-child {
  margin-bottom: 0px;
}
.recent-post-area .news-post li h4 {
  font-weight: 500;
  line-height: 20px;
  margin: 8px 0 4px;
}
.recent-post-area .news-post li h4 a {
  position: relative;
	color: #2f2f2f;
	line-height: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recent-post-area .news-post li img {
  transition: all 0.5s ease 0s;
}
.recent-post-area .news-post li  .news-post-img{
	width: 115px;
	height: 100px;
	overflow:hidden;
}
.recent-post-area .news-post li  .news-post-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.recent-post-area .news-post li:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.recent-post-area .news-post li:hover a {
  color: #ff0000;
}


.sidebar-area .newsletter-info {
  margin: 15px 0 25px;
  padding: 20px;
  background: #000000;
}
.sidebar-area .newsletter-info form {
  margin: 0;
}
.sidebar-area .newsletter-info form .form-group {
  margin: 0;
}
.sidebar-area .newsletter-info form h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}
.sidebar-area .newsletter-info form .newsletter {
  position: relative;
}
.sidebar-area .newsletter-info form .form-control {
  border-radius: 0;
  font-size: 12px;
  padding: 0 20px;
  height: 39px;
}
.sidebar-area .newsletter-info form .btn-send {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff0000;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  padding: 7px 22px;
  transition: all 0.5s ease 0s;
}
.sidebar-area .newsletter-info form .btn-send:hover, .sidebar-area .newsletter-info form .btn-send:active, .sidebar-area .newsletter-info form .btn-send:focus {
  outline: none;
  background:#24456c;
}
.sidebar-area .newsletter-info form p {
  font-size: 15px;
  color: #cccccc;
  margin: 16px 0 0;
}

.sidebar-area .item-post .row {
    display: flex;
    align-items: center;
    margin: 0;
}
.sidebar-area .news-post li .news-post-img {
    width: 100px;
    height: 80px;
    overflow: hidden;
    margin-right: 12px;
}


.sidebar-area {
	padding-bottom: 35px;
}
.list-category-section{
}
.news-category{
	display: flex;
	align-items: flex-start;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 15px;
}
.news-category .news-img{
	display: flex;
	width: 300px;
	min-width: 300px;
	height: 235px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-position:center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	position:relative;
}
.news-category .news-img .overley {
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	transform: scaleY(0);
	transform-origin: 0 1 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-category:hover .overley {
	opacity: 1;
	transform: scaleY(1);
	z-index: 10;
}
.news-category .news-img .overley .img-icon a{
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;
}
.news-category .news-img .overley .img-icon a span{
	font-size: 17px;
	display: block;
	color:#fff;
}

.news-category .news-data {
	padding: 12px 20px;
	padding-right: 0;
}
.news-category .news-data h3 {
	margin-bottom: 15px;
	
}
.news-category .news-data .date-info {
	margin-bottom: 15px;
}
.news-category .news-data p {
	    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
a.read-more {
	background: #24456c;
	padding: 3px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	border-radius: 2px;
	margin-top: 0;
	display: inline-block;
}

a.read-more::before {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}


.single-create-post {
  position: relative;
  margin-bottom: 30px;
}

.single-create-post:hover figure img {
  transform: scale(1.1);
}
.single-create-post:hover .overlay {
  opacity: 1 !important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.single-create-post .single-img-post {
  overflow: hidden;
  position: relative;
}
.single-create-post .single-img-post figure {
  overflow: hidden;
}
.single-create-post .single-img-post figure img {
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.7s ease;
}
.single-create-post .single-img-post:hover figure img {
  transform: scale(1.1);
}
.single-create-post .single-img-post .overlay {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  bottom: 5%;
  color: #ffffff;
  height: 90%;
  left: 5%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 90%;
  text-align: center;
  padding: 18px 38px 18px;
  z-index:100;
}
.single-create-post .single-img-post .overlay h2 {
  color: #101010;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom:15px;
}
.single-create-post .single-img-post .overlay h2 a {
  color: #101010;
}
.single-create-post .single-img-post .overlay h2 a:hover {
  color: #d32f2f;
}
.single-create-post .single-img-post .overlay h3 {
	color: #24456c;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 9px;
	margin-bottom: 10px;
}
.single-create-post .single-img-post .overlay .short-desc {
  font-weight: normal;
  font-size: 16px;
  color: #434343;
}
.single-create-post .single-img-post .btn-write-post {
	background: #24456c;
	color: #fff;
	margin-top: 10px;
	padding: 5px 20px;
}
.single-create-post .single-img-post .transparent-bg {
	background-color: rgb(0 0 0 / 26%);
	bottom: 5%;
	color: #ffffff;
	height: 90%;
	left: 5%;
	opacity: 1;
	position: absolute;
	transition: all 0.5s ease-out 0.15s;
	width: 90%;
	text-align: center;
	padding: 18px 38px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:80;
}
.single-create-post .single-img-post .transparent-bg h2 {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(0 0 0 / .7);
	margin: 0;
}
.single-create-post .single-img-post:hover .transparent-bg{
	opacity: 0;
}

form.top-search-box{
    position: relative;
    top: 50%;
    left: 100%;
    transform: translate(-100%,0);
    transition: all .3s;
    width: 35px;
    height: 35px;
    background: white;
    box-sizing: border-box;
    border-radius: 0px;
    border: 4px solid white;
    padding: 5px;
    margin-top: 4px;
	overflow: hidden;
}

form.top-search-box input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27.5px;
    line-height: 27px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 32px 0px 12px;
}

form.top-search-box .fa{
    box-sizing: border-box;
    padding: 8px;
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 12px;
    transition: all .3s;
}

form.top-search-box:hover{
    width: 200px;
    cursor: pointer;
    left: 100%;
}

form.top-search-box:hover input{
    display: block;
}

form.top-search-box:hover .fa{
    background: #24456c;
    color: white;
}

.latest-video .single-videos {
  position: relative;
  overflow: hidden;
}
.latest-video .single-videos .images {
  position: relative;
  overflow: hidden;
}
.latest-video  .single-videos .images:after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.latest-video .single-videos .images:hover h3 a {
  color: #00a9e0;
}
.latest-video  .single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 12;
}
.latest-video .single-videos .images a {
  display: block;
}
.latest-video .single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.latest-video .single-videos .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  padding: 30px;
}
.latest-video .single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}
.latest-video  .single-videos h3 {
  margin-bottom: 0px;
}
.latest-video  .single-videos h3 a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
  font-size: 18px;
}
.latest-video  .single-videos h3 a:hover {
  color: #ff0000;
}
.latest-video .videos-text {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: block;
    width: 100%;
}
.latest-video .videos-text a {
  font-size: 12px;
  color: #ffffff;
}
.sidebar-area .title-bg, .sidebar-area  .title-bg a {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
	margin-top:15px;
}
@media only screen and (min-width: 991px){
	.text-md-right{
		text-align:right;
	}
}
.recent-comments ul li {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    line-height: 19px;
	font-size: 14px;
}

.footer-top-area ul.services {
    padding: 0;
    list-style: none;
    padding-left: 25px;
}

.footer-top-area ul.services li {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative;
}

.footer-top-area ul.services li a {
    font-size: 14px;
    font-weight: 400;
	color:#fff
}
.footer-top-area ul.services li a:hover {
	color:#ff0000
}

.footer-top-area ul.services li:before {
    content: "\f105";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    font-family: FontAwesome;
}













.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px !important;
  padding: 0 0 2px!important;
}
.tabbable-line > .nav-tabs > li {
  margin:0 !important;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  color: #2b2b2b;
  padding: 5px 10px;
}
.tabbable-line > .nav-tabs > li > a > i {
	  color: #404040;
	font-size: 15px;
	margin-right: 5px;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid rgb(36 69 108) !important;
  background: #fff;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #ff0000 !important;
  position: relative;
  background:#fff;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.author-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.author-row .author-img{
	margin-right:20px;
	min-width:100px;
	max-width:100px;
	min-height:100px;
	max-height:100px;
}
.author-row .author-img div {
	border-radius: 50%;
	overflow: hidden;
}
.author-row .author-data h4{
	margin-bottom:10px;
}
.author-row .author-data p{
	margin-bottom:0px;
}
.latest-posts ul {
  background: #fdfdfd;
  padding: 15px;
  padding-bottom:0;
}
.latest-posts ul li {
	  font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px !important;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 12px;
	margin-left:0px !important;
}
.latest-posts ul li:last-child {
  border-bottom: 0;
	margin: 0 !important;
	padding: 0;
}
.latest-posts ul li span {
	float: right;
	border: 1px solid #ccc;
	clear: both;
	padding: 0 5px;
	font-size: 11px;
	min-width: 120px;
	text-align: center;
}
.latest-posts ul li i {
  padding-right: 10px;
  color:#ff0000;
}
.latest-posts ul li:after {
  opacity: 0;
  position: relative;
}
.latest-posts ul li a {
  color: #333333;
  cursor: pointer;
}
.latest-posts ul li:hover a {
  color: #ff0000;
}
.latest-posts .title-bg {
  margin-bottom: 38px;
}
.latest-posts  h4{
	margin-bottom:10px;
}
.latest-posts  h4 span{
	font-size:14px;
}
.latest-posts  h4 span a {
    color: #ff0000;
}
.latest-posts  h4 span a:hover {
    color: #24456c;
}


.text-primary {
    color: #ff0000;
}

 ul.list-icon {
    padding: 0;
    list-style: none;
    padding-left: 0px;
	margin-bottom:15px;
}

 ul.list-icon li {
    color: #333;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative;
	font-size: 14px;
}

 ul.list-icon li a {
    font-weight: 400;
	color:#333
}
 ul.list-icon li a:hover {
	color:#ff0000
}

 ul.list-icon li:before {
    content: "\f105";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    font-family: FontAwesome;
	color: #ff0000;
}

.career-corner_main_wrapper{
	margin-top:30px;
}
.career-corner_header_wrapper{
	width:100%;
	background:#1e4067;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	-webkit-border-top-left-radius: 10px; 
  -moz-border-top-left-radius: 10px; 
   border-top-left-radius: 10px; 
   -webkit-border-top-right-radius: 10px; 
  -moz-border-top-right-radius: 10px; 
   border-top-right-radius: 10px; 
}
.career-corner_header_wrapper h4{
	font-size:16px;
	color:#ffffff;
	margin: 0;
}
.career-corner_slider_wrapper{
	width:100%;
	padding-top: 30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:40px;
	background:#ffffff;
	border:1px solid #e9e9e9;
	border-top:0;
	border-bottom:1px solid #1e4067;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.career-corner_slider_wrapper:hover{
	border-bottom:1px solid #ff0000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
} 
.career-corner_slider_wrapper .career-corner_slider_img_Wrapper {
	width:150px;
	height:150px;
	border:1px solid #e9e9e9;
	padding:5px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	
}
.career-corner_slider_wrapper .career-corner_slider_img_Wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 50%;
}
.career-corner_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.career-corner_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: -66px;
	margin: 0;
	left: 0;
	right: 0;
	z-index:1000;
	display:block;
}
.career-corner_slider_wrapper .owl-theme .owl-nav .owl-prev{
	font-size: 26px;
	margin: 0;
	padding: 0;
	right: 20px;
	top:0;
	color:#ffffffab;
	background:none;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.career-corner_slider_wrapper  .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	margin: 0;
	padding: 0;
	top:0;
	right:-10px;
	position: absolute;
	color:#ffffffab;
	background:none;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.career-corner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .career-corner_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.career-corner_slider_cont_Wrapper h4{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding-top:15px;
	margin-bottom: 0;
}

.career-corner_slider_cont_Wrapper p {
	font-size: 13px;
	color: #ff0000;
	padding-top: 5px;
}
.career-corner_slider_btn li a{
	min-width: 172px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	color: #ffffff;
	font-weight: bold;
	background: #ff0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.career-corner_slider_btn li a:hover{
	background:#1e4067;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.career-corner_slider_cont_Wrapper li{
	float:left;
}
.career-corner_slider_cont_Wrapper li i{
	color:#ff0000;
}
.career-corner_slider_cont_Wrapper li:first-child{
	margin-left:0;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.career-corner_slider_cont_Wrapper li:last-child{
	color:#797979;
	font-size:16px;
	margin-top:20px;
}
