/*-------------------------------------------------
 =  Table of Css
 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - ticker-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
     - news post general style
     - image-post style
     - post-tags list style
     - standard post style
     - standard post2 style
     - image post2 style
     - list posts style
     - image post3 style
     - article post style
     - large post style
     - list post style
     - very large post style
     - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/

@font-face {
    font-family: 'Gadugi';
    src: url('../fonts/Gadugi.eot');
    src: url('../fonts/Gadugi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gadugi.woff2') format('woff2'),
        url('../fonts/Gadugi.woff') format('woff'),
        url('../fonts/Gadugi.ttf') format('truetype'),
        url('../fonts/Gadugi.svg#Gadugi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*normal weight*/
@font-face {
    font-family: 'Gadugi-Bold';
    src: url('../fonts/Gadugi-Bold.eot');
    src: url('../fonts/Gadugi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gadugi-Bold.woff2') format('woff2'),
        url('../fonts/Gadugi-Bold.woff') format('woff'),
        url('../fonts/Gadugi-Bold.ttf') format('truetype'),
        url('../fonts/Gadugi-Bold.svg#Gadugi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* { outline: none; border: 0 }
a:hover {
    color: #92a257;
}

/*-------------------------------------------------------*/
/* My css Start
/*-------------------------------------------------------*/
.tags {
  margin-bottom: 15px;
}
.tags span {
  font-weight: bold;
}
.tags a{
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 500 !important;
}
.tag-a-1{
  color: black;
  margin-right:10px ;
}
.tag-a-3{
  color: black;
  margin: 0px 10px;
}

.tag-a-1:hover{
  color: black;
}

.tag-a-2{
  color: #92a257;
  margin: 0px 10px;
}

.tag-a-2:hover{
  color: #92a257;
}

.after-img img{
  width: 92%;
}

.heading-about img{
    max-width: 100%;
}
.heading-about{
  margin-bottom: 20px;
}

.heading-about h1{
  font-size: 35px !important;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Gadugi-Bold';
}


/* opinions */

.short-discription {
  background-color:#f4f6ed;
  padding: 20px;
  border-radius: 5px;
}

.short-discription p{
  font-size: 17px;
  color: #669203;
  font-family: 'Gadugi-Bold';
}

.discription-about{
        margin-top: 20px;
}

.discription-about p{
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: black;
}
.interviw-box-bg{
  background-color:#f6f6f6;
  padding: 30px 50px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.pro-img-box img{
  max-width: 150px;
  height: 150px;
  border-radius: 50%;
}
.int-by svg{
  color: #799831;
  width: 18px;
}
.int-by p{
  color: #799831;
  text-align: left;
}

.int-by{
  margin-left: 40px;
}

.per-prof-bot{
  margin-top: 20px;
}
.qus p{
  font-size: 17px;
  margin-right: 15px;
  font-family: 'Gadugi-Bold';
  margin-top: 4px;
}
.qus span{
  font-size: 18px;
  margin-right: 15px;
  font-family: 'Gadugi-Bold';
}
.ans span{
  font-size: 18px;
  margin-right: 15px;
  font-family: 'Gadugi-Bold';
}
.ans p{
  font-size: 15px;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
}
.questions-answer{
  margin-top: 10px;
}
.profile{
  align-items: center;
}
.opin-date{
  display: flex;
}

.next{
  background-color: #f4f4f4;
  width: 100px;
  padding:5px px;
  text-align: center;
  border: 1px solid #ca8a06;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Gadugi-Bold';
  color: #789502;
  margin-bottom: 40px;
}

.writer-details p strong{
   font-size: 16px;
}
.date-marg-lef{
  font-size: 15px !important; position: relative;
}
.date-marg-lef:before { content: ''; position: absolute; left: -20px; top: -2px; height: 30px; width: 2px; background: #000; }

.date-marg-lef svg{
 margin-top: 2px;
}

.focus-details-marg-bott{

      margin-bottom: 30px;

}
.image-caption h5{
  font-size: 19px;
  font-family:'gadugi-bold';
}









/* Top news Pages css Start */

.about-body-section{
  padding: 30px 0px 0px 0px ;
}

.imagead-1 img{
  width: 100%;
  margin-bottom: 25px;
}

.imagead-1s img{
  width: 100%;
  margin: 25px 0px;
}

.heading-top-news h1{
          font-size: 27px !important;
}

.news-con h5{
  font-size: 18px;
  font-family: 'Gadugi-Bold';
}

.img-news-box img{
  width: 100%;
}
.news-date-inf{
  margin-top: 0px;
}

.national{
  margin-right: 20px;
  color: #919191;
  font-size: 14px;
  
}
.news-peragraph p{
  font-size: 15px;
  margin-top: 10px;
}

.photocont img {
  width: 100%;
}

.photo-box p {
  font-family: 'gadugi-bold';
  font-size: 15px;
}

/* Top news Details Pages css Start */

.pro-ic {
  margin: 5px 0 15px 0px; padding: 0px; list-style: none;
}
.pro-ic li { margin: 5px 20px 15px 0px; position: relative; }

.writer-details img{
  max-width: 100%;
  height: 100%;
}

.writer-details p{
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 16px;
  color: #504f4f;
  font-family:'Gadugi-Bold';
}
.date-marg-lef{
  margin-left: 20px;
}
.image-news-detail img{
  width: 100%;
}

.image-caption{
  background-color:#ececec;
  padding: 10px 4px;
}
.image-caption h6{
    font-family: 'Gadugi-Bold';
}

.icon-mar-ri svg{
  margin-right: 5px;
}
.news-peragraph-details {
  margin-top: 25px;

}

.new-box-small{
  margin-bottom: 20px;
}
.img-headings h6{
  font-size: 14px;
}

.img-news-smal img{
  border-radius: 5px;
}

.img-news-smal img{
    width: 100%;
}

.heding-pad-min{
  padding-left: 15px;
}
.focus-news-box{
  overflow: hidden;
}
.focus-news-box p{
  font-family: 'Gadugi-Bold';
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.focus-news-box img{
  width: 100%;
}

.int-con{
  background-color:#f8f6f6;
  justify-content: center;
  text-align: center;
}

.int-con p{
  text-align: center;
}
.int-con p strong{
  text-align: center;
  font-family: 'gadugi-Bold';
  font-size: 18px;
}
.int-p-2{
  font-size: 15px
}

.int-con{
  padding:80px 25px 10px 25px ;
}

.int-con{
  border-radius: 0px 0px 15px 15px;
}

.img{
  position: relative;
  top:60px;
  left:90px;
}

.f-con{
  background-color: #eef6dd;
  max-width: 300px;
  padding:15px 15px ;
  border-radius: 8px;
  margin-bottom: 30px;
}

.f-con h6{
 margin: 8px 0px 0px 0px;
}

.f-con p{
  color: #52a214;
  font-size: 13px;
  margin-top: 5px;
}
.f-c-before::before{
  content: "";
  height: 8px;
  width: 80%;
  background-color:#6cae16 ;
  z-index: 100;
  position: relative;
  top:0px;
  left: 17px;
  display: block;
  border-radius: 10px 10px 0px 0px;

}
.corner-img img {
  max-width: 100%;
}







@media screen and (max-width:426px) and (min-width:320px){

.after-img img {
    width: 60% !important;
}
.heading-about img {
    max-width: 30px !important;
}

.heading-about h1 {
    font-size: 24px !important;
}

.about-body-section {
    padding: 10px 0px;
}
.tags {
    margin-bottom:5px;
}

.heading-top-news h1 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}
.news-con h5 {
    font-size: 16px;
    font-family: 'Gadugi-Bold';
}
.news-date-inf {
    margin-top:0px;
}
.news-peragraph p {
    font-size: 15px;
    margin-top: 0px ;
}
.img-news-box img {
    max-width: 90% !important;
    margin-bottom: 10px;
}

.lg-pd-t img{
  margin-bottom: 30px;
}

.imagead-1 img {
    width: 90%;
    margin-bottom: 25px;
}

.imagead-1s img {
    width: 90%;
    margin-bottom: 10px;
}

.navbar {
    padding: 6px !important;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 77%, rgba(105, 134, 0, 1) 100%);
}
.topewshd {
    display:inline-block;
}
.pro-ic {
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-caption h5{
        font-size: 14px;
}
.icon-mar-ri svg {
    width: 20px;
}
.news-peragraph-details{
  margin-top: 15px;
}
.news-peragraph-details p{
      font-size: 12px;
}
.img-news-smal img{
    width: 100%;
}
.ps-md-1{
  margin: 10px 0px;
}

.focus-news-box p {
    font-family: 'Gadugi-Bold';
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
    .tags a{
        font-size: 13px;
    }

.pro-img-box img {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile{
  align-items: start !important;
}
.opin-date{
  display: block;
}
.int-by {
    margin-left: 0px;
    width: 100%;
    margin-top: 5px;
}
.per-prof-bot {
    margin-top: 10px;
}
.qus p {
    font-size: 15px;
    margin-right: 15px;
    font-family: 'Gadugi-Bold';
    margin-top: 4px;
}

.ans p {
    font-size: 14px;
    margin-right: 15px;
    font-family: 'Lato', sans-serif;
}
.qus span {
    font-size: 16px;
}
.ans span {
    font-size: 16px;
}


.img{
  position: relative;
  top:60px;
  left:130px;
}
.footerlogo h5{
  font-size: 15px;
}

.top-margine ul i {
    padding-right: 3px !important;
    font-size: 13px !important;
}
.top-margine ul a {
    font-size: 13px !important;
}
.int-con {
  margin: 0px 30px;
}





}



@media screen and (max-width:769px) and (min-width:427px){

  .news-con h5 {
    font-size: 16px;
    font-family: 'Gadugi-Bold';
}
.news-date-inf {
    margin-top: 5px;
}
.news-peragraph p {
    font-size: 12px !important;
    margin-top:5px !important;
}


.imagead-1 img {
    width: 50%;
    margin-bottom: 25px;
}

.imagead-1s img {
    width: 50%;
    margin-bottom: 25px;
}

.lg-pd-t img{
  margin-bottom: 30px;
}
.heading-top-news h1 {
    font-size: 23px !important;
}
.pro-img-box img {
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
}

.per-prof-bot {
    margin-top: 10px;
}

.qus p {
    font-size: 15px;
}
.qus span {
    font-size: 16px;
}

.ans p {
    font-size: 14px;
}
.ans span {
    font-size: 16px;
}
.questions-answer {
    margin-top: 5px;
}
.interviw-box-bg {
    margin-bottom: 30px;
}
.img-news-smal img {
    width: 100%;
}
.opin-date svg {
    vertical-align: baseline;
    margin-right: 5px;
    margin-top: 5px;
}





}




@media screen and (max-width:1025px) and (min-width:770px){

.img-headings h6 {
    font-size: 11px;
}
.opin-date svg {
    vertical-align: baseline;
    margin-right: 5px;
    margin-top: 5px;
}




}




/*-------------------------------------------------------*/
/* My css Start
/*-------------------------------------------------------*/




/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

a { color: #000000; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: 'Gadugi-Bold'; font-weight: bold; }
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /* max-width: 1140px; */
        max-width: 1500px;
        padding-left: 35px;
        padding-right: 35px;
    }
}
/* header 1 */
header {
  position: relative;
  z-index: 99999 !important;
}
.nav-list-container {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
}
.nav-list-container .navbar-nav { margin-top: 0px; }

header.active .nav-list-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-default {
  background: #fafafa;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-default .advertisement .desktop-advert {
  max-width: 728px;
}
.navbar-default .advertisement .desktop-advert img { border: 1px solid #dddddd; padding: 5px;  }
.navbar-default .advertisement .tablet-advert {
  max-width: 468px;
}
.top-line {
  padding: 3px 0 3px 0;
  background: #111111;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line ul.top-line-list {
  margin: 0;
  padding: 0;
}
.top-line ul.top-line-list li {
  display: inline-block;
  margin-right: 8px;
}
.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  display: inline-block;
  color: #777777;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height: 15px;
}
.top-line ul.top-line-list li svg {
  margin: -5px 2px -2px 4px;
}
.top-line ul.top-line-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line ul.top-line-list li a:hover {
  color: #ffffff;
}
.top-line ul.top-line-list li:before {
  content: '';
  width: 0;
  height: 15px;
  border-left: 1px dotted #777777;
  margin-right: 10px;
}
.top-line ul.top-line-list li:first-child:before {
  display: none;
  margin-right: 0;
}
.top-line ul.top-line-list li:last-child {
  margin-right: 0;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 0px;
}
.top-line ul.social-icons li {
  display: inline-block; margin: 0 5px 0 0;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #1b64d5;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: transparent;
}
.top-line ul.social-icons li:nth-child(2) a { color: #dd950d } 
.top-line ul.social-icons li:nth-child(3) a { color: #0077b5 } 
.top-line ul.social-icons li:nth-child(4) a { color: #ff0000 } 
.top-line ul.social-icons li:nth-child(5) a { color: #000 } 

.top-line ul.social-icons li a img { transition: all 0.3s ease-in-out; max-width: 105%; }
.top-line ul.social-icons li a:hover img { transform: rotate(180deg); }
.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222222 !important;
    font-size: 26px;
    text-transform: capitalize;
    padding: 5px 0px 5px 0px;
    letter-spacing: 2.5px;
    border: none;
}
.navbar-brand span {
  color: #ed8312 !important;
}
.navbar-brand img {
  max-width: 100%;
}
.logo-advertisement {
  background: #222222;
}
.logo-advertisement .desktop-advert,
.logo-advertisement .tablet-advert {
  float: right;
}
.logo-advertisement .advertisement span {
  color: #666666;
}
.advertisement {
  overflow: hidden;
  padding: 7px 0 12px;
}
.advertisement .desktop-advert,
.advertisement .tablet-advert,
.advertisement .mobile-advert {
  margin: 5px auto 0px auto;
  text-align: center;
}
.advertisement .tablet-advert,
.advertisement .mobile-advert {
  display: none;
}
.advertisement span {
  color: #ccc;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar { padding: 0px; border-bottom: 1px solid #fff; box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
 background: #000000; background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 77%, rgba(105, 134, 0, 1) 100%); }
.navbar-nav > li { margin-right: 3px; /*position: inherit;*/ position: relative; padding: 0px 10px 0px 10px!important; }
@media (min-width: 1360px) {
    .navbar-nav > li { padding: 0px 20px 0px 20px!important; }
}
.navbar-nav > li:first-child { padding-left: 0px!important; }
.navbar-nav > li:last-child { padding-right: 0px!important; }
.navbar-nav > li > a {
    font-family: 'Gadugi-Bold'; font-weight: bold;
    color: #fff !important;
    font-size: 13px; letter-spacing: 2px; padding: 11px 0px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;    
    position: relative;
    z-index: 2;
}
.navbar-nav > li:after { content:''; position: absolute; right: -1px; top:0; bottom: 0; margin: auto; width: 1px; height: 100%; 
  background: #000000; background: linear-gradient(177deg, rgb(0 0 0) 0%, rgb(255 255 255 / 78%) 50%, rgb(0 0 0 / 0%) 100%); 
  opacity: 0.7;
}
.navbar-nav > li.menulast:after { display: none; }
.navbar-nav > li > a i { font-size: 16px; }
.navbar-nav > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    bottom: -1px;
    left: 0;
    z-index: -1;
    background: #98bf04;
    opacity: 0; width: 0;
    border-radius: 5px;
}
.navbar-nav > li > a:after {
  /*content: '\f107';*/
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #ffffff;
  top: 19px;
  right: -4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  color: #98bf04 !important;
}
.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
   width: 100%; opacity: 1;
}
.navbar-nav > li:hover > a:after,
.navbar-nav > li > a.active:after {
  color: #98bf04;
}
.navbar-nav li.drop {
    position: relative;
}
.navbar-nav li.drop>a { padding-left: 8px; padding-right: 17px; }
.navbar-nav li.drop>a:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666666;
    top: 8px;
    right: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 182px;
    background: #ffffff;
    border: 1px solid #fff;
    border-top: 3px solid #ed8312;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #444444;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding: 8px 10px;
    background: #f5f5f5;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #222222;
  background: #fafafa;
}
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li:last-child {
  border-bottom: none;
}
.navbar-nav li.drop ul.dropdown li.drop > a:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 15px;
  right: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown.features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav li.drop:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-nav .megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown {
  background: #fff;
  border-top: 3px solid #ed8312;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block {
  float: left;
  width: 220px;
  text-align: right;
  height: 100%;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #444444;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
  background: #fff;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #fafafa;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
  width: 920px;
  float: right;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block > .owl-wrapper {
  padding: 20px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li {
  display: inline-block;
  margin-right: 2px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  background: transparent;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active {
  color: #222222;
  background: #f5d76e;
  border: 1px solid #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover:after,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active:after {
  border-top-color: #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .news-post.item {
  margin: 0 10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-theme .owl-controls {
  margin-top: -37px;
  margin-right: 7px;
}
.navbar-nav .megadropdown .inner-megadropdown > .owl-wrapper {
  padding: 20px 20px 25px;
}
.navbar-nav .megadropdown .world-dropdown {
  border-top: 3px solid #33a3f1;
}
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
}
.navbar-nav .megadropdown .travel-dropdown {
  border-top: 3px solid #f58021;
}
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a.active {
  color: #f58021;
}
.navbar-nav .megadropdown .tech-dropdown {
  border-top: 3px solid #74b430;
}
.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a.active {
  color: #74b430;
}
.navbar-nav .megadropdown .fashion-dropdown {
  border-top: 3px solid #aa35d6;
}
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a.active {
  color: #aa35d6;
}
.navbar-nav .megadropdown .video-dropdown {
  border-top: 3px solid #d6ac1b;
}
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a.active {
  color: #d6ac1b;
}
.navbar-nav .megadropdown .food-dropdown {
  border-top: 3px solid #32b47b;
}
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a.active {
  color: #32b47b;
}
.navbar-nav .megadropdown .features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a.active {
  color: #ab632e;
}
.navbar-nav li:hover .megadropdown {
  visibility: visible;
  opacity: 1;
}
.navbar-form {
  margin: 20px 0px 5px 0px;
  padding: 0;
  position: relative;

}
.navbar-form input[type="text"] {
    border: 1px solid #eeeeee;
    padding: 11px 17px;
    color: #444444;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    margin: 0 !important;
}
.navbar-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    font-size: 13px;
    color: #fff;
    width: 40px; height: 40px;
    background: #ed8312;
    border-radius: 0px 35px 35px 0px;
}
.navbar-nav > li li > a { font-size: 13px; letter-spacing: 0; }



/*header 2 */
header.second-style .top-line {
  background: #F1F2F2;
  border-bottom: 1px dotted #c6c6c6;
}
header.second-style .top-line ul.top-line-list li a:hover {
  color: #222222;
}
header.second-style .logo-advertisement {
  background: #ffffff;
}

/*header.second-style .navbar-nav > li > a {
  color: #ffffff !important;
}*/

header.second-style .navbar-nav > li > a:after {
  color: #7b7b7b;
}
header.second-style .navbar-nav > li:hover > a:after,
header.second-style .navbar-nav > li > a.active:after {
  color: #fff;
}
header.second-style .navbar-form input[type="text"] {
  background: #faffe9;
  border: 1px solid #d1d9bb;
  border-radius: 7px 30px 30px 7px;
  min-width: 300px;
}
header.second-style .navbar-form button {
  color: #ffffff;
}
/*header 3, header 4 */
header.third-style .navbar-brand {
  padding: 15px 0px;
}
header.third-style .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.third-style .navbar-nav > li > a:after {
  top: 16px;
}
header.third-style .list-line-posts {
  background: #222222;
}
header.third-style .list-line-posts .owl-wrapper {
  padding-left: 0;
  padding-right: 0;
}
header.third-style .list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  border-color: #444444;
  background: #333333;
  color: #444444;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  border-color: #ed8312;
  background: #ed8312;
  color: #ffffff;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-right: -20px;
}
header.third-style .list-line-posts div.list-post {
  background: #333333;
  padding: 0px;
  margin: 0 15px;
  box-shadow: 0 0 10px #1a1a1a;
  -webkit-box-shadow: 0 0 10px #1a1a1a;
  -moz-box-shadow: 0 0 10px #1a1a1a;
  -o-box-shadow: 0 0 10px #1a1a1a;
}
header.third-style .list-line-posts div.list-post .post-content {
  padding: 8px 10px 8px 0;
}
header.third-style .list-line-posts div.list-post .post-content h2 {
  line-height: 18px;
  margin-bottom: 1px;
}
header.third-style .list-line-posts div.list-post .post-content h2 a {
  color: #ffffff;
}
header.third-style .list-line-posts div.list-post .post-content h2 a:hover {
  opacity: 0.7;
}
header.third-style .nav-list-container ul.navbar-right {
  padding-right: 15px;
}
/* header 5 */
header.fifth-style .logo-advertisement {
  background: #ffffff;
}
header.fifth-style .navbar-header {
  text-align: center;
  float: none;
}
header.fifth-style .navbar-header a.navbar-brand {
  display: inline-block;
  float: none;
  padding: 40px 0 20px;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/


body { font-family: "Lato", sans-serif; font-weight: 400; font-style: normal; }
body.boxed {
  background: url('../images/pattern.png');
}
body.boxed #container {
  max-width: 1260px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
p {  
    font-size: 15px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}
.title-section {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.title-section h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h1 span {
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 5px;
    border-bottom: 1px solid #ed8312;
    padding-top: 11px;
}
.title-section h1 span.world {
  border-bottom: 1px solid #ed8312;
}
.title-section h1 span.fashion {
  border-bottom: 1px solid #aa35d6;
}
.title-section h1 span.travel {
  border-bottom: 1px solid #f58021;
}
.title-section h1 span.sport {
  border-bottom: 1px solid #4c60f6;
}
.title-section h1 span.food {
  border-bottom: 1px solid #32b47b;
}
.title-section .arrow-box {
  float: right;
  text-align: right;
}
.title-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #444444;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.title-section .arrow-box a:hover {
  color: #ffffff;
  background: #ed8312;
  border: 1px solid #ed8312;
}
.title-section.white {
  border-bottom: 1px solid #444444;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white .arrow-box a {
  color: #666666;
  border: 1px solid #666666;
}
.title-section.white .arrow-box a:hover {
  color: #ffffff;
  border: 1px solid #ed8312;
}
a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #ed8312;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.category-post:hover {
  opacity: 0.7;
}
a.category-post.travel {
  background: #f58021;
}
a.category-post.sport {
  background: #789a0f;
}
a.category-post.world {
  background: #33a3f1;
}
a.category-post.fashion {
  background: #aa35d6;
}
a.category-post.tech {
  background: #74b430;
}
a.category-post.food {
  background: #32b47b;
}
a.category-post.video {
  background: #d6ac1b;
}
.shadow-white {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
/*heading-news section*/
section.heading-news {
  padding-top: 20px;
}
section.heading-news .heading-news-box .image-post {
  width: 16.6666%;
  padding-right: 1px;
  padding-bottom: 1px;
}
section.heading-news .heading-news-box .snd-size {
  width: 33.3333%;
}
section.heading-news .heading-news-box .snd-size .image-post {
  width: 100%;
}
/*ticker-news section*/
section.ticker-news {
  padding: 25px 0;
}
.ticker-news-box {
  overflow: hidden !important;
}
.ticker-news-box span.breaking-news {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  padding-right: 17px;
  background: #ed8312;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ticker-news-box span.breaking-news:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed8312;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  right: -7px;
}
.ticker-news-box span.new-news {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 3px;
  background: #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 8px 10px 0 0;
}
.ticker-news-box .ticker-content {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 6px 0px;
}
.ticker-news-box .ticker-content span.time-news {
  color: #ed8312;
  margin-right: 3px;
}
.ticker-news-box .ticker-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #000;
}
.ticker-news-box .ticker-content a:hover {
  color: #fff;
}
.ticker-news-box .ticker-controls li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  text-align: center;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker {
  width: 80%;
}
.ticker-news-box .ticker-controls li:after {
  color: #000;
  font-family: 'FontAwesome';
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker-controls li:hover {
  border: 1px solid #ed8312;
  background: #ed8312;
}
.ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}
.ticker-news-box .ticker-controls li.jnt-prev:after {
  content: '\f104';
}
.ticker-news-box .ticker-controls li.jnt-next:after {
  content: '\f105';
}
.ticker-news-box .ticker-controls li.jnt-play-pause {
  line-height: 14px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause:after {
  content: '\f04c';
  font-size: 8px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause.paused:after {
  content: '\f04b';
}
/*features-today section*/
section.features-today {
  padding: 30px 0 20px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.features-today .owl-carousel .item {
  padding: 0 15px;
}
section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}
section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}
section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 13px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #dddddd;
  border: 0;

  display: flex; align-items: center; justify-content: center;

  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #444444;
  background: #fff;
  border: 1px solid #cccccc;  
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f060';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*color: #444444;*/
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f061';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*color: #444444;*/
}
/*.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}*/
/*block wrapper section */
div.block-content {
  padding: 30px 0 60px;
  position: relative;
}
div.block-content .advertisement {
  margin-bottom: 30px;
}

div.block-content.non-sidebar:after {
  display: none;
}
section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}
div.block-content:after {
  padding: 30px 0 60px;
}
.carousel-box {
  margin-bottom: 25px;
}
.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}
.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}
.grid-box {
  margin-bottom: 15px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}
.masonry-box {
  margin-bottom: 25px;
}
.article-box {
  padding-bottom: 20px;
}
.image-post-slider {
  margin-bottom: 10px;
}
.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}
.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}
.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: rgba(244, 67, 54, 0.9);
}
/* feature-video style */
section.feature-video {
  padding: 30px 0 45px;
  background: #222222;
  overflow: hidden;
}
section.feature-video .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.feature-video .owl-carousel .item {
  margin: 0 15px;
}
section.feature-video .features-video-box {
  position: relative;
}
section.feature-video .features-video-box:before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}

