/*------------------------------------------------------------------

  * Template Nam: Nitsiakos
  * Template UR:  https://sazzad362.com/
  * Description:  This template for my quick start HTML Project
  * Author:       Md Sazzad Hossain
  * Author URI:   https://sazzad362.com/
  * Version:      1.0.0
  * Last update:  25-10-2018

 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
	00. Plugins;
	01. base;
	02. Header;
	03. Nav;
	04. Footer;
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

	$brand_color: #ff5252;

-------------------------------------------------------------------*/
/*
	=================================
		@Loaded All Plugins
		@Sazzad362
	=================================
*/
/* 
 * Embed Google Font
 * font-family: 'Literata', serif;
 * font-family: 'Open Sans', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Literata:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/* 
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("../css/bootstrap.min.css");
/* 
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url("../css/font-awesome.min.css");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@import url("../css/owl.carousel.min.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Copyright (c) 2018 Daniel Eden
 */
@import url("../css/animate.css");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
}

header {
  background: transparent linear-gradient(90deg, #FA8A4B 0%, #F24817 100%) 0% 0% no-repeat padding-box;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease;
}
header .header_logo {
  text-align: center;
  margin-bottom: 20px;
}
header .header_top {
  padding: 10px 0 20px;
  position: relative;
  z-index: 12;
}


header .header_top a {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.5s;
  text-decoration: none;
  font-weight: 600;
}
header .header_top a.active{
  color: #E33300;
  background: rgba(255, 255, 255, 0.8);
}
header .header_top a:hover {
  color: #E33300;
  background: rgba(255, 255, 255, 0.8);
}
header .list-group-item {
  background: transparent;
  padding: 0;
  border: 0;
}
header .list-group-item a {
  color: #fff;
  display: inline-block;
}
header i.fa-search {
  font-size: 30px;
}
header .header_menu_icon {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  border-radius: 100%;
  position: relative;
}

@media (max-width: 767px) {
  header .header_menu_icon {
    width: 40px;
    height: 40px;
  }
}

header .header_menu_icon i {
  color: #EF6032;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_right {
  min-height: 81px;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
  -webkit-box-pack: flex-end; -moz-box-pack: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end;
}

/*":::::::::::::*/

@media only screen and (max-width: 991px) {
  #header .header-logo-section,
  #header .header-icons-section {
    width: 50%;
  }

  #header .header-icons-section {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    -webkit-box-pack: flex-end; -moz-box-pack: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end;
  }

   #header .header-logo-section .header_logo {
    margin: 0px;
   }

   #header .header-icons-section .header_menu_icon {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
   }
}

@media (min-width: 992px) {
  .stick .header_top{
    display: none;
  }
  .stick{
    background: #080808ad;
    padding: 7px 0 !important;
  }

}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  font-family: 'Literata', serif;
}

.overlay a:hover, .overlay a:focus {
  color: #D8001A;
}

.overlay-content ul li a:hover {
  font-size: 30px;
}


.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }

  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media (min-width: 768px) {
  header .header_logo {
    position: relative;
    z-index: 12;
    text-align: left;
  }
}
@media (min-width: 992px) {
  header {
    position: fixed;
    background: transparent;
  }
}
#slider_area {
  color: #fff;
  text-align: center;
}
#slider_area .slider_img_block {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:hidden;
}
#slider_area .slider_img_block video{
  height: 100vh;
}
#slider_area .slider_content_block {
  padding: 40px 0;
}
#slider_area .slider_content_block.content_block-no-image {
  padding-top: 0px;
}
#slider_area .slider-title {
  font-family: 'Literata', serif;
  margin-bottom: 20px;
}
#slider_area .slider-title h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 2.4rem;
}
#slider_area .slider-title h2 span {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
#slider_area .slider-title h2 span:last-child {
  line-height: 1.5;
}

#slider_area a {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Literata', serif;
}

#slider_area a:hover {
  text-decoration: none;
  color: #ddd;
}

#slider_area .slider_link a {
  width: 100%;
  text-align: center;
  max-width: 330px;
  background: #D8001A;
  border-radius: 14px;
  padding: 0 15px;
  height: 63px;
  font-size: 29px;
  line-height: 56px;
}

