@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
/* font family
	============================================================================================ */
/* color variables
	============================================================================================ */
/* google fonts
	============================================================================================ */
/* mixin start
	============================================================================================ */
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* mixin end
	============================================================================================ */
/* global style start
	============================================================================================ */
body {
  color: #797979;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.625;
}

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

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  color: #3a414e;
  line-height: 1.333;
}

h1,
.h1 {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 600px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 18px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 18px;
  font-weight: 700;
}

a {
  display: inline-block;
}

.owl-carousel .owl-stage {
  display: flex;
}

.mb-30px {
  margin-bottom: 30px;
}

.section-padding {
  padding: 110px 0;
}

.section-margin {
  margin: 50px 0;
}
@media (min-width: 1000px) {
  .section-margin {
    margin: 100px 0;
  }
}

/* global style end
	============================================================================================ */
/* header style start
	============================================================================================ */
.header_area {
  z-index: 99;
  background: #fff;
  transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar-brand {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .header_area .navbar-social {
    display: block;
    padding: 20px 0;
  }
  .header_area .navbar-social li {
    float: left;
  }
  .header_area .navbar-social::before {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
  .header_area .navbar-social::after {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
}
@media (min-width: 991px) {
  .header_area .navbar-social {
    min-width: 95px;
    float: right;
  }
}
.header_area .navbar-social li {
  margin-right: 12px;
}
.header_area .navbar-social li i, .header_area .navbar-social li span {
  font-size: 13px;
  color: #222222;
}
.header_area .navbar-social li:last-child {
  margin-right: 0;
}
.header_area .navbar-social li a:hover i, .header_area .navbar-social li span {
  color: #ff9907;
}
.header_area .menu_nav {
  width: 100%;
}
.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font-family: "Lora", serif;
  color: #3a414e;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 30px 0;
  display: inline-block;
}
.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #ff9907;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background-image: -ms-linear-gradient(0deg, rgb(77, 171, 255) 0%, rgb(98, 221, 255) 100%);
  color: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  margin-left: 80px;
}
.header_area .navbar .search i {
  font-weight: 600;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(221, 221, 221, 0.8666666667);
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: none;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: inline-block;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: none;
  }
}
.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
  display: none;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #ec9d5f;
}
.top_menu .float-left a {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 50px;
  transition: all 0.3s ease 0s;
}
.top_menu .float-left a:last-child {
  margin-right: 0px;
}
.top_menu .float-right .pur_btn {
  color: #fff;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 12px;
}

/* header style end
	============================================================================================ */
