/*************************************

Template Name: CoxGazette - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

@charset "utf-8";
@font-face {
    font-family: "SolaimanLipiNormal";
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #000;
    background: #eff3f4;
}


@media (min-width: 1120px) {
  .container {
    max-width: 1212px!important;
  }

}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "SolaimanLipiNormal";
}
a:focus {
    outline: 0 solid !important;
}
a:hover {
    text-decoration: none !important;
}
*a:hover {
    text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*======================== CUSTOM HEADER STYLE ============================*/
/* .navbar-brand h2 {
  font-family: 'Roboto Slab', serif;
} */
.header-top-area {
  background: #173e71;
}
.current-date {
  margin: 0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0px;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
}
.social-top-icon {
  padding: 0;
  margin: 0;
  display: flex;
}
.social-top-icon li {
  list-style: none;
  margin: 0;
}
.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  transition: 0.5s;
}
.social-top-icon li a i {
  z-index: 99;
}
.social-top-icon li a:hover {
  color: #fff;
}
.social-top-icon li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* border-radius: 50%; */
  /* z-index: -1; */
  transform: scale(0);
  transition: 0.5s cubic-bezier(.95,.32,.37,1.31);
}
.social-top-icon li a:hover:before {
  transform: scale(1);
}

.social-top-icon li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a:hover:before {
  background: #F26522;
}

/*=================================================
      TOP Lead NEWs STYLE
=======================================================*/
.lead-new-container {
  padding-left: 24px;
  padding-right: 24px;
}
.top-lead-style-3 {
  margin-top: 30px;
  padding-bottom: 20px;
}
.lead-news-padding-2 {
  padding: 0;
}
.lead-news-style-big {
  position: relative;
}
.lead-news-style-big a {
  display: block;
  overflow: hidden;
  position: relative;
}
.lead-news-style-big a img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-news-style-big a:hover img {
  -webkit-transform: scale(1.4) rotate(10deg);
  -moz-transform: scale(1.4) rotate(10deg);
  -ms-transform: scale(1.4) rotate(10deg);
  -o-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}
.lead-news-style-big-heading {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
    bottom: 0;
    padding: 10px 10px 10px;
}
.lead-news-style-big-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-style-big-heading  h2 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  margin-top: 5px;
  line-height: 1;
}
.lead-news-padding {
  padding: 0;
}
.lead-new-style {
  margin-bottom: 2px;
  margin-left: 2px;
  position: relative;
}
.lead-new-style a {
  display: block;
  overflow: hidden;
  position: relative;
}
.lead-new-style a img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-new-style a:hover img {
  -webkit-transform: scale(1.4) rotate(10deg);
  -moz-transform: scale(1.4) rotate(10deg);
  -ms-transform: scale(1.4) rotate(10deg);
  -o-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}