#slider_area .slider-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.slider_area_page .slider_content_block {
  transform: translateX(0%) !important;
}
.slider_area_page .slider-title h2 {
  line-height: 3.2rem !important;
}
.slider_area_page .slider_qun li {
  border: 8px solid #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.slider_area_page .slider_qun li:last-child {
  margin-bottom: 0;
}
.slider_area_page .slider_qun li h2 {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Literata', serif;
}
.slider_area_page .slider_qun li p {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Literata', serif;
}
.slider_area_page .slider_content {
  padding-bottom: 20px;
}
.slider_area_page .slider_btn {
  border: 8px solid #fff;
  margin-top: 20px;
  padding: 20px;
}
.slider_area_page .slider_btn a {
  margin: 0 !important;
}

#slider_area.article_page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  #slider_area {
    text-align: left;
  }

  .slider_area_page {
    padding-bottom: 40px;
    text-align: center !important;
  }
  .slider_area_page .slider_qun li {
    min-width: 200px;
  }
  .slider_area_page .slider_qun li:last-child {
    margin-bottom: 20px;
  }
  .slider_area_page .slider_content_block {
    padding-bottom: 0 !important;
  }
  .slider_area_page .slider_btn {
    display: inline-block;
  }

  #slider_area.article_page {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  #slider_area {
    height: 100vh;
  }
  #slider_area .slider_content_block {
    transform: translateX(-25%);
  }
  #slider_area .slider_content_block img {
    transition: all 0.5s ease;
  }
  #slider_area .slider_content_block img:hover {
    transform: scale(1.1);
  }
  #slider_area .slider-title {
    font-family: 'Literata', serif;
    margin-bottom: 20px;
  }
  #slider_area .slider-title h2 span:last-child {
    margin-left: 50px;
  }

  .slider_area_page {
    height: unset !important;
    padding-top: 100px !important;
  }
  .slider_area_page .slider-title {
    text-align: left;
  }
  .slider_area_page .slider_sub_title {
    margin-left: 50px;
    display: inline-block;
  }
  .slider_area_page span {
    margin: 0 !important;
    display: inline-block !important;
  }
  .slider_area_page .slider_qun,
  .slider_area_page .slider_content,
  .slider_area_page .slider_btn_area {
    margin-top: 50px;
  }
  .slider_area_page .slider_btn img {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .slider_area_page .slider_qun {
    text-align: left;
  }
  .slider_area_page .slider_qun ul {
    text-align: center;
    display: inline-block !important;
  }
  .slider_area_page .slider_qun ul li {
    margin: 0 40px 0 0 !important;
    float: left;
  }
  .slider_area_page .slider_qun ul li:last-child {
    margin: 0 !important;
  }
}
#feature_area {
  padding: 40px 0;
  background: url("../images/feature_bg.png") no-repeat #eeeeee;
  background-size: 50%;
  background-position: center center;
  text-align: center;
}
#feature_area .feature_content_area {
  border: 8px solid #D8001A;
  padding: 20px 0 30px;
}
#feature_area .sub_title {
  color: #D8001A;
  font-weight: 300;
  font-size: 16px;
}
#feature_area .feature_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Literata', serif;
  color: #D8001A;
  border-bottom: 5px solid #D8001A;
  padding-bottom: 30px;
}
#feature_area .feature_content {
  padding: 30px;
  font-size: 16px;
  font-family: 'Literata', serif;
}
#feature_area .feature_content p {
  color: #58210A;
}
#feature_area .feature_link {
  padding-top: 20px;
  text-align: center;
}
#feature_area .feature_link a {
  color: #D8001A;
  font-size: 18px;
  font-family: 'Literata', serif;
  font-weight: 700;
}
#feature_area .feature_footer .feature_footer_sub_title {
  color: #D8001A;
  font-weight: 700;
  font-family: 'Literata', serif;
}
#feature_area .feature_footer .feature_footer_sub_title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
#feature_area .feature_footer ul li {
  background: transparent;
  color: #D8001A;
  text-align: center;
  border-bottom: 1px solid red !important;
  padding: 20px 0;
}
#feature_area .feature_footer ul li .gram_value {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  font-family: 'Literata', serif;
}
#feature_area .feature_footer ul li .gram_value span {
  font-size: 25px;
  line-height: 1;
  margin-left: 4px;
}
#feature_area .feature_footer ul li p {
  font-size: 25px;
  line-height: 1.4;
  margin-left: 4px;
  font-weight: 700;
}
#feature_area .feature_footer ul li:last-child {
  border-bottom: 0 !important;
}
#feature_area .murgi_image img {
  max-width: 500px;
  width: 100%;
}
#feature_area .feature_cir {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #feature_area .sub_title {
    font-size: 25px;
  }
  #feature_area .feature_title {
    font-size: 55px;
  }
  #feature_area .feature_footer .feature_footer_sub_title {
    text-align: center;
  }
  #feature_area .feature_footer .feature_footer_sub_title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 150px;
    background: #D8001A;
  }
  #feature_area .feature_footer .feature_footer_sub_title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 150px;
    background: #D8001A;
  }
  #feature_area .feature_footer ul {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  #feature_area .feature_footer ul li {
    padding: 20px;
    border-bottom: 0 !important;
    border-right: 1px solid red !important;
    padding: 0 45px;
  }
  #feature_area .feature_footer ul li:last-child {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  #feature_area {
    padding: 80px 0;
  }
  #feature_area .feature_title {
    font-size: 95px;
  }
  #feature_area .feature_link {
    text-align: center;
  }
  #feature_area .feature_footer .feature_footer_sub_title:before {
    width: 250px;
  }
  #feature_area .feature_footer .feature_footer_sub_title:after {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #feature_area {
    padding: 150px 0 150px;
  }
  #feature_area .feature_title {
    font-size: 95px;
  }
  #feature_area .feature_link {
    text-align: right;
  }
  #feature_area .feature_footer .feature_footer_sub_title {
    text-align: right;
    padding-right: 250px;
  }
  #feature_area .feature_footer .feature_footer_sub_title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 234px;
    background: #D8001A;
  }
  #feature_area .feature_footer .feature_footer_sub_title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 500px;
    background: #D8001A;
  }
  #feature_area .murgi_image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #feature_area .murgi_image img {
    transform: translate(-101px, 92px);
  }
  #feature_area .feature_cir {
    position: absolute;
    left: 400px;
  }
}
#service_slider {
  position: relative;
}
#service_slider .item:hover .service_slider_overlay {
  opacity: 1;
}
#service_slider .service_slider_title {
  position: absolute;
  bottom: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Literata', serif;
  color: #fff;
  z-index: 10;
  padding: 20px;
  width: 100%;
}
#service_slider .service_slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/feature_bg.png") no-repeat white;
  background-position: -2% 50%;
  z-index: 11;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