@media (max-width: 1619px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .search {
    margin-left: 40px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
}
@media (max-width: 1199px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner {
    padding: 100px 0px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .header_area .navbar .tickets_btn {
    margin-left: 40px;
  }
  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 36px;
  }
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  /* Main Menu Area css
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }
  .header_area .navbar {
    background: #000;
  }
  .navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded=true] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }
  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    padding: 0px 0px;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 117px;
  }
  .header_top .nav {
    padding: 0px;
  }
  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 1px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2);
    border-radius: 0px;
  }
  .header_area .navbar .search {
    margin-left: 0px;
  }
  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 41px;
  }
  .home_banner_area .banner_inner .banner_content .banner_map_img {
    display: none;
  }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
  }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Blog page Area css
  ============================================================================================ */
  .categories_post img {
    width: 100%;
  }
  .categories_post {
    max-width: 360px;
    margin: 0 auto;
  }
  .blog_categorie_area .col-lg-4 {
    margin-top: 30px;
  }
  .blog_area {
    padding-bottom: 80px;
  }
  .single-post-area .blog_right_sidebar {
    margin-top: 30px;
  }
  /* End Blog page Area css
  ============================================================================================ */
  /* Contact Page Area css
  ============================================================================================ */
  .contact_info {
    margin-bottom: 50px;
  }
  /* End Contact page Area css
  ============================================================================================ */
  .home_banner_area .donation_inner {
    margin-bottom: -30px;
  }
  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto;
  }
  /* Footer Area css
  ============================================================================================ */
  .footer_area .col-sm-6 {
    margin-bottom: 30px;
  }
  .footer_area .footer_inner {
    margin-bottom: -30px;
  }
  .news_widget {
    padding-left: 0px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .home_left_img {
    display: none;
  }
  .header_area .navbar .tickets_btn {
    display: none;
  }
  .home_banner_area .banner_inner {
    padding: 70px 0px 100px 0px;
  }
  .left_side_text {
    margin-bottom: 50px;
  }
  .price_item {
    max-width: 360px;
    margin: 0px auto 30px;
  }
  .price_inner {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .home_banner_area {
    min-height: 500px;
  }
  .home_banner_area .banner_inner {
    min-height: 500px;
  }
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px;
  }
  /* Blog Page Area css
  ============================================================================================ */
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px;
  }
  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  /* Footer Area css
  ============================================================================================ */
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .made_life_inner .nav.nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .made_life_inner .nav.nav-tabs {
    margin-bottom: -15px;
  }
  .made_life_area.made_white .left_side_text {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .top_menu {
    display: none;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 51px;
  }
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home_banner_area {
    min-height: 450px;
  }
  .home_banner_area .banner_inner {
    min-height: 450px;
  }
  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0px;
  }
  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .p_120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main_title h2 {
    font-size: 25px;
  }
  /* Elements Area css
  ============================================================================================ */
  .sample-text-area {
    padding: 70px 0 70px 0;
  }
  .generic-blockquote {
    padding: 30px 15px 30px 30px;
  }
  /* End Elements Area css
  ============================================================================================ */
  /* Blog Page Area css
  ============================================================================================ */
  .blog_details h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  /* Footer Area css
  ============================================================================================ */
  .footer-area {
    padding: 70px 0px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .pad_top {
    padding-top: 70px;
  }
  .pad_btm {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0px;
  }
  .banner_content .white_btn {
    display: block;
  }
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px;
  }
  /* Blog Page Area css
  ============================================================================================ */
  .comments-area .thumb {
    margin-right: 10px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  .testi_item .media .d-flex {
    padding-right: 0px;
  }
  .testi_item .media .d-flex img {
    width: auto;
    margin-bottom: 15px;
  }
  .testi_item .media {
    display: block;
  }
  .banner_btn {
    margin-bottom: 20px;
  }
}
/* banner section start
	============================================================================================ */
.hero-banner {
  position: relative;
  background: url(/images/hero-banner.png?f7878759fbcb39992b6d562231c07fe4) left center no-repeat;
  background-size: cover;
  height: 400px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .hero-banner {
    height: 550px;
  }
}
.hero-banner--sm {
  height: 300px;
}
@media (min-width: 1000px) {
  .hero-banner--sm {
    height: 400px;
  }
}
.hero-banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 3, 15, 0.2);
  z-index: -1;
}
.hero-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-banner__content > * {
  color: #fff;
}
.hero-banner__content h3 {
  font-size: 27px;
  margin-bottom: 0;
}
.hero-banner__content h1 {
  margin-bottom: 12px;
}
.hero-banner__content h4 {
  font-size: 18px;
}

/* banner section end
  ============================================================================================ */
/* breadcrumb section start
  ============================================================================================ */
.banner-breadcrumb {
  display: inline-block;
}
.banner-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}
.banner-breadcrumb .breadcrumb-item {
  padding: 0.1rem;
}
.banner-breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  color: #fff;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding-right: 0.1rem;
  content: "-";
}
.banner-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/* breadcrumb section end
  ============================================================================================ */
/* Blog slider start
  ============================================================================================ */
