/**
 * Theme Name: insubd.com
 * Theme URI: insubd.com
 * Author: insubd.com
 * Author URI: insubd.com
 * Description: Themes Is WordPress Theme Market.
 * Version: 1.0.1
 * Tested up to: 7.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 *
 * @format
 */

/* Base CSS */

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("fonts/solaiman-lipi.eot");
  src: url("fonts/solaiman-lipi.eot") format("embedded-opentype"),
    url("fonts/solaiman-lipi.woff") format("woff"),
    url("fonts/solaiman-lipi.ttf") format("truetype"),
    url("fonts/solaiman-lipi.svg#SolaimanLipiNormal") format("svg");

  font-weight: normal;
  font-style: normal;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0;
  font-weight: normal;
  line-height: 1.2;
  font-size: 17px;
}

figure {
  margin: 0 !important;
}

p {
  margin: 0 !important;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

/* container Update */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1280px;
}

/* container Update */

.modal-dialog {
  max-width: 850px !important;
  margin-top: 5%;
}

.modal_image img {
  width: 100%;
  height: auto;
}

.btn-modal {
  background: var(--btnclr);
  width: 25px;
  height: 25px;
  color: var(--btntxtclr);
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--btnclr);
  text-align: center;
  font-size: 14px;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-modal:hover {
  border: 3px solid var(--btnclr);
  color: var(--logored);
  background: var(--btntxtclr);
}

.modal-body {
  padding: 3px !important;
}

.modal-dialog:hover .btn-modal,
.modal-dialog:hover .modal-content {
  outline: 10px solid var(--btnclr);
  color: var(--logored);
  background: var(--btntxtclr);
  transition: var(--trnsn0p1);
}

/*======================================
		ThemesBazar col Start
======================================*/
.themesBazar-1 {
  max-width: 100% !important;
  width: 100%;
  flex: 0 0 auto;
}

.themesBazar-2 {
  max-width: 50% !important;
  width: 100%;
  flex: 0 0 auto;
}

.themesBazar-3 {
  max-width: 33.33% !important;
  width: 100%;
  flex: 0 0 auto;
}

.themesBazar-4 {
  max-width: 25% !important;
  width: 100%;
  flex: 0 0 auto;
}

.themesBazar-6 {
  max-width: 16.66% !important;
  width: 100%;
  flex: 0 0 auto;
}

/*======================================
		ThemesBazar col End
======================================*/

/*======================================
		ThemesBazar col End
======================================*/

.header-social a:hover {
  border: 1px solid #017cc2;
  color: #017cc2;
  background: transparent;
}

/*======================================
		ThemesBazar col End
======================================*/

.logo img {
  width: 100%;
  height: auto;
}
.banner {
  margin-top: 9px;
}

.banner img {
  width: 100%;
  height: auto;
}

/*======================================
	Logo & Menu Section css-End
======================================*/

.logo img {
  width: 100%;
  height: auto;
}

.clickMenu {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  transition: 0.8s all;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}

.clickMenu.showMenu {
  position: absolute;
  top: 51px;
  transition: 0.8s all;
  height: 100%;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 999;
  text-align: center;
}

.menuIcon {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.menu-two {
  padding: 10px 20px 20px 46px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25),
    inset 0 25px 0 rgba(255, 255, 255, 0.3);
  background: #fff;
}

.menu-item-two ul li {
  padding-bottom: 6px;
  width: 16.35%;
  display: inline-block;
}

.menu-item-two ul li a {
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  text-decoration: none;
}

.menu-item-two ul li a:hover {
  color: #05568a;
}

#wrapper {
  margin-top: 13px;
}

.circle {
  width: 26px;
  height: 20px;
  position: relative;
  margin-top: -24px;
}

.menuIcon > span {
  margin-left: 27px;
}

.line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 8px;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.top {
  top: 18%;
}
.middle {
  top: 48%;
}
.bottom {
  top: 78%;
}
.icon.close .top {
  transform: rotate(45deg);
  top: 48%;
}
.icon.close .middle,
.icon.close .bottom {
  transform: rotate(-45deg);
  top: 48%;
}

.searchBar {
  max-width: 30%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  float: right;
  margin-top: -33px;
  z-index: -1;
  transition: 0.3s all;
}

.searchBar.showSearch {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 26px;
  z-index: 999;
}

.searchIcon {
  float: right;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: -21px;
  transform: rotate(270deg);
}