#service_slider .service_slider_overlay .overlay_img {
  margin: 0 auto;
  max-width: 180px;
  position: relative;
  z-index: 10;
}
#service_slider .service_slider_overlay .overlay_content {
  margin-top: -60px;
  padding: 60px 15px 15px;
  border: 8px solid #D8001A;
  min-width: 290px;
}
#service_slider .service_slider_overlay .overlay_content .overlay_title {
  font-size: 20px;
  font-family: 'Literata', serif;
  font-weight: 700;
  color: #D8001A;
}
#service_slider .service_slider_overlay .overlay_content .overlay_subtitle {
  font-size: 18px;
  font-family: 'Literata', serif;
  font-weight: 700;
  color: #D8001A;
}
#service_slider .service_slider_overlay .overlay_content .overlay_caption_text {
  font-size: 20px;
  font-family: 'Literata', serif;
  font-weight: 700;
  color: #434343;
}
#service_slider .owl-nav .owl-prev,
#service_slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
#service_slider .owl-nav .owl-prev:focus,
#service_slider .owl-nav .owl-next:focus {
  outline: none;
}
#service_slider .owl-nav .owl-prev:hover,
#service_slider .owl-nav .owl-next:hover {
  background: #D8001A;
  color: #fff;
}
#service_slider .owl-nav .owl-prev {
  font-size: 25px;
  padding: 3px 20px 5px 10px !important;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  color: #D8001A;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
#service_slider .owl-nav .owl-next {
  font-size: 25px;
  padding: 3px 12px 5px 20px !important;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  color: #D8001A;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  right: 0;
}

