@charset "utf-8";
/* CSS Document */

body {
  font-family: "Roboto", sans-serif;
}
img {
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
}
::selection {
  background-color: #ae1925;
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  background: rgba(75, 75, 75, 0);
  border-radius: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  float: left;
}
button:focus {
  outline: none;
  box-shadow: none;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
header {
  background-color: #6c63b5;
  display: flow-root;
  /*margin-bottom: 30px;*/
}
#menu-btn {
  float: left;
}
#left_btn {
  background: transparent;
  border: 0;
  line-height: 91px;
  font-size: 30px;
  color: #ffb7bf;
  position: relative;
  width: 45px;
  text-align: left;
}
.logo {
  float: left;
  position: absolute;
    left: 112px;
    bottom: 0px;
 
}
.social {
  float: right;
  margin-top: 33px;
}
.social a {
  color: #fff;
  font-size: 16px;
  padding: 0 6px;
}
/*Search*/
.sb-search {
  position: absolute;
  width: 0%;
  min-width: 60px;
  height: 32px;
  right: 0;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  margin-top: 8px;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0px;
  border: none;
  outline: none;
  background: rgb(0, 190, 0);
  width: 26%;
  height: 32px;
  margin: 0;
  z-index: 10;
  padding: 12px 0 12px 12px;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.4);
}
input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #f1f1f1;
}
.sb-search-input:-moz-placeholder {
  color: #f1f1f1;
}
.sb-search-input::-moz-placeholder {
  color: #f1f1f1;
}
.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}
.sb-icon-search,
.sb-search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: red;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: #51514f;
  z-index: 90;
  font-size: 14px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border: 1px solid rgba(128, 128, 128, 0.4);
}
.sb-icon-search:before {
  content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #d52b3f;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/
}
/*Search end*/

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.dropdown-menu {
  opacity: 0.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-radius: 0;
  border: 0;
}
.new_nav {
  float: right;
  position: relative;
  margin: 15px auto;
}
.dropdown-width {
  right: 0;
  min-width: 100% !important;
  padding: 15px 15px 0;
}
.drop-row {
  position: unset !important;
}
.inner-drop > li {
  float: left;
  display: inline-block;
  clear: none;
  padding: 0 5px 20px;
  width: 20%;
}
li.catagories {
  float: none;
}
.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #d52b3f;
  border-color: #d52b3f;
  text-decoration: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.inner-drop > li > a:focus {
  background: green;
  color: #f8f8f8;
}
.inner-drop > li > a {
  color: #919191;
  display: block;
}
.post-list li a:hover,
.inner-drop > li > a:hover {
  color: green;
}
.inner-drop2 li {
  float: none;
}
.drop-img {
  position: relative;
  height: 85px;
  background: green;
  overflow: hidden;
  margin: 10px 16px 15px 0;
}
.hover-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  font-size: 30px;
  line-height: 73px;
}
.drop-img .fa {
  color: #fff;
  visibility: hidden;
}
.drop-img:hover .fa {
  visibility: visible;
  transition: 0.4s ease;
}
.drop-img img {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.drop-img:hover img {
  opacity: 0.4;
}
.post-list li {
  float: none;
}
.post-list li a {
  display: block;
  color: #919191;
  font-size: 14px;
  padding: 6px 12px;
}
.post {
  padding: 0;
  background-image: url(../images/post-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center right;
  background-size: cover;
}
.shop-main {
  background-image: url(../images/shop-bg.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center right;
  background-size: cover;
}
li.search-button {
  position: unset;
  padding-left: 90px;
}
.slide_menu {
  width: 298px;
  position: fixed;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
  z-index: 9;
  top: 94px;
  bottom: 0;
  max-width: 100%;
  text-align: center;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.close {
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 10px;
  transition: unset !important;
  color: green;
  opacity: 1;
}
.slide_menu_bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}
.slide-left .slide_menu_bg {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.slide-left {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
ul.social-left {
  float: left;
  background: #f0f0f0;
  height: 100%;
  color: #999;
}
ul.social-left li {
  float: none;
  display: block;
  padding: 0;
  margin-top: 15px;
  line-height: 30px;
}
ul.social-left li a {
  color: #999;
  padding: 0 15px;
  font-size: 16px;
}
ul.social-left li a:hover {
  color: green;
}
.side-menu-list {
  display: flow-root;
  margin-top: 50px;
  margin-bottom: 60px;
}
.side-menu-list li {
  float: none;
}
.side-menu-list li a {
  display: block;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 400;
  padding: 13px 0;
}
#custom-search-form .search-query {
  font-size: 14px;
  color: #666;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 0;
}
#custom-search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-query:focus + button {
  z-index: 3;
}
.btn-style:before,
.btn-style:after,
ul.most_p.music_list .m_holder_left img,
.most_main_blocks .block_img img,
.sport_v:hover .play-video,
.b_img:hover .play-video,
.b_img:hover img,
.b_img img,
.block_caption,
.play-video:hover,
.play-video {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* main slider */

.main_slider {
  width: 100%;
  float: left;
  overflow: hidden;
}
.main_slide_left {
  width: 50%;
  float: left;
}
.main_slide_right {
  width: 50%;
  float: left;
  padding-left: 2px;
  box-sizing: border-box;
}
.main_blocks {
  width: 100%;
  float: left;
  padding: 0;
}
.main_blocks li {
  padding-right: 2px;
  margin-bottom: 2px;
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.play-video {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 6px 15px;
  border: 1px solid #fff;
  margin-right: 15px;
  border-radius: 30px;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.52);
}
.sport_v:hover .play-video,
.b_img:hover .play-video,
.block_img:hover .play-video {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.sport_v .play-video,
.b_img .play-video,
.main_blocks .play-video {
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.main_blocks h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  line-height: 30px;
}
.block_caption {
  position: absolute;
  left: 0;
  padding: 10px 13px;
  bottom: 10px;
  width: 100%;
}
.block_caption strong {
  font-size: 14px;
  font-weight: 700;
  color: #99a3b1;
}
.block_img > a {
  position: relative;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .item > a:before,
.block_img > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.22);
}
.b_img:before,
.block_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  -webkit-transform: skew(60deg) translateX(300%);
  -moz-transform: skew(60deg) translateX(300%);
  -ms-transform: skew(60deg) translateX(300%);
  -o-transform: skew(60deg) translateX(300%);
  transform: skew(60deg) translateX(300%);
}
.block_img {
  overflow: hidden;
  position: relative;
  width: -webkit-fill-available;
  width: -moz-fill-available;
  height: 221px;
}
.most_m .b_img img,
.owl-carousel .owl-item img,
.block_img img {
  width: -webkit-fill-available;
  width: -moz-fill-available;
  height: 100%;
  object-fit:cover;
  /*height: -webkit-fill-available;*/
}
.b_img:hover:before,
.block_img:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: skew(60deg) translateX(-300%);
  -moz-transform: skew(60deg) translateX(-300%);
  -ms-transform: skew(60deg) translateX(-300%);
  -o-transform: skew(60deg) translateX(-300%);
  transform: skew(60deg) translateX(-300%);
}
.owl-carousel.owl-theme.owl-carousel-media.owl-loaded.owl-drag .b_img {
  height: 243px;
  max-height: initial;
}
.b_img:before,
.b_img:hover:before,
.block_img:hover:before,
.block_img:before {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item {
  height: 444px;
  max-height: 100%;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  position: relative;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .item > a {
  position: relative;
}
.banner_caption {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  text-align: center;
}
.caption-title {
  display: inline-block;
  font-size: 40px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.p-5 {
  padding: 50px;
}
.pt-0 {
  padding-top: 0 !important;
}
.caption-title:after,
.caption-title:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 60%;
  height: 45px;
  width: 1px;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.caption-title:after {
  top: inherit;
  left: 40%;
  height: 65px;
  bottom: -67px;
}
.banner_caption p {
  display: inline-block;
  width: 385px;
  padding-left: 25px;
  text-align: left;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin: 15px 0 0;
}
/* main slider end*/

.center_content {
  padding: 57px 0;
  clear: both;
  background: #f0f2f1;
}
.content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  margin: 0 0 28px;
  clear: both;
}
.mb-5 {
  margin-bottom: 30px;
}
.content_title:before {
  content: "";
  background: url(../images/heading-img.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 162px;
  height: 3px;
}
.block_img > a,
.block_img a img {
  height: inherit;
  width: -moz-available;
}
.owl-carousel-media-2.owl-theme.owl-loaded.owl-drag .owl-item,
.owl-carousel-media.owl-theme.owl-loaded.owl-drag .owl-item,
.owl-carousel-media-1.owl-theme.owl-loaded.owl-drag .owl-item {
  height: auto;
}
.owl-carousel-media .owl-dots,
.owl-carousel-media-1 .owl-dots {
  display: none;
}
.owl-carousel-media-2,
.owl-carousel-media-1,
.owl-carousel-media {
  position: relative;
  clear: both;
}
.owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
}
a.view_all {
  float: right;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 50px;
  top: 6px;
  color: green;
}
.f_videos_text {
  padding: 19px 19px 0px;
  background: #fff;
}
ul.f_videos_list {
  display: flow-root;
}
.f_videos {
  border: 1px solid #eaeaea;
}
.f_videos_text h4 a {
  font-weight: 500;
  margin: 0 0 12px;
  color: #000000;
}
ul.f_videos_list li {
  display: block;
  font-size: 14px;
  line-height: 14px;
  list-style: none;
  color: #99a3b1;
  margin-bottom: 7px;
  margin-right: 10px;
}
.b_img > a {
  display: inline;
}
.owl-carousel-media-2 h3,
.m_holder_right h5,
.f_videos_text h4 {
  margin: 0;
}

.b_img {
  position: relative;
  overflow: hidden;
}
/*ul.most_p.music_list .m_holder_left img,*/
/*.most_main_blocks .block_img img,*/
/*.b_img img {*/
/*  transform-style: preserve-3d;*/
/*  -webkit-transform: scale(1.2);*/
/*  -moz-transform: scale(1.2);*/
/*  transform: scale(1.2);*/
/*}*/
ul.most_p.music_list .m_holder_left:hover img,
.most_main_blocks .block_img:hover img,
.b_img:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.most_p {
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  box-shadow: 0 1px #eaeaea;
  display: flow-root;
  margin-bottom: 28px;
}
.most_p > li {
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #e3e4e8;
}
.m_holder_right h5 a {
  color: green;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
a.holder_img img {
  width: 65px;
  height: 65px;
}
.m_holder_left {
  width: auto;
  float: left;
  margin-right: 10px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
}
.most_p > li:last-child {
  border-bottom: 0;
}
.submit_form {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  margin-top: 40px;
}
.submit_form h2 {
  font-size: 24px;
}
.submit_form .form-control {
  border-radius: 0;
  min-height: 30px;
}
.submit_form textarea {
  width: 100%;
  min-height: 54px;
}
.b_img .play-video {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.owl-carousel-media-2 .owl-dots {
  display: none;
}
.l_img {
  width: 38%;
  float: none;
  height: 234px;
  /*height: 194px;*/
  display: table-cell;
  max-width: 100%;
  /*background: white;*/
  border-radius: 4px;
}
.content_inner_list .f_videos_text,
.owl-carousel-media-2 .f_videos_text {
  /*width: 46%;*/
  /*height: 280px;*/
  max-width: 100%;
  display: table-cell;
  vertical-align: top;
}
.content_inner_list .f_videos_text h3 {
  margin-top: 0;
}
.content_inner_list .f_videos_text h3 a {
  color: #000;
}
ul.content_inner_list > li {
  float: none;
  margin-bottom: 30px;
}

.l_img img {
  height: 100%;
}
.owl-carousel-media-2 .f_videos {
  border: 0;
}
.owl-carousel-media-2 h3 a {
  font-weight: 500;
  line-height: 1;
  margin: 0 0 18px;
  color: #000;
  font-size: 24px;
}
.owl-carousel-media-2 .read-more,
.owl-carousel-media-2 p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color: #555;
}

.leader_read_more
{
    color: #008000!important;
    font-weight: 600;
}

.owl-carousel-media-2 ul.f_videos_list li span {
  color: green;
}
.owl-carousel-media-2 {
  padding-bottom: 37px;
}
.most_main_blocks .block_img {
  height: 346px;
  max-height: fit-content;
}
.most_main_blocks ul.f_videos_list li {
  color: #fff;
}
.most_main_blocks {
  margin-bottom: 60px;
}
.owl-carousel-media-1 .f_videos > a {
  display: inline;
}
.view_all_right {
  right: 0 !important;
}
.most_m .b_img,
.owl-carousel-media-1 .b_img {
  height: 285px;
}
.gapping {
  padding: 60px 0;
}
.content_title_white {
  color: #fff;
  text-align: center;
}
.top_videos {
  padding: 60px 0;
  background: #101010;
}
.content_title_white:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
#em_signup button {
  font-size: 14px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  border: 0;
  background-color: green;
}
#em_signup input {
  height: 60px;
  border-right: 0;
}
.cat_list li {
  float: none;
}
.cat_list li a {
  line-height: 30px;
  color: #000000;
}
.post_l .b_img {
  margin-bottom: 15px;
}
.post_l h3 {
  margin: 10px 0 17px;
  font-weight: 500;
  line-height: 1;
}
.post_l a {
  color: #000000;
}
.post_list {
  margin-bottom: 50px;
}
body p {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  color: #555;
  font-family: sans-serif;
}
.music_list {
  background: transparent;
}
ul.most_p.music_list a {
  color: #000;
  display: inline;
}
ul.most_p.music_list img {
  width: 107px;
  height: 71px;
}
.most_p.music_list .m_holder_right {
  width: 65%;
  float: right;
}
.music_list .m_holder_left {
  border: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.music_list .m_holder_right h5 {
  margin-bottom: 10px;
}
.sport_v a {
  color: #fff;
}
.most_main_blocks .block_img > a:after,
.sport_v .block_img > a:after {
  background: rgba(0, 0, 0, 0.31);
}
footer {
  padding: 30px 0 20px;
  background: #51514f;
/*  margin: 50px 0px 0px 0px;*/
}
footer nav {
  display: flow-root;
}
ul.nav_ft {
  float: right;
  margin-bottom: 15px;
  color: #dddddd;
}
ul.nav_ft li a {
  color: #dddddd;
  font-size: 16px;
  margin-right: 20px;
}
ul.nav_ft li:last-child a {
  margin-right: 0;
}
.nav_foot li a {
  font-weight: normal !important;
}
/*ul.nav_ft li a:hover {*/
/*  color: green;*/
/*}*/
.fix-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.9s ease-in-out;
}
#custom_carousel .item {
  color: #000;
  padding: 20px 0;
}
#custom_carousel .controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
#custom_carousel .controls li {
  display: table-cell;
  width: 165px;
  max-width: 100%;
}
#custom_carousel .controls a small {
  overflow: hidden;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
  color: #fff;
}
#custom_carousel .controls li img {
  max-width: 100%;
}
.btn-style {
  /*float: right;*/
  font-family: roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #000;
  /*text-transform: uppercase;*/
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 11;
  text-decoration: none;
  border: 1px solid #000;
  margin-top: 20px;
}
.btn-style:after {
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: -1;
  background-color: #51514f!important;
}
.btn-style:before {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  background-color: #51514f !important;
}
.btn-style:hover:before,
.btn-style:hover:after {
  height: 100%;
  width: 100%;
}
.btn-style:hover {
  color: #fff;
}
.inner-banner-about {
  background-color: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.22);
  padding: 38px 0;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.inner-banner {
  background-color: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.22);
  padding: 38px 0;
  text-align: center;
  position: relative;
  
}
}
.inner-banner h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 10px;
  color: #050505;
  font-family: inherit;
}
.inner-banner-pagination li {
  float: none;
  display: inline-block;
}
.inner-banner-pagination > li + li:before {
  padding: 0 5px;
  color: green;
  content: "/\00a0";
}
.inner-banner-pagination li a {
  color: green;
  line-height: 30px;
  font-size: 14px;
}
.inner-content {
  clear: both;
  background: #f0f2f1;
  padding: 57px 0;
}
.inner-detail {
  background-color: #fff;
  margin-top: 10px;
  padding: 40px 30px;
}
.inner-detail ul.f_videos_list {
  padding: 18px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.inner-detail h2 {
  font-size: 18px;
  margin: 0px 0 30px;
}
.author {
  margin: 30px 0;
}
.author a {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact_box {
  background-color: #fff;
  padding: 40px 70px 37px;
}
.contact_red {
  background-color: #008000;
  color: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
.inner-holder .fa {
  font-size: 26px;

  display: block;
  margin: 0 0 17px;
}
.inner-holder a,
.inner-holder p {
  color: #fff;
  font-size: 18px;
}
.inner_box_2 {
  background-color: #fff;
  padding: 45px 70px 33px;
}
.inner_box_2 textarea {
  border-radius: 0;
}
.inner_box_2 input {
  height: 50px;
  border-radius: 0;
}
.btn-view {
  font-size: 14px;
  font-weight: 500;

  text-transform: uppercase;
  color: #fff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  min-width: 110px;
  border: none;
  background-color: #e20909;
}
.btn-view:hover {
  background: #222;
  color: #fff;
}
.content_inner_list_1 .b_img {
  height: 250px;
}
.content_inner_list_1 .b_img img {
  height: 100%;
}

/* detail page 2 */

.inner-detail_2 {
  background-color: #fff;

  padding: 20px 30px;
}
.icon-box {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  width: 85px;
  height: 85px;

  z-index: 258;
  line-height: 85px;
  text-align: center;
  border: 3px solid #fff;
  margin-right: 40px;
  background: green;
  position: relative;
  top: -60px;
}
.inner-detail_2 h2 {
  margin: 0 0 13px;
  font-size: 24px;
  color: #000000;
}
.inner-detail_2 h4 {
  line-height: 26px;
  color: #555;
  font-style: italic;
}

.staff-member {
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: transform 0.2s linear, box-shadow 0.2s linear;
  -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  padding-bottom: 10px;
}

.staff-member:hover {
  -webkit-box-shadow: 0 17px 25px rgba(168, 13, 31, 0.6);
  -moz-box-shadow: 0 17px 25px rgba(168, 13, 31, 0.6);
  box-shadow: 0 17px 25px rgba(168, 13, 31, 0.6);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.staff-member h5 {
  font-size: 12px;
  padding: 0 15px 6px;
  border-bottom: 1px solid #ccc;
}
.staff-member h4 {
  font-size: 16px;
  padding: 0 15px 0;
}
a.logo img {
  max-width: 90px;
}
a.f_logo img {
  max-width: 110px;
}

.main_slide_content {
  padding: 15px;
}
.main_slide_content h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.main_slide_content h3 a:hover {
  color: green;
}
.staff-img a {
  width: 100%;
}
.staff-img img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

#filters {
  margin: 50px auto 0;
  padding: 0px 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 80%;
  position: relative;
  z-index: 9;
}
#filters li a:hover,
#filters li span:hover {
  color: #a57ea5;
}
#filters li span.active #filters li {
  border: 0 !important;
}
#filters li {
  float: none;
  display: inline-block;
}
#filters li a,
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #222;
  cursor: pointer;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#gallerylist .gallery_frame {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: calc(22.333333% - 10px);
  margin: 0;
  display: none;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 15px 3rem;
  background-color: #000;
  position: relative;
}
#gallerylist .gallery_frame .view__gallary {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#gallerylist .gallery_frame .view__gallary a {
  background: green;
  border-radius: 5px;
  font-size: 2rem;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#gallerylist .gallery_frame:hover .view__gallary {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