section.feature-video .features-video-box:after {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  left: 100%;
  top: 0;
}
section.feature-video .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
section.feature-video .owl-theme .owl-controls {
  margin-right: 12px;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div {
  color: #666666;
  border: 1px solid #666666;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #ed8312;
  border: 1px solid #ed8312;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  color: #444444;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #444444;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/* latest articles style */
.latest-articles.iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.latest-articles.iso-call .news-post {
  width: 360px;
  margin: 15px 15px;
}
/* pagination style */
.pagination-box ul.pagination-list {
  margin: 0;
  padding: 0;
}
.pagination-box ul.pagination-list li {
  display: inline-block;
  margin-right: 3px;
}
.pagination-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  padding: 6px 11px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination-box ul.pagination-list li a:hover,
.pagination-box ul.pagination-list li a.active {
  border: 1px solid #ed8312;
  background: #ed8312;
  color: #ffffff;
}
.pagination-box ul.pagination-list li span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.pagination-box p {
  text-align: right;
  margin-top: -22px;
  color: #333333;
  font-size: 12px;
}
/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
/* heading news style */
.heading-news2 { padding: 10px 0px 15px; background: #fff; }
.heading-news2 .ticker-news-box {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #424242;
  overflow: hidden !important;
}
.heading-news2 .ticker-news-box span.breaking-news {
  margin-right: 0px !important;
}
.heading-news2 .ticker-news-box .ticker-wrapper.has-js {
  margin-left: 145px;
}
.heading-news2 .ticker-news-box .ticker {
  width: 916px;
}
.heading-news2 .ticker-news-box .ticker-content a {
  color: #cccccc;
}
.heading-news2 .ticker-news-box .ticker-content a:hover {
  color: #ed8312;
}
.heading-news2 .ticker-news-box .ticker-controls {
  margin: 7px 0 0;
}
.heading-news2 .ticker-news-box .ticker-controls li {
  border: 1px solid #333333;
}
.heading-news2 .ticker-news-box .ticker-controls li:after {
  color: #666666;
}
.heading-news2 .ticker-news-box .ticker-controls li:hover {
  border: 1px solid #ed8312;
  background: #ed8312;
}
.heading-news2 .ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}
.heading-news2 .ticker-news-box .ticker-swipe {
  background: #222222;
}
.heading-news2 .ticker-news-box .ticker-swipe span {
  background: #222222;
}
.heading-news2 .heading-news-box {
  margin-left: -5px;
  margin-right: -5px;
}
.heading-news2 .heading-news-box .news-post {
  padding: 5px;
  width: 25%;
}
.heading-news2 .heading-news-box .news-post .hover-box {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.heading-news2 .heading-news-box .image-slider.snd-size {
  width: 50%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post {
  width: 100%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box {
  background: transparent;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .inner-hover {
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
}
.heading-news2 .heading-news-box .news-post:hover .hover-box {
  background: rgb(181 94 2 / 83%);
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #ffffff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #ffffff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}
.image-slider {
  width: 100%;
}
.image-slider ul {
  padding: 0;
  margin: 0;
}
.image-slider .bx-wrapper .bx-viewport {
  background: transparent;
}
.image-slider .bx-wrapper .bx-pager,
.image-slider .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
}
.image-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}
.image-slider .bx-wrapper .bx-prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 30px;
}
.image-slider .bx-wrapper .bx-prev:hover,
.image-slider .bx-wrapper .bx-next:hover {
  background: #ececec;
}
.image-slider .bx-wrapper .bx-prev:hover:before,
.image-slider .bx-wrapper .bx-next:hover:before {
  color: #333333;
}
.image-slider .bx-wrapper .bx-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 30px;
}
.image-slider .bx-wrapper .bx-prev:before {
  margin-top: -20px;
  margin-left: -6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-slider .bx-wrapper .bx-next:before {
  margin-top: -20px;
  margin-left: -2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-slider .image-post {
  width: 100%;
}
.image-slider .image-post .hover-box {
  bottom: 0px;
}
.image-slider .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.image-slider .image-post:hover .hover-box {
  background: transparent;
}
.image-slider .image-post:hover .hover-box .inner-hover {
  background: rgba(17, 17, 17, 0) !important;
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0) !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #ffffff;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #ffffff;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}
.image-slider .image-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}
.center-button {
  text-align: center;
}
.center-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 20px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.center-button a i {
  margin-right: 9px;
}
.center-button > a:hover {
  color: #ffffff;
  background: #ed8312;
  border-color: #ed8312;
}
/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.heading-news3 {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.heading-news3 .heading-news-box .owl-wrapper .item {
  padding-right: 1px;
}
.heading-news3 .news-post.image-post2 .hover-box:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.heading-news3 .news-post.image-post2 .hover-box {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover {
  z-index: 2;
}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  max-height: 60px;
}
.heading-news3 .news-post.image-post2:hover .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover h2 a {
  color: #333333;
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li {
  color: #444444;
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li a {
  color: #444444;
}
.heading-news3 .news-post.image-post2:hover .hover-box:before {
  opacity: 1;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 0;
  margin-right: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: 20px;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: 20px;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  border: none;
  background: rgba(34, 34, 34, 0.5);
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #ffffff;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #333333 !important;
}
.heading-news3:hover .owl-wrapper .owl-theme .owl-controls {
  opacity: 1;
}
.features-today.second-style {
  overflow: hidden;
}
.features-today.second-style .features-today-box {
  position: relative;
}
.features-today.second-style .features-today-box:before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}
.features-today.second-style .features-today-box:after {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  left: 100%;
  margin-left: 3px;
  top: 0;
}
.features-today.second-style .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.slider-caption-box {
  padding: 20px;
  margin-bottom: 36px;
  margin-top: 30px;
  overflow: hidden;
  background: #222222;
}
.slider-caption-box div.slider-holder {
  width: 68% !important;
  float: left;
}
.slider-caption-box div.slider-holder img {
  width: 100%;
}
.slider-caption-box .bx-wrapper .bx-next,
.slider-caption-box .bx-wrapper .bx-prev {
  display: none;
}
.slider-caption-box #bx-pager {
  width: 32%;
  float: right;
  position: relative;
  z-index: 2;
}
.slider-caption-box #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 12px 20px;
  background: #333333;
  color: #444444;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 1px;
  position: relative;
  line-height: 18px;
}
.slider-caption-box #bx-pager a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 100%;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.slider-caption-box #bx-pager a.active {
  background: #ed8312;
  color: #ffffff;
}
.slider-caption-box #bx-pager a.active:before {
  background: #ffffff;
}
.galery-box {
  padding: 25px 22px 20px;
  background: #222222;
  margin-bottom: 36px;
}
.galery-box .title-section {
  border-bottom: 1px solid #444444;
}
.galery-box .title-section h1 {
  color: #ffffff;
}
.galery-box .slider-call2 img {
  width: 100%;
}
.galery-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  top: 50%;
  margin-top: -35px;
}
.galery-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 30px;
  top: 50%;
  margin-top: -35px;
}
.galery-box .bx-wrapper .bx-prev:hover,
.galery-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.galery-box .bx-wrapper .bx-next:before,
.galery-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.galery-box .bx-wrapper .bx-next:hover:before,
.galery-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.galery-box #bx-pager2 {
  text-align: center;
  margin-top: 1px;
  overflow: hidden;
}
.galery-box #bx-pager2 a {
  float: left;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 86px;
  opacity: 1;
  margin: 0;
  margin-left: 1px;
  position: relative;
}
.galery-box #bx-pager2 a img {
  width: 100%;
}
.galery-box #bx-pager2 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.galery-box #bx-pager2 a.active:before {
  background: rgba(244, 67, 54, 0.9);
}
.galery-box #bx-pager2 a:first-child {
  margin-left: 0px;
}
/*-------------------------------------------------*/
/* =  home5
/*-------------------------------------------------*/
section.big-slider {
  padding: 20px 0 25px;
  background: #fff;
  overflow: hidden;
}
section.big-slider .bx-wrapper .bx-pager {
  position: relative;
  width: 100%;
  top: inherit;
  right: inherit;
  text-align: center;
  margin-top: 25px;
}
section.big-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #d9d9d9;
}
section.big-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #ed8312;
  background: #ed8312;
}
section.big-slider .bx-viewport {
  overflow: visible !important;
  margin-left: -5px;
  margin-right: -5px;
  width: auto !important;
}
section.big-slider .big-bxslider li {
  padding: 0 5px;
}
section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  max-height: 72px;
  max-width: 880px;
  margin: 10px auto;
}
.list-line-posts { background: #f9f9f9; border-radius: 100px; padding: 0px 30px; }
.list-line-posts .owl-wrapper { padding: 5px 4px; }
.list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -10px;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 0;
  margin-right: 0px;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: -40px;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: -50px;
}
.list-line-posts div.list-post {
    padding: 10px 0;
    margin: 0 3px;
}
.other-posts-box {
  padding: 0 70px;
}
.other-posts-box .title-section {
  text-align: center;
}
.other-posts-box .title-section span {
  border-bottom: 1px solid #717171;
}
.other-posts-box .standard-post2 .post-title {
  padding: 7px 10px;
}
.other-posts-box .standard-post2 .post-title h2 {
  font-size: 13px;
  margin-bottom: 0;
  max-height: 40px;
  overflow: hidden;
}
.other-posts-box .standard-post2:hover .post-title {
  background: #ffffff;
}
/*-------------------------------------------------*/
/* =  home6
/*-------------------------------------------------*/
.heading-news4 {
  background: #222222;
  padding-top: 23px;
  padding-bottom: 50px;
}
.heading-news4 .ticker-news-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden !important;
}
.heading-news4 .ticker-news-box span.breaking-news {
  margin-right: 0px !important;
}
.heading-news4 .ticker-news-box .ticker-wrapper.has-js {
  margin-left: 145px;
}
.heading-news4 .ticker-news-box .ticker {
  width: 916px;
}
.heading-news4 .ticker-news-box .ticker-content a {
  color: #cccccc;
}
.heading-news4 .ticker-news-box .ticker-content a:hover {
  color: #ed8312;
}
.heading-news4 .ticker-news-box .ticker-controls {
  margin: 7px 0 0;
}
.heading-news4 .ticker-news-box .ticker-controls li {
  border: 1px solid #333333;
}
.heading-news4 .ticker-news-box .ticker-controls li:after {
  color: #666666;
}
.heading-news4 .ticker-news-box .ticker-controls li:hover {
  border: 1px solid #ed8312;
  background: #ed8312;
}
.heading-news4 .ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}
.heading-news4 .ticker-news-box .ticker-swipe {
  background: #222222;
}
.heading-news4 .ticker-news-box .ticker-swipe span {
  background: #222222;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 0;
  margin-right: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: 20px;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: 20px;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  border: none;
  background: rgba(34, 34, 34, 0.5);
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #ffffff;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #333333 !important;
}
.heading-news4 .news-post.image-post4 .post-gallery a.category-post {
  bottom: 30px;
  left: 30px;
}
.heading-news4 .news-post.image-post4 .post-content {
  padding: 20px 30px;
}
.heading-news4 .news-post.image-post4 .post-content h2 {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  margin: 0 0 15px;
}
.heading-news4 .news-post.image-post4 .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.heading-news4 .news-post.image-post4 .post-content h2 a:hover {
  opacity: 0.7;
}
.heading-news4:hover .owl-wrapper .owl-theme .owl-controls {
  opacity: 1;
}
.latest-videos-section {
  background: #222222;
  padding: 50px 0;
}
.latest-videos-section .title-section {
  text-align: center;
  border-bottom: 1px solid #444444;
}
.latest-videos-section .title-section h1 {
  color: #ffffff;
}
.latest-videos-section .title-section h1 span {
  display: inline-block;
  padding: 0 28px 25px;
  border-bottom: 1px solid #d6ac1b;
}
.slider-caption-box2 {
  background: #222222;
  overflow: hidden;
  padding: 0;
}
.slider-caption-box2 div.slider-holder {
  width: 730px !important;
  float: left;
}
.slider-caption-box2 div.slider-holder .news-post iframe {
  width: 100%;
  height: 440px;
  margin-bottom: -5px !important;
}
.slider-caption-box2 .bx-wrapper .bx-next,
.slider-caption-box2 .bx-wrapper .bx-prev {
  display: none;
}
.slider-caption-box2 #bx-pager {
  width: 380px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 0;
}
.slider-caption-box2 #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 0px;
  padding-top: 10px;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0;
  position: relative;
  line-height: 18px;
  overflow: hidden;
}
.slider-caption-box2 #bx-pager a img {
  float: left;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -10px;
}
.slider-caption-box2 #bx-pager a span {
  display: block;
  font-style: italic;
  font-size: 12px;
  color: #444444;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.slider-caption-box2 #bx-pager a span i {
  margin-right: 7px;
}
.slider-caption-box2 #bx-pager a.active {
  background: #ffffff;
  color: #222222;
}
.slider-caption-box2 #bx-pager a.active img {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar {
  padding: 30px 0;
}
.sidebar .widget {
  margin-bottom: 15px;
}
.sidebar ul.social-share {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar ul.social-share li {
  width: 48%;
  float: left;
  list-style: none;
  margin-right: 4%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fafafa;
}
.sidebar ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  margin-right: 16px;
}
.sidebar ul.social-share li a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 100%;
  width: 0;
  height: 0;
}
.sidebar ul.social-share li a.rss {
  background: #f0771e;
}
.sidebar ul.social-share li a.rss:after {
  border: 4px solid #f0771e;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.facebook {
  background: #436feb;
}
.sidebar ul.social-share li a.facebook:after {
  border: 4px solid #436feb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.twitter {
  background: #43c9eb;
}
.sidebar ul.social-share li a.twitter:after {
  border: 4px solid #43c9eb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.google {
  background: #f14133;
}
.sidebar ul.social-share li a.google:after {
  border: 4px solid #f14133;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a:hover {
  opacity: 0.7;
}
.sidebar ul.social-share li span {
  display: block;
  margin: 0;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 15px;
}
.sidebar ul.social-share li span.number {
  color: #333333;
  margin-top: 5px;
}
.sidebar ul.social-share li:nth-child(2n) {
  margin-right: 0;
}
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ed8312;
  border: 2px solid #ed8312;
}
.sidebar .features-slide-widget ul.list-posts li img {
  max-width: 70px;
}
.sidebar .features-slide-widget ul.list-posts li .post-content {
  margin-left: 90px;
}
.sidebar .subscribe-widget form {
  background: #222222;
  padding: 20px;
  margin: 0;
}
.sidebar .subscribe-widget form h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
.sidebar .subscribe-widget form input[type="text"] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
}
.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ed8312;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}
.sidebar .subscribe-widget form p {
  font-size: 12px;
  color: #444444;
  margin: 14px 0 0;
  line-height: 16px;
}
.sidebar .advertisement {
  margin-bottom: 30px;
}
.sidebar .advertisement .desktop-advert {
  width: auto;
}
.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
  width: auto;
  display: none;
}
.sidebar .tab-posts-widget ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #ed8312;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  /*width: 33.333333333333%;*/
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.sidebar .tab-posts-widget ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 5px 3px;
    background: #222222;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    border: none;
    margin: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #ed8312;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
  padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  border: none;
  background: #ed8312;
}
.sidebar .tab-posts-widget .tab-pane {
    padding: 20px 0 0;
    background: #fff0df url(../images/logo-leaf.png) right bottom no-repeat;
    border: 1px solid #fff;
    border-top: none;
    min-height: 390px;
    border-radius: 0px 0px 10px 10px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
  padding-left: 20px;
  padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
  max-width: 75px;
}
.sidebar .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}
.sidebar .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.sidebar .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  padding: 6px 9px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .tags-widget ul.tag-list li a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}
.sidebar .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .recent-comments-widget ul li {
  list-style: none;
}
.sidebar .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #fafafa;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}
.sidebar .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}
.sidebar .review-widget h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #ed8312;
  margin-bottom: 10px;
}
.sidebar .review-widget ul.review-posts-list {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  background: #fafafa;
}
.sidebar .review-widget ul.review-posts-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
}
.sidebar .review-widget ul.review-posts-list li img {
  width: 100%;
  margin-bottom: 4px;
}
.sidebar .review-widget ul.review-posts-list li h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.sidebar .review-widget ul.review-posts-list li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.sidebar .review-widget ul.review-posts-list li h2 a:hover {
  color: #ed8312;
}
.sidebar .review-widget ul.review-posts-list li span.date {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #444444;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .review-widget ul.review-posts-list li span.date i {
  color: #ccc;
  margin-right: 5px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating {
  display: inline-block;
  float: right;
  line-height: 14px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating i {
  font-size: 11px;
  color: #f7ca18;
  margin-left: -2px;
}
.sidebar .categories-widget .title-section h1 span {
  padding-left: 10px;
}
.sidebar .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 0 10px;
}
.sidebar .categories-widget ul.category-list li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.sidebar .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .categories-widget ul.category-list li a:hover {
  color: #ed8312;
}
.sidebar .categories-widget ul.category-list li a:hover span {
  background: #ed8312;
  border: 1px solid #ed8312;
  color: #ffffff;
}
.sidebar .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
}
.sidebar .flickr-widget ul.flickr-list li {
  list-style: none;
  float: left;
  margin: 0 4px 8px;
}
.sidebar .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .flickr-widget ul.flickr-list li a img {
  width: 74px;
}
.sidebar .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
.sidebar .flickr-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  margin-left: 5px;
}
.sidebar .flickr-widget > a:hover {
  color: #ed8312;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane {
  padding: 10px 0 0;
  background: #fafafa;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar.small-sidebar {
  position: relative;
}
.sidebar.small-sidebar:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
form.search-form {
  position: relative;
  margin: 0;
}
form.search-form input[type="text"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #444444;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}
form.search-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}
/*-------------------------------------------------*/
/* =  News posts style
/*-------------------------------------------------*/
/* news post general style */
.news-post {
  position: relative;
}
.news-post .post-gallery {
  position: relative;
}
.news-post img { width: 100%; border-radius: 10px; }
.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.read-more-button i {
  margin-right: 9px;
}
a.read-more-button:hover {
  color: #ffffff;
  background: #ed8312;
  border-color: #ed8312;
}
/* image post style */
.image-post {
  position: relative;
}
.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0px;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: transparent;
}
.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post .hover-box .inner-hover h2 {
    color: #333333;    
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0 10px;
    font-size: 13px;
}
.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.image-post .hover-box .inner-hover p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #ccc;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ccc;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}
span.top-stories {
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #ed8312;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 2;

    border: 1px solid rgba(255, 255, 255, 0.5);
}
.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.image-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.95);
}
.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}
.image-post:hover .hover-box .inner-hover p {
  margin-top: 10px;
  max-height: 40px;
}
.image-post:hover .hover-box .inner-hover h2 a {
  color: #222222;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #ed8312;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #ed8312;
}
/* post tags list style */
ul.post-tags {
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #444444;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i, ul.post-tags li svg {
  color: #444444;
  margin-right: 5px;
  vertical-align: baseline;
}
ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
}
ul.post-tags li a:hover {
  color: #ed8312;
}
ul.post-tags li:last-child {
  margin-right: 0;
}
/* standard post style */
.standard-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post .post-content {
  padding-top: 15px;
}
.standard-post .post-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post .post-content h2 a:hover {
  color: #ed8312;
}
/* standard post2 style */
.standard-post2 .post-title {
  padding: 18px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post2 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post2 .post-title h2 a:hover {
  color: #ed8312;
}
.standard-post2 .post-content {
  padding: 15px 20px 0;
}
.standard-post2 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* standard post3 style */
.standard-post3 .post-title {
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post3 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post3 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post3 .post-title h2 a:hover {
  color: #ed8312;
}
.standard-post3 .post-title a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 6px;
}
.standard-post3 .post-title a.category-post.travel {
  color: #f58021;
}
.standard-post3 .post-title a.category-post.sport {
  color: #4c60f6;
}
.standard-post3 .post-title a.category-post.world {
  color: #33a3f1;
}
.standard-post3 .post-title a.category-post.fashion {
  color: #aa35d6;
}
.standard-post3 .post-title a.category-post.tech {
  color: #74b430;
}
.standard-post3 .post-title a.category-post.food {
  color: #32b47b;
}
.standard-post3 .post-title a.category-post.video {
  color: #d6ac1b;
}
.standard-post3 .post-content {
  padding: 15px 20px 0;
}
.standard-post3 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* image post2 style */
.image-post2 {
  position: relative;
}
.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.image-post2 .hover-box .inner-hover {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding: 0px 0px 15px 0px;
  text-align: center;
}
.image-post2 .hover-box .inner-hover:before { content:''; width: 100%; height: 100%; 
   position: absolute; left: 0; bottom: 0; opacity: 0.8;
   background: #000000;
   background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
   z-index: 0;
   border-radius: 0px 0px 10px 10px;
 }
.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post2 .hover-box h2 {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 0px 15px;
    max-height: 108px;
    position: relative;
    z-index: 1;
}
.image-post2 .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags { position: relative; z-index:1; }
.image-post2 .hover-box ul.post-tags li { color: #ccc; }
.image-post2 .hover-box ul.post-tags li i { color: #fff; }


.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
  color: #ed8312;
}
.image-post2 div.post-content {
  padding: 16px 16px 0;
}
.image-post2 div.post-content p {
  margin-bottom: 3px;
}
.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ed8312;
  text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}
.image-post2 div.post-content > a {
  margin-top: 12px;
}
/* list posts style */
ul.list-posts {
  margin: 0;
  padding: 0;
}
ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
ul.list-posts > li img {
  width: 100px;
  margin-right: 4%;
  float: left; border-radius: 5px;
}
ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
ul.list-posts > li .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
ul.list-posts > li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
ul.list-posts > li .post-content h2 a:hover {
  color: #ed8312;
}
/* image post3 style */
.image-post3,
.video-post {
  position: relative;
}
.image-post3 .hover-box,
.video-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post3 .hover-box h2,
.video-post .hover-box h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.9);
}
.video-post {
  margin-bottom: 10px;
}
.video-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}
.video-post a:hover {
  opacity: 0.6;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}