.lead-new-style-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  bottom: 0;
  padding: 10px 10px 10px;
}
.lead-new-style-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-new-style-heading h2 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-top: 3px;
  line-height: 1.1;
}
.lead-new-style a:hover .lead-new-style-heading h2 {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.ribbon-category {
  background: #296ec1;
  padding: 4px 7px 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
}
/* .ribbon-3 {
  min-width: 50px;
  height: 25px;
  background: #296ec1;
  top: 20px;
  left: -10px;
  z-index: 1;
}
.ribbon {
  position: absolute;
}
.ribbon-3:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #296ec1;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #296ec1;
}
.ribbon-3 span {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
  line-height: 27px;
  padding-left: 10px;
}
.ribbon-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  border-left: 12px solid #296ec1 ;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
} */
/* ------------------------------------
 UAPZILA WRAPPER Style Start Here
---------------------------------------*/
.news-tab-wrapper {
  position: relative;
  display: block;
  padding: 0 0 10px;
}
.tab-pane {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
/* .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
} */
/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.new-tab-header-style {
  display: block;
  border-bottom: 2px solid #296ec1;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
}
.latest-news-tab-nav {
  margin: 0;
  border: 0;
  float: right;
}
.latest-news-tab-nav-title {
  width: 10%;
  margin: 0;
  padding: 0;
  float: left;
}
.latest-news-tab-nav {
  width: 90%;
  float: left;
  margin-top: 5px;
  display: block;
  text-align: right;
}
.latest-news-tab-nav-title li {
  list-style: none;
}
.latest-news-tab-nav li {
  float: right;
  background: #ffffff;
  margin: 0 5px;
}
.latest-news-tab-nav li:last-child {
  margin-right: 0;
}
.latest-news-tab-nav li a {
  font-size: 18px;
  color: #101010;
  padding: 0 7px 0 7px;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  line-height: 30px;
  margin-right: 0;
  position: relative;
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 0 !important;
}
.latest-news-tab-nav .nav-link.active {
  color: #fff;
  background: #296ec1;
  border: none !important;
  border-radius: 0;
}
.latest-news-tab-nav li a:hover {
  color: #fff;
  background: #296ec1;
  border-radius: 0;
}
.latest-news-tab-nav li:first-child {
  margin-right: 0;
}
.latest-news-tab-nav-title li a h4 {
  margin: 0;
  padding: 0 20px;
  background: #296ec1;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
}
/*=================== COXBAZER SODOR NEW SECTION STYLE ==============================*/
.coxbazer-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.coxbazer-lead-left {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 8px 0 8px;
}
.coxbazer-lead-left-heading {
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.coxbazer-lead-left-heading h3 {
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 5px;
  transition: all 0.5s ease 0s;
  color: #000;
}
.coxbazer-lead-left a:hover {
  color: #000;
}
.coxbazer-lead-left a:hover img {
  opacity: 0.85;
}
.top-left-side-bar {
  position: relative;
  margin: 0;
  padding: 0;
}
.top-left-side-bar li {
  list-style: none;
  width: 100%;
  margin-bottom: 3px;
}
.top-left-side-bar li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.top-left-side-bar-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.top-left-side-bar-right {
  float: left;
  width: 64%;
  overflow: hidden;
}
.top-left-side-bar-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.coxbazer-lead-left img {
  height: 374px;
}
.coxbazer-lead-left a:hover h3 {
  color: #000;
}
.top-left-side-bar li a:hover h3 {
  color: #000;
}
.top-left-side-bar li a:hover img {
  opacity: 0.85;
}
/*======================== VISITABLE PLACE WRAPPER STYLE ============================*/
.visitable-place-wrapper {
  padding: 20px 0 15px;
}
.middle-new-headline-style-2 {
  display: block;
  position: relative;
}
.middle-new-headline-style-2 a {
  position: relative;
  display: inline-block;
}
.middle-new-headline-style-2 h2 {
  border-left: solid 2px #296ec1;
  position: relative;
  z-index: 1;
  background-color: #296ec1;
  margin: 0 5px 15px;
  border-bottom: none;
  padding: 0 10px 0 5px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}
.middle-new-headline-style-2 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  border-left: solid 4px #296ec1;
  width: auto;
  margin-top: 0;
  min-height: 100%;
  z-index: 10;
}
.visitable-place-left {

}
.visitable-place-single {
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.place-single-text {
  padding-top: 4px;
  min-height: 53px;
  max-height: 53px;
  overflow: hidden;
}
.place-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.visitable-place-single a:hover h3 {
  color: #000;
}
.visitable-place-single a:hover img {
  opacity: 0.85;
}
/*=== FEATURE NEWS STYLE ===*/
.feature-news-title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #296ec1;
  /* border-bottom: 3px solid #03A9F4; */
  margin: 0 0 15px 0;
}
.feature-news-title a {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 44px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.feature-news-lead-wrapper {
  padding: 8px 8px;
  background: #fff;
}
.feature-news-lead {
  position: relative;
  /* margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px; */
  display: inline-block;
}
.feature-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.feature-news-heading h3 {
  margin: 0;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #296ec1;
}
.feature-news-ul {
  margin: 0;
  padding: 0;
}
.feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  /* border-bottom: 1px dashed #5d5d5d; */
  padding: 6px 0;
}
.feature-news-ul li:last-child {
  border-bottom: 0;
}
 .feature-news-single {
   background-color: #fff;
   padding: 8px 8px;
   display: inline-block;
   margin-bottom: -7px;
   width: 100%;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.feature-news-lead a:hover img {
  opacity: .85;
  webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.feature-news-lead a:hover .feature-news-heading h3 {
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.feature-news-single:hover img {
  opacity: .85;
}
.feature-news-single:hover .feature-news-right h3 {
  color: #000;
}
/*======================= START FADE STYLE ============================*/
.fade-2 {
  -webkit-animation: fadeInScale1 0.7s ease-in-out;
  -moz-animation: fadeInScale1 0.7s ease-in-out;
  animation: fadeInScale1 0.7s ease-in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
@keyframes fadeInScale1 {
    0% {
        /* transform: scale(0.9); */
        opacity: 0;
        transform: rotateY(-180deg);
    }

    100% {
        /* transform: scale(1); */
        opacity: 1;
        transform: rotateY(0);
    }
}
/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #296ec1;
    transition: background-color .3s .2s;
}
.side-tab-main {
  width: 100%;
  /* margin-top: 24px; */
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #296ec1;
  border-radius: 0;
  padding: 12px 15px;
  border-bottom: 3px solid transparent;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-bottom: 3px solid #296ec1;
}
.latest-news {
  position: relative;
}
.latest-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.latest-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.latest-news-ul li a {
  margin-bottom: -5px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
/* .latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.latest-news-ul .latest-news-left img {
  /* min-height: 60px;
  max-height: 60px; */
  overflow: hidden;
  /* min-width: 92px;
  max-width: 92px; */
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
}
.right-main-tab-style-2 {
  /* border-left: 1px solid gray; */
}
.latest-news-ul {
  max-height: 526px;
  overflow-y: auto;
}
/*======================== middle-new WRAPPER STYLE ============================*/
.new-title-style {
  background: #fff;
  margin-bottom: 20px;
}
.new-title-style h2 {
  border-left: 5px solid #296ec1;
  border-bottom: 1px solid #296ec1;
  padding: 0 15px;
  margin: 0;
}
.new-title-style a {
  font-size: 24px;
  color: #000;
  line-height: 44px;
  font-weight: 400;
}
.middle-new-wrapper {
  padding: 0px 0 40px;
}
.middle-new-style {
  background: #fff;
  margin-left: 12px;
  margin-right: 12px;
  width: 100%;
  margin-top: -20px;
}
.middle-new-single {
  width: 25%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.middle-new-single-small {
  /* background: #F0F0ED; */
  background: #EFF3F4;
}
.middle-new-single a:hover img {
  opacity: 0.80;
}
.middle-new-text {
  padding: 3px 5px 0;
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}
.middle-new-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.middle-new-single a:hover h3 {
  color: #000;
}
.middle-new-banner-2 {
  margin-top: 35px;
}
.middle-new-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}

/*======================== Cox Culture WRAPPER STYLE ============================*/
.special-title-heading {
  background: #fff;
}
.special-title-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 24px;
  border-left: 5px solid #296ec1;
  line-height: 36px;
  padding-left: 10px;
}
.special-title-heading .title a {
  font-size: 24px;
  color: #000;
  line-height: 44px;
}
.special-title-heading .title .liner {
  padding-left: 10px;
}
.special-title-heading .title .liner:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 5px dashed #296ec1;
  top: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.special-title-heading .title .liner:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 5px dashed #296ec1;
  top: 23px;
  display: inline-block;
  vertical-align: bottom;
}
.cox-culture-wrapper {
  padding-top: 40px;
  padding-bottom: 35px;
}
.cox-culture-left {
  width: 73.27%;
  float: left;
}
.cox-culture-right {
  width: 26.73%;
  float: left;
}
.culture-right-banner-2 {
  margin-top: 24px;
}
.cox-culture-left-main {
  background: #fff;
  padding: 12px 12px;
}
.cox-culture-lead {
  background-color: #fff;
}
.cox-culture-lead a:hover img {
  opacity: 0.80;
}
.cox-culture-lead img {
  max-width: 480px;
  min-width: 480px;
  max-height: 265px;
  min-height: 265px;
  overflow: hidden;
}
.cox-culture-lead-heading {
  min-height: 177px;
  max-height: 177px;
  overflow: hidden;
}
.cox-culture-lead-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.cox-culture-lead-heading h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  padding: 4px 0 1px;
  padding-bottom: 4px;
  color: #000;
}
.cox-culture-lead-heading p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.cox-culture-lead a:hover {
  color: #000;
}
.cox-culture-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.cox-culture-news-ul li a:hover img {
  opacity: 0.80;
}
.cox-culture-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 5px;
}
.cox-culture-news-ul li:last-child {
  margin-bottom: -6px;
}
.cox-culture-news-ul li a {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.cox-culture-news-ul li a:hover {
  color: #000;
}
.cox-culture-news-ul-left {
  float: left;
  width: 37%;
}
.cox-culture-news-ul-left img {
  max-width: 129px;
  min-width: 129px;
  overflow: hidden;
  max-height: 77px;
  min-height: 77px;
}
.cox-culture-news-ul-right {
  float: left;
  width: 63%;
  padding-left: 10px;
  margin-top: 2px;
  max-height: 77px;
  min-height: 77px;
  overflow: hidden;
}
.cox-culture-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
  color: #000;
}
.cox-culture-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.cox-culture-left-sub {
  /* padding-right: 0; */
}
.cox-culture-right-sub {
  padding-left: 0;
}


/*===================== NEW FEATURE STYLE ===========================*/
.new-sub-headline-style {
  color: #000;
  text-decoration: none;
}
.new-sub-headline-style {
  border-bottom: 1px solid #296ec1;
  position: relative;
  margin-bottom: 10px;
}
.new-sub-headline-style a {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}
.new-sub-headline-style h2 {
  margin-bottom: 3px;
  font-size: 30px;
}
.new-sub-headline-style h2 span {
  width: auto;
  border-bottom: 4px solid #296ec1;
}
.new-feature-style {
  margin: 0;
  padding: 0;
  background-color: #fff;
  /* background-color: #f7f7f5; */
  border-bottom: 1px solid #ccc;
}
.new-feature-style li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.new-feature-style li a {
  padding: 8px 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
}
.new-feature-style-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.new-feature-style-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.new-feature-style-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.new-feature-style li a:hover img {
  opacity: 0.85;
}

/*======================== ENVIRONMENT SECTION WRAPPER STYLE ============================*/
.environment-section {
  padding: 30px 0 15px;
}
.environment-main {

}
.environment-section-left {
  width: 73.27%;
  float: left;
}
.environment-section-right {
  width: 26.73%;
  float: left;
}

.new-environment-ul-left {
  width: 21%;
}
.new-environment-ul-right {
  width: 79%;
}
.new-environment-ul-right li a {
  font-size: 16px;
}
.new-environment-ul-right li {
  margin: 0 4px;
}
.new-environment-ul-right li:last-child {
  margin-right: 5px;
}
.environment-lead-news {
  margin-top: 15px;
  display: block;
}
.environment-lead-news a:hover img {
  opacity: 0.85;
}
.environment-lead-news .environment-lead-left {
  width: 51.5%;
  float: left;
}
.environment-lead-left img {
  max-height: 246px;
  min-height: 246px;
  overflow: hidden;
}
.environment-lead-news .environment-lead-right {
  width: 48.5%;
  float: left;
  background: #fff;
  padding: 10px 15px;
  color: #000;
  max-height: 246px;
  min-height: 246px;
  overflow: hidden;
}
.environment-lead-right h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  padding: 0 1px;
  padding-bottom: 5px;
  color: #000;
}
.environment-lead-right p {
  margin: 0;
}
.environment-other-news {
  margin-top: 24px;
}
.environment-other-text {
  padding: 4px 7px;
  background: #fff;
  margin-bottom: 24px;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.environment-other-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
  /* font-family: Roboto, sans-serif; */
}
.environment-other-news a:hover img {
  opacity: 0.85;
}
.environment-right-banner-1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
/*======================== PHOTO GALLERY WRAPPER STYLE ============================*/
.photo-gallery-wrapper {
  padding: 30px 0 0;
}
.photo-gallery-heading {
  border-bottom: 3px double #000;
  margin-bottom: 12px;
}
.photo-gallery-heading h2 {
  font-size: 30px;
  margin-bottom: 1px;
  border-bottom: 1px solid #000;
}
.photo-gallery-heading a {
  color: #000;
}
.photo-gallery-heading a:hover {
  color: #000;
}


