@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");
}

:root {
  --color1: #26A9E0;
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
}


body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

@media (min-width: 1120px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1120px) {
  .menu-container {
    max-width: 1188px !important;
  }
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
  color: #000;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #000;
  text-decoration: none !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;
}
.border-right{
  border-right: 1px solid #E2E2E2;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--color1) none repeat scroll 0 0;
  border: 1px solid var(--color1);
  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 var(--color1);
  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 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/* ============================================
                   category-title
================================================ */

.common-heading {

}
.common-heading-text {
	line-height: 39px;
  margin-bottom: 10px;
	font-size: 24px;
  border-bottom: 1px solid var(--color1);
}
.common-heading-text span {
	color: #000;
  width: auto;
  padding: 2px 8px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--color1);
}
.common-heading-text span:before {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 40px solid var(--color1);
  border-right: 32px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
/* ======= heading-2 ======== */

.headline-style{
  display: block;
}
.headline-style h3 {
  border-left: solid 2px var(--color1);
  position: relative;
  background-color: var(--color1);
  text-align: center;
  padding: 0 10px 2px 5px;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 10px;
  /* margin-left: 6px; */
  /* text-align: left; */
}
/* ============================================
                   Header Area
================================================ */
.header-top {
  background: #f6f6f6!important;
  max-height: 30px;
  min-height: 30px;
  padding: 0 30px;
}
.header-social{
  text-align: right;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
  padding-top: 3px;
}
.header-social ul li{
  display: inline-block;
  margin-right: 10px;
  padding-top: 2px;
}
.header-social ul li a{
  color: #000;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a:hover .fa-twitter{
  color: #55acee;
}
.header-social>ul>li>a:hover .fa-instagram{
  color: #e4405f;
}
.header-social>ul>li>a:hover .fa-linkedin{
  color: #0077B5;
}
.header-social>ul>li>a:hover .fa-youtube-play{
  color: #cd201f;
}
.header-social>ul>li>a:hover .fa-rss{
  color: #f26522;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}

.header-social ul li a .fa{
  font-size: 16px;
}
.header-date {
  text-align: left;
  font-size: 15px;
  padding: 5px 0px 0px;
}
.logo{
  text-align: center;
  padding: 5px 0 5px;
}
.logo img {
  width: 180px;
}

/* ===========================================
                   Lead News 1
============================================= */

.single-landing-other-news {
    position: relative;
    margin-bottom: 24px;
    /* padding: 3px; */
}
.landing-other-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.single-landing-other-news img {
    max-height: 156px;
    min-height: 156px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.single-landing-other-news-text {
    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: 15px 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.single-landing-other-news-text span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.single-landing-other-news-text h2 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
.landing-lead-news {
  position: relative;
  margin-bottom: 20px;
}
.landing-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.landing-lead-news img {
    max-height: 335px;
    min-height: 335px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.landing-news-text {
    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 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.landing-news-text span {
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}
.landing-news-text h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}

.landing-more-news {
    width: 15%;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    border-radius: 0;
}
.landing-more-news:hover {
    color: var(--color1);
}
.landing-more-news: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;
}
.landing-more-news:focus:before, .landing-more-news:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.lead-news{
  width: 70.27%;
}
.lead-news-right {
    width: 29.73%;
    float: left;
}

/*======================= 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;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  transition: all 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes fadeInScale {
  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: #1b1b1b;
  transition: background-color 0.3s 0.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 {
  transition: background-color 0.3s 0s;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: var(--color1);
  border-radius: 0;
  padding: 9px 15px;
  border-bottom: 3px solid transparent;
  /* border-radius: 10px; */
  /* border-top-left-radius: 25px; */
}
.nav-pills .nav-item.active {
  background: #fff;
  color: #19232d;
  border-bottom: 3px solid var(--color1);
}
.side-tab-main .nav-item a {padding: 0;color: #fff;}
.side-tab-main .nav-item.active a {color: #000;}
.least-news {
  position: relative;
}
.least-news-ul {
  margin-bottom: 0;
  /* margin-top: 7px; */
  padding: 0;
  display: inline-block;
  background: #fff;
  /* padding-left: 15px; */
  max-height: 458px;
  overflow-y: auto;
  border: 1px solid #cdcdcd66;
}
.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 dashed #5414; */
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 40%;
  padding-right: 2%;
}
/* .least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  min-width: 98px;
  max-width: 98px;
  border-radius: 6px;
}
.least-news-ul .least-news-left {
  position: relative;
}
.least-news-ul .least-news-left span {
  display: none;
}


.least-news-ul .least-news-right {
  float: left;
  width: 60%;
  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;
}
.banner-1{
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
}

/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: #333;
  color: #fff;
  padding: 40px 0 25px 0px;
}
.footer-left img{
  height: 100px;
}
.footer-left p {
  font-family: 'system-ui', sans-serif, serif;
  line-height: 1.6;
  color: #fff;
}
.contact-details h3 {
  border-bottom: 1px solid #d51f26;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}
.contact-details h3 span {
  width: auto;
  border-bottom: 3px solid #d51f26;
  padding-bottom: 8px;
}
.contact-details p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer-address-ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.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: center;
  padding-top: 12px;
}
.social-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 2px;
}
.social-icon li a {
  display: inline-block;
  transition: 0.5s;
}
.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 31px;
  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;
}
.footer-bottom-row a {
  color: #d51f26;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-bottom-row p {
  margin-bottom: 0;
  color: #fff;
}
.other-footer-link {
  text-align: center;
  padding: 15px;
}
.other-footer-link li {
  list-style-type: none;
  display: inline-block;
  padding: 5px;
}
.other-footer-link a {
  color: #fff;
  text-decoration: none;
}
.footer {
  /* background: #0A0102; */
  background: #181818;
  min-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
}
.footer-copy-text {
  text-align: left;
}
.design-link {
    text-align: end;
}
/* ====================================
                    banner
====================================== */

.top-left-banner-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
}
.top-left-banner-left {
    float: left;
    margin-right: 19px;
    margin-bottom: 24px;
}
.top-left-banner-right {
    float: left;
}
/* ====================================
            category news area
====================================== */
.category-news{
  margin: 24px 0;
}
.category-news-main{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-lead-wrapper{
  padding: 8px 8px 0 8px;
  background: #fff;
}
.category-news-lead{
  position: relative;
  /* display: inline-block; */
}
.category-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, 0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}
.category-news-heading span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-heading h3{
margin: 0;
font-size: 20px;
line-height: 24px;
color: #fff;
}
.category-news-ul{
  margin: 0;
    padding: 0;
    background: #fff;
    margin-top: 10px;
}
.category-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-news-single{
  padding: 8px 0;
  display: inline-block;
  margin-bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.category-news-left{
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.category-news-right{
  float: left;
  width: 64%;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.category-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-right h3{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  padding-left: 2px;
  padding-top: 0;
  transition: all 0.5s ease 0s;
}
/* ====================================
            Sports news area
====================================== */

.sports-news-wrapper{
  /* margin-bottom: 24px; */
  margin: 40px 0 24px;
}
.sports-news-wrapper-left{
  width: 73.27%;
  float: left;
}
.sports-news-wrapper-right{
  width: 26.73%;
  float: left;
}
.category-news-big {position: relative;}
.category-news-big-img{position: relative;}
.category-news-big-text{
  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 5px 3px;
  /* bottom: 0; */
}
.category-news-big-text h2{
  margin: 0;
  font-size: 22px;
  line-height: 28px;
}
.category-news-small{
  margin: 24px 0 0;
}
.category-news-small-image{
  position: relative;
}
.category-news-small-text{
  padding: 5px 7px 3px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-small-text span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 35px 0 70px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.title-bg:before {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}
.title-bg:after {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.title-bg a {
  color: var(--color1);
  font-size: 28px;
  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.4);
  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: absolute;
  /* z-index: 10; */
  /* background-color: #fff; */
  padding: 6px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}
.single-videos a {
  color: #fff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  /* background: #fff; */
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  position: absolute;
  right: 6px;
  top: 56px;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#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: 600;
  line-height: 28px;
  color: var(--color1);
}
#featured-videos-section .owl-nav .owl-prev {
  /* background: #fff; */
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  left: 6px;
  top: 54px;
  position: absolute;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#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: 600;
  line-height: 28px;
  color: #d51f26;
}


/*====================== VIDEO SECTION Style =========================================*/
.new-video-gallery-wrapper {
  background: #eeeeee;
  padding: 30px 0;
  padding-bottom: 15px;
}
.new-video-title {
  border-left: 4px solid #26A9E0;
  line-height: 26px;
  margin-bottom: 15px
}
.new-video-title a {
  color: #000;
}
.new-video-title a h2 {
  color: #000;
  font-size: 30px;
  padding-left: 10px
}
.new-video-small {
  margin-bottom: 24px
}
.new-video-small-image {
  position: relative;
  overflow: hidden;
}
.new-video-small-image img, .new-video-extra-small-image img {overflow: hidden;}
.new-video-small-text {
  background: #fff;
  min-height: 63px;
  max-height: 63px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
}
.new-video-small-text h3 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.new-video-extra-small {
  margin-bottom: 24px
}
.new-video-extra-small-image {
  position: relative;
  overflow: hidden;
}
.new-video-extra-small-text {
  background: #fff;
  min-height: 60px;
  max-height: 60px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
}
.new-video-extra-small-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.new-video-small-image svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 42px;
  width: 42px;
  background: #26A9E0;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #26A9E0;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.new-video-extra-small-image svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 40px;
  width: 40px;
  background: #26A9E0;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #26A9E0;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.new-video-small-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffc107;
}
.new-video-small-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffc107;
}
.new-video-small-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.new-video-small a:hover .new-video-small-image svg {
  fill: #26A9E0;
  background: #fff;
  border-color: #fff;
}
.new-video-extra-small a:hover .new-video-extra-small-image svg {
  fill: #26A9E0;
  background: #fff;
  border-color: #fff;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.details-top-banner{
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0;
}
.left-content-area {
  margin-left: auto;
  margin-right: auto;
  width: 69%;
}
.right-content-area {
  float: left;
  width: 31%;
}
.details-left-content-area {
  padding-top: 25px;
  padding-bottom: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-side-banner2 {
  margin: 34px 0;
}
.details-page-breadcrumb {
  padding: 14px 0 5px;
  margin-bottom: 0;
  background: #fff;
}
.details-page-breadcrumb li a {
  color: #777;
  font-size: 14px;
  line-height: 34px;
}
.details-page-breadcrumb li a:hover{
  color: #e50a09;
}
.details-page-breadcrumb li a i{
  line-height: 30px;
  padding-right: 5px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #777;
  content: "/\00a0";
}
.details-page-breadcrumb .active {
  color: #777;
  font-size: 14px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #d51f26;
}
.details-content-info{

}
.details-content-info h5{
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 8px;
}
.details-social ul {
    padding: 0;
    list-style-type: none;
    padding-top: 3px;
    margin-top: 8px;
}
.details-social ul li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 2px;
}
.details-social ul li a .fa {
    font-size: 16px;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
}
.details-social ul li a .fa-facebook {
    background: #4064ac;
}
.details-social ul li a .fa-twitter {
    background: #1ca6d6;
}
.details-social ul li a .fa-linkedin {
    background: #0a66c2;
}
.details-social ul li a .fa-youtube-play {
    background: #cd201f;
}
.details-content-header {
  border-bottom: 1px solid #d9d9d9;
}
.details-content {
  color: #000000;
  background-color: #fff;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h3 {
  margin-top: 10px;
  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 15px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
/* .details-content img {
  margin-bottom: 5px;
} */
.details-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-caption{
  border: 1px solid #efe3e3;
  border-top: none;
  text-align: center;
  padding: 4px;
}
.righr-content-header {
  width: 100%;
  text-align: left;
  border-bottom: 14px solid var(--color1);
  position: relative;
  margin-top: 24px
}
.righr-content-header span {
    background: #fff;
    padding: 0 10px;
    margin-left: 30px;
    font-size: 22px;
    position: absolute;
    top: 0;
    margin-top: -8px;
    color: #000;
}
.righr-content-more {
  width: 100%;
  text-align: left;
  border-bottom: 6px solid var(--color1);
  position: relative;
}
.righr-content-more span {
    background: #fff;
    padding: 0 10px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -9px;
    color: #000;
}
.details-side-news-ul{
  margin: 0;
  padding: 0;
  background: #fff;
  margin-top: 10px;
}
.details-side-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.details-side-news-single{
  padding: 6px;
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  background: #f5f5f5;
}
.details-side-news-left{
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
}
.details-side-news-right{
  float: left;
  width: 60%;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.details-side-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.details-side-news-right h3{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  padding-left: 2px;
  padding-top: 0;
  transition: all 0.5s ease 0s;
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin: 24px 0 0px;
    text-align: left;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
}
.tag-ul li:first-child {
    font-size: 16px;
    color: #000;
    padding: 3px 2px;
}
.tag-ul li a {
  color: #000;
  font-size: 15px;
  padding: 6px 12px;
  transition: .3s;
  background: #eee;
}
.tag-ul li a:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: var(--color1);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  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: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 1px solid var(--color1);
}
.hvr-bounce-to-right::before {
  background: var(--color1);
  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: 0.5s;
  transition-duration: 0.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, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.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{
  position: relative;
}
.details-news-single-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}
.details-news-single a:hover .details-news-single-img i {
    background-color: #fff;
    color: var(--color1);
}
.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.8;
}
.details-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  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: 25px;
}

.detail-least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.detail-least-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}
.more-news-single {
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.more-news-single img {
  max-width: 216px;
  min-width: 216px;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}
.more-news-single-text {
  padding-top: 4px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  padding-left: 2px;
}
.more-news-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*===================  CATEGORY PAGE STYLE ==============================*/
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}
.category-content-lead a:hover {
  opacity: 0.8;
}
.category-content-lead-left {
  float: left;
  width: 60%;
}
.category-content-lead-left img {
  max-width: 447px;
  min-width: 447px;
  max-height: 246px;
  min-height: 246px;
  overflow: hidden;
}
.category-content-lead-right {
  float: left;
  width: 40%;
  background: #fff;
  padding: 19px 20px;
}
.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.category-content-lead-right h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.category-content-lead-right-text {
  max-height: 208px;
  min-height: 208px;
  overflow: hidden;
}
.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #ebebeb91;
}
.category-content-single a:hover img {
  opacity: 0.8;
}
.category-content-single-left {
    float: left;
    width: 45%;
    padding-right: 2%;
}
.category-content-single-right {
  padding-top: 5px;
  max-height: 90px;
  min-height: 90px;
  overflow: hidden;
}
.category-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.category-content-btn {}