.searchBar input[type="text"] {
  width: 100%;
  border: 2px solid #05568a;
  height: 50px;
  font-size: 16px;
  outline: inherit;
  padding: 0 5px;
}

.searchBar input[type="submit"] {
  border: none;
  font-size: 16px;
  padding: 0 14px;
  background: transparent;
  color: #fff;
}

.searchBar button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #05568a;
  border: none;
  font-size: 17px;
  padding: 0 10px;
}

.remove {
  position: absolute;
  right: -6px;
  top: -14px;
  width: 18px;
  height: 18px;
  background: #05568a;
  text-align: center;
  font-size: 9px;
  border-radius: 50%;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #0881c8;
}

/*======================================
	Logo & Menu Section css-End
======================================*/

/*========= Banner  start =============*/

.mobile_logo {
  display: none;
}

/*===============Scroll 03 css Start============*/

.scroll-section3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.top_scroll2 {
  overflow: hidden;
}

.scroll3-right div {
  position: relative;
  animation: CSSright linear 25s infinite;
}
@keyframes CSSright {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
.rightCSS:hover div {
  animation-play-state: paused;
}

/*===============Scroll 03 css End============*/

.meta-right {
  float: right;
  margin-right: 8px;
}

.cat-meta {
  border-top: 1px solid #eee;
  padding-bottom: 9px;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 2px;
}

.meta-right a {
  border-right: 3px solid #05568a;
  padding-right: 7px;
  color: #333;
  font-size: 13px;
  transition: 0.5s all;
  line-height: 1;
}

/*================ThemesBazar======================
	Section One css Start
==================ThemesBazar====================*/
.section-one {
  padding: 10px 0 20px;
}
.sectionNews-active {
  margin-bottom: 10px;
}

.secGllary-wrpp {
  box-shadow: 0 0 5px #efefef;
  margin-bottom: 26px;
}

.secGllary-padding {
  padding: 0 5px;
}

.secGllary-image {
  position: relative;
}

.secGllary-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.secGllary-details {
  text-align: justify;
  padding: 6px 8px 20px;
  line-height: 1.5;
}

.secGllary-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 8px 7px;
  margin-bottom: 0px;
}

.secGllary-title a:hover {
  color: #ff0;
}

.video-icon1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 47px;
  width: 47px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 41px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 5px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  z-index: 99;
}

.secGllary-image:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

.secOne-wrpp:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

.secOne-wrpp {
  overflow: hidden;
  box-shadow: 0 0 6px #e8e8e8;
  margin-bottom: 12px;
  background: #fff;
}

.sectionOne-image2 {
  position: relative;
}

.sectionOne-image2 img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.secOne_title {
  padding: 5px 8px 10px;
}

.secOne_title a:hover {
  color: #0a4466;
}

.sectionNews-active button.owl-prev {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 8%;
  top: 31%;
  z-index: 999;
  width: 40px;
  height: 40px;
  color: #ffff;
  font-size: 25px !important;
  line-height: 0;
  transition: 0.6s all;
  outline: inherit;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px #333;
}
.sectionNews-active:hover button.owl-prev {
  left: -8px;
  opacity: 1;
  visibility: visible;
}

.sectionNews-active button.owl-prev:hover {
  color: #ff0;
}

.sectionNews-active button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 8%;
  top: 31%;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding-right: 0;
  color: #ffff;
  font-size: 25px !important;
  line-height: 0;
  transition: 0.4s all;
  outline: inherit;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.sectionNews-active:hover button.owl-next {
  right: -8px;
  opacity: 1;
  visibility: visible;
}

.sectionNews-active button.owl-next:hover {
  color: #ff0;
}

.sectionNews-active .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.sectionNews-active .owl-dots button {
  margin: 0 2px;
  padding: 3px !important;
  transition: 0.8s all;
  background: #01284f !important;
  outline: inherit;
}

.sectionNews-active .owl-dots button.active {
  background: #00669f !important;
  padding: 10px 3px 3px 3px !important;
}

.themeBazar_facebook {
  background: #0335670f;
  padding: 10px 6px;
  font-size: 20px;
  color: #000;
  border-left: 4px solid #033567;
  margin-bottom: 10px;
}

.wordpress-date {
  position: relative;
}

.wordpress-date input[type="text"] {
  width: 100%;
  border: 1px solid #dddd;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  color: #000;
  outline: inherit;
}