@media (min-width: 1200px) {
  #service_slider .service_slider_overlay .overlay_img {
    max-width: 279px;
  }
  #service_slider .service_slider_overlay .overlay_content {
    min-width: 375px;
  }
  #service_slider .service_slider_overlay .overlay_content .overlay_title {
    font-size: 30px;
  }
  #service_slider .service_slider_overlay .overlay_content .overlay_subtitle {
    font-size: 20px;
  }
  #service_slider .service_slider_overlay .overlay_content .overlay_caption_text {
    font-size: 30px;
  }
  #service_slider .owl-nav .owl-prev {
    font-size: 50px;
  }
  #service_slider .owl-nav .owl-next {
    font-size: 50px;
  }
}
#description_area {
  padding: 40px 0;
  background: url("../images/feature_bg.png") no-repeat #eeeeee;
  background-size: 50%;
  background-position: center center;
  text-align: right;
}
#description_area .feature_content_area {
  border: 8px solid #D8001A;
  /* padding: 20px; */
}
#description_area .description_sub_title {
  font-weight: 300;
  font-size: 18px;
  font-weight: 600;
  color: #D8001A;
  margin-top: 70px;
}
#description_area .description_title {
  color: #D8001A;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Literata', serif;
  text-shadow: unset;
}
#description_area .feature_content {
  color: #58210A;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Literata', serif;
  max-width: 638px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 30px;
  text-align: right;
}

#description_area .feature_content p {
  line-height: 42px;
}

#description_area .feature_link {
  padding-top: 20px;
  text-align: right;
}
#description_area .feature_link a {
  color: #D8001A;
  font-size: 29px;
  line-height: 32px;
  font-family: 'Literata', serif;
  font-weight: 700;
}
#description_area .description_img {
  /* margin-top: 20px; */
  box-shadow: 4px 10px 28px 0px rgba(0, 0, 0, 0.14);
}

@media (min-width: 992px) {
  #description_area .description_title {
    font-size: 55px;
  }
  #description_area .feature_content {
    margin-top: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  #description_area {
    padding: 150px 0 150px;
  }
  /* #description_area .feature_content_area {
    padding: 20px 0 30px 60px;
  } */
  #description_area .description_sub_title {
    font-size: 32px;
    line-height: 88px;
  }
  #description_area .description_title {
    font-size: 77px;
    line-height: 82px;
    margin-bottom: 0;
    max-width: 672px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  #description_area .feature_content {
    line-height: 40px;
  }
  #description_area .description_img {
    transform: translateX(50px);
  }
}
#instagram_area {
  padding: 40px 0;
  border-bottom: 5px solid #D8001A;
}
#instagram_area .instagram_title {
  text-align: center;
}
#instagram_area .instagram_icon {
  margin-bottom: 20px;
  position: relative;
}
#instagram_area .instagram_icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 6px;
  background: #D8001A;
  transform: translate(-50%, -50%);
}
#instagram_area .instagram_title_icon {
  border: 4px solid #D8001A;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
}
#instagram_area .instagram_title_icon i {
  font-size: 35px;
  color: #D8001A;
}
#instagram_area .instagram_title_text {
  font-size: 30px;
  line-height: 1;
  color: #D8001A;
  font-weight: 700;
  font-family: 'Literata', serif;
  margin-bottom: 20px;
}
#instagram_area .instagram_sub_title {
  font-size: 20px;
  line-height: 1;
  color: #D8001A;
  font-weight: 700;
  font-family: 'Literata', serif;
  padding: 0 20px;
}
#instagram_area .instagram_slider {
  margin-top: 20px;
}
#instagram_area .owl-dots {
  margin-top: 20px;
  text-align: center;
}
#instagram_area .owl-dots .active {
  background: #E33300 !important;
}
#instagram_area .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #E6E6E6;
  margin: 0 10px;
}
#instagram_area .owl-dots .owl-dot:focus {
  outline: none;
}

#instagram_area.instagram_with_article .instagram_title_text span {
  display: inline-block;
  color: #ACACAC;
  margin: 5px;
}

@media (min-width: 768px) {
  #instagram_area {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #instagram_area {
    padding: 100px 0;
  }
  #instagram_area .instagram_icon {
    margin-bottom: 35px;
  }
  #instagram_area .instagram_icon:before {
    width: 800px;
  }
  #instagram_area .instagram_title_icon {
    width: 92px;
    height: 92px;
  }
  #instagram_area .instagram_title_icon i {
    font-size: 55px;
  }
  #instagram_area .instagram_title_text {
    font-size: 60px;
    margin-bottom: 50px;
  }
  #instagram_area .instagram_sub_title {
    font-size: 35px;
  }
  #instagram_area .instagram_slider {
    margin-top: 50px;
  }
  #instagram_area .owl-dots {
    margin-top: 40px;
  }
}
#product_slider {
  padding: 20px 0;
  border-bottom: 5px solid  #E33300;
}
#product_slider .product_slider_title {
  text-align: center;
  color: #E33300;
  margin-bottom: 20px;
}
#product_slider .slider_img {
  padding: 50px;
  transition: 0.5s;
}
#product_slider .slider_img img {
  max-width: 100%;
  height: auto;
}
#product_slider .slider_img:hover {
  background: rgba(227, 51, 0, 0.52);
  border-radius: 100%;
  padding: 30px;
}
#product_slider .owl-nav {
  display: none;
}
#product_slider .owl-dots {
  text-align: center;
}
#product_slider .owl-dots button {
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #E6E6E6;
}
#product_slider .owl-dots .active {
  background: #E33300;
}
#product_slider .owl-dots .active:focus {
  outline: none;
}

