/*!
Theme Name: darkoob
Theme URI: http://sitedar.com/
Author: shahab
Author URI: http://sitedar.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
  url("fonts/fontawesome-webfont.woff") format("woff"), 
  url("fonts/fontawesome-webfont.ttf") format("truetype"), 
  url("fonts/fontawesome-webfont.svg") format("svg");
}
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
  url("fonts/bootstrap-icons.woff") format("woff"),
  url("fonts/bootstrap-icons.woff2") format("woff2"), 
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/Poppins-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0; background: #FCFCFC; line-height: 2; font-family: 'Poppins-Light';}
main {display: block;}
*{padding: 0; margin: 0;}
input:focus, a:focus, a:active, textarea:focus, img:focus {outline:none;}



img {max-width:100%;}
ul{padding: 0; margin: 0;}
a{text-decoration: none !important; color: #444;}
a:hover{color:#C0954F;}
p{line-height: 2;}  



.bg-header{
  transition: all 0.5s;
  z-index: 997;
}
.bgheader1{
  background: #503A24;
  padding: 5px 0;
}
.bgheader1 .lan{
  text-align: right;
}
.bgheader1 .lan img{
  padding-left: 5px;
}
.bgheader1 .tell p, .bgheader1 .tell a{
  list-style: none; 
  color: #fff; 
  font-size: 16px; 
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}
.bgheader1 .tell p:before { 
  font-family: "bootstrap-icons";
  content: "\F5C1";
  font-size: 14px;
  color: #fff;
  padding-right: 3px;
  vertical-align: top;
}
.social-menu ul{
  text-align: right;
}
.social-menu li {
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  list-style: none;
}
.social-menu li a {
  font-size: 0 !important;
  display: inline-block;
  text-decoration: none;
  text-align: right;
}
.social-menu li.menu-item-63 a:before {
  font-family: "FontAwesome";
  content: "\f09a";
  font-size: 16px;
  color: #fff;
}
.social-menu li.menu-item-64 a:before{
  font-family: "bootstrap-icons";
  content: "\F437";
  font-size: 14px;
  color: #fff;
}
.social-menu li.menu-item-65 a:before{
  font-family: "bootstrap-icons";
  content: "\F618";
  font-size: 15px;
  color: #fff;
}
.social-menu li:hover a:before{
  color:#EFC01C !important;
}
.home .bgheader2 {
  border-bottom: none;
}
.bgheader2 {
  background: none;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.main-menu ul {
  padding:0; 
  text-align: right; 
  margin: 0;
}
.main-menu li a {
font-size: 17px;
position: relative;
display: inline-block;
outline: none;
text-decoration: none; 
}
.main-menu li {
  display:inline-block; 
  text-align: center; 
  padding: 5px 24px;
  position: relative;
}
.main-menu li a:hover {
  color: #c0954f !important;
  text-shadow: none;
}
.main-menu li a:after{
  content: "";
  position: absolute;
  right: -27px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #111;
  height: 20px;
  z-index: 1;
}
.main-menu li:last-child a:after{
  display: none;
}
.main-menu li:last-child{
  padding-right:0;
}
.main-menu li a:before {
  content: "";
  position: absolute;
  top: 0px;
  margin: auto;
  background-color: var(--prt-skin-color);
  height: 3px;
  width: 100%;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0,1);
  -khtml-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  transition: transform .55s cubic-bezier(.37,.31,.2,.85);
}
.main-menu li a:hover:before{transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(1,1);
  -khtml-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  background: #c0954f;
}
.main-menu ul ul{
  width:208px;
  text-align: right;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  line-height: 14px;
  margin: 0;
  list-style: none;
  right: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
  transition: all .5s ease;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  padding: 7px 0;
}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:240px;
  margin-right: 0px;
  background: #fff;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
}
.main-menu .sub-menu li {
  width:100%; 
  float:left; 
  border-bottom: 1px solid rgb(0,0,0,.09); 
  list-style-type:none; 
  margin-right: 0; 
  margin-left: 0; 
  padding: 0px;
}
.main-menu .sub-menu li li a:after{
	display: none;
}
.main-menu .sub-menu li:last-child {
  border-bottom:none;
}
.main-menu .sub-menu li a {
  text-align: right; 
  font-size: 14px; 
  text-decoration:none; 
  width: 100%; 
  color: #7a8a9e; 
  padding: 10px;
}
.main-menu .sub-menu li li a:hover {
  color: #222;
}
.main-menu .sub-menu li a:before {
  display: none;
}
.main-menu ul ul ul {
  margin: -41px 207px 0 190px !important;
}
.slider {
  background: url(../../uploads/bg01.jpg) center; 
  width: 100%;
  min-height: 75vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay-bg {
  /*background: rgb(4 9 30 / 31%);*/
  background: #4e565263;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content1 {
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%);
}
.content1 h2 {
  padding-bottom: 20px; 
  color: #fff; 
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 0 2px #333333a3;
  text-align: center;
}
.content1 p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.content1 a {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  background: #633511;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  padding: 12px 42px;
  margin: 18px 0 0;
  display: inline-block;
  letter-spacing: 1px;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.content1 a:hover {
  background: #a16638;
  color: #ffffff;
}
.content1 a:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.content1 a:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.content2 {
  background: #F4F6F4;
  padding: 33px;
  position: relative;
  right: -82px;
  margin-top: 120px;
}
.content2 h2{
  color: #633511;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content2 h3{
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 36px;
}
.content2 p{
  color: #777;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0;
}
.content3{
  margin-top: 80px;
}

.bac-content4-8 {
  background:  #4E5652;
  margin-top: 100px;
}
.content4{
   background: #633511;
   margin-top: -25px;
}
.content5{
  background: #F4F6F4;
  margin-top: -25px;
}
.content6{
  background: #14261C;
  margin-top: -25px;
}
.content7{
  background: #A16638;
  margin-top: -25px;
}
.box4, .box5, .box6, .box7{
  padding: 50px 50px 50px 50px;
}
.content4 h2, .content4 p, .content6 h2, .content6 p, .content7 h2, .content7 p {
  color: #fff;
  text-align: center;
}
.content5 h2, .content5 p {
  color: #000;
  text-align: center;
}
.content4 p, .content5 p, .content6 p, .content7 p {
  margin-bottom: 0;
}
.content4 h2, .content5 h2, .content6 h2, .content7 h2 {
  font-size: 21px;
  font-weight: bold;
}
.title-content8 {
  margin-top: 50px;
}
.title-content8 h2{
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #f6f7f8;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 34px;
}
.title-content8 p{
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 36px;
  font-size: 18px;
}
.content8-1, .content8-2, .content8-3{
  position: relative;
  margin-bottom: 30px;
}
.content8-1 img, .content8-2 img, .content8-3 img {
  width: 100%;
  height: auto;
}
.content8-1 h2, .content8-2 h2, .content8-3 h2 {
   color: #fff; 
   font-size: 22px;
   padding-top:20px;
   padding-bottom: 10px;
   text-align: center;
}
.content8-1 p, .content8-2 p, .content8-3 p {
  color: #fff; 
  line-height: 1.5; 
  font-size: 16px;
  text-align: center;
}
.content8-1 a, .content8-2 a, .content8-3 a {
    text-align: center;
    -moz-user-select: none;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    border-radius: 3px;
    background-color: #633511;
    padding: 18px 33px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    display: table;
    margin: 40px auto;
}
.content8-1 a:before, .content8-2 a:before, .content8-3 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #a16638;
    color: #fff !important;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}
.content8-1 a:hover:before, .content8-2 a:hover:before , .content8-3 a:hover:before {
    transform: scaleX(1);
    z-index: -1;
}

.content9 {
  background: #F4F6F4;
  padding: 33px;
  position: relative;
  right: -82px;
  margin-top: 120px;
}
.content9 h2{
  color: #633511;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content9 h3{
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 36px;
}
.content9 p{
  color: #777;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0;
}
.content10{
  margin-top: 80px;
}
.btn-content10 {
  text-align: right;
}
.btn-content10  a {
  text-align: center;
  -moz-user-select: none;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #633511;
  padding: 18px 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: table;
  margin: 80px auto;
}
.btn-content10  a:before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 101%; 
  height: 101%; 
  background: #a16638; 
  color: #fff !important; 
  z-index: 1; 
  transition: transform 0.5s; 
  transition-timing-function: ease; 
  transform-origin: 0 0; 
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
  transform: scaleX(0); 
  border-radius: 0;
}
.btn-content10  a:hover {
  color: #fff !important; 
  text-decoration: none;
}
.btn-content10  a:hover:before {
  transform: scaleX(1); z-index: -1;
}
.btn-content10  p {
  margin-bottom: 0;
}
.bgblog {
  padding: 0px 0px 120px 0px;
}
.content11 {
  font-size: 22px;
  font-weight: 800;
  color: #1d2c38;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 23px;
}
.bgblog .box-latest-news {
  position: relative;
}
.bgblog .box-latest-news .main-box-thumbnail a {
  position: relative;
}
.bgblog .box-latest-news .box-thumbnail {
  overflow: hidden;
}
.bgblog .box-latest-news .box-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 height: auto;
}
.bgblog .box-latest-news:hover img {
  transform: scale(1.045);
}
.bgblog .box-latest-news .main-box-content {
  box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 25px;
}
.bgblog .box-latest-news .main-box-content .entry-header {
  padding-top: 16px;
}
.bgblog .box-latest-news .entry-header a {
  color: #222;
  font-size: 20px;
  text-align: left;
  display: block;
  padding-bottom: 10px;
  line-height: 30px;
}
.bgblog .box-latest-news .entry-header a:hover {
  color: #C0954F;
}
.bgblog .box-latest-news .entry-content p {
  color: #777; 
  line-height: 1.5; 
  font-size: 16px;
}
.bgblog .box-latest-news .box-cat-name {
  display: inline-block;
  padding-top: 10px;
}
.bgblog .box-latest-news .cat-name { 
  font-size: 13px;
  color: #777;
}
.bgblog .box-latest-news .cat-name:before {
  font-family: "FontAwesome";
  content:"\f07c";
  color: #777;
  font-size: 14px;
  padding-left: 3px;
}
.bgblog .box-latest-news .box-date {
  display: inline-block;
  padding-top: 10px;
}
.bgblog .box-latest-news .date {
  font-size: 13px;
  color: #777;
  margin-right: 10px;
}
.bgblog .box-latest-news .date:before {
  font-family: "FontAwesome";
  content:"\f073";
  color: #777;
  font-size: 14px;
  padding-right: 3px;
}
.bac-content12 {
  background-image: url(../../uploads/bg02.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.bac-content12 .overlay-bg {
  background: #f4f6f4a3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content12 {
  position: relative;
  padding-bottom: 20px;
}
.content12 h2{
  color: #633511;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content12 h3{
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 36px;
}
.content13 .box13, .content14 .box14, .content15 .box15, .content16 .box16, .content17 .box17, .content18 .box18{
  background:#fff;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
}
.content13 h2, .content14 h2, .content15 h2, .content16 h2, .content17 h2, .content18 h2{
  color:#633511;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content13 h2:before, .content14 h2:before, .content15 h2:before, .content16 h2:before, .content17 h2:before, .content18 h2:before{
  font-family: "bootstrap-icons";
  font-size: 28px;
  color: #000;
  display: block;
  padding-bottom: 14px;
}
.content13 h2:before{
  content: "\F153";
}
.content14 h2:before{
  content: "\F269";
}
.content15 h2:before{
  content: "\F293";
}
.content16 h2:before{
  content: "\F2F1";
}
.content17 h2:before{
  content: "\F17C";
}
.content18 h2:before{
  content: "\F271";
}
.content19{
  margin: 50px 0;
}
.bg-content20{
  background-attachment: fixed;
  background-image: url(../../uploads/bg-2.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
.bg-content20 .overlay-bg{
  background: #14261c91;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content20 {
  position: relative;
}
.content20 h2{
  color: #c0954f;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content20 h3{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 36px;
}
.content20 p{
  color: #fff;
}
.content20  a {
  text-align: center;
  -moz-user-select: none;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #633511;
  padding: 18px 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: table;
  margin-top: 50px;
}
.content20  a:before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 101%; 
  height: 101%; 
  background: #a16638; 
  color: #fff !important; 
  z-index: 1; 
  transition: transform 0.5s; 
  transition-timing-function: ease; 
  transform-origin: 0 0; 
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
  transform: scaleX(0); 
  border-radius: 0;
}
.content20  a:hover {
  color: #fff !important; 
  text-decoration: none;
}
.content20  a:hover:before {
  transform: scaleX(1); z-index: -1;
}
.content20  p {
  margin-bottom: 0;
}
.content21 {
  z-index: 9;
  margin-top: -75px;
}
.content21 .box21{
  background:#f4f6f4;
  padding: 70px;
}
.content21 h2{
  padding-bottom: 15px;
}
.content21 .box21 input, .content21 .box21 textarea{
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}
.content21 .box21 input {
  height: 47px;
}
.content21 .box21 textarea{
  height: 120px;
}
.content21 .box21 input[type="submit"]{
  background:#633511;
  width: auto;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
}
.content21 .box21 input[type="submit"]:hover{
  background: #a16638;
}
.content22{
  margin-top: 60px;
  padding-left: 50px;
}
.content22  #text-22 h2{
   color:#633511;
   font-size: 20px;
   padding-bottom: 20px;
 }
 .content22  #text-22 h3{
  color:#000;
  font-weight: bold;
}
.content22 #text-23 h2{
  color:#633511;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 70px;
}
.content22 #text-23 h2:before{
  position: absolute;
  content:"";
  background: #ccc;
  height: 2px;
  width: 200px;
  top: -37px;
}