.wordpress-date input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: #01284f;
  border: none;
  color: #fff;
  padding: 0 17px;
}

.sitebarImage {
  position: relative;
}

.sitebarImage img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}

.sitbar-title {
  padding: 10px 0 0px;
}

.sitbar-title a:hover {
  color: #05568a;
}

.sitaber-details {
  text-align: justify;
}

.more_news {
  float: right;
  margin-bottom: 8px;
}

.more_news a {
  display: inline-block;
  color: #033768;
  font-size: 15px;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.5s all;
  margin-top: 2px;
  text-decoration: none;
}

.more_news a:hover {
  color: #067aee;
  transition: 0.7s;
}

/*================ThemesBazar======================
	Section One css End
==================ThemesBazar====================*/

.sitebar-catWrpp {
  box-shadow: none;
  padding: 1.7% 2%;
  background: linear-gradient(aliceblue 70%, white) padding-box,
    linear-gradient(to bottom, var(--bdrclr), transparent) border-box;
  border-radius: 0;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.themeBazar_cat02 {
  margin-bottom: 7px;
  overflow: hidden;
}

.live-item {
  margin-bottom: 10px;
}

.live_title {
  text-align: left;
  position: relative;
  padding-left: 13px;
}

.live_title a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  width: 100%;
}

.live_image {
  position: relative;
  padding: 3px;
  border-radius: 5px;
}

.live_image img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.live-icon i {
  position: absolute;
  top: 49%;
  left: 49%;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 2px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  cursor: pointer;
}

.live_image:hover .live-icon i {
  background: #fff;
  color: #05568a;
}

.themesBazar {
  width: 10px;
  height: 10px;
  background: #f00;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: animate 3s linear infinite;
  animation: animate 3s linear infinite;
}
.themesBazar {
  position: absolute;
  left: 10px;
  top: 33%;
  content: "";
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
  }

  40% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
    box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
  }

  80% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
  }

  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
  }

  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}

/**=================================
           tab  start   
==================================**/

.news-tavs {
  overflow: scroll;
  max-height: 290px;
  overflow-x: hidden;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

.recentPopular {
  margin-bottom: 3px;
}

#recentPopular-tab > li {
  color: #000d39;
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
  width: 50%;
}

#recentPopular-tab .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
}

.conut {
  position: absolute;
  left: -4px;
  top: 15px;
  background: #00669f;
  width: 36px;
  height: 36px;
  line-height: 26px;
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #fff;
  padding-left: 1px;
  z-index: 99;
}

.tab-image {
  position: relative;
}

.tab-image img {
  width: 40%;
  float: left;
  margin-right: 7px;
  margin-left: 23px;
  height: 66px;
  object-fit: cover;
  object-position: top;
}

.tab-border {
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.tab_hadding {
  padding-right: 3px;
  padding-left: 6px;
  padding-bottom: 4px;
  margin: 0;
}

.tab_hadding a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  display: inherit;
  text-decoration: none;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

.tab_hadding a:hover {
  color: #05568a;
}

.videoIcon-03 i {
  position: absolute;
  top: 45%;
  left: 28%;
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  z-index: 9;
}

.tab-image:hover .videoIcon-03 i {
  background: #fff;
  color: #00669f;
}

/* Ads image start */
.top-add {
  margin: 10px 0 15px;
  text-align: center;
  position: relative;
}

.add-section {
  text-align: center;
}

.date_content {
  overflow: hidden;
  margin-bottom: 8px;
}

.last-date {
  margin: 0 3px;
  float: left;
}

.last-date select {
  width: 82px;
  border: 1px solid #d9d9d9;
  padding: 8px 4px;
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  margin-right: -1px;
}

.last-date select > option {
  border-radius: 15px;
}

.last-date input[type="submit"] {
  background: #033567;
  padding: 4px 9px;
  font-size: 15px;
  color: #fff;
  border: none;
  text-align: center;
  transition: 0.8s;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  cursor: pointer;
}

.themeBazar_cat02 > a::after {
  left: 100%;
  height: 0;
  width: 7px;
  position: absolute;
  top: 0;
  content: "";
  pointer-events: none;
  margin-left: 0;
  margin-top: 0;
  border-top: 44px solid #05568a;
  border-right: 8px solid transparent;
}

.themeBazar_cat02 a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #05568a;
  padding: 10px 10px;
}

/*****=================================
    Section Two Start   
==================================*****/
.section-two {
  padding: 20px 0;
}