.demo {
  width: 100%;
}
#image-gallery {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
#image-gallery li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor:pointer;
  position: relative;
}
/* #image-gallery li img {
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 100%;
} */
#image-gallery li img {
  display: block;
  max-height: 435px;
  min-height: 435px;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}
#image-gallery .photo-gallery-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    z-index: 10;
    zoom: 1;
    text-rendering: optimizeLegibility;
}
#image-gallery li a h3 {
  font-size: 22px;
  margin: 0;
}
.photo-gallery-ul {
  margin: 0;
  padding: 0;
}
.photo-gallery-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.photo-gallery-ul li a {
  position: relative;
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  margin-bottom: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.photo-gallery-ul li a .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #1d4e89;
  left: 8px;
}
.photo-gallery-ul-left {
  width: 40%;
  float: left;
  padding-right: 2%;
}
.photo-gallery-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding: 5px;
  min-height: 75px;
  max-height: 75px;
}
.photo-gallery-ul-right h2 {
  font-size: 19px;
  color: #000;
  line-height: 22px;
  margin: 0;
}
.photo-gallery-ul li a img {
  max-width: 138px;
  min-width: 138px;
  max-height: 76px;
  min-height: 76px;
  overflow: auto;
}
.photo-gallery-ul li a:hover img{
  opacity: 0.80;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 30px 0 40px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
}
.title-bg {
    position: relative;
    font-size: 20px;
    color: #101010;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}
.title-bg:before {
    background: #296ec1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -14px;
    width: 60%;
}
.title-bg:after {
    background: #296ec1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.title-bg a {
    color: #000000;
    font-size: 30px;
    text-decoration: none;
}
.single-videos {
    position: relative;
    overflow: hidden;
}
.single-videos .images {
    position: relative;
    overflow: hidden;
}
.single-videos .images a {
    display: block;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.single-videos .images .overley {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.single-videos .images:after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-videos .images .overley .videos-icon {
    padding: 20% 0;
    text-align: center;
}
.single-videos .images a img {
    transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley {
    opacity: 1;
    transform: scaleY(1);
    z-index: 10;
}
.videos-text {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 5px 10px;
  max-height: 77px;
  min-height: 77px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}
.single-videos a {
    color: #000;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -55px;
  border: 1px solid #296ec1;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #296ec1 !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #296ec1;
  border: 1px solid #296ec1;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #296ec1;
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -55px;
  border: 1px solid #296ec1;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #296ec1 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #296ec1;
  border: 1px solid #296ec1;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #296ec1;
}
/*=================== FOOTER SECTION STYLE ==============================*/
.footer-top {
  /* background-color: #0C2B57; */
  background-color: #173e71;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.footer-top-left {
  float: left;
}
.footer-top-right {
  float: right;
  padding: 15px 0;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
.footer-logo img {
  width: 80%;
  height: auto;
}
.footer-top-left a {
  padding: 15px 0;
  display: block;
  margin: 0;
}
.social-helper {

}
.social-top-icon-2 {
  padding: 0;
  margin: 0;
  display: flex;
  padding-top: 10px;
}
.social-top-icon-2 li {
  list-style: none;
  margin: 0;
}
.social-top-icon-2 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  line-height: 22px;
  transition: 0.5s;
  cursor: pointer;
}
.social-top-icon-2 li a:hover {
  color: #fff;
}
.social-top-icon-2 li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 50%;
  z-index: 3;
  transform: scale(0);
  transition: 0.5s cubic-bezier(.95,.32,.37,1.31);
}
.social-top-icon-2 li a i {
  z-index: 99;
}
.social-top-icon-2 li a:hover:before {
  transform: scale(1);
}

.social-top-icon-2 li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon-2 li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon-2 li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon-2 li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon-2 li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon-2 li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon-2 li:nth-child(7) a:hover:before {
  background: #F26522;
}
.ul-play-store {
  border-left: 1px solid #fff;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}
.ul-play-store li {
  list-style: none;
  display: inline-block;
  width: 155px;
  padding-right: 5px;
}
.ul-play-store li a {
  text-decoration: none;
  display: inline-block;
}
.ul-play-store li:hover img {
  opacity: 0.85;
  transition: all 0.5s ease 0s;
}
.footer-middle {
  background-color: #0C2B57;
  width: 100%;
}
.footer-middle {
  background-color: #173e71;
  width: 100%;
}
.footer-facebook-like {
  padding: 40px 0;
  text-align: right;
}
.footer-ul {
  margin-top: 30px;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.footer-ul li {
  list-style: none;
  width: 25%;
  display: inline-block;
  float: left;
}
.footer-ul li a {
  color: #fff;
  padding: 5px 5px;
  font-size: 18px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
  transition: 0.5s;
}
.footer-ul li a:hover {
  padding-left: 15px;
}
.footer-details {
  color: #fff;
  padding: 14px 0 35px;
  float: left;
  width: 100%;
}
.footer-details .small-email {
  font-size: 16px;
}
.footer-details h3 {
  line-height: 35px;
  font-size: 22px;
  margin: 0;
}
.footer-bottom-row p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.footer-details a {
  color: #fff;
  transition: all 0.5s ease 0s;
}
.footer-details a:hover {
  padding-left: 5px;
}
.footer-details span {
  color: #bad0e4;
  font-size: 14px;
  line-height: 24px;
}
.footer-details span i {
  color: #fff;
  font-size: 20px;
}
.footer-details span b {
  color: #fff;
  font-size: 18px;
}
.footer-bottom {
  background-color: #1d4e89;
  width: 100%;
  padding: 15px 0;
  float: left;
}
.privacy {
  margin: 0;
  padding: 0;
}
.privacy li {
  list-style: none;
  display: inline-block;
}
.privacy li a {
  display: inline-block;
  font-size: 13px;
  color: #bad0e4;
  padding: 0 5px;
}
.footer-bottom-row p a {
  color: #0c980c;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Roboto Slab', serif;
}
.design-link img {
  margin-top: 5px;
}

/*======================== CATEGORY PAGE STYLE ============================*/
.category-breadcrumb {
  margin: 20px 0;
  background: #fff;
  padding: 6px 8px;
}
.category-breadcrumb > li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.category-breadcrumb > li > a {
  color: #296ec1;
  font-size: 22px;
}
.category-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.category-main {
  margin-bottom: 24px;
}
.category-left {
  width: 73.27%;
  float: left;
}
.category-right {
  width: 26.73%;
  float: left;
}
.category-single-wrapper {
  padding: 7px 7px;
  background: #fff;
  margin-bottom: 24px;
}
.category-single {
  position: relative;
  display: inline-block;
}
.category-single-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 10px 8px 5px;
}
.category-single-heading h2 {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.category-single-heading span {

}
.category-single-wrapper a:hover img {
  opacity: 0.85;
}
.category-right-baner {
  margin-bottom: 24px;
}
.category-page-ul .latest-news-right h3 {
  padding-top: 0;
  line-height: 21px;
}
.category-page-ul .latest-news-left img {
  min-height: 66px;
}
.category-page-ul .latest-news-right {
  min-height: 66px;
  max-height: 66px;
}
.category-page-ul {
  max-height: 495px;
}
.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #296ec1;
  color: white;
  font-size: 20px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
}
.btn-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more:hover {
    color: #296ec1;
}
.btn-more:focus:before, .btn-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.40%;
}
.right-content-area {
  float: left;
  width: 36.60%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
  margin-bottom: 24px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}
.details-page-breadcrumb li a {
  color: #1b1b1b;
  font-size: 22px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #1b1b1b;
}
.details-content {
  color: #000000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h3 {
  font-size: 28px;
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
/* .details-content img {
  margin-bottom: 5px;
} */
.details-content img {
  margin-bottom: 5px;
}
.details-content img {
  padding: 5px 0;
  max-width: 100%;
  height: auto;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.details-right-news-heading h2 {
  background: #296ec1;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}

.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  margin-top: 3px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 20px;
  border: 0;
}
.btn-more-details:hover {
  color: #fff;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.hvr-bounce-to-right::before {
    background: #296ec1;
    color: #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more-details:hover {
    color: #fff;
}
.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
    color: #fff;
}
.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin:-1px -1px 0;
}
.details-news-single {
  margin-bottom: 21px;
}
.details-news-single img {
  max-width: 192px;
  min-width: 192px;
  max-height: 115px;
  min-height: 115px;
  overflow: hidden;
}
.details-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single a:hover img {
  opacity: 0.80;
}
.details-news-single a:hover img {
  opacity: 0.80;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}
.details-tab-container {
  /* margin-top: 5px; */
}
.details-ul {
  max-height: 575px;
}
/*===================  VIDEO CATEGORY PAGE STYLE ==============================*/
.category-video {
  margin-bottom: 24px;
}
.video-blog-single {
  padding: 7px;
  background: #fff;
  margin-bottom: 20px;
}
.video-blog-single-text {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 5px;
  max-height: 77px;
  min-height: 77px;
  overflow: hidden;
}
.video-blog-single-text h2 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.video-blog-single-images {
  position: relative;
}
.overley-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.overley-video i {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 7px 10px;
  border-radius: 3px;
  color: #296ec1;
  font-size: 20px;
}
.video-blog-single a:hover img {
  opacity: 0.85;
}
/*====================== VIDEO DETAILS PAGE STYLE ==========================*/
.video-gallery-category {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}
.video-gallery-category a:hover img {
  opacity: 0.80;
}
.video-category-img {
  position: relative;
}
.video-category-img .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #296ec1;
}
.video-heading {
  padding: 5px 8px;
  max-height: 75px;
  min-height: 75px;
  overflow: hidden;
}
.video-heading h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
/*====== NEW PHOTOGALLERY DETAISL PAGE STYLE ======*/
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a img {
  padding: 10px 0;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 24px;
  margin-bottom: 5px;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(41,110,193,0.7);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

.english-language {
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  background: #296ec1;
  text-align: center;
}
.english-language li {
  list-style: none;
}
.english-language li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: block;
  margin-top: 2px;
}
.social-helper {
  display: inline-block;
}