.video-post .hover-box { min-height: 60px; }


/* article post style */
.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.article-post .post-gallery {
  margin-bottom: 20px;
}
.article-post .post-content {
  margin-bottom: 20px;
}
.article-post .post-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}
.article-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.article-post .post-content h2 a:hover {
  color: #ed8312;
}
.article-post .post-content span.post-rating {
  display: inline-block;
}
.article-post .post-content span.post-rating i {
  font-size: 12px;
  color: #f7ca18;
  line-height: 10px;
}
.article-post .post-content p {
  margin-bottom: 13px;
  margin-top: 15px;
}
/* large post style */
.large-post {
  margin-bottom: 30px;
}
.large-post .post-gallery iframe {
  width: 100%;
  height: 420px;
  margin-bottom: -5px;
}
.large-post .post-gallery ul.bxslider {
  margin: 0;
  padding: 0;
}
.large-post .post-gallery .bx-controls-direction {
  display: none !important;
}
.large-post .post-title {
  padding: 24px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.large-post .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.large-post .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.large-post .post-title h2 a:hover {
  color: #ed8312;
}
.large-post .post-content {
  padding: 24px 20px 30px;
  border-bottom: 1px solid #f0f0f0;
}
.large-post .post-content p {
  margin-bottom: 24px;
}
/* list post style */
div.list-post {
  overflow: hidden;
}
div.list-post img {
    width: 90px; max-height: 70px;
    margin-right: 20px;
    float: left;
    border-radius: 5px;
}
.post-content { width: 65%; float: left; }
div.list-post .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
div.list-post .post-content > a:hover {
  opacity: 0.7;
}
div.list-post .post-content h2 {
  color: #333333;
  line-height: 20px;
  margin: 0 0 0px;
  font-size: 14px;
  margin-bottom: 0px;
}
div.list-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000;
}
div.list-post .post-content h2 span { font-size: 13px; display: inline-block; background: #98bf04; color: #fff; text-transform: uppercase; padding: 0px 5px; border-radius: 5px; }
div.list-post .post-content h2 a:hover {
  color: #ed8312;
}
/* very-large-post style */
.very-large-post {
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 1px 1px 1px #eeeeee;
  -webkit-box-shadow: 1px 1px 1px #eeeeee;
  -moz-box-shadow: 1px 1px 1px #eeeeee;
  -o-box-shadow: 1px 1px 1px #eeeeee;
}
.very-large-post .title-post {
  padding: 60px 0 30px;
  max-width: 560px;
  margin: 0 auto;
}
.very-large-post .title-post a.category-post {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  left: inherit;
  bottom: inherit;
}
.very-large-post .title-post h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 12px;
}
.very-large-post .title-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.very-large-post .title-post h2 a:hover {
  color: #ed8312;
}
.very-large-post .post-gallery {
  margin-bottom: 25px;
}
.very-large-post .post-gallery .group-image {
  margin: -5px;
  overflow: hidden;
}
.very-large-post .post-gallery .group-image a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 33.333333%;
  float: left;
  padding: 5px;
  outline: none;
}
.very-large-post .post-gallery .group-image a.big-size {
  width: 66.666666%;
}
.very-large-post .post-gallery .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  top: 50%;
  margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 30px;
  top: 50%;
  margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover,