.news2-active {
  margin: 0 0 30px;
}

.secTwo_wrpp {
  margin: 0 8px 8px;
}

.secTwo_image {
  position: relative;
}
.secTwo_image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: top;
}

.secTwo_title {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 8px 7px;
  margin-bottom: 0px;
}

.secTwo_wrpp:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

.news2-active .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  content: "";
  z-index: 1;
}

.news2-active .owl-dots button {
  margin: 0 2px;
  padding: 3px !important;
  transition: 0.8s all;
  background: #01284f !important;
  outline: inherit;
}
.news2-active .owl-dots button.active {
  background: #00669f !important;
  padding: 10px 3px 3px 3px !important;
}

/*****=================================
    Section Two End   
==================================*****/

/*****=================================
        Section Four Start  
==================================*****/
.section_three {
  padding: 20px 0;
}

.secThree_wrpp {
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  background: #fff;
  padding: 6px 6px 0 6px;
}

.secThree_image {
  position: relative;
}

.secThree_image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.secThree_title {
  padding: 5px 4px 11px;
}

.secThree_title a:hover {
  color: #05568a;
}
.secThree_title2 a:hover {
  color: #05568a;
}

.secThree_item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.secThree_image2 img {
  width: 33%;
  height: 72px;
  float: left;
  margin-right: 5px;
  object-fit: cover;
  object-position: top;
}

.secThree_title2 {
  margin: 0 0 5px;
}

.video-icon2 i {
  position: absolute;
  top: 43% !important;
  left: 16% !important;
  height: 33px;
  width: 33px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 3px;
  border: 2px solid #fff;
  opacity: 0.8;
  transition: 0.8s all;
  z-index: 99;
}

.secThree_item:hover .video-icon2 i {
  background: #fff;
  color: #00669f;
}
.secThree_image:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

/*****=================================
        Section Four End  
==================================*****/

.themesBazar_cat01 {
  background: #0335670f;
  color: #000;
  font-size: 20px;
  padding: 10px 8px;
  margin-bottom: 10px;
  border-left: 4px solid #033567;
}

.themesBazar_cat01 a {
  color: #000;
  transition: 0.5 all;
}

/*****=================================
    Section Ten Start   
==================================*****/
.section-four {
  padding: 20px 0;
}

.secFour_wrpp {
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 6px 6px 6px 6px;
  margin: 0 0 15px;
}

.secFour_image {
  position: relative;
}

.secFour_image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
}

.secFour_image2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.secFour_image2 img {
  width: 40%;
  float: left;
  margin-right: 5px;
  height: 64px;
  object-fit: cover;
  object-position: top;
}

.secFour_title {
  padding: 6px 0 7px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.secFour_title a:hover {
  color: #05568a;
}

.secFour_title2 {
  margin-top: 2px;
}

.secFour_title2 a:hover {
  color: #05568a;
}

.video-icon3 i {
  position: absolute;
  top: 41%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 31px;
  color: #fff;
  border-radius: 50%;
  font-size: 23px;
  padding-left: 4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

.secFour_image2:hover .video-icon3 i {
  background: #fff;
  color: #00669f;
}

.secFour_image:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

/*****=================================
    Section Four End   
==================================*****/

/*****=================================
    Section Five Start   
==================================*****/
.section-five {
  padding: 20px 0;
}

.division_wrpp {
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 6px 6px 6px 6px;
  margin: 0 0 15px;
}

.division_image {
  position: relative;
}

.division_image img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: top;
}

.division_title {
  padding: 5px 4px 10px;
}

.division_title a:hover {
  color: #05568a;
}

.cat-meta2 {
  border-top: 1px solid #eeeeee;
  padding: 4px 6px 7px;
  text-align: left;
}

.cat-meta2 a {
  font-size: 13px;
  color: #444;
  border-left: 3px solid #52656f;
  padding-left: 5px;
}

.division_wrpp:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

/*****=================================
    Section Five End   
==================================*****/

/*****=================================
    Section Six Start
==================================*****/
.section-six {
  padding: 20px 0;
}

.secSix_wrpp {
  margin: 0 0 15px;
}

.secSix_image {
  position: relative;
}

.secSix_image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
}

.secSix_title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 8px 7px;
  margin-bottom: 0px;
}

.secSix_title a:hover {
  color: #ff0;
}

.secSix_wrpp:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

/*****=================================
    Section Six End   
==================================*****/

