@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: #eee;
}

@media (min-width: 1120px) {
  .container {
    max-width: 1076px!important;
  }

}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/

/* .container {
  max-width: 1052px;
} */

.left-content-header {
  float: left;
  width: 32.37%;
}
.right-content-header {
  float: left;
  width: 67.63%;
}
.left-content-area {
  float: left;
  width: 67.62%;
}
.right-content-area {
  float: left;
  width: 32.38%;
}
.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;
}


body, h1, h2, h3, h4, h5, h6, p, textarea {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
a{
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
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 */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #6a3  none repeat scroll 0 0;
  border: 1px solid #6a3;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #6a3;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/* ------------------------------------
  NEW HEADER STYLE
---------------------------------------*/
.new-header {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #6a3;
}
.new-logo-area {

}
.new-date-time {
  text-align: center;
  padding-top: 21px;
  padding-left: 85px;
}
.new-date-time ul {
  margin: 0;
  padding: 0;
}
.new-date-time ul li {
  display: inline-block;
  margin-right: 45px;
  color: #000000;
  line-height: 32px;
  font-size: 15px;
  list-style: none;
}
.new-date-time ul li .fa-calendar {
  padding-right: 5px;
  padding-left: 2px;
}
.social-share-icon {
  text-align: right;
  padding-top: 15px;
  padding-right: 5px;
}
/*----------------------------------
	Social Share
-----------------------------------*/
.tc-social-share a {
  display: inline-block;
  margin-left: 5px;
}
.tc-social-share .social-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #444;
  -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.09);
  box-shadow: 0 0 0 4px rgba(0,0,0,0.09);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s,
  box-shadow 0.3s;
}
.tc-social-share .social-icon:after {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tc-social-share .social-icon:before  {
  speak: none;
  font-size: 20px;
  line-height: 37px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.tc-social-share .social-icon:hover {
  background: #444;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #444;
  box-shadow: 0 0 0 2px #444;
}
.tc-social-share .social-icon:hover:before {
  -webkit-animation: animationLeft 0.3s forwards;
  animation: animationLeft 0.3s forwards;
}

/*----------------------------------
	Social Share Colors
-----------------------------------*/
.tc-social-share i[class*="-facebook"] {
  background: #4766A9;
  color: #fff;
}
.tc-social-share i[class*="-facebook"]:hover {
  background: transparent;
  color: #4766A9;
  -webkit-box-shadow: 0 0 0 2px #4766A9;
  box-shadow: 0 0 0 2px #4766A9;
}
.tc-social-share i[class*="-twitter"] {
  background: #00ACED;
  color: #fff;
}
.tc-social-share i[class*="-twitter"]:hover {
  background: transparent;
  color: #00ACED;
  -webkit-box-shadow: 0 0 0 2px #00ACED;
  box-shadow: 0 0 0 2px #00ACED;
}
.tc-social-share i[class*="-youtube"] {
  background: #c4302b;
  color: #fff;
 }
.tc-social-share i[class*="-youtube"]:hover {
  background: transparent;
  color: #c4302b;
  -webkit-box-shadow: 0 0 0 2px #c4302b;
  box-shadow: 0 0 0 2px #c4302b;
}
.tc-social-share i[class*="-rss"] {
  background: #ee802f;
  color: #fff;
}
.tc-social-share i[class*="-rss"]:hover {
  background: transparent;
  color: #ee802f;
  -webkit-box-shadow: 0 0 0 2px #ee802f;
  box-shadow: 0 0 0 2px #ee802f;
}
.tc-social-share i[class*="-instagram"] {
  background: #e4405f;
  color: #fff;
}
.tc-social-share i[class*="-instagram"]:hover {
  background: transparent;
  color: #e4405f;
  -webkit-box-shadow: 0 0 0 2px #e4405f;
  box-shadow: 0 0 0 2px #e4405f;
}
.tc-social-share i[class*="-pinterest"] {
  background: #BB0B1F;
  color: #fff;
}
.tc-social-share i[class*="-pinterest"]:hover {
  background: transparent;
  color: #BB0B1F;
  -webkit-box-shadow: 0 0 0 2px #BB0B1F;
  box-shadow: 0 0 0 2px #BB0B1F;
}

/*----------------------------------
	Social Corners
-----------------------------------*/
.tc-social-square .social-icon {border-radius: 0;}
.tc-social-round .social-icon {border-radius: 4px;}

/*----------------------------------
	Social Sizes
-----------------------------------*/
.tc-social-small .social-icon {width: 50px;height: 50px;}
.tc-social-small .social-icon:before {font-size: 24px;line-height: 50px;}
.tc-social-medium .social-icon {width: 64px;height: 64px;}
.tc-social-medium .social-icon:before {font-size: 32px;line-height: 64px;}

/*----------------------------------
	Animation Effect
-----------------------------------*/
.tc-social-share.social-animation-right .social-icon:hover:before {
  -webkit-animation: animationRight 0.3s forwards;
  animation: animationRight 0.3s forwards;
}
.tc-social-share.social-animation-top .social-icon:hover:before {
  -webkit-animation: animationTop 0.3s forwards;
  animation: animationTop 0.3s forwards;
 }
.tc-social-share.social-animation-bottom .social-icon:hover:before {
  -webkit-animation: animationBottom 0.3s forwards;
  animation: animationBottom 0.3s forwards;
}
/*----------------------------------
	Animation Top
-----------------------------------*/
@-webkit-keyframes animationTop {
	49% {-webkit-transform: translateY(100%);}
	50% {opacity: 0;-webkit-transform: translateY(-100%);}
	51% {opacity: 1;}
}
@keyframes animationTop {
	49% {transform: translateY(100%);}
	50% {opacity: 0;transform: translateY(-100%);}
	51% {opacity: 1;}
}

/*============= TOP NEW STYLE 3 =============*/
.leadnews-wrapper {
  width: 100%;
  background: #eee;
}
.lead-new-container {
  padding-left: 24px;
  padding-right: 24px;
}
.top-lead-style-3 {
  margin-top: 24px;
  padding-bottom: 30px;
}
.lead-news-padding-2 {
  padding: 0;
}
.lead-news-style-5-big {
  margin-bottom: 2px;
  margin-left: 2px;
  position: relative;
}
.lead-news-style-5-big a {
  display: block;
  overflow: hidden;
  position: relative;
}
.lead-news-style-5-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-5-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-5-big-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: 20px 10px 10px;
}
.lead-news-style-5-big-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-style-5-big-heading  h2 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  width: 100%;
}
.new-style-tab {
  margin-top: 0;
}
.custom-tab-new-page {
  max-height: 455px;
  overflow-y: auto;
}
.right-main-tab-style-2 {
  border-left: 1px solid gray;
}
/*============== LEAD NEW STYLE ===============*/
.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.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 10px;
}
.lead-new-style-heading span {
  /* color: #f88c00; */
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-new-style-heading h2 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  width: 100%;
}
.lead-new-style a:hover .lead-new-style-heading h2 {
  /* color: #f88c00; */
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
/*========== ENTERTAINMENT 2 STYLE  ========*/
.entertainment-section-left {
  float: left;
  width: 69.89%;
}
.entertainment-section-right {
  float: left;
  width: 30.11%;
}
.entertainment-style-2 {
  background: #fff;
  width: 100%;
  padding: 35px 0 16px;
}
.entertainment-heading-style-2 {
  margin-bottom: 15px;
  position: relative;
}
.entertainment-heading-style-2:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 2px solid #FF8C00;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 99;
}
.entertainment-heading-style-2 h3 {
  background-color: #19232d;
  margin: 0;
  color: #fff;
  left: 11px;
  display: inline-block;
  font-size: 24px;
  padding: 7px 20px;
  position: relative;
  transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.entertainment-heading-style-2  span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.entertainment-big-2-text {
  border-top: 3px solid #6a3;
  background-color: #F2F2F2;
  max-height: 147px;
  min-height: 147px;
  overflow: hidden;
}
.entertainment-big-2-text h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 5px 5px 5px;
}
.entertainment-big-2-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 0 8px;
}
.entertainment-small-2 {
  position: relative;
  padding-bottom: 24px;
}
.entertainment-small-2-image-text {
  border-top: 3px solid #6a3;
  background-color: #F2F2F2;
  position: relative;
  padding: 4px 5px 0;
  min-height: 57px;
  max-height: 57px;
  overflow: hidden;
}
.entertainment-small-2-image-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.entertainment-small-2-image-text h2 {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin: 0;
}
.new-page-style-3 {
  max-height: 358px;
  overflow-y: auto;
}
.entertainment-big-2 a:hover .entertainment-big-2-text {
  border-top: 3px solid #5DC73A;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
/* .entertainment-big-2 a:hover .entertainment-big-2-text h2 {
  color: #6a3;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
} */
.entertainment-big-2 a:hover img {
  opacity: 0.90;
}
.entertainment-small-2 a:hover .entertainment-small-2-image-text {
  border-top: 3px solid #5DC73A;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
/* .entertainment-small-2 a:hover .entertainment-small-2-image-text h2 {
  color: #6a3;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
} */
.entertainment-small-2 a:hover img {
  opacity: 0.90;
}

/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
   -moz-animation: fadeInScale 0.7s ease-in-out;
   animation: fadeInScale 0.7s ease-in-out;
}
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    transition: background-color .3s .2s;
}
.side-tab-main {
  width: 100%;
  margin-top: 20px;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #6a3;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #6a3;
}
.least-news {
  position: relative;
}
.least-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.least-news-ul .least-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.custom-tab-new-page {
  max-height: 455px;
  overflow-y: auto;
}
.right-main-tab-style-2 {
  border-left: 1px solid gray;
}
/*======================= SPECIAL EVENT SECTION STYLE ============================*/
.special-event-section {
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 50px;
  background: #111111;
  color: #ffffff;
}
.special-event-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 28px;
  border-left: 5px solid #6a3;
  line-height: 38px;
  padding-left: 10px;
}
.special-event-heading .title .liner{
  padding-left: 10px;
}
.special-event-heading .title .liner:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 5px dashed #6a3;
  top: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.special-event-heading .title .liner:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 5px dashed #6a3;
  top: 21px;
  display: inline-block;
  vertical-align: bottom;
}
/* ------------------------------------
  NEW SMALL HEADING
---------------------------------------*/
.new-small-heading {
  padding: 40px 0;
}
.new-top-heading {
  margin-bottom: 5px;
  width: 100%;
  display: table;
  box-sizing: border-box;
  border-bottom: 2px solid #6a3;
}
.new-top-heading-left {
  background-color: #6a3;
  padding: 10px 10px 4px 10px;
  min-width: 100px;
  color: #FFF;
  font-size: 24px;
  line-height: 26px;
}
.new-top-heading-left:hover {
  color: #fff;
}
.new-top-heading-right {
  color: #6a3;
  text-align: left;
}
.new-top-heading-right span {
  font-size: 20px;
  padding: 10px 5px 9px 5px;
  right: 0;
  line-height: 20px;
}
.new-top-heading-right-1 {
  right: -1px;
}
.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: #6a3;
  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;
}
.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);
}
.top-news-national-new {
  margin-top: 10px;
  background: #fff;
  padding: 8px;
}
.national-top-news-new {
  position: relative;
}
.national-top-news-lead-new {
  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;
}
.national-top-news-lead-new h2 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.national-top-news-lead-new span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.national-list-style {
  margin: 0;
  padding: 0;
  margin-top: 13px;
}
.national-list-style li {
  list-style: none;
  width: 100%;
  margin-bottom: 6px;
}
.national-list-style li a {
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.national-list-style-left {
  float: left;
  width: 43%;
  padding-right: 3%;
}
.national-list-style-right {
  float: left;
  width: 57%;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
}
.national-list-style-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.national-list-style-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*================ NEW SPORTS SECTION STYLE =====================*/
.new-sports-section {
  padding: 40px 0 50px;
}
.sports-new-heading h3 {
  border-bottom: 2px solid #6a3;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 24px;
}
.sports-new-heading h3 span {
  background: #6a3;
  padding: 7px 20px;
  color: #fff;
  height: 30px;
  line-height: 43px;
  position: relative;
  border-bottom: 2px solid #6a3;
}
.sports-new-heading h3 span::after {
  border-color: #6a3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
.sports-singel-top {
  background: #f6f6f6;
  margin-bottom: 24px;
  border-bottom: 1px solid #6a3;
}
.sports-singel-top-details {
  padding: 8px 10px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.sports-singel-top-details h2 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.sports-singel-top-details span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-singel-button {
  background: #f6f6f6;
  border-bottom: 1px solid #6a3;
}
.sports-singel-button-details {
    padding: 8px 10px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.sports-singel-button-details h2 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.sports-singel-button-details span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: #424242;
  color: #fff;
  padding: 40px 0 0 0;
}
.footer-bottom-row {
    padding: 15px 0;
    border-top: 1px solid #777;
    margin-top: 30px;
}
.contact-details p {
  font-size: 16px;
}
.footer-address-ul {
  padding: 0;
  margin: 0;
}
.footer-address-ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 3px;
}
.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: left;
  padding-top: 12px;
}
.social-icon  li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a {
    display: inline-block;
    transition: 0.5s;
}
.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 34px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
}
.social-icon li a:hover {
    transform: rotate(360deg);
}
.social-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}
.social-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}
.social-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}
.social-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}
.social-icon li .youtube {
  background: #c4302b ;
  border: 2px dotted transparent;
}
.social-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}
.social-icon li .instagram {
  background: #e4405f ;
  border: 2px dotted transparent;
}
.social-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}
.social-icon li .linkedin {
  background: #0077B5 ;
  border: 2px dotted transparent;
}
.social-icon li:hover .linkedin {
  border: 2px dotted #0077B5;
  background: transparent;
  color: #0077B5;
}
.social-icon li a:hover {
  border: 2px dotted #fff !important;
  background: transparent;
  color: #fff !important;
}
.design-link {
  float: right;
}
.design-link a {
    font-weight: 700;
    color: #0A854C;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*======================== VISITABLE PLACE WRAPPER STYLE ============================*/
.visitable-place-wrapper {
  padding: 15px 0;
}
.lifestyle-headline-style-2 {
  display: block;
  position: relative;
}
.lifestyle-headline-style-2 a {
  position: relative;
  display: inline-block;
}
.lifestyle-headline-style-2 h2 {
  border-left: solid 2px #6a3;
  position: relative;
  z-index: 1;
  background-color: #6a3;
  margin: 0 5px 15px;
  border-bottom: none;
  padding: 0 10px 0 5px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
}
.lifestyle-headline-style-2 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  border-left: solid 4px #6a3;
  width: auto;
  margin-top: 0;
  min-height: 100%;
  z-index: 10;
}
.visitable-place-left {

}
.visitable-place-single {
  background-color: #f6f6f6;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.place-single-text {
  padding-top: 6px;
  min-height: 50px;
  max-height: 50px;
  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: #03A9F4;
}