.blog__slide {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.blog__slide__content {
  padding: 30px 15px;
}
.blog__slide__content h3, .blog__slide__content a {
  color: #3a414e;
}
.blog__slide__content p {
  font-size: 15px;
  margin-bottom: 0;
}
.blog__slide__label {
  font-size: 13px;
  color: #ff9907 !important;
  text-transform: uppercase;
  background: #222222;
  padding: 4px 40px;
  margin-bottom: 18px;
}

.blog-slider {
  position: relative;
}
.blog-slider .blog-slider__leftArrow {
  position: absolute;
  top: 22%;
  left: -12px;
}
@media (min-width: 1250px) {
  .blog-slider .blog-slider__leftArrow {
    left: -105px;
    padding: 0 25px 3px 10px;
  }
  .blog-slider .blog-slider__leftArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .blog-slider .blog-slider__leftArrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 130%;
    background: #fff;
    position: absolute;
    top: -2px;
    left: -15px;
    z-index: 2;
    transform: rotate(-15deg);
  }
  .blog-slider .blog-slider__leftArrow:hover::after {
    background: #222222;
  }
}
.blog-slider .blog-slider__rightArrow {
  position: absolute;
  top: 22%;
  right: -12px;
}
@media (min-width: 1250px) {
  .blog-slider .blog-slider__rightArrow {
    right: -105px;
    padding: 0 25px 3px 20px;
  }
  .blog-slider .blog-slider__rightArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .blog-slider .blog-slider__rightArrow::before {
    content: "";
    display: block;
    width: 43px;
    height: 135%;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 2;
    transform: rotate(15deg);
  }
  .blog-slider .blog-slider__rightArrow:hover::after {
    background: #222222;
  }
}
.blog-slider .blog-slider__leftArrow, .blog-slider .blog-slider__rightArrow {
  display: none;
}
@media (min-width: 580px) {
  .blog-slider .blog-slider__leftArrow, .blog-slider .blog-slider__rightArrow {
    display: block;
  }
}
.blog-slider .blog-slider__leftArrow img, .blog-slider .blog-slider__rightArrow img {
  position: relative;
  z-index: 10;
}

