/*------------------------------------------------------------------

  * Template Nam: Bootstrap Stater File
  * 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
 * 'Catamaran', sans-serif;
*/
@import url("https://fonts.maateen.me/solaiman-lipi/font.css");
/* 
 * 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: "SolaimanLipi", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "SolaimanLipi", sans-serif;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

a {
  color: #333333;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #19560a;
}
a:focus {
  outline: none;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-primary {
  background-color: #19560a;
  border-color: #19560a;
  font-size: 18px !important;
}
.btn-primary:hover {
  background-color: #19560a;
  border-color: #19560a;
}

img {
  width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #19560a;
  border-color: #19560a;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #19560a;
  border-color: #19560a;
}
.btn-primary:focus {
  box-shadow: none !important;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #19560a;
  border-color: #19560a;
}

.lightbg {
  background-color: #f8f8f8 !important;
}

.whitebg_blog,
.whitebg {
  background-color: white !important;
}

.title_area_waper h3 {
  display: inline-block;
  padding-right: 25px;
  z-index: 1;
}
.title_area_waper a {
  position: relative;
  z-index: 1;
  display: block;
}
.title_area_waper a:before {
  position: absolute;
  content: '';
  border-top: 6px solid #d9d9d9;
  top: 18px;
  display: inline-block;
  vertical-align: bottom;
  right: 0;
  width: 100%;
  z-index: -1;
}
.title_area_waper a:after {
  position: absolute;
  content: '';
  border-top: 6px solid #d9d9d9;
  top: 8px;
  display: inline-block;
  vertical-align: bottom;
  right: 0;
  width: 100%;
  z-index: -1;
}

.bg_fb {
  background-color: #3b5998 !important;
}
.bg_fb a {
  color: white !important;
}
.bg_fb h3 {
  color: white !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #19560a;
  border-color: #19560a;
}

.page-link {
  color: #19560a;
}

.search_waper a {
  color: white;
}

.search_waper_form {
  background-color: #c1c1c1;
  position: absolute;
  bottom: -76px;
  right: 0;
  z-index: 10;
  padding: 15px;
  width: 100%;
  max-width: 360px;
  display: none;
}

.footer-scrool {
  background-color: #f0f8ff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.footer-scrool .footer-scrool-1 {
  display: inline-block;
  background: #19560a;
  color: #fff;
  padding: 6px 14px;
  font-size: 18px;
  text-align: center;
  max-width: 160px;
  width: 100%;
  float: left;
}
.footer-scrool .footer-scrool-2 {
  transform: translateY(5px);
  position: absolute;
}

#back-to-top {
  position: fixed;
  bottom: 10%;
  right: 35px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  background: #19560a;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}

.font_21 h3 {
  font-size: 21px !important;
}

.is-sticky .main_navigation {
  margin-top: 0 !important;
}

#sticker-sticky-wrapper {
  height: initial !important;
}

/*----------------
	Header CSS
-----------------*/
header .logo img {
  width: 100%;
  max-width: 260px;
}
header .date_time p {
  margin-bottom: 0;
  color: #242424;
}
header .social_icon i {
  width: 32px;
  height: 32px;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}
header .social_icon .facebook i {
  background-color: #3b5998;
}
header .social_icon .twitter i {
  background-color: #1da1f2;
}
header .social_icon .instagram i {
  background-color: #fd1d1d;
}
header .social_icon .youtube i {
  background-color: #ff3333;
}
header .social_icon .soundcloud i {
  background-color: #ff6633;
}

.main_navigation {
  background-color: #19560a;
  margin-top: 15px;
}
.main_navigation #main_nav ul li {
  padding: 10px 7px;
}
.main_navigation #main_nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.main_navigation #main_nav ul li:hover {
  background-color: #19560a;
}
.main_navigation #main_nav ul .active {
  background-color: #19560a;
}

.dropdown-menu {
  background-color: #960b0b !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #633232;
}

/*----------------------
	Promot area CSS
-----------------------*/
#header_promo {
  background-color: #f8f8f8;
  padding: 25px 0 30px 0;
}
#header_promo .left_big_thumb .left_thum_img {
  width: 100%;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#header_promo .left_big_thumb .title_area {
  background-color: #333333;
  padding: 15px;
}
#header_promo .left_big_thumb .title_area a {
  color: #fff;
}
#header_promo .left_big_thumb .title_area a h3 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 33px;
}
#header_promo .title_waper {
  position: relative;
}
#header_promo .title_waper h3 {
  margin-bottom: 25px;
  display: inline-block;
  padding-right: 25px;
  z-index: 1;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
#header_promo .title_waper a {
  position: relative;
  display: block;
  z-index: 1;
}
#header_promo .title_waper a:after {
  position: absolute;
  content: '';
  border-top: 5px solid #19560a;
  top: 10px;
  display: inline-block;
  vertical-align: bottom;
  right: 0;
  width: 100%;
  z-index: -1;
}
#header_promo .title_waper a:before {
  position: absolute;
  content: '';
  border-top: 5px solid #19560a;
  top: 20px;
  display: inline-block;
  vertical-align: bottom;
  right: 0;
  width: 100%;
  z-index: -1;
}
#header_promo .right_media .media {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
#header_promo .right_media .media img {
  max-width: 80px;
}
#header_promo .right_media .media-body h5 {
  font-size: 18px;
  line-height: 22px;
}

/*----------------
	News Layout
-----------------*/
#section_style_one {
  padding: 40px 0;
  background-color: white;
}
#section_style_one .style_one_big {
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 5px;
}
#section_style_one .style_one_big .style_one_thumb {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#section_style_one .style_one_big .small_height {
  height: 270px !important;
}
#section_style_one .style_one_big h3 {
  font-size: 32px;
  padding: 10px 0;
  margin-bottom: 5px;
}