.very-large-post .post-gallery .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:hover:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.very-large-post .post-gallery #bx-pager {
  text-align: center;
  margin-top: 10px;
}
.very-large-post .post-gallery #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.7;
  margin: 0 3px;
}
.very-large-post .post-gallery #bx-pager a img {
  width: auto;
}
.very-large-post .post-gallery #bx-pager a.active {
  opacity: 1;
}
.very-large-post .post-gallery iframe {
  width: 100%;
  height: 480px;
}
.very-large-post .post-content {
  padding: 0 70px 35px;
}
.very-large-post .post-content p {
  margin-bottom: 20px;
}
.very-large-post .post-content p.highlight {
  color: #333333;
  font-weight: 700;
}
.very-large-post .post-content blockquote {
  padding: 25px 60px;
  background: #fff9e6;
  border: none;
  margin: 20px 0 40px;
}
.very-large-post .post-content blockquote p {
  margin: 0;
  color: #333333;
  font-style: italic;
}
.very-large-post .post-content .article-inpost {
  overflow: hidden;
  text-align: left;
}
.very-large-post .post-content .article-inpost img {
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 16px;
}
.very-large-post .post-content .article-inpost .right-content {
  margin-top: 5px;
}
.very-large-post .share-box {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #f0f0f0;
}
.very-large-post .share-box a.likes {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  float: left;
}
.very-large-post .share-box a.likes i {
  font-size: 14px;
  color: #444444;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.very-large-post .share-box a.likes:hover {
  color: #ed8312;
}
.very-large-post .share-box a.likes:hover i {
  color: #ed8312;
}
.very-large-post .share-box ul.share-list-post {
  margin: 0;
  padding: 0;
  float: right;
}
.very-large-post .share-box ul.share-list-post li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.very-large-post .share-box ul.share-list-post li > i {
  font-size: 14px;
  color: #444444;
  margin-right: 6px;
}
.very-large-post .share-box ul.share-list-post li span {
  margin-right: 5px;
}
.very-large-post .share-box ul.share-list-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #444444;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.very-large-post .share-box ul.share-list-post li a:hover {
  color: #ffffff;
  background: #333333;
}
/* Banner quote post */
.banner-quote-post {
  padding: 120px 85px 48px;
  margin-bottom: 30px;
  position: relative;
  background: url('../upload/news-posts/banner.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.banner-quote-post .quote {
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner-quote-post .quote p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 24px;
}
.banner-quote-post .quote span {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}
.banner-quote-post .quote span i {
  margin-right: 8px;
}
.banner-quote-post .quote:before {
  content: '\201C';
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -28px;
  color: #ffffff;
  font-size: 90px;
  font-family: georgia;
  line-height: 90px;
  font-weight: 700;
}
.banner-quote-post:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}
/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box .title-post {
  padding: 0 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -10px;
}
.single-post-box .title-post h1 {
  color: #333333;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}
.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-right: 8px;
  margin-bottom: 2px;
}
.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 12px;
  color: #444444;
  float: left;
}
.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}
.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .post-gallery img {
  width: 100%;
  margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}
.single-post-box > .post-content {
  margin-bottom: 10px;
  overflow: hidden;
}
.single-post-box > .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.single-post-box > .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ed8312;
  text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}
.single-post-box > .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
.single-post-box > .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.single-post-box > .post-content blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
.single-post-box > .post-content > h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #ed8312;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}
.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-post-box .review-box .member-skills > p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #ed8312;
  text-align: right;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-box .review-box .summary-box {
  padding: 14px 190px 14px 20px;
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}
.single-post-box .review-box .summary-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.single-post-box .review-box .summary-box p {
  color: #ffffff;
}
.single-post-box .review-box .summary-box .summary-degree {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: #ed8312;
  padding: 10px 20px 14px;
  text-align: center;
}
.single-post-box .review-box .summary-box .summary-degree p {
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 48px;
}
.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #444444;
}
.single-post-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}
.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}
.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 40px;
}
.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
  background: #fafafa;
}
.single-post-box .prev-next-posts img {
  width: 100px;
  margin-right: 15px;
  float: left;
}
.single-post-box .prev-next-posts .post-content {
  margin-top: 10px;
}
.single-post-box .prev-next-posts .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content > a:hover {
  opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
.single-post-box .prev-next-posts .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #ed8312;
}
.single-post-box .about-more-autor {
  margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #ed8312;
}
.single-post-box .about-more-autor ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
  background: #ed8312;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
  border: none;
  background: #ed8312;
}
.single-post-box .about-more-autor .autor-box {
  padding: 30px 15px 30px 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-box .about-more-autor .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
  margin-left: 120px;
  margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #ed8312;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #ed8312;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
  margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
  float: left;
  width: 25%;
  padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}