div#gallerylist {
  display: flow-root;
  margin: 30px 0;
  position: relative;
  z-index: 9;
}
.gallery_frame-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}
.newsHome .owl-carousel-media-news img {
    height: 220px;
}
.gallery_frame img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;   
  height: 270px;
    object-fit: cover;
}
.gallery_frame .label {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 100px 0;
  visibility: hidden;
}
a.text-title {
  color: #ffffff;
}
span.filter.active {
  position: relative;
}
span.filter.active::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem;
  background: #a57ea5;
  height: 2px;
  content: "";
  position: absolute;
}
.gallery_frame:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.8;
}
/* section.gallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
} */
.newsHome {
  margin-bottom: 50px;
}
.newsHome .item {
  background-color: #fff;
}
.newsHome .item h5 {
  padding: 0 15px;
  font-size: 18px;
      min-height: 90px;
    display: flex;
    align-items: center;
}
.newsHome .item h5 a {
  color: #000;
}
.newsHome .item p {
  color: #555;
  padding: 0 15px 15px;
  line-height: 1.8;
}
.newsHome .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item {
  height: auto;
}
.main_slide_right  p{
        font-size: 44px;
    line-height: normal;
    margin: 0;
    color: #000;
}

.h-auto {
  height: auto !important;
}
.teamMember {
  padding: 15px 0;
  margin: 0 0 15px;
}
.teamMember h4 {
  padding: 0;
}
.teamMember img  {
  height: 200px;
}
 .koo  {
    width:16px;
    height:23px!important;
}
.w-100{
    width:100%;
}