@media (min-width: 768px) {
  #product_slider {
    padding: 100px 0;
    position: relative;
  }
  #product_slider .owl-nav {
    display: block;
  }
  #product_slider .owl-nav button {
    font-size: 60px;
    color: #E33300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #product_slider .owl-nav button:focus {
    outline: none;
  }
  #product_slider .owl-nav button.owl-next {
    right: 0;
  }
  #product_slider .owl-dots {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #product_slider .owl-nav button {
    font-size: 90px;
  }
  #product_slider .owl-nav button.owl-prev {
    left: -30px;
  }
  #product_slider .owl-nav button.owl-next {
    right: -30px;
  }
}
#article_content {
  padding: 40px 0;
  background: #EEEEEE;
}
#article_content .article_author .article_author_top img {
  max-width: 150px;
  margin-right: 20px;
}
#article_content .article_author .article_author_top .auth_name {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Literata', serif;
  color: #AD1515;
}
#article_content .article_author .article_author_top .auth_cat {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Literata', serif;
  color: #434343;
}
#article_content .article_author .article_author_top,
#article_content .article_author .article_author_middle {
  border: 8px solid #D8001A;
}
#article_content .article_author .article_author_middle {
  border-top: 0;
}
#article_content .article_author .article_author_middle ul {
  width: 100%;
  text-align: center;
}
#article_content .article_author .article_author_middle ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #D8001A;
  border-bottom: 8px solid #D8001A;
}
#article_content .article_author .article_author_middle ul li:last-child {
  border-bottom: 0;
}
#article_content .article_author .article_author_middle ul li p {
  margin: 10px 0 !important;
  font-weight: 700;
  font-family: 'Literata', serif;
}
#article_content .article_author .article_author_footer {
  padding: 20px 0;
}
#article_content .article_author .article_author_footer p {
  color: #E33300;
  font-weight: 700;
  margin-top: 10px !important;
  font-family: 'Literata', serif;
}
#article_content .article_content_area {
  border: 8px solid #D8001A;
}
#article_content .article_content_area .article_content_left {
  background: #FFF8E2;
  padding: 20px;
}
#article_content .article_content_area .article_content_left_header h2,
#article_content .article_content_area .article_content_left_content_title {
  color: #D8001A;
  font-weight: 700;
  font-family: 'Literata', serif;
}
#article_content .article_content_area .article_content_left_header h2 {
  font-size: 40px;
}
#article_content .article_content_area .article_content_left_content {
  line-height: 2;
  position: relative;
}
#article_content .article_content_area .article_content_left_content .borde_link {
  background: #D8001A;
  color: #fff;
  font-family: 'Literata', serif;
  font-weight: 700;
  padding: 5px 15px 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  position: absolute;
  right: 50%;
  font-size: 15px;
  width: 100%;
  transform: translateX(50%);
  text-align: center;
}
#article_content .article_content_area .article_content_left_content_title {
  margin-bottom: 5px;
}
#article_content .article_content_area .article_content_right {
  background: #fff;
}