.home .bg-footer1{margin-top: 50px;}
.bg-footer1{background-color: #4E5652;}
.foot-box1, .foot-box2, .foot-box3{margin-top: 50px; margin-bottom: 50px; color: #fff;}
.foot-box1 h2, .foot-box2 h2, .foot-box3 h2{color:#fff; position: relative; padding-bottom: 15px; font-size: 24px;}
.foot-box3 ul{margin: 0; text-align: left;}
.foot-box3 li{list-style: none;}
.foot-box3 li a{text-decoration:none; color:#fff;}
.foot-box3 li a:hover{color:#EFC01C;}
.foot-box3 li a:before{ 
  content: "\F135";
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #fff;
  vertical-align: middle;
  padding-left: 3px;
  transition: .6s;
}
.foot-box3 li a:hover:before{color:#EFC01C; padding-left: 7px; transition: .6s;}


.copyright{border-top: 1px solid #FFFFFF42; padding-top: 35px; padding-bottom: 35px; color: #fff;}
.copyright p{font-size: 12px; margin-bottom: 0;}

/******************** inner page ********************/
.bac-innner-page{
  background: url(../../uploads/bg-inner-page.jpg) center;
  width: 100%;
  min-height: 25vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bac-innner-page .overlay-bg {
    background: #1b1d1c45;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.inner-page{padding: 15px; margin-bottom: 40px; margin-top: 30px;}
.inner-page h1{
  padding-bottom: 3px;
  border-left: 3px solid #a16638;
  padding-left: 11px;
  margin-bottom: 50px;
  font-size: 24px;
  padding-top: 5px;
}
.inner-page p{color: #000; line-height: 2;}
.inner-page ul{padding-left: 20px;}


/************ foogallery-album ***********/
.foogallery-album-gallery-list .foogallery-pile h3 {
  font-size: 14px;
}
.foogallery-album-gallery-list .foogallery-pile h3 span {
  display: none;
}


/************************** contact us ************************/
.page-id-8 .icon-address:before {
	font-family: "bootstrap-icons";
  content: "\F3E8";
  }
  .page-id-8 .address, .page-id-8 .email, .page-id-8 .tel,  .page-id-8 .mobile, .page-id-8 .insta {
	margin: 32px 0 20px;
	color: #7a8a9e;
	font-size: 15px;
  }
  .page-id-8 .address:before, .page-id-8 .email:before, .page-id-8 .tel:before, .page-id-8 .mobile:before, .page-id-8 .insta:before {
    color: #503A24;
    font-size: 25px;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
  }
  .page-id-8 .address h2, .page-id-8 .email h2, .page-id-8 .tel h2, .page-id-8 .mobile h2, .page-id-8 .insta h2 {
    padding-top: 15px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    display: contents;
  }
  .page-id-8 .tel:before {
    font-family: "FontAwesome";
	  content: "\f095";
  }
  .page-id-8 .tel a {
    margin: 32px 0 20px;
    color: #7a8a9e;
    font-size: 15px;
}
  .page-id-8 .email:before {
    font-family: "bootstrap-icons";
    content: "\F32F";
}
  .page-id-8 .mobile:before {
    font-family: "bootstrap-icons";
    content: "\F4E7";
}
  .page-id-8 .mobile a {
    margin: 32px 0 20px;
    color: #7a8a9e;
    font-size: 15px;
}
  .page-id-8 .insta:before {
    font-family: "bootstrap-icons";
    content: "\F437";
}
  .page-id-8 input {
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ced7e4;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
  }
  .page-id-8 input .wpcf7-captchar {
	  width: auto;
  }
  .page-id-8 textarea {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #e2d7f1;
    padding: 13px 15px 13px 20px;
    width: 100%;
    margin-bottom: 5px;
  }
  .page-id-8 label {
	  width: 100%;
  }
  .page-id-8 input[type=submit] {
    width: auto;
    background: #503A24;
    color: #fff;
    border: 1px solid #503A24;
    padding: 15px 40px;
    display: inline-block;
  }
  .page-id-8 input[type=submit]:hover {
    background: #fff;
    color: #333;
  }
  

/******************** inner post & blog ********************/
.category .cat-post{padding-bottom: 60px; padding-top: 60px;}
.category .cat-post img{height: 260px; margin: 0 auto; display: block;}
.category .joomirpost{box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, .2); background: #fff;}
.category .cat-post h2{padding: 18px 30px 0px 30px; margin-top: 0; margin-bottom: 0; font-size: 18px; line-height: 2;}
.category .cat-post p{padding: 10px 30px 25px; color: #656565;}
.category .cat-post .date{text-align: left; padding: 12px 30px 3px 60px; display: block; position: relative; color:#503A24;}
.category .cat-post .date:before{content: ''; height: 2px; width: 20px; background: #503A24; position: absolute; left: 33px; top: 24px;}

.inner-post{padding: 15px; margin-bottom: 40px; margin-top: 30px;}
.inner-post p{color: #555; line-height: 2; text-align: justify;}

.blog-content-right{/*border-left: 1px solid #f1f1f1;*/}
.blog-content-right .cat-item-1{display: none;}
.blog-content-right section{margin-bottom: 30px; border-top: 4px solid #503A24; box-shadow: 0 5px 19px 0 #ccc; padding: 30px;}
.blog-content-right ul{padding-left: 18px;}
.blog-content-right h2{margin-top: 0; font-size: 18px; position: relative;}

.content-left{margin-bottom: 50px;}
.content-left .date{text-align: left; padding: 4px 0px 10px 30px; display: block; position: relative; color:#503A24;}
.content-left .date:before{content: ''; height: 2px; width: 20px; background: #503A24; position: absolute; left: 2px; top: 18px;}
.content-left ul{padding-left: 20px;}
.post-navigation{clear: both; padding-top: 25px; padding-bottom: 25px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
.inner-post .content-left .entry-title{font-size: 24px; padding-top: 33px;}
.inner-post .nav-previous .nav-title{position: relative; border: 1px solid #8FAE1B; padding: 10px 10px 10px 10px; color: #333;}
.inner-post .nav-previous .nav-title:before{content: ""; background: url(../../uploads/arrow2.png); position: relative; width: 28px; display: inline-block; height: 18px; top: 5px; left: -4px;}
.inner-post .nav-next .nav-title{position: relative; border: 1px solid #503A24; padding: 10px 33px 10px 10px; color: #333;}
.inner-post .nav-next .nav-title:before{content: ""; background: url(../../uploads/arrow1.png); position: absolute; width: 28px; display: inline-block; height: 18px; top: 11px; right: 2px;}
.inner-post .nav-next .nav-title:hover, .inner-post .nav-previous .nav-title:hover{border: 1px solid #ECAE77; color: #000;}
.inner-post .nav-previous{display: inline-block;}
.inner-post .nav-next{/*float: right;*/ display: inline-block;}
.nav-subtitle{font-size: 0;}
.inner-post .comments-area{clear: both;}
.inner-post .comments-area label{font-weight: normal; color: #888;}
.inner-post .comments-area input{width: 100%; background: none; height: 37px; border: 1px solid #f0f0f0;}
.inner-post .comments-area textarea{width: 100%; background: none; height: 90px; border: 1px solid #f0f0f0;}
.inner-post .comments-area .comment-reply-title {margin-top: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px;}
.inner-post .comments-area input[type="submit"]{margin-top: 10px; border: none; color: #fff; background-color: #4F9F42; padding: 13px; font-size: 16px; width: 225px; height: 58px;}
.inner-post .comments-area input[type="submit"]:hover{background: #21572D; color:#fff;}
.inner-post .comment-form-email{width: 49%; float: left; margin-left: 6px;}
.inner-post .comment-form-author{width: 50%; float: left;}
.inner-post .comments-area #wp-comment-cookies-consent {width: auto; box-shadow: none; vertical-align: bottom;}

/*totop*/
.back-top{position:fixed; bottom:25px; right:24px; z-index: 99;}
.back-top a{display: block; width: 45px; text-align: center; text-decoration: none; text-transform: uppercase; height: 45px; font-size: 24px; border-radius:50%; background:#663e1f;}
.back-top a:before{margin-right: -1px; display: inline-block; -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; vertical-align: top; line-height: 44px; font-family: FontAwesome; font-size: 28px; color: #fff; content: "\f148";}
.back-top a:hover{background:#EFC01C;}
.back-top a:hover:before{ color: #fff;}
.back-top span{display:none;}



/*responsive*/
@media (max-width:1045px) {
 
}
@media (max-width:768px) {
 
}
@media (max-width:767px) {
  .bgheader1 .tell{text-align: left;}
  .main-menu{display: none;}
  .social-menu ul {text-align: left;}
  .bgheader1 .lan {text-align: left;}
 .content2, .content9{left: 0;}
 .content21 .box21{padding: 10px;}
 .content22{padding-right: 15px;}
 .foot-box1, .foot-box2, .foot-box3{margin-bottom: 10px;}
 .content-left .post-thumbnail img{height:auto;}
 .page-id-13 .tel, #post-37 .tel{border:0;}
 }
@media (max-width:375px) {
 
}
@media (max-width:344px) {
 
}