@media only screen and (max-width:767px){
 #gallerylist .gallery_frame, .content_inner_list .f_videos_text, .owl-carousel-media-2 .f_videos_text,.l_img, .main_slide_right,  .main_slide_left{
    width:100%;
    float:none;
    display:block;
    }
    .contact_red{
        overflow:hidden;
        padding: 25px;
    }
    #gallerylist .gallery_frame {
    margin: 0 0 20px;
}
section.gallery.inner-content{
    padding:0;
}
.inner-holder p {
    font-size: 18px;
    word-break: break-word;
}
.contact_box, .inner_box_2 {
    padding: 20px;
}


.teamMember img {
    height: 140px;
}

    a.f_logo img {
    max-width: 110px;
    display: none;
}
    .main_slide_right p {
    font-size: 24px;
        
    }
    .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item {
    height: auto;}
    .p-5 {
    padding: 20px;
}
.logo{
position: initial;
}
.anchor{
    word-break: break-all;
}
.card-box-side
{
    position: absolute;
    top: 60px;
}
iframe
{
    margin-top: 300px;
}
}

.img-center
{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;

}
.step-heading
{
      font-size: 20px;
    color: #c73f3f;
    font-weight: 700;
    margin: 26px 0px 13px 0px;
}
.wp-block-image img{
  height: auto;
}