/*============= ARCHIVE PAGE STYLE ================*/
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}
.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}
.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-btn-wrapper {
  float: left;
  width: 12%;
}
.all-news-btn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    width: 100%;
    border-radius: 0;
}
.all-news-btn: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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn:hover {
    color: var(--color1);
}
.all-news-btn:focus:before, .all-news-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.date-picker-main {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-right: 2%;
}
.category-content-single-left span {
  background: var(--color1);
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.single-videos .images i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      background: var(--color1);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 51px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      padding-left: 5px;
      /* border: 3px solid #fff; */
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.9;
}
.single-videos a:hover .images i{
  color: var(--color1);
  background: #fff;
}
.owl-carousel .owl-item.active.center .single-videos .images i{
  color: var(--color1);
  background: #fff;
}

.photo-gallery-wrapper-2{
  display: none;
}

/* =================== play button =================== */
.least-news-left, .landing-other-news-image, .landing-news-small-image, .category-news-img, .category-news-left, .category-news-big-img, .category-news-small-image, .category-news-img, .details-side-news-left{
  position: relative;
}
.least-news-left i, .landing-other-news-image i, .landing-news-small-image i, .category-news-img i, .category-news-left i, .category-news-big-img i, .category-news-small-image i, .category-news-img i, .details-side-news-left i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.landing-other-news-image i, .landing-news-small-image i, .least-news-left i, .category-news-img i, .category-news-big-img i, .category-news-img i, .details-side-news-left i{
  height: 45px;
  width: 45px;
  line-height: 37px;
  font-size: 23px;
  padding-left: 6px;
  border: 4px solid #fff;
  z-index: 1;
}
.least-news-left i, .category-news-left i, .category-news-small-image i{
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 18px;
  padding-left: 6px;
  border: 3px solid #fff;
  z-index: 1;
}
.least-news-ul a:hover .least-news-left i, .single-landing-other-news a:hover .landing-other-news-image i, .landing-news-small a:hover .landing-news-small-image i, .category-news-lead a:hover .category-news-img i, .category-news-ul li:hover .category-news-left i, .category-news-big a:hover .category-news-big-img i, .category-news-small a:hover .category-news-small-image i, .category-news-lead a:hover .category-news-img i, .details-side-news-ul li a:hover .details-side-news-left i{
  background-color: #fff;
  color: #1b75bb;
}
/* ============= NEW CATEGORY NEWS ============== */
.new-category-news-text{
  min-height: 158px;
  max-height: 158px;
  overflow: hidden;
}
.new-category-news-text h3{
  font-size: 21px;
  line-height: 24px;
  padding-top: 6px;
}
.new-category-news-text p{
  color: #777;
  margin: 0;
}
.new-cat-news-small{
  margin-bottom: 24px;
}
.new-cat-small-text{
  padding: 4px;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.new-cat-small-text h3{
  font-size: 17px;

}
.category-list-news {
    margin: 0;
    padding: 0 8px;
    background: #fff;
    margin-top: -8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-list-news li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-list-news-body{
    padding: 6px 0;
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
}
.category-list-news-img{
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.category-list-news-text{
    float: left;
    width: 64%;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
}
.category-list-news-text h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    padding-left: 2px;
    padding-top: 0;
    transition: all 0.5s ease 0s;
}
.media-news-text {
  padding: 6px;
}
.media-news-text h3{
  font-size: 18px;
  line-height: 22px;
}
.media-section {
  background: #fff;
  padding: 40px 0px 45px;
}
.footer-left{
  padding-top: 4px;
  text-align: center;
}
.content-area-left{
  margin-top: 24px;
}
.lead-news-wrapper{
  margin-top: 24px;
}


/* ============= LIFESTYLE STYLE ============== */
.lifestyle-item {
  position: relative;
}
.lifestyle-item-img {
  position: relative;
  overflow: hidden;
}
.lifestyle-item-img svg {
  position: absolute;
  top: 45%;
  left: 45%;
  height: 42px;
  width: 42px;
  background: transparent;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lifestyle-item-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 90%;
  margin: -20px auto auto;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
  padding: 5px 7px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 5px 5px -5px #000;
}
.lifestyle-item-text h3 {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.lifestyle-item a:hover .lifestyle-item-img svg {
  background: #fff;
  fill: #26A9E0;
}
/*====================== START FOR MENU =========================================*/
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;}
.form-control:focus, .form-select:focus {box-shadow: none !important;border-color: #ced4da !important; /* Optional: Reset border color */}
.top-middle-logo {text-align: center;}
.navbar-brand-desktop {padding: 10px 0px;}
.dropdown-new:hover .dropdown-menu-new {display: block;}
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid #26A9E0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu {padding: 0 !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: #fff;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #26A9E0;}

.top-nav-main {padding: 0;}
.top-nav-container {z-index: 1;width: 100%;background: #fff;box-shadow: 0 4px 6px -6px #000;border-top: 1px solid #e2e2e2;}
.top-nav-main .navbar-brand {display: none;margin: 0;}
.top-nav-main li.nav-item a.nav-link {position: relative;font-size: 18px;padding: 10px 15px 10px 15px;color: #000 !important;font-weight: 500;}
.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {color: #fff !important;fill: #fff;}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
#nav.sticky {box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);background: #fff;position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;width: 100%;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;transition: 0.1s;}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 55px;}
#nav.sticky .top-nav-container {border: 0 !important;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #73191b;}
.top-nav-main .navbar-nav .nav-item .nav-link span:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;transform: scaleX(0);background-color: #26A9E0;transition: transform 0.5s;z-index: -1;}
.top-nav-main .navbar-nav .nav-item .nav-link span:after {content: "";position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 3px;transform: scaleX(0);background-color: #26A9E0;transition: transform 0.5s;}
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:before {transform: scaleX(1);}
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after {transform: scaleX(1);}
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:before,
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:before,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:after {transform: scaleX(1);}

/*================================================ FOR SEARCH style */
.attr-nav ul li a svg {height: 18px;width: 18px;fill: #000;}
.top-search {display: none;padding: 7px 0;position: absolute;z-index: 9;width: 100%;top: 50px;left: 0;}
.top-search-secton {float: right;margin-top: -7px;background: #fff;padding: 15px;box-shadow: 0 2px 3px #787878;}
.top-search input.form-control {background: #fff;border: 2px solid #f0f0ed;color: #000;height: 34px;line-height: 34px;display: block;text-transform: uppercase;font-weight: 500;letter-spacing: .5px;padding: 8px 1%;font-size: 15px;background-color: #fff;}
.top-search .input-group-addon {background: #26A9E0;transition: .5s;cursor: pointer;border: 0;color: #fff;width: 30px;height: 33px;text-align: center;}
.top-search .input-group-addon svg {fill: #fff;}
.top-search .input-group-addon.close-search {margin-left: 2px !important;line-height: 33px;}
.attr-nav ul {margin: 0;padding: 0;}
.attr-nav ul li {list-style: none;text-align: right;}
.attr-nav ul li a {color: #fff;margin-left: 0;}
.top-search input.form-control:focus {box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);}

/*================================================ Drop Down icon Animation style */
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.dropdown-menu {margin-top: 0;}
.new-dropdown-toggle::after {margin-top: 5px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 2px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {display: block !important; top: 0;left: 98.5% !important;margin-top: 0;-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;border-radius: 0;}
.sub-dropdown-toggle::after {transition: transform 0.15s linear; }
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {transform: rotate(-90deg);transition: all 0.3s ease-in;}
.dropend .sub-dropdown-toggle::after {margin-top: 5px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 5px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 15px;width: 14px;margin-top: 5px;}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #26A9E0;color: #fff;padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0; height: 40px; width: 40px; border-radius: 50%;}
#back_to_top svg {fill: #fff;width: 20px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: #fff;border: 1px solid #26A9E0;}
#back_to_top:hover svg {fill: #212529;}


@media only screen and (max-width: 767px) {
  .right-menu-link {display: block !important;}
  #nav.sticky {padding-top: 7px;padding-bottom: 7px;}
  .right-menu-link .btn {padding: 3px 5px;}
  .right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
  .top-nav-main .navbar-brand {margin: 0;padding: 0;display: none;}
  #nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;display: block;}
  .top-nav-main .navbar-brand img {height: 70px;}
  #nav.sticky.top-nav-main .navbar-brand img {height: 70px;}
  #offcanvasNavLabel img {height: 70px;}
  .mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.border-bottom {border-bottom: 1px solid #ccc !important;}
.accordion-header {margin-bottom: 0;}
.mobile-side-logo-wrapper {padding-top: 0;padding-bottom: 0;}
.accordion-item:first-of-type .accordion-button {padding: 10px 10px;box-shadow: none;}
.footer-bottom-row p {text-align: center;}
.nav-link {padding-left: 10px;}

}