@media (min-width: 768px) {
  #article_content {
    border-top: 8px solid #D8001A;
    padding-top: 0;
    padding-bottom: 40px;
  }
  #article_content .article_author {
       margin-top: -166px;
  }
  #article_content .article_author .article_author_top,
  #article_content .article_author .article_author_middle {
    width: 390px;
  }
  #article_content .article_author .article_author_footer {
    padding: 20px 0 20px 25px;
  }
  #article_content .article_author_top {
    background: rgba(238, 238, 238, 0.9);
  }
  #article_content .article_content_area {
    margin-top: -8px;
  }
  #article_content .article_content_area .article_content_left_content .borde_link {
    width: auto;
    right: 0;
    transform: translate(0);
    padding: 5px 25px 8px 25px;
  }
  #article_content .article_author_middle li {
    width: 33.33%;
    border-color: #D8001A;
    border-bottom: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  #article_content {
    padding: 0 0 100px;
  }
  #article_content .article_author .article_author_footer p {
    margin-top: 0 !important;
    text-align: left !important;
    padding: 0 15px;
    font-size: 20px;
  }
  #article_content .article_author .article_author_top,
  #article_content .article_author .article_author_middle {
    width: 500px;
  }
  #article_content .article_content_area .article_content_left_header h2 {
    font-size: 60px;
  }
  #article_content .article_content_area .article_content_right {
    padding-left: 50px;
  }
  #article_content .article_content_area .article_content_left_content .borde_link {
    padding: 5px 35px 8px 35px;
  }
  #article_content .article_content_left {
    position: relative;
  }
  #article_content .article_content_left:before {
    content: "";
    position: absolute;
    bottom: -6%;
    left: -20%;
    width: 180px;
    height: 150px;
    z-index: 10;
    background: url(../images/leaf-png-38617.png) no-repeat;
    background-size: cover;
  }
  #article_content .article_content_right:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  #article_content {
    padding: 0 0 120px;
  }
  #article_content .article_content_left_header {
    margin-bottom: 30px;
  }
  #article_content .article_content_area .article_content_left_content p {
    margin-bottom: 30px;
  }
  #article_content .article_author .article_author_top,
  #article_content .article_author .article_author_middle {
    width: 600px;
  }
  #article_content .article_author .article_author_middle ul li {
    padding: 50px;
  }
  #article_content .article_author .article_author_footer {
    padding-left: 50px;
    display: flex;
    align-items: center;
  }
  #article_content .article_content_left {
    position: relative;
  }
  #article_content .article_content_left:before {
    bottom: -7%;
    left: -30%;
    width: 180px;
    height: 150px;
  }
}
#footer_area {
  background: #EEEEEE;
  padding: 40px 0;
}
#footer_area .footer_menu_title {
  color: #D8001A;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer_area ul ul li {
  font-size: 16px;
  margin: 4px 0;
}
#footer_area a {
  color: #8E8E8E;
  transition: 0.5s;
}
#footer_area a:hover {
  color: #D8001A;
}
#footer_area .footer_social_icon {
  background: #D8D8D8;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
}
#footer_area .footer_social_icon i {
  font-size: 15px;
  color: #fff;
}
#footer_area .footer_menu_list_social li {
  margin-bottom: 12px;
}
#footer_area .copyright {
  padding-top: 20px;
  text-align: center;
  color: #D8001A;
}

@media (min-width: 768px) {
  #footer_area .copyright {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #footer_area {
    padding: 50px 0;
  }
  #footer_area .copyright {
    padding-top: 50px;
  }
}
/*::::::::::::::::
  Pages CSS*/
#main_area {
  padding: 60px 0;
}

.search_product {
  box-shadow: 3px 3px 4px 1px #ddd;
  border-radius: 7px;
  transition: all 0.9s ease;
  margin-bottom: 25px;
}
.search_product .sr_img {
  overflow: hidden;
  max-height: 233px
}
.search_product .sr_img img {
  width: 100%;
  border-radius: 7px 7px 0px 0px;
  transition: all 0.9s ease;
  min-height: 233px;
}
.search_product .sr_content {
  padding: 15px 15px 25px 15px;
}
.search_product .sr_content h4 {
  color: #f24817;
  font-weight: bold;
}
.search_product .sr_content p {
  font-weight: bold;
}
.search_product a.req_btn {
  text-decoration: none;
  background-color: #f24817;
  padding: 6px 12px;
  color: #fff;
  margin-bottom: 10px;
}
.search_product:hover {
  box-shadow: 1px 1px 2px 1px #ddd;
}
.search_product:hover .sr_img img {
  transform: scale(1.1);
}

.search_waper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #060606d1;
  z-index: 10;
  display: none;
}
.search_waper .sd_search {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 35px;
  color: #fff;
}
.search_waper .form-control:focus {
  border-color: #fff;
  box-shadow: none;
}
.search_waper ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.search_waper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.search_waper ::placeholder {
  color: #fff;
}
.search_waper .ct_srach {
  background: #d8001a91;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.search_waper a.closebtnsrch {
  color: #fff;
  position: absolute;
  z-index: 9999;
  top: 10%;
  right: 10%;
  font-size: 30px;
  font-weight: bold;
}