.br{
margin: 13px 0px;
}
.source-code
{
    text-align: center;
    font-size: 26px;
    background-color: beige;
    margin: 24px 0px;
    font-weight: bold;

}
.code{
  font-size:  14px;
}
.source-code-download{
   
    color: white;
    background: red;
    font-size: 22px;
    padding: 17px;
    margin: 21px 0px;
    border-radius: 4px;
}


.card-header {
    /*padding: 0.75rem 1.25rem;*/
    margin-bottom: 24px;
   text-align: center;
   font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header-question-heading {
   
    margin-bottom: 24px;
    color: #c73f3f;
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-question {
   
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.question-date{
color: #C1C0C0;
    font-size: 12px;
    }
.card-box
{
  background: #fff;
    padding: 26px;
    margin: 32px 0px;
    border-radius: 4px;
}
.card-box-side {
    background: #fff;
    padding: 26px;
    margin: 0px 0px 30px;
    border-radius: 4px;
    /*width: 340px;*/
}
.msg{
  color: red;
}
.nav-links {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.post-previous {
    float: left;
    width: 50%;
}
.post-next{
    float: right;
    width: 50%;
}
.nav-links a
{
    border: 1px solid #e9e7e7;
    background-color: #fff;
    padding: 40px 67px;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    
}
 .navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
    font-size: 16px;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