/****======================================
	Section Seven css Start
======================================****/
.section-seven {
  padding: 30px 0;
}

.secSeven-wrpp {
  box-shadow: 0 0 2px #ddd;
  padding: 2px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
}

.secSeven-image {
  position: relative;
  max-width: 100%;
}

.secSeven-image img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.secSeven-title {
  padding: 6px 3px 7px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.secSeven-title a:hover {
  color: #05568a;
}

.secSeven-title2 {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 2px 6px 4px;
  margin-bottom: 6px;
}

.secSeven-title2 a:hover {
  color: #0a4466;
}

.secSeven-image:hover .video-icon1 i {
  background: #fff;
  color: #00669f;
}

/****======================================
	Section Seven css End
======================================****/

/*****=================================
    home_video_gallery  Start   
==================================*****/

.categori-content {
  padding-top: 10px;
}

.themesBazar_darkCat {
  background-color: transparent;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.themesBazar_darkCat a {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  padding: 3px 15px 0 0;
  display: inline-block;
}

.themesBazar_darkCat .themesBazar2::before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 13px solid #222;
  bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.dark_image {
  position: relative;
  max-width: 100%;
}

.dark_image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.dark_title {
  line-height: 22px;
  padding: 14px 0 0;
}

.dark_title a,
.dark_title2 a {
  color: var(--ttltxtclr);
}

.darkPadding {
  padding: 20px 0;
}

#pills-tab.darkTav {
  margin-bottom: 10px;
}

#pills-tab.darkTav li > button {
  padding: 8px 20px;
  color: #fff;
  font-size: 20px;
}

#pills-tab.darkTav li {
  background: #4b4b4b;
  margin-right: 4px;
}

#pills-tab.darkTav .nav-link.active {
  color: #fff;
  background-color: #b30f0f;
  border-radius: 0;
}

.darkNews-wrpp {
  border: 1px solid #ddd;
  background: #fff;
  padding-bottom: 10px;
  margin-top: 5px;
}

.dark_image2 {
  position: relative;
  max-width: 100%;
}
.dark_image2 img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.dark_title2 {
  padding: 5px 10px 8px;
  line-height: 21px;
}

.dark-btn {
  text-align: right;
  padding-top: 25px;
  margin-bottom: 0px;
}

.dark-btn a::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: -39px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 37px 40px;
  border-color: transparent transparent #b30f0f transparent !important;
}

.dark-btn a {
  background: #b30f0f;
  display: inline-block;
  padding: 8px 23px;
  font-size: 17px;
  color: #fff;
  position: relative;
}

.dark-btn i {
  padding-left: 9px;
}
.darkNews-active button.owl-prev {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 8%;
  top: 27%;
  z-index: 999;
  width: 40px;
  height: 40px;
  color: #ffff;
  font-size: 25px !important;
  line-height: 0;
  transition: 0.6s all;
  outline: inherit;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px #333;
}

.darkNews-active:hover button.owl-prev {
  left: -8px;
  opacity: 1;
  visibility: visible;
}

.darkNews-active button.owl-prev:hover {
  color: #ff0;
}

.darkNews-active button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 8%;
  top: 27%;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding-right: 0;
  color: #ffff;
  font-size: 25px !important;
  line-height: 0;
  transition: 0.4s all;
  outline: inherit;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.darkNews-active:hover button.owl-next {
  right: -8px;
  opacity: 1;
  visibility: visible;
}

.darkNews-active button.owl-next:hover {
  color: #ff0;
}

.darkNews-active .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  content: "";
  z-index: 1;
}

.darkNews-active .owl-dots button {
  margin: 0 2px;
  padding: 3px !important;
  transition: 0.8s all;
  background: #808080;
  outline: inherit;
}

.darkNews-active .owl-dots button.active {
  background: #b30f0f !important;
  padding: 10px 3px 3px 3px !important;
}

.dark_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 47px;
  width: 47px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 41px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 5px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  z-index: 99;
}

.dark_image:hover .dark_icon i {
  background: #fff;
  color: #01192f;
}

.dark_icon2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 2px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  box-shadow: 0 0 30px 2px gray;
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  z-index: 99;
}
.dark_image2:hover .dark_icon2 i {
  background: #fff;
  color: #01192f;
}

.themesBazar3 {
  position: absolute;
  left: 12px;
  top: 31px;
  content: "";
}