/* Blog slider end
  ============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.causes_slider .owl-dots .owl-dot.active {
  background: #ff9907;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 60px;
}
.single-recent-blog-post .thumb {
  position: relative;
}
.single-recent-blog-post .thumb-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  max-width: 415px;
  padding-left: 5px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info {
    padding-left: 20px;
  }
}
.single-recent-blog-post .thumb-info li {
  display: inline-block;
  font-size: 15px;
  color: #777777;
  margin-right: 10px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info li {
    margin-right: 22px;
  }
}
.single-recent-blog-post .thumb-info li:last-child {
  margin-right: 0;
}
.single-recent-blog-post .thumb-info li a {
  color: #777777;
  padding: 4px 0;
  font-size: 12px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info li a {
    padding: 15px 0;
    font-size: 15px;
  }
}
.single-recent-blog-post .thumb-info li i, .single-recent-blog-post .thumb-info li span {
  font-size: 13px;
  margin-right: 10px;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .single-recent-blog-post .details h3 {
    font-size: 27px;
  }
}
.single-recent-blog-post .details .tag-list-inline {
  color: #555555;
  font-family: "Lora", serif;
}
.single-recent-blog-post .details .tag-list-inline a {
  color: #555555;
}
.single-recent-blog-post .details p {
  color: #777777;
}
.single-recent-blog-post .details .button {
  margin-top: 8px;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post.card-view .thumb-info {
  max-width: 260px;
}
.single-recent-blog-post.card-view .details h3 {
  font-size: 20px;
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #3a414e;
}
.tags .tag_btn:before {
  background: #ff9907;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 50px;
  padding-bottom: 80px;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(234, 44, 88, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}
.blog_info .post_tag {
  padding-bottom: 20px;
}
.blog_info .post_tag a {
  color: #3a414e;
}
.blog_info .post_tag a:hover {
  color: #797979;
}
.blog_info .blog_meta li a {
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}
.blog_info .blog_meta li a i {
  color: #3a414e;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.blog_info .blog_meta li a:hover {
  color: #ff9907;
}

.blog_post img {
  max-width: 100%;
}

.blog_details {
  padding-top: 20px;
}
.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #3a414e;
  font-weight: 600;
  transition: all 0.3s linear;
}
.blog_details h2:hover {
  color: #ff9907;
}
.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #3a414e;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog-pagination {
  padding-top: 10px;
}
.blog-pagination .page-link {
  border-radius: 0;
}
.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background: transparent;
  border-color: #222222;
  color: #ff9907;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.05rem;
  margin: 0 5px;
  line-height: 1.25;
  color: #222222;
  background: transparent;
  border-radius: 0;
  border: 2px solid #eeeeee;
}
.blog-pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  padding: 0.8rem 1.05rem;
  border-radius: 0;
}
.blog-pagination .page-item:last-child .page-link i, .blog-pagination .page-item:last-child .page-link span,
.blog-pagination .page-item:first-child .page-link i,
.blog-pagination .page-item:first-child .page-link span {
  font-size: 14px;
  color: #222222;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  color: #ff9907;
  border-color: #222222;
}

@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 80px;
  }
}
.widget-wrap .single-sidebar-widget {
  padding: 48px 30px;
  background: #6c757d;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .widget-wrap .single-sidebar-widget {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .widget-wrap .single-sidebar-widget {
    padding: 50px 15px;
  }
}
.widget-wrap .single-sidebar-widget:last-child {
  margin-bottom: 0px;
}
.widget-wrap .single-sidebar-widget__title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.widget-wrap .single-sidebar-widget__title::after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background: #ff9907;
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
.widget-wrap .tag_cloud_widget ul li {
  display: inline-block;
}
.widget-wrap .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid transparent;
  background: #fff;
  padding: 3px 21px;
  margin-bottom: 10px;
  margin-right: 6px;
  transition: all 0.3s ease 0s;
  color: #777777;
  font-size: 14px;
}
.widget-wrap .tag_cloud_widget ul li a:hover {
  background: #222222;
  color: #ff9907;
}
.widget-wrap .search-widget form.search-form input[type=text] {
  height: 40px;
  color: #ff9907;
  padding: 11px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
}
@media (max-width: 575px) {
  .widget-wrap .search-widget form.search-form input[type=text] {
    width: 86%;
  }
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 7px;
  color: #ff9907;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: #ffffff;
}
@media (max-width: 575px) {
  .widget-wrap .search-widget form.search-form button {
    width: 14%;
  }
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .instafeed-widget .instafeed-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .instafeed-widget .instafeed-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .instafeed-widget .instafeed {
  margin: 20px -24px 0px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .widget-wrap .instafeed-widget .instafeed {
    margin: 20px -16px;
  }
}
@media (max-width: 575px) {
  .widget-wrap .instafeed-widget .instafeed {
    margin: 20px 0px 0px;
    padding: 0px;
  }
}
.widget-wrap .instafeed-widget .instafeed li {
  overflow: hidden;
  width: 33%;
}
@media (max-width: 991px) {
  .widget-wrap .instafeed-widget .instafeed li {
    width: auto;
  }
}
.widget-wrap .instafeed-widget .instafeed li img {
  margin: 5px;
}
.widget-wrap .popular-post-widget .popular-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .popular-post-widget .popular-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -75%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 5px;
}
.widget-wrap .popular-post-widget .single-post-list:last-child {
  margin-bottom: 0px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb {
  position: relative;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  max-width: 160px;
  padding-left: 10px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li::after {
  content: "|";
  padding: 0 7px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li:last-child::after {
  display: none;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li a {
  padding: 5px 0;
  color: #999999;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-top: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #ff9907;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .post-category-widget .category-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .post-category-widget .cat-list li {
  padding: 13px 20px;
  background: #ffffff;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li:last-child {
  margin-bottom: 0px;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #797979;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}
.widget-wrap .post-category-widget .cat-list li:hover a {
  color: #ff9907;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #ff9907;
}
.widget-wrap .newsletter-widget .newsletter-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .newsletter-widget .newsletter-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  border: 0;
  background: #222222;
  border: 1px solid #222222;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 0;
  cursor: pointer;
  color: #ff9907;
  transition: all 0.3s ease 0s;
}
.widget-wrap .newsletter-widget .bbtns:hover {
  opacity: 0.9;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-radius: 0px;
  font-size: 14px;
  color: #999999;
  padding: 0px 15px;
  height: 50px;
  border-color: rgba(112, 111, 135, 0.2);
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .share-widget .share-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .share-widget .share-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -70%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .share-widget .social-icons a {
  color: #ff9907;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #797979;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1119px) and (min-width: 991px) {
  .widget-wrap .share-widget .social-icons a {
    margin-right: 4px;
  }
}
.widget-wrap .share-widget .social-icons a:hover {
  background: #ff9907;
  color: #ffffff;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}
.single-post-area .social-links li a:hover {
  color: #3a414e;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 10px;
}
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 50px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #3a414e;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 50px 0px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 30px;
  color: #3a414e;
  font-size: 18px;
  font-weight: 700;
}
.comments-area h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.comments-area a {
  font-size: 12px;
  color: #3a414e;
}
.comments-area .comment-list {
  padding-bottom: 40px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.comments-area .comment {
  color: #797979;
  margin-bottom: 0px;
}
.comments-area .btn-reply {
  background-color: rgba(130, 139, 178, 0.1);
  color: #3a414e;
  border: 1px solid #eee;
  padding: 0px 18px;
  font-size: 13px;
  display: block;
  line-height: 28px;
  border-radius: 0px;
  transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
  background-color: #ff9907;
}

.comment-form {
  background: #fff;
  text-align: left;
  padding: 47px 0px 43px;
  margin-bottom: 40px;
}
.comment-form h4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #3a414e;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 8px 20px;
  background: rgba(130, 139, 178, 0.11);
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #999999;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form .form-control.placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control:-moz-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control::-moz-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}
.comment-form .submit_btn {
  float: right;
  text-transform: uppercase;
}

/*============ End Blog Single Styles  =============*/
.main_blog_details h4 {
  font-size: 36px;
  font-weight: 700;
  color: #3a414e;
  margin-bottom: 20px;
  margin-top: 30px;
}
.main_blog_details .user_details {
  overflow: hidden;
  margin-bottom: 30px;
}
.main_blog_details .user_details .float-left a {
  display: inline-block;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 0px 20px;
  font-size: 13px;
  color: #828bb2;
  font-weight: 500;
  line-height: 28px;
  background: rgba(130, 139, 178, 0.11);
  border-radius: 0px;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.main_blog_details .user_details .float-left a:hover {
  background: #ff9907;
  color: #3a414e;
}
.main_blog_details .user_details .float-right .media {
  text-align: right;
  vertical-align: middle;
}
.main_blog_details .user_details .float-right .media .media-body {
  text-align: right;
  vertical-align: middle;
  align-self: center;
}
.main_blog_details .user_details .float-right .media .media-body h5 {
  font-size: 14px;
  font-weight: 700;
  color: #3a414e;
  margin-bottom: 5px;
}
.main_blog_details .user_details .float-right .media .media-body p {
  font-size: 13px;
  color: #797979;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.main_blog_details .user_details .float-right .media .d-flex {
  padding-left: 14px;
  vertical-align: middle;
  align-self: center;
}
.main_blog_details p {
  font-size: 16px;
  color: #797979;
  margin-bottom: 15px;
}
.main_blog_details .blockquote {
  background: #f2f3f7;
  padding: 30px;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  margin: 35px 0px;
}
.main_blog_details .blockquote p {
  background: #ffffff;
  margin-bottom: 0px;
  border-left: 2px solid #415094;
  padding: 30px;
  font-style: italic;
}
.main_blog_details .form-group {
  margin-bottom: 20px;
}
.main_blog_details .news_d_footer {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  display: flex;
  width: 100%;
  padding-top: 15px;
  margin-top: 40px;
}
.main_blog_details .news_d_footer a {
  font-size: 16px;
  color: #797979;
}
.main_blog_details .news_d_footer a i {
  padding-right: 8px;
}
.main_blog_details .news_d_footer .news_socail a {
  margin-right: 10px;
  color: #828bb2;
  font-size: 14px;
}
.main_blog_details .news_d_footer .news_socail a:hover {
  color: #ff9907;
}
.main_blog_details .news_d_footer .news_socail a:last-child {
  margin-right: 0px;
}

/*============ Start Blog Single Styles  =============*/
.navigation-area {
  border-bottom: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 50px;
}
.navigation-area p {
  margin-bottom: 0px;
}
.navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #3a414e;
  font-weight: 700;
}
.navigation-area .arrow {
  position: absolute !important;
}
.navigation-area .nav-left {
  text-align: left;
}
.navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.navigation-area .nav-left .thumb img {
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.navigation-area .nav-right {
  text-align: right;
}
.navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.navigation-area .nav-right .thumb img {
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
.navigation-area .detials p {
  font-size: 13px;
  color: #797979;
}

/*=================== custo button rule start ====================*/
.button {
  display: inline-block;
  border: 1px solid #222222;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 24px;
  background-color: #222222;
  color: #ff9907;
  transition: all 0.4s ease;
}
.button i, .button span {
  margin-left: 5px;
}
@media (min-width: 900px) {
  .button {
    padding: 12px 42px;
  }
}
.button:hover {
  background-color: #ff9907;
  border-color: #ff9907;
  color: #000022;
}

/*=================== contact form start ====================*/
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-group label {
  font-size: 14px;
  color: #ff9907;
}
.form-contact .form-control {
  border-radius: 0;
  height: 40px;
  padding-left: 18px;
  border-color: #EEEEEE;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.form-contact .form-control::placeholder {
  font-size: 14px;
  color: #999999;
}
.form-contact .different-control {
  height: 100% !important;
}

.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #ff9907;
  font-size: 20px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-info .media-body h3 a {
  color: #3a414e;
}
.contact-info .media-body p {
  color: #797979;
}

/*=================== contact form end ====================*/
/* Footer Area css
============================================================================================ */
.footer-area {
  background: #000000;
}
.footer-area h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-area h6 {
    margin-bottom: 15px;
  }
}

.copy-right-text i,
.copy-right-text a {
  color: #ff9907;
}

.instafeed {
  margin: -5px;
}
.instafeed li {
  overflow: hidden;
  width: 25%;
}
.instafeed li img {
  margin: 5px;
}

.footer-social i {
  color: #555555;
  transition: all 0.3s ease 0s;
}
.footer-social a {
  padding-right: 25px;
  transition: all 0.3s ease 0s;
}
.footer-social a:hover i {
  color: #ff9907;
}

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 40px;
  }
}
.single-footer-widget .form-inline {
  display: inline-block;
  width: 100%;
}
.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #191919;
  color: #555555;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
}
.single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}
.single-footer-widget input.placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input:-moz-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input::-moz-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input::-webkit-input-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 5%;
  color: #fff;
  font-size: 12px;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  margin: 0;
  color: #ff9907;
}
.single-footer-widget .click-btn {
  background: #ff9907;
  color: #222222;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px;
  border: 0;
}
.single-footer-widget .click-btn i, .single-footer-widget .click-btn span {
  font-weight: 600;
}
.single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #797979;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #797979;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #797979;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #797979;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #797979;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #797979;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #797979;
  font-weight: 300;
}