.content_head {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
}
.content_head h4 {
  margin: 15px 0;
}

.content_footer p {
  margin-bottom: 0;
  font-size: 12px;
  padding-right: 10px;
}
.content_footer .footer_cat {
  position: relative;
}
.content_footer .footer_cat:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  right: 0;
  top: 5px;
  background: #19560a;
}

.style_one_small {
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 5px;
}
.style_one_small img {
  width: 100%;
}

.news_tabs ul li a {
  background-color: #ededed;
}
.news_tabs ul li a.active {
  position: relative;
  background-color: white;
}
.news_tabs ul li a.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #19560a;
}
.news_tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
  font-size: 21px;
}
.news_tabs .sd_tabPanel .media {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
}
.news_tabs .sd_tabPanel .media img {
  max-width: 80px;
  width: 100%;
}
.news_tabs .sd_tabPanel .media .media-body h5 {
  font-size: 17px;
  line-height: 26px;
}
.news_tabs .sd_tabPanel .media_img {
  position: relative;
}
.news_tabs .sd_tabPanel .media_img span.count {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #333333;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
}
.news_tabs .tab-content {
  height: 475px;
  overflow-y: scroll;
}

.our_facebook {
  background-color: #3b5998;
  margin-top: 25px;
}
.our_facebook h4 {
  color: white;
  margin: 0;
  text-align: center;
  padding: 10px;
}
.our_facebook img {
  width: 100%;
}

#section_style_two {
  padding: 40px 0;
}
#section_style_two .firts_one a {
  margin-right: 10px;
}
#section_style_two .firts_one h3 {
  font-size: 30px;
  line-height: 33px;
}
#section_style_two .firts_one h5 {
  font-size: 20px;
  line-height: 21px;
}

.style_two_small_list p {
  margin-bottom: 0;
}
.style_two_small_list .media img {
  max-width: 120px;
  width: 100%;
}
.style_two_small_list .style_two_small_list_tag p {
  font-size: 12px;
}

.mid_imag img {
  max-width: 100px !important;
}

.widgets_title {
  background-color: #d9d9d9;
}

#section_style_three {
  padding: 40px 0;
}

.posts_area_top_img img {
  width: 100%;
}
.posts_area_top_img h4 {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.posts_area_top_img p {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.posts_area_top_img .post_list {
  background-color: white;
  padding: 10px;
}

.photo_gal {
  position: relative;
}
.photo_gal .single_gal_item {
  position: relative;
}
.photo_gal .single_gal_item img {
  width: 100%;
}
.photo_gal .photo_gal_title {
  background: #000000b5;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
.photo_gal .photo_gal_title a {
  color: white;
}
.photo_gal .photo_gal_title h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.photo_gal button.owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
  background: #000 !important;
  width: 32px;
  height: 32px;
  display: block;
  padding: 15px;
  color: #fff !important;
  border-radius: 50%;
  font-size: 24px !important;
}
.photo_gal button.owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
  background: #000 !important;
  width: 32px;
  height: 32px;
  display: block;
  padding: 15px;
  color: #fff !important;
  border-radius: 50%;
  font-size: 24px !important;
}

.style_four_img {
  position: relative;
}
.style_four_img span.tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 12px;
  background-color: #00000080;
  font-size: 12px;
  color: #fff;
}

/*----------------
	Single page CSS
-----------------*/
.breadcrumb {
  padding: 5px;
  margin-bottom: 0;
}
.breadcrumb li a {
  color: #19560a;
}

.single_content_area {
  background-color: white;
  padding: 15px;
}
.single_content_area .post_title_single h1 {
  font-size: 36px;
  margin: 10px 0;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.single_content_area .single_img {
  margin-top: 15px;
}
.single_content_area .single_post_details {
  padding: 25px 0;
}
.single_content_area .single_post_details p {
  line-height: 28px;
}
.single_content_area .post_meta img {
  max-width: 50px;
  border-left: 4px solid #ddd;
}

.single_list {
  background-color: #f8f8f8;
  padding: 5px;
  margin-top: 15px;
}
.single_list .listing_thumb {
  width: 150px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  margin-right: 15px;
}
.single_list h5 {
  font-size: 20px;
}

.pagination {
  margin: 15px 0;
}

/*----------------
	Footer CSS
-----------------*/
footer {
  background-color: #030303;
  padding: 40px 0;
}
footer .contact_address p {
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding-bottom: 10px;
}
footer .footer-menu ul li a {
  text-decoration: none;
  padding: 3px 15px;
  display: block;
  border: 1px solid #3c3c3c;
  font-size: 16px;
  color: #f1f1f1;
}
footer .footer-menu ul li a:hover {
  background: #3c3c3c;
}

#footer_bottom {
  background-color: #223035;
  color: white;
  padding: 20px 0 50px 0;
}
#footer_bottom p {
  margin: 0;
}

/*----------------------
    Responsive CSS
-----------------------*/
@media screen and (max-width: 768px) {
  .navbar-toggler {
    background-color: white !important;
    border-radius: 0 !important;
  }

  .main_navigation {
    padding: 8px 0;
  }
  .main_navigation .navbar-nav {
    margin-top: 25px;
  }
  .main_navigation #main_nav ul li {
    padding: 0px 14px;
  }

  .top_header_waper .mobile_center {
    justify-content: center !important;
  }

  .main_nav_waper {
    width: 100%;
  }

  .sd_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .search_waper_form {
    max-width: inherit !important;
    bottom: -84px;
  }
  .search_waper_form .flex_waper {
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */











/*# asik */








#st-1.st-hidden {
    opacity: 1;
}