.article_content_area .share_area {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.article_content_area .share_area ul {
  background-color: #d8001a;
  border-radius: 20px;
  margin: 0;
  padding: 0;
}
.article_content_area .share_area ul li {
  list-style: none;
}
.article_content_area .share_area ul li a {
  color: #fff;
  padding: 4px 10px;
  display: block;
}
.article_content_area .article_content_left_header .print {
  color: #D8001A;
}
.article_content_area .article_content_left_header .print i {
  color: #ddd;
}

.sfm-sidebar-slide #sfm-sidebar:not(.sfm-fully-hidden) {
  opacity: 0.88 !important;
}

/*=====================
    Mobile Fix Start
=======================*/

@media only screen and (max-width: 600px) {
#sfm-sidebar.sfm-sidebar-exposed .sfm-logo {
    left: 0px !important;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-etairiki {
    height: 200px !important;
  }

  header {
    padding: 10px 0px;
  }

  .header_right .list-group-item .header_menu_icon img {
    width: 26px;
    height: 22px;
  }


}
.header_right .list-group-item img {
    max-height: 26px;
    max-width: 100% !important;
  }

@media screen and (max-width: 767px) {
  .sfm-scroll {
    min-height: inherit !important;
    margin-top: 40px;
  }
  #slider_area .slider_content_block.content_block-no-image .slider-title h2,
  #slider_area .slider_content_block.content_block-no-image .slider-title span {
    font-size: 30px !important;
  }
  #slider_area .slider_content_block .slide-info-text {
    padding: 0px 15px 0px 45px;
  }

  #slider_area .slider_content_block.content_block-no-image .slide-info-text {
    padding: 0px 15px 0px 15px;
  }

  #slider_area .slider_content_block .slide-info-text .slider-title {
    width: 100%;
    max-width: 400px;
  }

  #slider_area .slider_content_block .slide-info-text .slider-title > a {
    width: 100%;
  }

  #slider_area .slider_content_block.content_block-no-image .slide-info-text .slider-title > a {
    margin-top: 0px;
  }

  #slider_area .slider_content_block .slide-info-text .slider-title > a:hover {
    text-decoration: none;
    color: #dedede;
  }
 
  #sfm-sidebar .sfm-nav .sfm-menu.sfm-menu-level-0 li a,
  #sfm-sidebar .sfm-nav .sfm-back-parent {
    font-size: 26px !important;
  }
  .sd_mobile_li {
    padding: 20px 11px !important;
    display: inline-block;
  }
  .sd_mobile_li .gram_value {
    font-size: 22px !important;
  }
  .sd_mobile_li .gram_value span {
    font-size: 14px !important;
  }
  .sd_mobile_li p {
    font-size: 15px !important;
  }

  #feature_area .feature_footer ul li {
    border-bottom: 0px !important;
    border-right: 1px solid red !important;
  }
  #feature_area .feature_footer ul li:last-child {
    border-right: 0px !important;
  }

  #slider_area .slider-content p {
    line-height: 1.3;
  }

  .sd_mobile_ul {
    margin: 20px 0 !important;
  }
  .article_content_area .share_area{
        right:0 !important;
    }
/*=============================
   Slider  Mobile Fix Start
===============================*/
    #slider_area .slider_img_block{
      height: 45vh !important;
    }
    #slider_area .slider_content_block{
      /*margin-top: -200px;*/
    }

    #slider_area  .single{
      margin-top: 0px !important;
    }
    #header_slider .owl-dots{
       bottom: -45px !important;
    }
    .main_mobile{
      width: 100% !important;
      height: 100%;
      display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
      -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;   
      -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
      -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    }

    #slider_area .slider_content_block img {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
    }

    #slider_area .slider_content_block-outer {
      /*padding-bottom: 60px !important;*/
      min-height: 330px !important;
    }

    .mobile_block{
      display: block !important;
    }

    #description_area .feature_content_area main {
      width: 100%;
      padding: 20px;
      text-align: left;
    }

    #description_area .description_sub_title {
      margin-top: unset;
      text-align: left;
    }

    #description_area .feature_content {
      text-align: left;
    }

    #description_area .feature_link {
      padding-top: 0;
      text-align: center;
    }

    #description_area .feature_link a {
      font-size: 25px;
      line-height: 30px;
      text-align: center;
    }
}

.description_title {
  text-shadow: unset !important;
}