.footer-text {
  padding-top: 80px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer-text {
    padding-top: 0px;
  }
}
.footer-text a,
.footer-text i {
  color: #ff9907;
}

/* End Footer Area css
============================================================================================ */
.team-page-section {
  position: relative;
  padding-top: 70px;
}
.team-page-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-page-section img {
  max-width: 100%;
  height: auto;
}
.team-page-section .team-block {
  margin-bottom: 60px;
}
.team-page-section .sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}
.team-page-section .sec-title .title {
  position: relative;
  font-size: 18px;
  color: #ff9907;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.team-page-section .sec-title .separator {
  position: relative;
  width: 40px;
  margin-top: 16px !important;
}
.team-page-section .sec-title .separator:before, .team-page-section .sec-title .separator:after {
  position: absolute;
  content: "";
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #6c757d;
}
.team-page-section .sec-title .separator:before {
  left: 0px;
}
.team-page-section .sec-title .separator:after {
  right: 0px;
}
.team-page-section .sec-title .separator span {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  display: inline-block;
  background-color: #ff9907;
}
.team-page-section .sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 35px;
}
.team-page-section .sec-title .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  color: #555555;
  margin-top: 10px;
}
.team-page-section .sec-title.centered .separator {
  margin: 0 auto !important;
  float: none !important;
}
.team-page-section .sec-title.centered {
  text-align: center !important;
}
.team-page-section .sec-title.light .title {
  color: #ffffff;
}
.team-page-section .sec-title.light h2 {
  color: #ffffff;
}
.team-page-section .sec-title.light .separator span {
  background-color: #6c757d;
}
.team-page-section .sec-title.light .separator:before,
.team-page-section .sec-title.light .separator:after {
  background-color: #ffffff;
}
.team-page-section .team-section {
  position: relative;
  padding: 80px 0px 60px;
}
.team-page-section .team-section.style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
.team-page-section .team-section .title-box {
  position: relative;
  text-align: center;
}
.team-page-section .team-section .title-box h2 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.team-page-section .team-section .title-box h2 span {
  color: #6c757d;
}
.team-page-section .team-block {
  position: relative;
}
.team-page-section .team-block .inner-box {
  position: relative;
  padding: 40px 70px 28px 0px;
}
.team-page-section .team-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 70px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #f5f5f5;
  transition: all 600ms ease;
}
.team-page-section .team-block .inner-box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 70px;
  bottom: 0px;
  width: 0%;
  border-radius: 10px;
  transition: all 600ms ease;
  background-image: linear-gradient(to bottom, #6c757d 0%, #ff9907 100%);
}
.team-page-section .team-block .inner-box:hover::after {
  width: 81%;
}
.team-page-section .team-block .inner-box .social-icons {
  position: absolute;
  right: 25px;
  top: 100px;
  z-index: 1;
}
.team-page-section .team-block .inner-box .social-icons li {
  position: relative;
  margin-bottom: 20px;
}
.team-page-section .team-block .inner-box .social-icons li a {
  position: relative;
  color: #ff9907;
  font-size: 18px;
  transition: all 0.4s;
}
.team-page-section .team-block .inner-box:hover .lower-content h3 a,
.team-page-section .team-block .inner-box:hover .social-icons li a,
.team-page-section .team-block .inner-box:hover .lower-content .designation {
  color: #ffffff;
}
.team-page-section .team-block .inner-box .image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.2);
}
.team-page-section .team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.team-page-section .team-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 30px 15px 0px 110px;
}
.team-page-section .team-block .inner-box .lower-content h3 {
  position: relative;
  color: #ff9907;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}
.team-page-section .team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #ff9907;
  transition: all 0.4s;
}
.team-page-section .team-block .inner-box .lower-content .designation {
  position: relative;
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
}
.team-page-section .team-block.style-two .inner-box .lower-content h3 a,
.team-page-section .team-block.style-two .inner-box .social-icons li a {
  color: #6c757d;
}
.team-page-section .team-block.style-two .inner-box:hover .lower-content h3 a,
.team-page-section .team-block.style-two .inner-box:hover .social-icons li a {
  color: #ffffff;
}
.team-page-section .team-block.style-two .inner-box::after {
  background-image: linear-gradient(to bottom, #bcc1c6 0%, #6c757d 100%);
}
.team-page-section .auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 14rem), 1fr));
  grid-gap: var(--auto-grid-gap, 0);
  padding: 0;
}
.team-page-section .flow > * + * {
  margin-top: var(--flow-space, 1em);
}
.team-page-section .team {
  --flow-space: 2em;
}
.team-page-section .profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  position: relative;
  padding: 1.5rem;
  color: #ffffff;
  backface-visibility: hidden;
  text-decoration: none;
  overflow: hidden;
}
.team-page-section .profile::before,
.team-page-section .profile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*inset: 0;*/
  top: 0;
  left: 0;
}
.team-page-section .profile::before {
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0.79) 0%, hsla(0, 0%, 0%, 0.787) 7.8%, hsla(0, 0%, 0%, 0.779) 14.4%, hsla(0, 0%, 0%, 0.765) 20.2%, hsla(0, 0%, 0%, 0.744) 25.3%, hsla(0, 0%, 0%, 0.717) 29.9%, hsla(0, 0%, 0%, 0.683) 34.3%, hsla(0, 0%, 0%, 0.641) 38.7%, hsla(0, 0%, 0%, 0.592) 43.3%, hsla(0, 0%, 0%, 0.534) 48.4%, hsla(0, 0%, 0%, 0.468) 54.1%, hsla(0, 0%, 0%, 0.393) 60.6%, hsla(0, 0%, 0%, 0.31) 68.3%, hsla(0, 0%, 0%, 0.216) 77.3%, hsla(0, 0%, 0%, 0.113) 87.7%, hsla(0, 0%, 0%, 0) 100%);
  transition: 300ms opacity linear;
}
.team-page-section .profile::after {
  background: linear-gradient(45deg, rgba(255, 153, 7, 0.7) 0, rgba(255, 153, 7, 0) 100%);
  opacity: 0;
  transition: 300ms opacity linear;
}
.team-page-section .profile > * {
  z-index: 1;
}
.team-page-section .profile img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 200ms ease, transform 250ms linear;
}
.team-page-section .profile h2,
.team-page-section .profile p {
  transform: translateY(2ex);
}
.team-page-section .profile h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.03ch;
  transition: 300ms transform ease;
}
.team-page-section .profile p {
  font-size: 1.2rem;
  font-weight: 500;
}
.team-page-section .profile p {
  opacity: 0;
  transition: 300ms opacity linear, 300ms transform ease-in-out;
}
.team-page-section .profile:focus {
  outline: 0.5rem solid white;
  outline-offset: -0.5rem;
}
.team-page-section .profile:hover :is(h2, p),
.team-page-section .profile:focus :is(h2, p) {
  transform: none;
}
.team-page-section .profile:hover::after,
.team-page-section .profile:focus::after,
.team-page-section .profile:hover::before,
.team-page-section .profile:focus::before {
  opacity: 0.7;
}
.team-page-section .profile:hover p,
.team-page-section .profile:focus p {
  opacity: 1;
  transition-delay: 200ms;
}
.team-page-section .profile:hover img,
.team-page-section .profile:focus img {
  filter: grayscale(0);
  transform: scale(1.05) rotate(1deg);
}