.single-post-box .comment-area-box ul {
  margin: 0;
  padding: 0;
}
.single-post-box .comment-area-box ul li {
  list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
  width: 100px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {
  margin-left: 120px;
  padding-top: 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
  font-size: 10px;
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #ed8312;
  color: #ffffff;
  border: 1px solid #ed8312;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #444444;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.single-post-box .bx-wrapper .bx-pager {
  display: block !important;
}
.single-post-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.single-wide .image-slider .news-post .hover-box .inner-hover {
  background: transparent !important;
  padding-bottom: 50px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 20px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 0 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}
.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
.contact-info-box {
  margin-bottom: 40px;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 25px;
}
.contact-info-box p {
  padding: 0 20px;
}
.contact-form-box #contact-form,
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}
.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #ed8312;
}
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  height: 130px;
}
.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
  margin-right: 7px;
}
.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #ed8312;
  color: #ffffff;
}
.contact-form-box .title-section span.email-not-published {
  float: right;
  padding-right: 0;
  border: none;
  color: #444444;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
}
/*-------------------------------------------------*/
/* =  404 erro page
/*-------------------------------------------------*/
.error-banner {
  background: #ed8312;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.error-banner h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.error-banner h1 span {
  font-weight: 900;
}
.error-banner p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}
div.search-box {
  padding: 0 30px;
  margin-bottom: 35px;
}
/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul.autor-list > li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
ul.autor-list > li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.autor-list > li .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
ul.autor-list > li .autor-box .autor-content {
  margin-left: 120px;
}
ul.autor-list > li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #ed8312;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-left: 7px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ed8312;
}
ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}
ul.autor-list > li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}
ul.autor-list > li .autor-last-line ul.autor-tags {
  margin: 0;
  padding: 0;
  float: left;
}
ul.autor-list > li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
  padding-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #444444;
  font-size: 18px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #ed8312;
  border-color: #ed8312;
}
ul.autor-list > li .autor-last-line a.autor-site {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
ul.autor-list > li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}
ul.autor-list > li:hover .autor-box {
  border-color: #444444;
}
/*-------------------------------------------------*/
/* =  forum-pages
/*-------------------------------------------------*/
.forum-box .search-box {
  padding: 30px;
  background: #fafafa;
}
.forum-box p.line-for-loggin {
  padding: 4px 20px;
  background: #fff3c9;
  font-size: 12px;
}
.forum-table {
  margin-bottom: 30px;
}
.forum-table .table-head {
  overflow: hidden;
  background: #222222;
}
.forum-table .table-head > div {
  float: left;
  padding: 12px 20px;
}
.forum-table .table-head > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col {
  width: 55%;
}
.forum-table div.first-col a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col a:hover {
  color: #ed8312;
}
.forum-table div.second-col {
  width: 20%;
}
.forum-table div.third-col {
  width: 25%;
  text-align: right;
}
.forum-table div.table-row {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.forum-table div.table-row > div {
  float: left;
  padding: 15px 20px;
}
.forum-table div.table-row > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.table-row > div h2 {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
}
.forum-table div.table-row > div h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.forum-table div.table-row > div h2 a:hover {
  color: #ed8312;
}
.forum-table div.table-row > div p {
  display: block;
  margin: 0;
  font-size: 13px;
}
.forum-table div.table-row div.second-col span {
  color: #222222;
}
.forum-table div.table-row div.second-col p {
  font-size: 10px;
  text-transform: uppercase;
}
.forum-table div.table-row div.third-col img {
  width: 40px;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 17px;
}
.forum-table div.table-row div.third-col p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.third-col p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ed8312;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post {
  overflow: hidden;
  float: left;
  width: 80%;
}
.forum-table div.table-row div.forum-post img {
  max-width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.forum-table div.table-row div.forum-post .post-autor-date {
  margin-left: 60px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 {
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 3px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
  color: #ed8312;
}
.forum-table div.table-row div.forum-post .post-autor-date p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.forum-post .post-autor-date p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ed8312;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post.comment-post {
  width: 100%;
}
.forum-table div.table-row div.forum-post.comment-post img {
  max-width: 100px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
  margin-left: 120px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
  color: #666666;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
.forum-table div.table-row div.forum-topics {
  width: 20%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.forum-table div.table-row div.forum-topics span {
  color: #222222;
}
.forum-table div.table-row div.forum-topics p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
.forum-table div.table-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #f0f0f0;
}
.forum-table div.table-row:first-child:after {
  border-top: none;
}
.forum-table div.table-title {
  background: #222222;
  padding: 20px;
}
.forum-table div.table-title h2 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.forum-table div.table-title p {
  margin: 0;
  font-size: 13px;
}
.forum-table p.posted-in-category {
  font-size: 11px;
  margin: 7px 0;
  padding-left: 20px;
}
.forum-table p.posted-in-category a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ed8312;
}
/*-------------------------------------------------*/
/* =  Log in popup
/*-------------------------------------------------*/
.white-popup {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 430px;
  margin: 20px auto;
  background: #FFF;
}
.white-popup .mfp-close-btn-in .mfp-close {
  color: #222222 !important;
  width: 16px !important;
  padding-top: 20px !important;
  padding-right: 45px !important;
}
#log-in-popup {
  overflow: hidden;
}
#log-in-popup form.login-form .title-section,
#log-in-popup form.register-form .title-section,
#log-in-popup form.lost-password-form .title-section {
  margin-bottom: 18px;
}
#log-in-popup form.login-form p,
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  font-size: 11px;
  margin: 0 0 18px;
  color: #666;
}
#log-in-popup form.login-form label,
#log-in-popup form.register-form label,
#log-in-popup form.lost-password-form label {
  display: block;
  margin: 0 0 5px;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#log-in-popup form.login-form label span,
#log-in-popup form.register-form label span,
#log-in-popup form.lost-password-form label span {
  color: #ed8312;
}
#log-in-popup form.login-form input[type="text"],
#log-in-popup form.register-form input[type="text"],
#log-in-popup form.lost-password-form input[type="text"],
#log-in-popup form.login-form input[type="password"],
#log-in-popup form.register-form input[type="password"],
#log-in-popup form.lost-password-form input[type="password"] {
  display: block;
  margin: 0 0 17px;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  outline: none;
  padding: 10px 20px;
}
#log-in-popup form.login-form button[type="submit"],
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  border: none;
  float: left;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#log-in-popup form.login-form button[type="submit"] i,