.themesBazar3 {
  width: 10px;
  height: 10px;
  background: #f00;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: animate 3s linear infinite;
  animation: animate 3s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
    box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
  }

  40% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
    box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
  }

  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 15px rgba(255, 109, 74, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
    box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
  }

  40% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
    box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
  }

  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 15px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 15px rgba(255, 109, 74, 0);
  }
}

/*****=================================
    home_video_gallery  End   
==================================*****/

.photoGallery {
  padding: 20px 0;
}

.gallery_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.gallery_image2 {
  margin: 5px !important;
  cursor: pointer;
}

.gallery_image2 img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: top;
}

.gallery_wrpp2.slick-slide.slick-current {
  opacity: 0.7;
}

.themesBazar_gallery2 .la-angle-left {
  background: #061539;
  color: #fff;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.themesBazar_gallery2 .la-angle-right {
  background: #061539;
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

/* single_pro_area Start */

/*****================ Countdown css Start =================*****/

.themeBazar_cat02,
.themeBazar_counter {
  background: var(--logored);
  font-size: 18px;
  color: var(--btntxtclr);
  position: relative;
  display: flex;
  align-items: center;
}

.themeBazar_cat02 a,
.themeBazar_counter span {
  background: var(--btnclr);
  padding: 2px 10px;
}

.counter_section {
  background: linear-gradient(var(--bgclr2) 90%, transparent);
  margin-bottom: 10px;
  border-radius: 7px;
  overflow: hidden;
}

.countdown_content {
  padding: 0px 0px 0px 0px;
}

.countdown_content img {
  width: 100%;
  height: auto;
  margin: 7px 0px;
}

.countdown {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.countdown span {
  display: inline-block;
  padding: 3px 0px;
  margin: 5px 0px;
  border: 1px solid var(--bdrclr2);
  background: var(--btnclr);
  font-size: 15px;
  border-radius: 3px;
  color: var(--btntxtclr);
  width: 100%;
}

#clock-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ttltxtclr);
  width: 100%;
  gap: 5px;
  padding: 5px;
}

#clock-b div {
  width: 100%;
}

/*****================ Countdown css End =================*****/

/*======================================
	Footer-Section css-Start
======================================*/

.editorial_text {
  border-right: 2px solid #730101;
  padding: 0 0px;
}

/*--------- bottom footer css-start---------------*/

.design-developed {
  text-align: right;
}

.design-developed a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.insuclick2top {
  width: 42px;
  height: 52px;
  padding: 10px;
  background: #061924;
  position: fixed;
  right: 25px;
  bottom: 90px;
  z-index: 9999;
  border-radius: 50px 50px 0 0;
}

.insuclick2top i {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  top: 10px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

/*--------- bottom footer css-End---------------*/

/*===============Footer Scroll Start============*/
.footer_scroll {
  position: fixed;
  background: aliceblue;
  color: #fff;
  z-index: 99;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer_right div {
  position: relative;
  animation: CSSright linear 25s infinite;
}
@keyframes CSSright {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
.rightCSS:hover div {
  animation-play-state: paused;
}

/*===============Footer Scroll End============*/

/*======================================
	Footer-Section css-End
======================================*/

#mymodal {
  position: relative;
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 8px #333;
  border-radius: 5px;
  transition: 0.8s all;
}

.mfp-close-btn-in .mfp-close {
  background: #012f4a;
  width: 35px !important;
  height: 30px;
  line-height: 23px;
  opacity: inherit;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -8px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #333;
  text-align: right;
  padding-right: 3px;
  font-size: 24px;
}

/* Magnific popup modal End */

.single-home {
  background: #01284f;
  padding: 5px 13px 5px 6px;
  float: left;
  color: #fff;
}

.single-home a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.single-cats {
  background: #666666;
  padding: 5px 15px;
  float: left;
  color: #fff !important;
  font-size: 17px;
  margin-right: 10px;
}

.single-cat-info {
  background: #eee;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}

.single-cats a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.more_category ul li a:hover {
  color: #024871;
}

.more_category ul li {
  display: inline-block;
  color: #000;
  padding-top: 5px;
}

.more_category ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s all;
}

.more_category ul li::after {
  content: "I";
  padding-left: 10px;
  padding-right: 7px;
}

.cat_wrpp .secGllary-image img {
  width: 100%;
  height: 350px;
}

.ds_ads {
  display: inline-block;
  color: var(--btntxtclr);
  font-size: 14px;
}

.artcl figure {
	width: 100%!important;
}