.streamer-page-card .card-header *, .streamer-page-card .card-footer * {
  color: inherit !important;
}

.clip__slide {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.clip__slide__content {
  padding: 30px 15px;
}
.clip__slide__content h3, .clip__slide__content a {
  color: #3a414e;
}
.clip__slide__content p {
  font-size: 15px;
  margin-bottom: 0;
}
.clip__slide__label {
  font-size: 13px;
  color: #ff9907 !important;
  text-transform: uppercase;
  background: #222222;
  padding: 4px 40px;
  margin-bottom: 18px;
}

.clip-slider {
  position: relative;
}
.clip-slider .clip-slider__leftArrow {
  position: relative;
}
@media (min-width: 1250px) {
  .clip-slider .clip-slider__leftArrow {
    padding: 0 25px 3px 10px;
  }
  .clip-slider .clip-slider__leftArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .clip-slider .clip-slider__leftArrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 130%;
    background: #fff;
    position: absolute;
    top: -2px;
    left: -15px;
    z-index: 2;
    transform: rotate(-15deg);
  }
  .clip-slider .clip-slider__leftArrow:hover::after {
    background: #222222;
  }
}
.clip-slider .clip-slider__rightArrow {
  position: relative;
}
@media (min-width: 1250px) {
  .clip-slider .clip-slider__rightArrow {
    padding: 0 25px 3px 20px;
  }
  .clip-slider .clip-slider__rightArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .clip-slider .clip-slider__rightArrow::before {
    content: "";
    display: block;
    width: 43px;
    height: 135%;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 2;
    transform: rotate(15deg);
  }
  .clip-slider .clip-slider__rightArrow:hover::after {
    background: #222222;
  }
}
.clip-slider .clip-slider__leftArrow, .clip-slider .clip-slider__rightArrow {
  display: none;
}
@media (min-width: 580px) {
  .clip-slider .clip-slider__leftArrow, .clip-slider .clip-slider__rightArrow {
    display: block;
  }
}
.clip-slider .clip-slider__leftArrow img, .clip-slider .clip-slider__rightArrow img {
  position: relative;
  z-index: 10;
}