#log-in-popup form.register-form button[type="submit"] i,
#log-in-popup form.lost-password-form button[type="submit"] i {
  margin-right: 8px;
}
#log-in-popup form.login-form button[type="submit"]:hover,
#log-in-popup form.register-form button[type="submit"]:hover,
#log-in-popup form.lost-password-form button[type="submit"]:hover {
  background: #ed8312;
}
#log-in-popup form.login-form input[type="checkbox"],
#log-in-popup form.register-form input[type="checkbox"],
#log-in-popup form.lost-password-form input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
#log-in-popup form.login-form span,
#log-in-popup form.register-form span,
#log-in-popup form.lost-password-form span {
  display: inline-block;
  color: #222222;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  margin-top: 8px;
}
#log-in-popup form.login-form > a,
#log-in-popup form.register-form > a,
#log-in-popup form.lost-password-form > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  color: #222222;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  margin-top: 8px;
}
#log-in-popup form.login-form > a:hover,
#log-in-popup form.register-form > a:hover,
#log-in-popup form.lost-password-form > a:hover {
  color: #ed8312;
}
#log-in-popup form.login-form p.register-line,
#log-in-popup form.register-form p.register-line,
#log-in-popup form.lost-password-form p.register-line,
#log-in-popup form.login-form p.login-line,
#log-in-popup form.register-form p.login-line,
#log-in-popup form.lost-password-form p.login-line {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}
#log-in-popup form.login-form p.register-line a,
#log-in-popup form.register-form p.register-line a,
#log-in-popup form.lost-password-form p.register-line a,
#log-in-popup form.login-form p.login-line a,
#log-in-popup form.register-form p.login-line a,
#log-in-popup form.lost-password-form p.login-line a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
}
#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #ed8312;
}
#log-in-popup form.register-form,
#log-in-popup form.lost-password-form {
  display: none;
}
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  clear: both;
  margin: 10px 0 0;
}
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  float: none;
}
a.log-in-popup {
  outline: none;
}
/*-------------------------------------------------*/
/* =  comming-soon-page
/*-------------------------------------------------*/
body.comming-soon-page {
  width: 100%;
  height: 100%;
  background: url('../upload/banners/1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
body.comming-soon-page #comming-soon-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
body.comming-soon-page #comming-soon-content .logo-place {
  margin-bottom: 200px;
}
body.comming-soon-page #comming-soon-content .logo-place a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content .logo-place a img {
  max-width: 100%;
}
body.comming-soon-page #comming-soon-content .logo-place a:hover {
  opacity: 0.8;
}
body.comming-soon-page #comming-soon-content #clock {
  max-width: 420px;
  margin: 0 auto 40px;
  overflow: hidden;
}
body.comming-soon-page #comming-soon-content #clock .comming-part {
  float: left;
  width: 25%;
  text-align: center;
}
body.comming-soon-page #comming-soon-content #clock .comming-part span {
  display: inline-block;
  color: #ffffff;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 5px;
}
body.comming-soon-page #comming-soon-content #clock .comming-part p {
  font-size: 13px;
  color: #ed8312;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.comming-soon-page #comming-soon-content form.subscribe {
  margin: 0 0 40px;
}
body.comming-soon-page #comming-soon-content form.subscribe p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 24px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 20px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 span {
  color: #ed8312;
  font-weight: 900;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
  display: inline-block;
  width: 430px;
  padding: 9px 10px;
  background: #ffffff;
  color: #aaa;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 0 10px 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type=text]:focus {
  border: 1px solid #ed8312;
}
body.comming-soon-page #comming-soon-content form.subscribe button {
  display: inline-block;
  margin: 0;
  padding: 10px 26px;
  background: #222222;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe button i {
  margin: 0 8px;
}
body.comming-soon-page #comming-soon-content form.subscribe button:hover {
  background: #ed8312;
}
body.comming-soon-page #comming-soon-content .social-box {
  margin-top: 200px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons {
  margin: 0;
  padding: 0;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 36px;
  height: 36px;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.facebook:hover {
  border: 1px solid #1854dd;
  background: #1854dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.google:hover {
  border: 1px solid #f14133;
  background: #f14133;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.twitter:hover {
  border: 1px solid #18a3dd;
  background: #18a3dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.youtube:hover {
  border: 1px solid #d31708;
  background: #d31708;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.instagram:hover {
  border: 1px solid #a55900;
  background: #a55900;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.linkedin:hover {
  border: 1px solid #1879dd;
  background: #1879dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.vimeo:hover {
  border: 1px solid #2ea0f0;
  background: #2ea0f0;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.dribble:hover {
  border: 1px solid #f05c9e;
  background: #f05c9e;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.pinterest:hover {
  border: 1px solid #d30829;
  background: #d30829;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.flickr:hover {
  border: 1px solid #a43e99;
  background: #a43e99;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.rss:hover {
  border: 1px solid #f0590f;
  background: #f0590f;
  color: #ffffff;
}
body.comming-soon-page.underconstruction {
  background: url('../upload/banners/2.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background:#eaeaea url(../images/footer-bg.jpg) center top no-repeat;
  padding-top: 15px;
}
footer .footer-widgets-part {
  padding-bottom: 0px;
}
footer .text-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
footer .text-widget a img {
  margin-top: 20px;
}
.social-icons {
  margin: 20px 10px 0 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 4px;
}
.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 31px;
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 5px;
}
.top-margine a{
              transition: all 0.3s ease-in-out;
}
.top-margine a:hover{
              color:#ed8312;
}
.social-icons li a:hover {
  color: #ffffff;
}
.social-icons li a.foot-facebook:hover {
  background: #3c5aa0;
}
.social-icons li a.foot-instagram:hover {
  background: #df1d98;
}
.social-icons li a.foot-twitter:hover {
  background: #18a3dd;
}
.social-icons li a.foot-youtube:hover {
  background: #d31708;
}
.social-icons li a.foot-linkedin:hover {
  background: #1879dd;
}
.social-icons li a.foot-whatsapp:hover {
  background: #24b43b;
}
.social-icons li a.dribble:hover {
  background: #f05c9e;  
}
.social-icons li a.pinterest:hover {
  background: #d30829;  
}
.social-icons li a.flickr:hover {
  background: #a43e99;  
}
.social-icons li a.rss:hover {
  background: #f0590f;  
}
footer .posts-widget ul.list-posts > li {
  border-bottom: none;
  margin-bottom: 20px;
}
footer .posts-widget ul.list-posts > li img {
  width: 80px;
}
footer .posts-widget ul.list-posts > li .post-content {
  margin-left: 100px;
}
footer .posts-widget ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666666;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
footer .posts-widget ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
footer .posts-widget ul.list-posts > li .post-content h2 {
  line-height: 18px;
  margin-bottom: 0;
  max-height: 36px;
  overflow: hidden;
}
footer .posts-widget ul.list-posts > li .post-content h2 a {
  color: #444444;
}
footer .posts-widget ul.list-posts > li .post-content h2 a:hover {
  color: #ffffff;
}
footer .categories-widget { margin: 30px 0px 10px 0px; padding: 10px 0 0 0; 
  background: #ffffff;
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 74%) 28%, rgb(255 255 255 / 74%) 74%, rgba(255, 255, 255, 0) 100%);
}
ul.category-list {
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
ul.category-list li { list-style: none; display: inline-block; margin: 4px 10px 7px 0px; padding-right: 30px; position: relative; }
ul.category-list li span { position: absolute; right: 0; top: 0; color: #c4c4c4; }
ul.category-list li a {
  display: inline-block;
  text-decoration: none;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

  display: block;
  color: #1f1f1f;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  padding-left: 15px;
}

footer .categories-widget ul.category-list li:last-child a { border-bottom: 0 }
footer .categories-widget ul.category-list li a i { position: absolute; left:0; top: 3px; } 
footer .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .categories-widget ul.category-list li a:hover {
  color: #ed8312;
}
footer .categories-widget ul.category-list li a:hover span {
  background: #ed8312;
  border: 1px solid #ed8312;
  color: #ffffff;
}

/*footer .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 9px;
}*/

footer .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
footer .flickr-widget ul.flickr-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
footer .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .flickr-widget ul.flickr-list li a img {
  max-width: 81px;
}
footer .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .flickr-widget ul.flickr-list li:nth-child(3n) {
  margin-right: 0;
}
footer .flickr-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 12px;
}
footer .flickr-widget a:hover {
  color: #ffffff;
}
footer .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
footer .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444444;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #444444;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #ed8312;
  border: 1px solid #ed8312;
}
footer .subscribe-widget form {
  margin: 0;
  background: #ed8312;
  padding: 17px 20px;
}
footer .subscribe-widget form h1 {
  color: #ffffff;
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
footer .subscribe-widget form input[type="text"] {
  outline: none;
  padding: 12px;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  border: none;
  width: 100%;
  display: block;
}
footer .subscribe-widget form button {
  width: 40px;
  height: 42px;
  text-align: right;
  background: #ed8312;
  border: none;
  outline: none;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  float: right;
  margin-top: -42px;
}
footer .subscribe-widget form p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
}
footer .recent-comments-widget {
  margin-bottom: 45px;
}
footer .recent-comments-widget ul {
  margin: 0;
  padding: 0;
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-viewport {
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-controls-direction {
  display: none;
}
footer .recent-comments-widget .bx-wrapper .bx-pager {
  bottom: -35px !important;
  padding-top: 0;
}
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f5d76e;
  border: 2px solid #f5d76e;
}
footer .recent-comments-widget div.recent-comment {
  text-align: center;
}
footer .recent-comments-widget div.recent-comment img {
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 12px;
}
footer .recent-comments-widget div.recent-comment .comment-content p {
  color: #cccccc;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
footer .recent-comments-widget div.recent-comment .comment-content p.main-message {
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
  color: #444444;
}
footer .recent-comments-widget div.recent-comment .comment-content span {
  display: inline-block;
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
footer .recent-comments-widget div.recent-comment .comment-content span i {
  margin-right: 10px;
}
.top-margine{
  margin-top: 15px;
}
.top-margine ul{
  padding-left: 0px; 
  font-size: 15px;
  font-family: 'gadugi';
  font-weight:500;          
}
.top-margine ul i{
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 6px;
}
.top-margine ul li{
    list-style: none;  
    color: black;
    padding-left: 10px;
    margin-bottom: 7px;
    position: relative;
}
.footer-widgets-part h5 { margin-bottom: 20px; }
footer .footer-last-line { padding: 15px 30px; border-top: 1px solid #e0e0e0; }
footer .footer-last-line p { font-size: 14px; margin-bottom: 0; color: #666666; }
footer .footer-last-line p img { margin-left: 5px; }


footer .footer-last-line nav.footer-nav {
  text-align: right;
}
footer .footer-last-line nav.footer-nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-last-line nav.footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
}
footer .footer-last-line nav.footer-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
footer .footer-last-line nav.footer-nav ul li a:hover {
  color: #ffffff;
}
footer .footer-last-line nav.footer-nav ul li:first-child {
  margin-left: 0;
}
footer .footer-last-line nav.footer-nav ul li:before {
  content: '|';
  margin-right: 13px;
  color: #666666;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
footer .footer-last-line nav.footer-nav ul li:first-child:before {
  display: none;
  margin-right: 0;
}

div.versions-box-choose {
  position: fixed;
  top: 208px;
  left: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 25px 20px;
  z-index: 999999;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

div.versions-box-choose.closed {
  left: -200px;
}

div.versions-box-choose a.toogle-box {
  position: absolute;
  top: -1px;
  right: -50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #222222;
  font-size: 20px;
  border: 1px solid #e7e7e7;
}

div.versions-box-choose h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}

div.versions-box-choose h2 span {
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ed8312;
}

ul.demo-list {
  padding: 0;
  margin: 0;
}

ul.demo-list li {
  display: block;
  margin-bottom: 14px;
}

ul.demo-list li:last-child {
  margin-bottom: 0;
}

ul.demo-list li a {
  display: inline-block;
  color: #333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

ul.demo-list li a span {
  display: inline-block;
  background: #ed8312;
  font-weight: 400;
  width: 80px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

ul.demo-list li a:hover span {
  opacity: 0.7;
}

ul.demo-list li a.fashion span {
  background: #aa35d6;
  width: 80px;
  text-align: center;
}

ul.demo-list li a.sport span {
  background: #4c60f6;
}

ul.demo-list li a.tech span {
  background: #74b430;
}

ul.demo-list li a.design span {
  background: #f5d76e;
  color: #222;
}

ul.demo-list li a.travel span {
  background: #f58021;
  color: #fff;
}

ul.demo-list li a.dark span {
  background: #222;
  color: #fff;
}

ul.demo-list li a i {
  background: red;
  padding: 0px 4px 2px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: -30px;
}

/*harpreet css start*/
.aboutsection { }
.aboutsectioninr { background: #ecffec url(../images/logo-leaf2.png) right bottom no-repeat; border-radius: 20px; margin: 30px 0px; padding: 0px 10px 10px 20px; }
.aboutsectioninr h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0 15px 0px;
    padding-bottom: 15px; padding-left: 35px;
    position: relative;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}
.aboutsectioninr h1 img { position: absolute; left: 0; top: 0; }
.aboutsectioninr h1:before { content: ''; position: absolute; width: 50px; height: 4px; background: #698d1b; left: 35px; bottom: 0; }
.aboutsectioninr h1:after { content: ''; position: absolute; width: 0px; height: 4px; background: #ed8312; left: 35px; bottom: 0;
  animation: borderanimation 2s infinite;
}

@keyframes borderanimation {
  0%   { width: 0px; }
  25%  { width: 25px; }
  50%  { width: 50px; }
  75%  { width: 25px; }
  100% { width: 0px; }
}
.aboutsectioninr h1 span { color: #719415; }
.aboutimgcont { display: flex; padding: 10px; }
.aboutimgcont img { max-height: 230px; max-width: 100%; }
.aboutimgcont img:nth-child(2) { margin: 30px 0px 0px 10px; }
.aboutmore { background: #ed8312; color: #fff; padding: 5px 10px; border-radius: 5px; font-size: 13px; }





.ticker-outer { background: #fff; padding: 3px 0px 3px 0px; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; }
.intermore { text-align: end; font-size: 11px; text-transform: uppercase; float: right; color: #a8db1c; margin: 0px -5px -10px 0; }

.newscat-tab-outer { display: flex; align-items: center; justify-content: space-between; }
.newscat-tab { border: 0 none; margin: -5px 0 0 0; padding: 0px; }
.newscat-tab>li { margin-left: 5px; }
.newscat-tab>li>a { padding: 5px 10px; border:0!important; border-radius: 5px!important; background: #efefef; color: #000 }
.newscat-tab>li.active>a, .newscat-tab>li.active>a:focus, .newscat-tab>li.active>a:hover { border:0!important; background: #ed8312; color: #fff; }
.pt-0 { padding-top: 0!important; }
.pt-15 { padding-top: 15px!important; }
.pt-17 { padding-top: 17px !important; }

.bgbox { background: #f1f1f1; padding: 15px 0 0 0; border-radius: 10px; }

@media (min-width: 769px) {
  .d-lg-flex { display: flex; } 
  .align-items-lg-center { align-items: center; } 
  .justify-content-lg-between { justify-content: space-between; }
  .container-fluid { max-width: 1500px; padding-left: 35px; padding-right: 35px; }
}

.search-container { position: relative; display: flex; align-items: center; z-index: 2; }
.search-input { font-size: 12px; width: 0; padding: 10px 40px 10px 10px; border: 1px solid #ccc; border-radius: 20px;
  outline: none; transition: width 0.3s ease; opacity: 0; position: absolute; right: -10px; z-index: 0;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

   }

.search-container.active .search-input {
  width: 400px;
  opacity: 1;
}

.search-button { background: transparent; border: none; color: #fff; cursor: pointer; z-index: 1; margin: -3px 0px 0px 15px; padding: 0px; }
.nationalnews .newscat { display: inline-block!important; background: #74b430; color: #fff!important; padding: 0px 6px; border-radius: 4px; }
.nationalnews h2 { margin-bottom: 0px!important; }
.event-list { margin: 0px; padding: 0px 10px; list-style: none; }
.event-list li { margin: 0px; padding: 10px 0; border-bottom: 1px dashed #ccc; display: flex; align-items: center; justify-content: flex-start;  }
/*.event-list li:last-child { border-bottom: 0; }*/

.event-list li .date { width: 60px; background: #fff; border-radius: 5px; font-weight: 700; font-size: 20px; padding: 5px 0px 0px 0px; text-align: center; color: #df7b10;  }
.event-list li .date sup { font-size: 15px; }
.event-list li .date span { background: #484848; font-weight: 400; font-size: 11px; 
  padding: 2px 0px; color: #fff; display: block; text-transform: uppercase; 
  border-radius: 0px 0px 5px 5px; }
.event-list h2 { font-size: 14px; line-height: 1.3; padding-left: 10px; margin: 0px; }
.event-list h2 a { color: #000; }
.marquee-container { height: 350px; overflow: hidden; position: relative; }
.marquee-content,
.marquee-clone {
  margin: 0px 15px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  width: 93%;
}
.googlead img { max-width: 100%;width: 301px;     height: 252px;}
.horigentel img { max-width: 100%;width: 77%;height: 100px; }
.horigentelhome img { max-width: 100%;width: 100%;height: 100px; }
.hindibtn { padding: 5px 10px; color: #ed8312; font-weight: 600; }
.hindibtn i { color: #ed8312; }
.hindibtn:hover { background: #000; color: #fff; }
.hindibtn:hover i { color: #fff; }
.teamcont { 
  /*background: rgba(255, 255, 255, 0.5); */
  background: #ffffff;
  background: linear-gradient(131deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 10px; margin: 5px 10px; border-radius: 15px 0; display: flex; align-items: center; justify-content: flex-start; }
.teamcont .teamimg { margin-right: 10px; display: flex; align-items: center; justify-content: center; min-height: 90px; }
.teamcont .teamimg img { max-height: 90px; border-radius: 5px; }
.teamdet h5 { font-size: 14px; font-weight: 600; margin: 0px 0px 5px 0px; padding: 0px; }
.teamdet p { font-size: 12px; line-height:1.3; margin-bottom: 5px; }
.teamdet h5 a { color: #5b9919; }
.date { font-size: 12px; }
.teamall { float: right; margin: -5px 15px 10px 0px; font-weight: 600; text-transform: uppercase; }
.focusareacont { padding: 15px; background: url(../images/dot-bg.png) left top repeat; border-radius: 10px; }
.focuscont-list { margin-bottom: 0px!important; }
.focuscont-list>li { width: 100%; background: linear-gradient(131deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 10px; margin: 5px 10px; border-radius: 15px 0; display: flex; align-items: center; justify-content: flex-start;
    box-shadow: rgb(17 12 46 / 5%) -6px 3px 6px 0px; }
.focuscont-list>li h2 { font-size: 15px!important; }
.bigcarousalpost img { border-radius: 0px; }
.bigcarousalpost h2 { font-size: 14px!important; text-transform: none!important; font-weight: 600!important; line-height: 1.3!important; max-height: 60px!important; }
.bigcarousalpost .inner-hover:before { border-radius: 0!important; }
.menudropdown>a { padding-left: 0!important; padding-right: 0!important; }
.menudropdown .dropdown-toggle { margin-left: 8px; margin-right: 8px; }
.menudropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
@media all and (max-width: 992px) {
   .mainnav .navbar-nav { width: 85%; }
   .menudropdown>a { width: 85%; }
   .menudropdown .dropdown-toggle { margin-left: 8px; width: 15%; position: absolute; right:0; top: 0; }
   .mainnav .navbar-nav > li { padding: 0px 5px 0px 5px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
   .navbar-nav > li li > a.dropdown-item { white-space: normal!important; }
}

/*menu dropdown on hover start*/
    @media all and (min-width: 992px) { /* Adjust breakpoint as needed */
      .navbar .dropdown:hover .dropdown-menu {
        display: block; left: 0!important; margin-top: 0!important; top: 100%;
      }
      .navbar .dropdown .dropdown-toggle::after { /* Optional: Invert caret on hover */
        /*transform: rotate(-180deg);*/
      }
    }
/*menu dropdown on hover end*/

.headertop { padding: 15px 0; }
.topsocial { display: flex; justify-content: flex-end; }
.topsocial ul { list-style: none; margin: 0px; padding: 0px; text-align: right }
.topsocial ul li { font-size: 11px; display: inline-block; list-style: none; margin: 0px 0px 0px 15px; padding: 0px; }
.topsocial ul li a { color: #000; }
.topbtn-search { position: relative; display: flex; align-items: center; justify-content: space-around; margin-top: 6px; }
.articlebtn, .sbacribebtn { border: 2px solid #000; font-size: 13px; text-transform: uppercase; margin: 8px 0px 0px 10px; border-radius: 3px; height: 30px !important; }
.articlebtn span, .sbacribebtn span { border: 2px solid #000!important; font-size: 13px; text-transform: uppercase; padding: 5px 10px 5px 10px; height: 30px; }
.articlebtn span { color: #000!important; background-color: #e8e8e8; }
.articlebtn:hover span { background-color: transparent; color: #fff!important; }
.articlebtn::before { height: 0%!important; }
.articlebtn:hover::before { height: 100%!important; }

/*.articlebtn:hover { background: #000; color: #fff }*/
.sbacribebtn { background: #383838; border-color: #383838; color: #fff; }
.sbacribebtn:hover { background: #e8e8e8; color: #000; }
.indiastop { font-size: 15px; font-weight: 600;  margin-top: 10px; color: #749100; text-align: left; width: 100%; padding-left: 8px;}
.homebodysection {  }
.toppnews-head { margin: 20px 0 0 0px; }
.topewshd { background: #98bf04; border-radius: 3px; margin-bottom: 10px; padding: 3px 20px; color: #fff; font-size: 14px; text-transform: uppercase; }
.toppnews {  }
.topnewsimg { float: left; margin: 0px 20px 10px 0px; position: relative; max-width: 400px; }
.topnewsimg img{max-width: 100%;}
.topnews-cat { background: #eaa00d; color: #fff; position: absolute; left: 15px; bottom: 15px; font-size: 14px; text-transform: uppercase; padding: 5px 10px; border-radius: 3px; }

.toppnews-text h3 { font-size: 1.65rem; margin-bottom: 20px; }
.topnewsdate { font-size: 14px; }
.topnewsdate svg { margin-right: 5px; vertical-align: middle; }
.topnews-more { font-size: 14px; color: #81a202; text-decoration: underline; margin: 0; }
.topnews-more:hover { color: #000; text-decoration: none; }
.homebodyright { position: relative; padding-top: 23px; }
.homebodyright:before { content:''; position: absolute; width: 106%; height: 133px; background: #ededed; left: 0; top: 0; z-index: -1; }
.topnewsthum { margin-bottom: 15px; }
.topnewsthum img { max-width: 100%; }
.topnewsthum h6 { color: #c58200; text-transform: uppercase; margin: 10px 0px 5px 0px; padding: 0px; }
.opinioncont { background: #fff; border-radius: 3px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 10px 10px 10px 10px; }
.opinioncont h5 { font-size: 1.25rem; margin-bottom: 10px!important; }

.sticky-icon { z-index:100000; position:fixed; width: 40px; top: 30%; right:0%; display:flex; flex-direction:column; }
/*.sticky-icon:hover { width: auto; }*/
.sticky-icon:after { content: ''; position: absolute; width: 40px; height: 103%; background: #fff; right: 0; top: -3px; z-index: 0; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px; }
.sticky-icon a { transform: translate(3px,0px); border-radius: 5px 0px 0px 5px; text-align:left; 
  margin:2px; position: relative; z-index: 1; text-decoration:none; padding: 0px 10px 0px 0px; 
  color: #000; background: #fff; transition:all 0.8s;
  display: flex; align-items: center;
}
.sticky-icon a span { display: none; font-size: 0; }
.sticky-icon a img { margin-right: 2px; }
.sticky-icon a:hover { transform: translate(-65px, 0px); width: 150px; }
.sticky-icon a:hover span { font-size: 13px; display: inline-block; }

.sticky-icon a:hover i { transform:rotate(360deg); }
.sticky-icon a i { background-color:#FFF; height:40px; width:40px; color:#000; text-align:center;
    line-height:40px; border-radius:50%; margin-right:20px; transition:all 0.5s; }
.opnion-box { margin: 10px 0px; display: block; }
.opin-name { color: #c58200; margin: 10px 0px 0px 0px; padding: 0px; }
.opin-description { font-size: 14px; margin: 5px 0px 8px 0px; }
.opin-date { font-size: 13px; }
.opin-date svg { vertical-align: baseline; margin-right: 5px; }
.focusarea-cont { margin: 45px 0 0 0; padding: 0px 20px 10px 20px; border: 2px solid #e2e2e2; }
.focusarea-cont hr { margin: 0.2rem 0; }

.focusarea-cont h5 { font-size: 1.25rem; margin: -15px 0 10px -10px; padding:0px; }
.focusarea-cont h5 span { padding: 0px 40px 0px 10px; background: #fff; }
.focsarea { position: relative; padding-right: 60px; margin: 10px 0px; min-height: 130px; }
.focsarea span { font-family: 'Gadugi-Bold'; font-size: 75px; position: absolute; right: 0; top: 0; color: #dce6b8; line-height: 50px;  }
.focsarea h6 { font-size: 16px; color: #769501; margin-bottom: 5px; padding: 0px; }
.focsarea p { font-size: 14px; line-height: 1.4; text-align: left; margin-bottom: 0px; padding: 0px; }
.focsarea a { font-size: 12px; color: #585858; position: absolute; bottom:0; }
.focsarea a:hover { color: #000; }
.orangefocus h6 { color: #d86f08; }
.orangefocus span { color: #fae4cf; }
.eventphoto-section { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; 
  margin: 40px 0px; padding: 35px 0px 0 0; }
.event-cont {  }
.event-hd { margin-bottom: 15px; }
.event-hd h6 { font-size: 1.2rem; margin-bottom: 0px; }
.event-boxouter { background: #f6f6f6; padding: 15px; margin-bottom: 60px; position: relative; }
.event-boxouter:after { content:''; background: #f6f6f6; width: 20px; height: 100%; position: absolute; right: 0; top: 0; }
.eventcarousal .owl-controls .owl-pagination { display: block!important; }
.eventcarousal .owl-controls { margin-top: 0; top: auto; right: 0; margin-right: 2px; left: 0; bottom: -49px; }
.eventcarousal .owl-controls .owl-buttons { display: none!important; }
.eventcarousal .owl-controls .owl-page.active span { background: #cfcfcf; }

.event-box { padding: 10px 10px 10px 20px; border-right: 1px solid rgba(0, 0, 0, 0.1); }
.event-box h2 { color: #000; line-height: 20px; margin: 0 0 0px; font-size: 15px; margin-bottom: 0px; min-height: 100px; }
.event-box h2 a { color: #000; }
.event-box h2 a:hover { color: #d86f08; }
.photo-hd h6 { font-size: 1.2rem; margin-bottom: 20px; }

.photo-box { padding: 5px 15px 5px 0px; }
.photocont { width: 100%; min-height: 100px; margin-bottom: 10px; overflow: hidden; position: relative; }
.photocont img { max-width: 100%; max-height: 200px; transition: all 0.3s ease-in-out; }
.photocont span { position: absolute; left: 10px; bottom: 10px; background: rgba(0, 0, 0, 0.5); border-radius: 15px; 
  font-size: 10px; color: #fff; padding: 2px 5px; text-transform: uppercase; z-index: 1; }
.photocont span svg { vertical-align: bottom; }
.photo-box:hover img { transform: scale(1.1); }
.photo-box p { text-align: left; }
.photo-box p a { color: #000; line-height: 1.2 }
.photo-box p a:hover { color: #d86f08; }
.photo-box:hover span { z-index: 1; }
.gallerycarousal .owl-controls { margin-top: 0; top: -44px; right: 0; }
.gallerycarousal .owl-controls .owl-buttons { display: flex; }
.gallerycarousal .owl-controls .owl-buttons div { font-size: 13px; color: #868686; width: 24px; height: 24px;
    text-align: center; background: #fff; border: 1px solid #868686; }
.gallerycarousal .owl-controls .owl-buttons div.owl-next:after { content:'\f054'; }
.gallerycarousal .owl-controls .owl-buttons div.owl-prev:after { content:'\f053'; }
.subsouter-section { background: url(../images/linebg2.jpg) left center no-repeat; padding: 40px 0px; }
.subscribecont h2 { font-size: 2.375rem; text-align: center; font-weight: normal; font-family: 'Gadugi'; margin-bottom: 20px; }
.subscribecont h2 span { font-family: 'Gadugi-Bold'; font-weight: bold; }
.subsformfld { margin: 20px 5px 0px 5px; position: relative; }
.subsformfld input { margin: 0px; padding: 0px 0px 0px 45px; position: relative; width: 100%; height: 53px; border: 1px solid #dddddd; border-radius: 50px; }
.subsformfld input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
.subsformfld input::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
.subsformfld input:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
.subsformfld input:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
}
.subsformfld svg { position: absolute; left: 15px; top: 15px; z-index:1 }
.btnn {
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden!important;
}
.btnn span {         
  position: relative;
  display: inline-block;
  top: 0; left: 0;
  width: 100%; line-height: normal;
  transition: 0.3s; overflow: hidden;
}
.btn-1::before {
  content: "";
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
  position: absolute;
}

.btn-1 span {
  color: rgb(255,255,255);
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}

/* 2.hover-filled-slide-up */
.hover-filled-slide-up::before {
  top: 0; left: 0; right: 0;
  height: 100%; width: 100%;
}
.hover-filled-slide-up:hover::before {
  height: 0%;
}
.submitbtn { width: 100%; margin: 20px 5px 20px 0px; padding: 2px 0 0 0; border-radius: 50px; }
.submitbtn span { border-radius: 50px; height: 45px; padding-top: 12px; border-width: 2px!important; }
.navbar-toggler { padding: .10rem .40rem; font-size: 1rem; background: #fff; }
.go-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background: #232c04;
    color: #fff;
    padding: 0;
    font-size: 20px;
    border-radius: 100%;
    text-decoration: none;
    z-index: 1000;
    height: 35px;
    width: 35px;
    line-height: 1;
    text-align: center;
    padding-top: 4px;
  }

  .go-top:hover {
    background: #444;
  }

/*harpreet css end*/


/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
    section.heading-news .heading-news-box .image-post {
      width: 20%;
    }
    section.heading-news .heading-news-box .snd-size {
      width: 40%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+2) {
      display: none;
    }
}

@media (max-width: 1280px) {
    .focsarea { min-height: 150px; padding-bottom: 20px; }
}
@media (max-width: 1199px) {
    #container {
      overflow: hidden;
    }
    .navbar-brand {
      max-width: 230px;
      padding-top: 58px;
    }

    .navbar-nav > li {
        padding: 0px 5px 0px 5px !important;
    }

    .navbar-nav > li > a {
      padding: 10px 5px!important;
    }
    .navbar-nav > li > a:after {
      display: none;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block,
    .navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
      width: 170px;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
      width: 770px;
    }
    section.heading-news .heading-news-box .image-post {
      width: 25%;
    }
    section.heading-news .heading-news-box .snd-size {
      width: 50%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+4) {
      display: none;
    }
    .ticker-news-box .ticker {
      width: 679px;
    }
    .heading-news2 .ticker-news-box .ticker {
      width: 716px;
    }
    .latest-articles.iso-call .news-post {
      width: 293px;
    }
    .advertisement img {
      max-width: 100%;
    }
    .heading-news2 .heading-news-box .news-post {
      width: 33.33333%;
    }
    .heading-news2 .heading-news-box > .news-post:nth-last-of-type(-n+2) {
      display: none;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size {
      width: 66.66666%;
    }
    .galery-box #bx-pager2 a {
      width: 69px;
    }
    .very-large-post .post-gallery .group-image a.big-size {
      width: 66%;
    }
    .focsarea h6 { font-size: 14px; }
    .focsarea p { font-size: 13px; line-height: 1.3; }
    .toppnews-text h3 { font-size: 1.30rem; }
    p { font-size: 14px; line-height: 20px; }
    .subscribecont h2 { font-size: 2rem; }


}



@media (max-width: 991px) {
    .top-line ul.social-icons {
      display: none;
    }
    form.navbar-right {
      display: none;
    }
    .navbar-nav > li > a {
      padding: 15px 8px;
    }
    .navbar-nav > li > a.home {
      padding: 15px 8px;
    }
    .advertisement .desktop-advert,
    .sidebar .advertisement .desktop-advert {
      display: none;
    }
    .advertisement .tablet-advert,
    .sidebar .advertisement .tablet-advert {
      display: block;
    }
    .navbar-brand {
      padding: 45px 15px 40px 0;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block {
      display: none;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
      width: 720px;
    }
    section.heading-news .heading-news-box .image-post {
      width: 33.33333%;
    }
    section.heading-news .heading-news-box .snd-size {
      width: 66.66666%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+6) {
      display: none;
    }
    section.ticker-news,
    .heading-news2 .ticker-news-box {
      display: none;
    }
    .sidebar ul.social-share li span {
      font-size: 9px;
    }
    .latest-articles.iso-call .news-post {
      width: 470px;
    }
    .sidebar .image-post-slider .news-post .hover-box .inner-hover {
      padding: 0 20px;
    }
    .sidebar .image-post-slider .news-post .hover-box .inner-hover h2 {
      font-size: 14px;
      line-height: 18px;
      max-height: 36px;
    }
    .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:last-child {
      display: none;
    }
    .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:nth-child(1) {
      display: none;
    }
    .sidebar .tab-posts-widget ul.nav-tabs li a {
      font-size: 10px;
    }
    .sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
      padding-left: 10px;
      padding-right: 10px;
    }
    .sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
      margin-right: 10px;
    }
    footer .footer-last-line nav.footer-nav {
      display: none;
    }
    footer .footer-last-line p {
      text-align: center;
    }
    .sidebar .recent-comments-widget ul.comment-list li {
      text-align: center;
    }
    .sidebar .recent-comments-widget ul.comment-list li img {
      float: none;
      margin-bottom: 20px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content {
      margin-left: 0;
      padding: 0 10px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
      top: -6px;
      left: 50%;
      margin-left: -3px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content span {
      padding-left: 0;
    }
    header.third-style .list-line-posts {
      display: none;
    }
    header.third-style .navbar-nav > li > a.food {
      display: none;
    }
    .sidebar.small-sidebar {
      display: none;
    }
    .slider-caption-box #bx-pager a {
      max-height: 45px;
      overflow: hidden;
      padding: 5px 15px;
      font-weight: 400;
      font-size: 12px;
    }
    .galery-box #bx-pager2 a {
      width: 60px;
    }
    .very-large-post .post-content {
      padding: 0 30px 35px;
    }
    .very-large-post .post-gallery .group-image a {
      width: 50%;
    }
    .very-large-post .post-gallery .group-image a.big-size {
      width: 100%;
    }
    .very-large-post .post-gallery #bx-pager {
      display: none;
    }
    .single-post-box .prev-next-posts img {
      display: none;
    }
    .single-post-box .about-more-autor .more-autor-posts .news-post {
      width: 50%;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover h1 {
      font-size: 15px;
      line-height: 18px;
      max-height: 36px;
      overflow: hidden;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover {
      padding-bottom: 35px;
    }
    .forum-table {
      overflow-x: scroll;
      width: 100%;
    }
    .forum-table div.table-head,
    .forum-table div.table-row,
    .forum-table div.table-title {
      min-width: 610px;
    }
    .forum-table.single-topic {
      overflow-x: hidden;
      width: 100%;
    }
    .forum-table.single-topic div.table-head,
    .forum-table.single-topic div.table-row,
    .forum-table.single-topic div.table-title {
      min-width: auto;
    }


}

@media (max-width: 768px) {
    .navbar .container-fluid { display: flex; align-items: center; justify-content: flex-end; }
    .navbar-nav > li:after { display: none; }
    .focsarea h6 { font-size: 16px; }
    .focsarea { min-height: 50px; border-bottom: 1px solid #efefef; padding-bottom: 30px; }   

    .list-line-posts { padding: 0px 40px; }
    .focusarea-cont hr { display: none; }
    .top-line { display: none; }
    .navbar-default .advertisement {
      display: none;
    }
    .navbar-brand,
    header.third-style .navbar-brand {
      padding: 20px 15px 20px;
    }
    .navbar-toggle {
      margin-top: 14px;
    }
    .navbar-nav > li > a {
      padding: 0px 15px;
      /*color: #333333 !important;*/
    }
    .navbar-nav > li > a:before {
      display: none;
    }
    .navbar-nav li.drop ul.dropdown,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
      position: relative;
      display: block;
      opacity: 1;
      visibility: visible;
      width: 100%;
      border: none !important;
      top: inherit;
      left: inherit;
      background: transparent !important;
    }
    .navbar-nav li.drop ul.dropdown li,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li {
      background: transparent;
      border: none;
    }
    .navbar-nav li.drop ul.dropdown li a,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li a {
      padding: 5px 20px;
      background: transparent !important;
      font-weight: 700;
      font-size: 13px;
    }
    header.second-style .navbar-nav > li a {
      color: #ffffff !important;
    }
    header.second-style .navbar-nav > li a:hover {
      color: #ed8312 !important;
    }
    header.third-style .navbar-nav > li > a {
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .navbar-nav .megadropdown {
      display: none !important;
    }
    .navbar-default .navbar-collapse {
      max-height: 220px;
      overflow-y: scroll;
      overflow-x: hidden;
    }
    section.heading-news .heading-news-box > .image-post {
      display: none;
    }
    section.heading-news .heading-news-box .snd-size {
      width: 100%;
    }
    .latest-articles.iso-call {
      margin-left: 0;
      margin-right: 0;
    }
    .latest-articles.iso-call .news-post {
      width: 100%;
      margin: 0 0 30px;
    }
    .advertisement .tablet-advert,
    .sidebar .advertisement .tablet-advert {
      display: none;
    }
    .advertisement .mobile-advert,
    .sidebar .advertisement .mobile-advert {
      display: block;
    }
    .heading-news2 .heading-news-box > .news-post {
      display: none;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size {
      width: 100%;
    }
    .bx-controls {
      display: none;
    }
    .slider-caption-box #bx-pager a {
      max-height: inherit;
      overflow: hidden;
      padding: 12px 15px;
      font-weight: 400;
      font-size: 13px;
    }
    .galery-box #bx-pager2 a {
      width: 86px;
    }
    header.fifth-style .navbar-header a.navbar-brand {
      padding: 20px 0;
    }
    section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
      font-size: 20px;
      line-height: 26px;
      max-height: 52px;
    }
    section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover ul.post-tags {
      display: none;
    }
    .banner-quote-post {
      padding-left: 35px;
      padding-right: 35px;
    }
    .image-slider .image-post2 .hover-box h2 {
      font-size: 15px;
      line-height: 18px;
      max-height: 36px;
    }
    .single-post-box .title-post,
    .single-post-box .share-post-box {
      padding-left: 0;
      padding-right: 0;
    }
    .single-post-box .share-post-box ul.share-box li {
      margin-right: 0;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover {
      padding: 0 0 10px;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover h2 {
      margin-bottom: 0;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
      display: none;
    }
    .error-banner h1,
    body.comming-soon-page #comming-soon-content form.subscribe h1 {
      font-size: 40px;
    }
    body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
      width: 350px;
    }
    body.comming-soon-page #comming-soon-content .logo-place {
      margin-bottom: 60px;
    }
    body.comming-soon-page #comming-soon-content .social-box {
      margin-top: 80px;
    }
}
@media (max-width: 650px) {
    ul.autor-list > li .autor-last-line a.autor-site {
      float: none;
    }
    ul.autor-list > li .autor-box img {
      float: none;
      margin-bottom: 20px;
    }
    ul.autor-list > li .autor-box .autor-content {
      margin-left: 0;
    }
}
@media (max-width: 500px) {
      .image-slider .image-post .hover-box .inner-hover h2 {
        font-size: 16px;
        line-height: 20px;
      }
      footer .categories-widget ul.category-list li {
        padding-left: 0 !important;
      }
      footer ul.category-list li { margin: 1px 10px 1px 0px; padding-right: 15px; }
      footer ul.category-list li a { padding-left: 5px; font-size: 13px; }
      .heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
        font-size: 16px;
        line-height: 20px;
      }
      .image-post-slider .image-post2 ul.post-tags {
        display: none;
      }
      .image-post-slider .image-post2 .hover-box h2 {
        font-size: 13px;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
      }
      .slider-caption-box #bx-pager {
        display: none;
      }
      .slider-caption-box div.slider-holder {
        width: 100% !important;
        float: none;
      }
      .galery-box #bx-pager2 {
        display: none;
      }
      section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2,
      .image-post2 .hover-box h2 {
        font-size: 15px;
        line-height: 18px;
        max-height: 36px;
      }
      .other-posts-box {
        padding: 0;
      }
      .very-large-post .post-gallery .group-image a {
        width: 100%;
      }
      .very-large-post .post-content .article-inpost img {
        width: 100%;
        float: none;
        margin-right: 0;
      }
      .very-large-post .post-content {
        padding: 0 10px 35px;
      }
      .banner-quote-post {
        padding-left: 15px;
        padding-right: 15px;
      }
      .banner-quote-post .quote p {
        font-size: 15px;
      }
      .very-large-post .post-gallery iframe,
      .large-post .post-gallery iframe,
      .single-post-box .post-gallery iframe {
        height: 240px;
      }
      .image-slider .image-post2 .hover-box ul.post-tags,
      .image-post2 .hover-box ul.post-tags,
      .contact-form-box .title-section span.email-not-published,
      .single-post-box .review-box .summary-box .summary-degree {
        display: none;
      }
      .single-post-box .about-more-autor .more-autor-posts .news-post {
        width: 100%;
      }
      .single-post-box .prev-next-posts .prev-post,
      .single-post-box .prev-next-posts .next-post {
        padding: 10px;
      }
      .single-post-box .about-more-autor .autor-box img,
      .forum-table div.table-row div.forum-post.comment-post img {
        float: none;
        margin: 0 auto;
      }
      .single-post-box .about-more-autor .autor-box .autor-content,
      .forum-table div.table-row div.forum-post.comment-post .post-autor-date {
        margin-left: 0;
      }
      .single-post-box .review-box .summary-box {
        padding-right: 20px;
      }
      .error-banner h1,
      body.comming-soon-page #comming-soon-content form.subscribe h1,
      body.comming-soon-page #comming-soon-content #clock .comming-part span {
        font-size: 30px;
      }
      body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
        width: 180px;
      }
      ul.autor-list > li .autor-box {
        padding: 10px;
      }
      ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
        float: none;
        display: block;
        clear: both;
      }
}
.footer-widgets-part{
  margin-bottom: 25px;
}

@media (max-width: 480px) {
   .headertop { padding: 7px 0; }
   .logo { padding-top: 14px; display: block; }
   .logo img { max-width: 160%; }
   .topbtn-search { justify-content: flex-end; }
   .articlebtn, .sbacribebtn { height: 24px !important; margin: 4px 0px 3px 5px; }
   .articlebtn span, .sbacribebtn span { font-size: 10px; padding: 4px 2px 4px 2px; }
   .indiastop { font-size: 10px; letter-spacing: 1.2px; margin-top: 0px; text-align: right; }
   .aboutsection { margin-top: 20px; }
   .event-box { padding: 0px; }
   .subsouter-section { padding: 0px 0px 20px 0px; }
   .search-container { justify-content: flex-end; }
   .search-container.active .search-input { width: 300px; }
   .toppnews-text h3 { font-size: 1.20rem; margin-bottom: 15px; margin-top: 15px; }
   div.list-post img { width: 60px; margin-right: 10px; }
   .list-line-posts { padding: 0px 23px; }
   .owl-theme .owl-controls .owl-buttons div { width: 25px; height: 25px; font-size: 12px; }
   .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev { margin-left: -25px; }
   .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next { margin-right: -25px; }

   .subscribecont h2 { font-size: 1.5rem; margin-bottom: 15px; padding-bottom: 0px; }
   .subscribecont h2 br { display: none; }
   .subsformfld { margin: 10px 5px 0px 5px; }
   .subsformfld input { height: 35px; padding: 0px 0px 0px 37px; font-size: 14px; }
   .subsformfld svg { width: 17px; height: 17px; left: 13px; top: 10px; }
   .submitbtn { height: 35px; width: 97%; margin-left: 1%; }
   .submitbtn span { height: 32px; padding-top: 4px; }
   .googlead { margin-top: 15px; }
 
   footer .categories-widget { background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 28%, rgb(255 255 255) 74%, rgba(255, 255, 255, 0) 100%); padding: 2px 0 0 0; }

}
.footerlogo img{
        padding-bottom:15px
}

@media (max-width: 360px) {
   .logo img { max-width: 150%; }
   div.list-post .post-content h2, div.list-post .post-content h2 span { font-size: 13px; }
   .topsocial ul li { margin: 0px 0px 0px 8px; }
}
@media (max-width: 320px) {
   .logo img { max-width: 127%; }

}
/* ****gallery***** */
.focus-news-box.Gallery img {
    border-radius: 8px !important;
}
.caption {
  
  
  color: #fff;
  position: relative;
  bottom: 46px;
}
/*******submit your artical*******/
.row.py-5.Submit {
  border-radius: 20px !important;
    background: linear-gradient(175deg, rgb(238 245 210) 0%, rgb(251 229 185) 100%);
  padding: 20px;}
  span.red {
    color: red;
}
.form-control {
    margin-bottom: 15px;
    border: 1px solid #ced4da1!important;
      border-radius: 0.45rem!important;}
.submit-btn {
    background-color: #91b412;
    color: white;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;}


    input#file {
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    background: #fff;
    width: 100%;
    padding: 3px 5px !important;
    border-radius: 8px;
}
/* ****end**** */
/********focus-area-detail *****/
.focus-news-box img {
    border-radius: 10px;
}
.focus-news-box p {
  text-align: center;
}
.eventphoto-section1 {
    margin-bottom: 30px;
    padding: 35px 15px 10px 15px;
    background-color: #f8f6f6;
    border-radius: 15px;
}

/********focus-area-detail  end*****/
/********Announcements & Events*****/
.col-md-12.top_bottam_space {
    padding-bottom: 20px;
    padding-top: 20px;
}
.news-con {
    padding-bottom: 6px;
    color: #e44531;
}
/********Announcements & Events****/
.news-con a:hover  {
    
    color: #92a257 !important;
}
.news-con {color: #492529 !important;}
.news-con.heading {
    color: #e44531 !important;
}
.eventphot-section1 {
    margin-bottom: 30px;
    padding: 35px 15px 10px 15px;
    background-color: #f8f6f6;
    border-radius: 15px;
}
.col-12botam {
    margin-bottom: 25px;
}
.int-by.d-flex.page {
    margin-top: -3px;
}
.int-by.d-flex.page p {
    font-size: 13px!important;
}
.col-12.botamadd {
    padding-bottom: 20px;
}
.footsocial { margin: 0px; padding: 0px; }
.footsocial li img { border-radius: 5px; height: auto }
.footsocial li a { overflow: visible; }
.sharebtn { color: #7a7a7a; width: 30px; height: 30px; border: 1px solid #9e9e9e; border-radius: 100%; 
  display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; }

 
/* vijay css */

.parsley-errors-list { margin: 0px!important; padding: 0px!important; list-style: none!important; }
.parsley-errors-list li { font-size: 11px; height: 20px; margin: 0px; padding:0px; color: #ff4a4a; }




  /* Contact us css */
  .section-title {
    margin-bottom:23px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: black;
    margin-bottom: 0;
    cursor: none;
}
.section-title h2 span {
    font-weight: 700;
}
.contact-info-item .icon-box {
    position: relative;
    background-color:#98bf04ad;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s 
ease-in-out;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-info-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s 
ease-in-out;
    z-index: 0;
}
.contact-info-content h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;

}
.contact-us-form {
    background-color: white;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 30px 0px #0000000A;
    background: linear-gradient(175deg, rgb(238 245 210) 0%, rgb(251 229 185) 100%);
    border-radius: 40px;
    padding: 40px;
}

.form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-form .form-control{
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    color: black;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    padding: 17px 15px;
}

.form-group input, .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: var(--secondary-font);
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



.form-group textarea {
    height: 115px;
    resize: none;
}

.contact-info-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

 .contact-info-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin: 0;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}