@charset "UTF-8";
@import url(//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Inder|Oxygen:400,300,700);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #9e9e9e;
  font: 400 15px/22px "Oxygen" ;
  -webkit-text-size-adjust: none;
  background: #fff;
 background: url(/images/bg1.png) repeat #e5e5e5;
     letter-spacing: .5px;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inder", sans-serif;
  color: #5d5d5d;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    letter-spacing: -2px;
  }
}
h2 span {
  width: 66px;
  height: 66px;
  line-height: 66px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #79a207;
  color: #fff;
  margin-top: -10px;
  margin-right: 12px;
}
h4 span {
  width: 40px;
  height: 40px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #79a207;
  color: #fff;
  margin-top: -7px;
  margin-right: 0px;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 30px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: -2px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  h2 span {
    float: inherit;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 24px;
  line-height: 22px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
h4 a:hover {
  color: #d4a88c;
}

h5 {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 15px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
p{
	text-align:justify;
}
	
time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover
{
	text-decoration:none !important;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
  background: #fff;
  width: 1570px;
  margin: 60px auto 60px;
}
@media (max-width: 1570px) {
  .page {
    width: 100%;
  }
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.img-w100 img {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #9e9e9e;
}

.link1 {
  color: #d4a88c;
}
.link1:hover {
  color: #9e9e9e;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}


* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h2 + p {
  margin-top: 27px;
}

h5 + p {
  margin-top: 13px;
}

h2 + h5 {
  margin-top: 23px;
}

h5 + article {
  margin-top: 48px;
}

article + article {
  margin-top: 33px;
}

h2 + .article2 {
  margin-top: 32px;
}

h2 + .box3 {
  margin-top: 32px;
}

.article2 + .article2 {
  margin-top: 33px;
}

.box3 + .box3 {
  margin-top: 29px;
}

.marTop0 {
  margin-top: 0;
}

.marTop1 {
  margin-top: -28px;
  width: 100%;
}
@media (max-width: 767px) {
  .marTop1 {
    margin-top: 10px;
  }
}

.marTop2 {
  margin-top: 2px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding-top: 102px;
  background: url(/images/logonew.png) 50% 0 no-repeat;
      background-size: 85%;
}
@media (max-width: 767px) {
  .brand {
    margin-top: 0;
  }
}
.brand_name {
  overflow: hidden;
  font-size: 50px;
  line-height: 76px;
  letter-spacing: 1px;
  font-family: "Inder", sans-serif;
  color: #5d5d5d;
  position: relative;
  text-transform: uppercase;
  padding: 0 79px;
  z-index: -1;
  /*border-top: 2px solid map-get($scheme, primary);*/
  border-bottom: 2px solid #d71921;
      height: 30px;
}
/* .brand_name:before, .brand_name:after { */
  /* position: absolute; */
 
  /* content: ''; */
  /* width: 90px; */
  /* height: 2px; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: -1; */
  /* background: #d4a88c; */
/* } */
/* .brand_name:after { */
  /* left: auto; */
  /* right: 0; */
/* } */
.brand_slogan {
  font-size: 18px;
  line-height: 22px;
  color: #9e9e9e;
  margin-top: 8px;
  letter-spacing: -0.5px;
}

/*==================  Inline List  ======================*/
.inline-list {
  margin-top: 20px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 8px;
}
.inline-list a {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color: #9e9e9e;
}
.inline-list a:hover {
  color: #a0c03d;
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #d4a88c;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #d4a88c;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}

/*==================  list1  ======================*/
.list1 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.list1 li + li {
  margin-top: 8px;
}
.list1 a:hover {
  color: #5d5d5d;
  background: #fff;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-top: -2px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #5d5d5d;
}
.marked-list li:before {
  content: '\f101';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #d4a88c;
  text-decoration: none;
}

/*==================   Contact List   ======================*/
.contact-list address {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-list a[href^="mailto:"] {
  color: #fff;
  text-decoration: underline;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.contact-list li dt {
  float: left;
}
.contact-list li dd {
  float: right;
  margin-right: 5px;
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 26px;
  padding-bottom: 1px;
}
.privacy dt {
  font-size: 24px;
  line-height: 28px;
  color: #5d5d5d;
  font-family: "Inder", sans-serif;
}
.privacy dt + dd {
  margin-top: 15px;
}
.privacy dd + dt {
  margin-top: 33px;
}
.privacy a {
  color: #d4a88c;
  text-decoration: underline;
}
.privacy a:hover {
  color: #9e9e9e;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #d4a88c;
}

.bg2 {
  background: #5d5d5d;
}

.bg3 {
  background: #9e9e9e;
}

.color1 {
  color: #d4a88c;
}

.color2 {
  color: #5d5d5d;
}

.color3 {
  color: #9e9e9e;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  color: #FFFFFF !important;
}
.btn:hover, .btn:active {
  color: #5d5d5d;
}

.btn2 {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
.btn2:hover, .btn2:active {
  color: #d4a88c;
  background: #fff;
  text-decoration: none;
}

.btn3 {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding: 14px 17px;
  text-transform: uppercase;
  background: #d4a88c;
}
.btn3:hover, .btn3:active {
  color: #d4a88c;
  background: #5d5d5d;
  text-decoration: none;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 991px) {
  article.article1 .box_aside {
    width: 200px;
  }
}
@media (max-width: 767px) {
  article.article1 .box_aside {
    width: 150px;
  }
}
@media (max-width: 650px) {
  article.article1 .box_aside {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  article.article1 .box_aside img {
    width: 100%;
  }
}
article.article1 .left-section {
  float: left;
  width: 680px;
}
@media (max-width: 1199px) {
  article.article1 .left-section {
    width: 450px;
  }
}
@media (max-width: 991px) {
  article.article1 .left-section {
    width: 350px;
  }
}
@media (max-width: 767px) {
  article.article1 .left-section {
    width: 300px;
  }
}
@media (max-width: 650px) {
  article.article1 .left-section {
    width: 100%;
    margin-bottom: 15px;
  }
}
article.article1 .right-section {
  float: right;
}
@media (max-width: 650px) {
  article.article1 .right-section {
    float: left;
  }
}
article.article1 .stars-main {
  margin-top: -4px;
  display: inline-block;
}
article.article1 address {
  color: #5d5d5d;
}
article.article1 address a[href^="mailto:"] {
  color: #d4a88c;
}
article.article1 address a[href^="mailto:"]:hover {
  color: #5d5d5d;
}
article.article1 .rating {
  width: 110px;
  height: 113px;
  border: 2px solid #d4a88c;
  text-align: center;
  color: #5d5d5d;
  font-family: "Inder", sans-serif;
}
article.article1 .rating p:first-child {
  font-size: 36px;
  margin-top: 34px;
  color: #d4a88c;
}
article.article1 .rating p + p {
  font-size: 16px;
  margin-top: 7px;
}
article.article1 .rating + .btn3 {
  width: 110px;
  margin-top: 13px;
}
article.article1 .stars-main + h4 {
  margin-top: 3px;
}
article.article1 h4 + p {
  margin-top: 18px;
}
article.article1 p + address {
  margin-top: 16px;
}
@media (max-width: 991px) {
  article.article2 .box_aside {
    width: 200px;
  }
}
@media (max-width: 550px) {
  article.article2 .box_aside {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  article.article2 .box_aside img {
    width: 100%;
  }
}
article.article2 time {
  width: 83px;
  height: 99px;
  background: #d4a88c;
  text-align: center;
  color: #fff;
  font-family: "Inder", sans-serif;
  float: left;
  margin-right: 16px;
}
@media (max-width: 479px) {
  article.article2 time {
    width: 60px;
    margin-right: 7px;
  }
}
article.article2 time span {
  display: block;
}
article.article2 time span.day {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-top: 20px;
}
article.article2 time span.month {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
article.article2 .article-title {
  overflow: hidden;
  max-width: 600px;
  margin-top: 9px;
}
article.article2 .article-title p span {
  font-size: 18px;
  color: #d4a88c;
  margin-right: 5px;
}
article.article2 .article-title p .vline {
  display: inline-block;
  width: 2px;
  height: 18px;
  margin: 0 14px;
  background: #d4a88c;
}
article.article2 .article-title h4 + p {
  margin-top: 13px;
}

/*========================   Menu   ==========================*/
/*================    Trigger Menu =================*/
header {
  position: relative;
  top: 0;
  width: inherit;
}
header .menu-main {
  position: relative;
  text-align: right;
  margin-right: -20px;
}
header .login-main
{
  position: relative;
  text-align: right;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
font-family: Tahoma;
}
header #menu.nav {
  text-align: left;
  background: #f8f7f6;
  opacity: 0;
  position: absolute;
  left: 30px;
  top: -5px;
  width: 260px;
  padding: 52px 22px 20px 40px;
  z-index: 1199;
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1199px) {
  header #menu.nav {
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header #menu.nav {
    left: -77px;
  }
}

/*@media (min-width: 576px) {*/
  /*.container {*/
    /*max-width: 765px;*/
  /*}*/
/*}*/
/*@media (min-width: 576px)*/
/*{*/
  /*.col-sm-6 {*/
    /*flex:none;*/
    /*max-width:inherit;*/
  /*}*/
/*}*/
/*@media (min-width: 768px) {*/
  /*.col-md-6 {*/

    /*flex:none;*/
    /*max-width:inherit;*/
  /*}*/
/*}*/
header #menu.active-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  opacity: 1;
}
@media (max-width: 767px) {
  header #menu {
    display: none;
  }
  
  .bottom-white
  {
	  height: 40px !important;
	  bottom: -10% !important;
  }
  .top-white
  {
	  height: 40px !important;
	  top: -10% !important;
  }
}
@media (max-width: 1000px) {
  .bottom-white,
  .top-white
  {
    display:none;
  }
}

#header-svg {
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    z-index: 11;
    transform: rotate(180deg);
}
#header-svg path {
    fill: #FFFFFF;
}
.trig {
  text-align: center;
  width: 61px;
  height: 61px;
  display: inline-block;
  position: relative;
  z-index: 1999;
  line-height: 61px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig:before {
  font-size: 24px;
  color: #9e9e9e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig:hover:before {
  color: #a0c03d;
}
@media (max-width: 767px) {
  .trig {
    display: none;
  }
}

a.active-menu:before {
  color: #a0c03d;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.active-menu:hover:before {
  color: #a0c03d;
}

.scroll-top {
  top: 3px;
}

.sf-menu {
  display: inline-block;
  margin:0;
  padding:0;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  margin-bottom: 24px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #5d5d5d;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #a0c03d;
}
.sf-menu > li.active > a {
  color: #a0c03d;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  left: -100%;
  margin-left: -80px;
  margin-top: -60px;
  padding: 45px 30px 25px 30px;
  background: #f8f7f6;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  margin-bottom: 15px;
}
.sf-menu ul > li > a {
  color: #5d5d5d;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #a0c03d;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  margin-top: 15px;
}
.sf-menu ul ul > li > a {
  text-indent: 15px;
  color: #5d5d5d;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #d4a88c;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  display: none;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #d4a88c;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  header .navbar-simple .fixed-nav-items, .nav-line
  {
    display: none !important;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
}

.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #5d5d5d;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #79a207;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax p {
  color: #fff;
}
.parallax h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .parallax h2 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.parallax h2.marTop2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .parallax h2.marTop2 {
    margin-top: 90px;
  }
}
.parallax h4 {
  line-height: 30px;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}
.parallax [class*="col-"] {
  margin-top: 0;
}
.parallax h2 + .btn2 {
  margin-top: 40px;
}
.parallax h2 + h4 {
  margin-top: 12px;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding: 120px 0 0px;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0 15px;
  }
}
header .header-line {
  padding-bottom: 51px;
  position: relative;
  z-index: 100;
}
header .header-line:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #c8c8c8;
}
header .header_cntr {
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
#carouselExampleControls
{
	width:100%;
}


/*==================      section1     ======================*/
.section1 {
  /* background: url(../images/header_bg.jpg) 50% 0 no-repeat; */
  /* -webkit-background-size: cover; */
  /* background-size: cover; */
  /* padding: 179px 0 153px; */
  /* text-align: center; */
  /* background: url(../images/slider-img6.jpg) center center no-repeat; */
    /* -webkit-background-size: cover; */
    /* background-size: cover; */
    /* padding: 267px 0 117px; */
    text-align: right;
    /* height: 637px; */
	width:100%;
}
.img-header-slider
{

 /* padding: 267px 0 117px; */
    text-align: right;
    /* height: 637px;	 */
	width:100%;
}
.text-header
{
	position: absolute;
    /* top: -9px; */
    top: 38%;
    right: 15%;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
@media (max-width: 767px) and (min-width: 576px) {
  .section1 {
    padding: 50px 0 50px;
  }
}

@media (max-width: 576px) {
  .section1 {
    padding: 20px 0 20px;
  }
  .section1 h2
  {
	      font-size: 18px !important;
  }
}
.section1 h2 {
  color: #79a207;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 75px;
  font-weight: 500;
  font-family: "Inder", sans-serif;
  letter-spacing: 1px;
  letter-spacing: 1px;
  word-spacing: -1px;
}
@media (max-width: 991px) and (min-width: 461px) {
  .section1 h2 {
    font-size: 19px !important;
    line-height:0.5;
  }
}
@media (max-width: 460px) {
  .section1 h2 {
    font-size: 12px !important;
    line-height:0.5;
  }
}
.sec1-full
{
	position:relative;
	    overflow: hidden;
}
.top-white {
   background: #ffffff;
    position: absolute;
    height: 24%;
    width: 119%;
    border-radius: 100%;
    top: -14%;
    left: -9%;
    z-index: 0;
	/*box-shadow: 0 10px 20px 20px rgb(211 197 29 / 0%), -1px -9px 0px 11px rgb(171 193 158) !important;*/
  box-shadow: 0px 12px 20px 20px rgb(211 197 29 / 0%), 0px -18px 4px 20px rgb(171 193 158) !important;
}
.animated  {
  -webkit-animation-duration : 1000ms  ;
  animation-duration : 1000ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
.bottom-white
{
    background: #ffffff;
    position: absolute;
    /* height: 186px; */
	height:27%;
    width: 115%;
    border-radius: 100%;
    bottom: -17%;
    left: -8%;
	/*box-shadow: 0 10px 20px 20px rgb(211 197 29 / 0%), 1px 9px 0px 11px rgb(171 193 158) !important;*/
  box-shadow: 0 12px 20px 20px rgb(211 197 29 / 0%), 0px 18px 4px 20px rgb(171 193 158) !important;
}
.text-center{text-align:center!important}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
@media (min-width: 768px)
{
.offset-md-2 {
    margin-left: 16.666667%;
}
}
/* ===================================
      featured item css
  ==================================== */
  .padding-bottom{
    padding-bottom: 120px;
}
.padding-top{
    padding-top: 120px;
}

.featured-items .heading-details .heading{
    margin-bottom: 25px;
}
.featured-items .featured-item-card{
    border: solid 1px #eee;
    padding: 20px;
    margin-top: 30px;
    transition: .5s ease;
}
.featured-items .featured-item-card:hover{
    border: solid 1px #79a207;
    box-shadow: 1px 1px 15px #eee;
}
.featured-items .featured-item-card .item-img .item-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#39402640;
    opacity: 0;
    transition: .5s ease;
}
.featured-items .featured-item-card .item-img{
    overflow: hidden;
    position: relative;
}
.featured-items .featured-item-card:hover .item-img img{
    transform: scale(1.1);
}
.featured-items .featured-item-card:hover .item-img .item-overlay{
    opacity: 1;
}
.featured-items .featured-item-card .item-img img{
    width: 100%;
    transition: .5s ease;
}
.featured-items .featured-item-card .item-detail{
    display: block;
    padding: 15px 0;
    padding-bottom: 0;
}
.featured-items .featured-item-card .item-detail .item-cat{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: .8;
}
.featured-items .featured-item-card .item-detail .item-name{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: .5s ease;
    margin-bottom: 0;
}
.featured-items .featured-item-card:hover .item-detail .item-name{
    color: #79a207;
}
.featured-items .featured-item-card .item-detail ul{
    padding-left: 0;
    margin-bottom: 0;
}
.featured-items .featured-item-card .item-detail ul li{
    list-style: none;
    display: inline-block;
}
.featured-items .featured-item-card .item-detail ul li i{
    color: #2d2d2d;
    opacity: .8;
}
.featured-items .featured-item-card .item-detail .item-price{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.featured-items .featured-item-card .item-detail .item-btns{
    display: block;
}
/*.featured-items .featured-item-card .item-detail .item-btns .btn-wish,.featured-items .featured-item-card .item-detail .item-btns .btn-view{*/
/*    opacity: 0;*/
/*}*/
/*.featured-items .featured-item-card .item-detail .item-btns:hover .btn-wish,.featured-items .featured-item-card .item-detail .item-btns:hover .btn-view{*/
/*    opacity: 1;*/
/*}*/
.featured-items .featured-item-card .item-detail .btn{
    display: inline-block;
}
.featured-items .featured-item-card .item-detail .web-trans-btn{
    padding:5px 20px;
}
.featured-items .featured-item-card .item-detail .btn i{
    font-size: 20px;
    padding-top: 2px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-view{
    background-color: #f8f9faad;
    color: #343a40;
    border: solid 1px #f8f9fa;
    border-radius: 0;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    transition: .8s ease;
}
.btn-view:hover{
    background-color: #79a207;
    border: solid 1px #79a207;
    color: #fff;
}
.footer-social ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
	
}
.footer-social a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 51px;
    margin: 0 10px 0 0;
    color: #2d2d2d;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	
}
/*==================      section4     ======================*/
.section4 figure {
  position: relative;
}
.section4 figure figcaption {
  position: absolute;
  background: #d4a88c;
  left: 0;
  bottom: 0;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Inder", sans-serif;
  color: #fff;
  text-align: center;
}
.section4 figure figcaption a:hover {
  color: #5d5d5d;
}
.section4 .txt-block {
  padding: 27px 15px 88px 26px;
  position: relative;
  color: #5d5d5d;
}
.section4 .txt-block p:first-child {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 22px;
  font-family: "Inder", sans-serif;
}
.section4 .txt-block .icon1 {
  width: 52px;
  height: 52px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #d4a88c;
  background: #5d5d5d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.section4 .txt-block p + p {
  margin-top: 14px;
}
.section4 .txt-block p + p + .wrapper {
  margin-top: 14px;
}
.section4 .txt-block .wrapper {
  position: absolute;
  bottom: 22px;
}
.section4 .txt-block .wrapper p {
  margin-top: 16px;
  color: #d4a88c;
}
.section4 .txt-block .wrapper p span {
  margin-right: 5px;
  font-size: 18px;
}

/*==================      col1     ======================*/
.col1 {
  float: left;
  width: 33.3333%;
  position: relative;
}
@media (max-width: 479px) {
  .col1 {
    width: 100%;
    margin: 10px 0;
  }
}
.col1 figure {
  margin: 0 4px;
  position: relative;
}
.col1 figure figcaption {
  position: absolute;
  background: rgba(147, 137, 131, 0.8);
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 317px;
  padding: 30px 30px;
  font-size: 32px;
  line-height: 36px;
  font-family: "Inder", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .col1 figure figcaption {
    font-size: 16px;
    line-height: 22px;
  }
}
.col1 figure figcaption a:hover {
  color: #d4a88c;
}
.col1 img {
  width: 100%;
}

/*==================      hand-section     ======================*/
.hand-section {
  background: url(../images/hand_pic.png) 50% bottom no-repeat;
  text-align: center;
  padding: 100px 0 108px;
  margin-left: -12px;
}
.hand-section .stars-main {
  color: #fff;
}
@media (max-width: 991px) {
  .hand-section {
    margin-left: -40px;
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .hand-section {
    margin-left: 0px;
  }
  
  .close{
	      top: 18% !important;
  }
  .modal-content
  {
	  width:50% !important;
  }
}
@media (max-width: 479px) {
  .hand-section {
    margin-left: -80px;
  }
}
.hand-section-inner {
  padding: 45px 0 0;
  width: 240px;
  display: inline-block;
  text-align: left;
  margin-left: 88px;
}
@media (max-width: 991px) {
  .hand-section {
    min-height: 532px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hand-section .stars-main + h4 {
  margin-top: 8px;
}
.hand-section h4 + p {
  margin-top: 5px;
}
.hand-section p + .list1 {
  margin-top: 22px;
}
.hand-section .list1 + .btn3 {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .section3 {
    text-align: center;
  }
}
.box3 .box_cnt__no-flow h5 {
  line-height: 22px;
}
.box3 .box_cnt__no-flow h5 + p {
  margin-top: 10px;
}
.web-btn {
    background-color: #79a207 !important;
    color: #FFFFFF;
    border-radius: 0;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: .8s ease !important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
/*==================      txt-block     ======================*/
.txt-block {
  overflow: hidden;
  padding: 27px 15px 25px 26px;
  background: #f5f4f3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5d5d5d;
}
.txt-block .stars-main + h4 {
  margin-top: 8px;
}
.txt-block h4 + p {
  margin-top: 5px;
}

.stars-main {
  color: #d4a88c;
}

/*==================      Well     ======================*/
.well {
  padding-top: 129px;
  padding-bottom: 97px;
}
@media (max-width: 767px) {
  .well {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.well2 {
  padding-top: 0px;
  padding-bottom: 97px;
  margin: 0 -5px;
  overflow: hidden;
}

.well3 {
  padding-top: 14px;
  padding-bottom: 70px;
}

.well4 {
  padding-bottom: 100px;
}
.well4_ins {
  padding-top: 21px;
}
.well4 .btn.fright {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .well4 .btn.fright {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .well4 .btn.fright {
    float: left;
  }
}

.well5 {
  padding-top: 92px;
  padding-bottom: 103px;
}

.well5_2 {
  padding-top: 92px;
  padding-bottom: 97px;
}

.well6 {
  padding-top: 170px;
  padding-bottom: 172px;
}
@media (max-width: 767px) {
  .well6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.well7 {
  padding-bottom: 20px;
}
.well7 .btn.fright {
  margin-top: 3px;
  margin-right: 17px;
}
@media (max-width: 991px) {
  .well7 .btn.fright {
    margin-right: 0;
  }
}

.well8 {
  padding-top: 45px;
  padding-bottom: 103px;
}
@media (max-width: 767px) {
  .well8 {
    padding-bottom: 45px;
  }
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
}
footer h3 + p {
  margin-top: 20px;
}
footer h3 + .marked-list {
  margin-top: 20px;
}
footer .footer-section1 {
  padding: 85px 0 96px;
  background: #f5f4f3;
  color: #5d5d5d;
}
footer .footer-section1 p {
  max-width: 230px;
}
@media (max-width: 1199px) {
  footer .footer-section1 p {
    max-width: 100%;
  }
}
footer .footer-section1 .marked-list li {
  font-size: 15px;
}
footer .footer-section1 .marked-list li:before {
  top: 0;
}
footer .footer-section2 {
  text-align: center;
  padding: 50px 0 49px;
  color: #5d5d5d;
}
footer .footer-section2 a {
  text-decoration: underline;
  color: #565656a6;
  font-weight: 500;
}
footer .footer-section2 a:hover {
  color: #5d5d5d;
}
/* ===================================
    Cube-Portfolio-Section
====================================== */

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item {
    border: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s ease-in-out;
}

.cbp a, .cbp a:hover, .cbp a:active {
    color: #ffffff;
}

.cubeportfolio .cbp-l-filters-buttonCenter {
    margin-bottom: 0;
    margin-top: 50px;
}

.cubeportfolio .cbp-l-caption-body .title {
    color: #fff;
    font-size: 20px;
}

.cubeportfolio .cbp-l-caption-body .portfolio-text {
    font-size: 62px;
    font-weight: normal;
    margin-bottom: 50px;
	color: white;
    font-style: italic;
    font-family: 'Line Awesome Free';
}

.cubeportfolio .cbp-l-caption-body .portfolio-para {
    font-size: 14px;
    font-weight: normal;
    width: 80%;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #0c95f8;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap:hover {
    background-color: #79a207;
    opacity: 0.8;
}

.cbp-item:hover .cbp-caption-defaultWrap {
    transform: scale(1.25);
    transition: 0.6s ease-in-out;
}

.cbp-l-caption-body .cbp-l-caption-title {
    font-size: 20px;
}

.cbp-l-caption-body .cbp-l-caption-desc {
    color: #ffff;
    font-size: 12px;
}

.cubeportfolio .plus {
    margin: 0 auto;
    height: 70px;
    width: 70px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cubeportfolio .plus::before {
    width: 2px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    margin-left: -1px;
}

.cubeportfolio .plus::after {
    height: 2px;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -1px;
}

.cubeportfolio .plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap.text-area {
    opacity: 1!important;
    background: transparent;
}
.padding-bottom {
    padding-bottom: 7.5rem;
}
.cbp .cbp-item{list-style-type:none;margin:0;padding:0;overflow:hidden}.cbp img{display:block;border:0;width:100%;height:auto}.cbp a,.cbp a:hover,.cbp a:active{text-decoration:none;outline:0}.cbp-lazyload{position:relative;background:#fff;display:block}.cbp-lazyload img{opacity:1}.cbp-lazyload img[data-cbp-src]{opacity:0}.cbp-lazyload img:not([data-cbp-src]){-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-lazyload:after{z-index:0}.cbp-wrapper-outer{overflow:hidden;position:relative;margin:0 auto}.cbp-wrapper-outer,.cbp-wrapper,.cbp-wrapper-helper{list-style-type:none;padding:0;width:100%;height:100%;z-index:1}.cbp-wrapper,.cbp-wrapper-helper{margin:0}.cbp-ready>*{visibility:visible}.cbp-ready:after{display:none;visibility:hidden}.cbp-ready .cbp-item{position:absolute;top:0;left:0}.cbp-ready .cbp-wrapper,.cbp-ready .cbp-wrapper-helper{position:absolute;top:0;left:0}.cbp-item-off{z-index:-1;pointer-events:none;visibility:hidden}.cbp-item-on2off{z-index:0}.cbp-item-off2on{z-index:1}.cbp-item-on2on{z-index:2}.cbp-item-wrapper{width:100%;height:100%;position:relative;top:0;left:0}.cbp-l-project-related-wrap img,.cbp-l-inline img{display:block;width:100%;height:auto;border:0}.cbp-updateItems{-webkit-transition:height .5s ease-in-out !important;transition:height .5s ease-in-out !important;will-change:height}.cbp-updateItems .cbp-item{-webkit-transition:top .5s ease-in-out, left .5s ease-in-out;transition:top .5s ease-in-out, left .5s ease-in-out}.cbp-updateItems .cbp-item-loading{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;-webkit-transition:none;transition:none}.cbp-item-wrapper{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.2);
}.cbp-item-wrapper{width:100%;height:100%;position:relative;top:0;left:0}
.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0;
}
.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
    display: block;
}
.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0;
}	
.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.cbp-caption-active .cbp-caption-activeWrap {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 8%;
  right: 50%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    transform: translateY(20px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-20px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

/* ===================================
    Portfolio
====================================== */

.portfolio {
  padding-top: 120px;
}

.portfolio p {
  margin-bottom: 50px;
}

.portfolio img {
  width: 100%;
}

/*images Overlay*/
.overlay-image {
  position: relative;
  overflow: hidden;
}

.overlay-image img {
  transition: all 0.7s;
  filter: grayscale(0.5);
}


.overlay-image:hover img {

  transition: all 0.7s;
  filter: grayscale(0);
  transform: scale(1.1) rotate(3deg);
}

.overlay-image:hover {
  cursor: pointer;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
/*background: linear-gradient( #cdf16c9e, #3433309e);*/
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .7s ease;
}

.overlay-image:hover .overlay {
  transform: scale(1);
}
.text {
    color: white;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text p {
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}
.small-text p {
    font-size: 22px !important;
    margin-bottom: 0 !important;
    color: white;
    text-shadow: 2px 2px 6px #000;
}
.small-text .text-bigger {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  font-family: 'FontAwesome';
}
a:hover {
    color: #494a45 !important;
   
}


.hero-app-1 img,
.hero-app-2 img,
.hero-app-3 img,
.hero-app-4 img,
.hero-app-5 img,
.hero-app-6 img

{
width: 40px;
}


.hero-app-1 img,
.hero-app-2 img,
.hero-app-3 img
{
	 width: 35px;
}

.hero-app-7 img,
.hero-app-8 img,
.hero-app-9 img

{
	    width: 20px;
}

.hero-app-1
{
	position: absolute;
	left: 30%;
    top: 48%;
}

.hero-app-2 {
    position: absolute;
      left: 10%;
    top: 24%;
    
}
.hero-app-4{
    position: absolute;
       left: 48%;
    top: 43%;
    
}
.hero-app-5{
    position: absolute;
 left: 13%;
    top: 67%;
    
}
.hero-app-3
{
	 position: absolute;
   left: 29%;
    top: 60%;
    
}

.hero-app-6 {
    position: absolute;
   left:51%;
    top: 50%;
}

.hero-app-7 {
    position: absolute;
    left: 13%;
    top: 67%;
}

.hero-app-8 {
    position: absolute;
        left: 19%;
    top: 23%;
}

.hero-app-9 {
    position: absolute;
    left: 32%;
    top: 30%;
}
.custom-animation2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}
.banner-part
{
	position: absolute;
    z-index: 2000;
    width: 100%;
    /* top: 50%; */
    height: 100%;
}

.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item::before
{
	content:"|" !important;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #2d2d2d;
}
.breadcrumb
{
	background-color: #ffffff !important;
	margin:10px 0px   10px 0px;
}

.breadcrumb a{
	color: #056839;
}


.Thumbs{
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}
.Thumbs .swiper-slide {
    opacity: 0.4;
}
.Thumbs .swiper-slide-active {
    opacity: 1;
}

.remove-margins{
    margin: 0;
}

/*SWIPER SLIDER CODE*/
.wrapper{
    max-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.product-detail-slider .swiper-slide{
    width: 96%;
}
.product-detail-slider .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.Thumbs{
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}
.Thumbs .swiper-slide {
    opacity: 0.4;
}
.Thumbs .swiper-slide-active {
    opacity: 1;
}

.remove-margins{
    margin: 0;
}

.product-body .product-list  .share-product-details .share-product-icons{
    padding: 0;
}


.product-body .product-list  .share-product-details .share-product-icons li p{
    color: #2d2d2d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.product-body .product-list  .share-product-details .share-product-icons li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;

}
.product-body .product-list  .share-product-details .share-product-icons li a{
    color: #2d2d2d;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 27px;
    border: 1px solid transparent;
    transition: .8s ease;
}

.product-body .product-list  .share-product-details .share-product-icons li a:hover{
    color: #FFFFFF;
    background-color: #79a207;
}
.best-products .best-products-carousel .item .product .product-img {
    position: relative;
    overflow: hidden;
}
.best-products .best-products-carousel .item .product {
    border: solid 1px #eee;
    padding: 15px;
}
.best-products .best-products-carousel .item .product .product-detail .product-name {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2d2d2d;
    display: block;
    margin-bottom: 8px;
    transition: .5s ease;
}
.best-products .best-products-carousel .item .product .product-detail .product-cat {
    font-family: Poppins,sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: gray;

    opacity: .8;
    display: block;
    margin-bottom: 8px;
}
.best-products .best-products-carousel .item .product .product-detail {
    padding: 20px 10px;
    margin-top: 0;
}
.product-body .product-list .product-single-price h4 .real-price {
    color: #79a207 !important;
	    background: none;
		margin-right: 5px;
}

.product-body .product-detail .product-checklist ul li {
    list-style: none;
    color: #2d2d2d;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.input_plus_mins .qty .minus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 14px;
}
.product-body .web-btn {
    padding: 4px 25px;
    font-size: 14px;
}
.web-btn:hover {
    background-color: #2d2d2d;
    border: solid 1px #2d2d2d;
    color: #FFFFFF;
}
  
.web-btn:hover {
    background-color: #2d2d2d;
    border: solid 1px #2d2d2d;
    color: #FFFFFF;
}
.pro-description {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #2d2d2d;
}
.first-price
{
	background:none;
	color: #d9d9d9 !important;
	
}
.product-body .product-list .product-single-price h4 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #d9d9d9 !important;
    margin-bottom: 10px;
}
.product-body .product-detail .product-checklist ul li i {
    color: #79a207;
}
.input_plus_mins .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #79a207;
    width: 26px;
    height: 26px;
    text-align: center;
    /* border-radius: 50%; */
    border: solid 1px #79a207;
    background-clip: padding-box;
    position: relative;
    transition: .5s ease;
}
.input_plus_mins .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #79a207;
    width: 26px;
    height: 26px;
    text-align: center;
    border: solid 1px #79a207;
    /* border-radius: 50%; */
    position: relative;
    transition: .5s ease;
}


.input_plus_mins .qty .count {
    color: #79a207;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
       padding: 0 0px 0px 9px;
    min-width: 60px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.input_plus_mins input:disabled {
    background-color: white;
}
.input_plus_mins input {
    border: 0;
    width: 2%;
}
.nav-tabs .nav-item:first-child {
    border-right: none;
}
.nav-tabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 0px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 0px;
}
.tab-content {
    border-left: 0.5px solid #eceff6;
    border-right: 0.5px solid #eceff6;
    border-bottom: 0.5px solid #eceff6;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-top: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #79a207 !important;
}
.nav-tabs .nav-item
{
  margin-top: 0px !important;
}
.nav-tabs{
    border: none !important;
    
    background-color: #eceff6 !important;
}
.product-all-detailsproduct-all-details {
    margin-top: 50px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.about_content .best-products .heading-details {
    padding-top: 80px;
    padding-bottom: 30px;
}
.heading-details {
    margin-bottom: 50px;
}
.nav-tabs .nav-link {
    text-align: center;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #8b8d96;
}
.nav1 {
    display: -ms-flexbox !important; 
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
}
.product-all-details {
    margin-top: 50px;
}

.product-body .product-detail .product-checklist {
    margin-top: 20px;
}

.product-detail {
    margin-top: 50px;
}
@media (min-width: 992px)
{

.text-lg-left {
    text-align: left!important;
}
}
@media (max-width: 1200px) {
  .header-appear .container {
    max-width: 100%;
  }
  .header-appear .open_search i
  {
    font-size: 18px !important;
  }
  .navbar-simple .navbar-nav .nav-link
  {
    font-size: 15px !important;
    padding: 0.2rem 0.5rem !important;
  }
  .header-appear .navbar-nav
  {
    flex-direction: row;
  }
  .header-appear .inline-list a
  {
    font-size: 16px;
  }
}

.tab-content .reviews .media .media-body span {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: lightgrey;
    font-weight: lighter;
}
.tab-content .reviews .media .media-body {
    border-left: 1px solid #eceff6;
    padding-left: 25px;
    padding-right: 25px;
    /* margin-left: -45px; */
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #79a207;
}
ol, ul {
    list-style: none;
	padding:0px;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

input, select, textarea {
    color: inherit;
    font: inherit;
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
}
.blog-content .main_content .single_blog .single_detail .p-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #2d2d2d;
    opacity: .8;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
}
.blog-content .main_content .single_blog:last-child {
    border-bottom: none;
}
.blog-content .main_content .single_blog {
    transition: 1s ease;
    border-bottom: solid 1px #e1e1e1;
    mso-border-shadow: yes;
    margin-top: 60px;
    padding-bottom: 60px;
}
.blog-sub-heading {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #79a207;
    margin-top: 30px;
    margin-bottom: 0px;
     align-items: center;
    display: flex;
    flex-direction: row;
}
.blog-sub-heading span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #79a207;
    margin-bottom: 3px;
    margin-right: 8px;
}
.blog-content .main_content .single_blog .single_detail .blog-text {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.blog-content nav ul li {
    border-radius: 50%;
    /* border: solid 0.5px #e1e1e1; */
    border: none;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.blog-content .page-link {
    /* border: solid 0.5px #79a207; */
}
.blog-content nav ul li a {
    color: #2d2d2d;
    border-radius: 50%;
    border: solid 0.5px #79a207;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-right: 2px;
    transition: .8s ease;
    text-decoration: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.blog-content nav ul li a.active {
    border-radius: 50%;
    color: white;
    background-color: #79a207;
}


.blog-content .detail_blog .social-tags .fb {
    background-color: #3b5998;
    border: solid 1px #3b5998;
}
.blog-content .detail_blog .social-tags span {
    display: inline-block !important;
    height: 35px;
    width: 35px;
    color: white;
    position: relative;
    transition: .9s ease;
    cursor: pointer;
}
.blog-content .main_content .detail_blog .blog_detail span a {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 15px;
    transition: .8s ease;
    text-decoration: none;
}
.blog-content .detail_blog .social-tags .twit {
    background-color: #55acee;
    border: solid 1px #55acee;
}
.blog-content .detail_blog .social-tags .in {
    background-color: #0077b5;
    border: solid 1px #0077b5;
}
.blog-content .detail_blog .social-tags .pin {
    background-color: #B7242a;
    border: solid 1px #B7242a;
}
.blog-content .detail_blog .tags span {
    display: inline-block !important;
    border: solid 1px #2d2d2d;
    padding: 8px 15px 8px 15px;
    font-size: 11px !important;
    cursor: pointer;
    transition: .8s ease;
}
.blog-content .detail_blog .social {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.blog-content .writer-detail .post_navigation {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.blog-content .writer-detail .post_navigation .left-row:hover a, .blog-content .writer-detail .post_navigation .right-row:hover a {
    background-color: #2d2d2d;
}
.blog-content .writer-detail .post_navigation a {
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-content .writer-detail .post_navigation a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* background-color: #55acee; */
    border: solid 1px #2d2d2d;
    text-align: center;
    margin-top: 5px;
}
.blog-content .detail_blog .social-tags span i {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 30%;
    top: 25%;
    font-size: 16px;
}
.blog-content .detail_blog .social-tags span:hover {
    border-radius: 50%;
}
.blog-content .detail_blog .social-tags .fb {
    background-color: #3b5998;
    border: solid 1px #3b5998;
}
.blog-content .main_content .detail_blog {
    transition: 1s ease;
    border-bottom: solid 1px #e1e1e1;
    mso-border-shadow: yes;
}
.blog-content .writer-detail .post_navigation a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* background-color: #55acee; */
    border: solid 1px #2d2d2d;
    text-align: center;
    margin-top: 5px;
}
.blog-content .writer-detail .post_navigation a {
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-content .writer-detail .post_navigation .left-row:hover .left-arr-d {
    margin-left: -10px;
}
.blog-content .writer-detail .post_navigation .left-row .left-arr-d, .blog-content .writer-detail .post_navigation .right-row .right-arr-d {
    transition: .8s ease-in-out;
}
.blog-content .writer-detail .post_navigation .left-row:hover a, .blog-content .writer-detail .post_navigation .right-row:hover a {
    background-color: #2d2d2d;
}
.blog-content .writer-detail .post_navigation .left-row:hover a i, .blog-content .writer-detail .post_navigation .right-row:hover a i {
    color: #FFFFFF;
}
.blog-content .writer-detail .post_navigation a i {
    color: #2d2d2d;
    font-size: 20px;
    transition: ease;
}
.blog-content .writer-detail .posted_by {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 4rem;
}
.blog-content .writer-detail .post_navigation .right-row:hover .right-arr-d {
    padding-right: 0px;
}

.blog-content .writer-detail .posted_by h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .3px;
}
.blog-content .writer-detail .posted_by {
    background-color: #F8F8F8;
    padding: 50px;
    margin-bottom: 4rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blog-content .comment-form .my-form input {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.blog-content .comment-form .my-form input[placeholder] {
    color: #2d2d2d;
    opacity: .8;
    font-size: 14px;
}
.blog-content .comment-form .my-form textarea[placeholder] {
    color: #2d2d2d;
    opacity: .8;
    font-size: 14px;
}
.blog-content .comment-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
}
textarea.form-control {
    height: auto;
}
.blog-content .comment-form .my-form {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.blog-content .comment-form .msg-heading {
    position: relative;
    text-align: center;
}
.blog-content .comment-form .msg-heading span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.blog-content .comment-form .msg-heading span::before {
    content: "";
    /* position: absolute; */
    /* top: 53%; */
    height: 1px;
    width: 100px;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    /* left: 63%; */
    margin-right: 15px;
    margin-bottom: 6px;
}
.blog-content .comment-form .msg-heading span::after {
    content: "";
    height: 1px;
    width: 100px;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    margin-left: 15px;
    margin-bottom: 6px;
}
.blog-content .detail_blog .qoute {
    padding: 15px 15px 15px 35px;
    border-left: solid 3px #79a207;
    margin-bottom: 20px;
}
/*.blog-content .main_content .detail_blog .blog_detail .blog-sub-heading {*/
    /*margin-top: 5px !important;*/
/*}*/
.blog-content .detail_blog .qoute .blog-sub-heading {
    margin-bottom: 20px;
}
.blog-sub-heading {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #79a207;
    margin-top: 30px;
    margin-bottom: 0px;
    display: inline-block;
}
.blog-content .detail_blog .qoute .q-name {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #2d2d2d;
    font-style: italic;
}

.contact-sec .contact-detail .location-details h4 {
    margin-bottom: 20px;
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.contact-sec .contact-detail .location-details ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 300;
    text-decoration: none;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-sec .contact-detail .location-details ul li i {
    font-size: 20px;
    margin-right: 5px;
    color: #2d2d2d;
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-sec .contact-detail .location-details ul li {
    list-style: none;
    margin-bottom: 12px;
    position: relative;
}
.hero__section {
    padding-top: 120px;
    margin-bottom: 90px;
}


.slide-item img {
    height: 570px;
    padding: 65px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.slick-slide img {
    display: block;
}
.slick-center.slide-item img {
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.slide-item {
    padding: 0 5px;
    outline: none;
    cursor: pointer;
}
.hero-slider .slick-track {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.hero-text-slider {
    text-align: center !important; 
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.hero-text-slider p{
	text-align: center !important; 
}
.page-link
{
    color: #79a207 !important;
}
.page-item.disabled .page-link
{
    color: #6c757d !important;
}
.hidden
{
 display: none;
}
.headerimagepart-incontent
{
    border-bottom: 0.2px rgb(171 193 158);
}
.bottomheader-incontent
{
    border-bottom: 0.2px solid #bfceb2;
    /*box-shadow: -1px -4px 4px 18px rgb(211 197 29 / 0%), 0px 1px 4px 0px rgb(171 193 158) !important;*/
}
.product-body .breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a,
.product-body .breadcrumb .breadcrumb-item .inner{
  color: #79a207;
  font-size: 12px;
  font-family: Poppins, sans-serif;
}

.product-body .breadcrumb .breadcrumb-item a

{
  color: #2d2d2d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

 .breadcrumb .breadcrumb-item.active a {
  color: #79a207;
}


/***********************************/
/*********Contact section***********/
/***********************************/


.contact-sec{
  padding-top: 120px;
  padding-bottom: 120px;
}
.contact-sec .contact-description{
  padding: 20px;
}
.contact-sec .contact-detail .ex-detail{
  margin-bottom: 15px;
}
.contact-sec .contact-detail .ex-detail .fly-text{
  color: #79a207;
  left: -49px;
  font-size: 14px;
  font-family: Poppins, "sans-serif";
  margin-bottom: 8px;
}
.contact-sec .contact-detail .small-text{
  margin-bottom: 40px;
  width: 95%;
  color: #2d2d2d;
  opacity: .8;
  font-weight: 300;
  font-size: 16px;
}

.contact-sec .contact-detail .location-details h4{
  margin-bottom: 20px;
  color: #2d2d2d;

  font-weight: bold;
  font-size: 18px;
}
.contact-sec .contact-detail .location-details ul{
  padding-left: 0;
}
.contact-sec .contact-detail .location-details ul li{
  list-style: none;
  margin-bottom: 12px;
  position: relative;
}
.contact-sec .contact-detail .location-details ul li a{

  font-size: 14px;
  color: #2d2d2d;
  font-weight: 300;
  text-decoration: none;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-sec .contact-detail .location-details ul li i{
  font-size: 20px;
  margin-right: 5px;
  color: #2d2d2d;
  position: absolute;
  top: 2px;
  left: 0;
}
/*contact us form*/
.contact-sec .contact-box{
  padding: 20px;
  -webkit-box-shadow: 1px 1px 8px #dddddd;
  box-shadow: 1px 1px 8px #dddddd;
  /*border:solid .5px #dddddd;*/
  border-radius: 10px;
}
.contact-sec .contact-box .small-heading{
  font-size: 24px;

  font-weight: 500;
  margin-bottom: 20px;
}
.contact-sec .contact-box .small-text{

  margin-bottom: 25px;
}
.contact-sec .contact-form .my-form{
  position: relative;
}
.contact-sec .contact-form .my-form .form-control{
  border: 1px solid #cbcbcb;
}
.contact-sec .contact-form .my-form input{
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}
.contact-sec .contact-form .my-form input[placeholder]{
  color: #444444;
  opacity: .8;
  font-size: 14px;
}
.contact-sec .contact-form .my-form textarea{
  border-radius: 10px;
  padding: 20px;
}
.contact-sec .contact-form .my-form textarea[placeholder]{
  color: #444444;
  opacity: .8;
  font-size: 14px;
}
.contact-sec .contact-form .user-contact{
  margin-top: 30px;
}
.display-error{
  position: absolute;
  top:-45px;
  left:15px;
  right: 15px;
}
.contact-page .contact-list li:nth-child(2),.contact-page .contact-list li:nth-child(3){
  display: inline-block;
}
.contact-page .contact-list li:nth-child(2){
  margin-right: 8px;
}
.contact-page .contact-list li:nth-child(even){
  margin-bottom: 0px !important;
}
.open_search i {
  font-size: 25px;
  color: #9e9e9e;
  height: auto;
  position: relative;
}
.open_search
{
  vertical-align: center !important;
}

.login-main a{
  position: relative;
  text-align: right;
  margin-left: 20px;
}
.fa-lock-open
{
  font-size: 1.3em;
  color: #9e9e9e;
}
.shadow-lg {
  box-shadow: none !important;
}
.chg-size-logout
{
 font-size: 15px !important;
}

/* ===================================
        Header Info Nav
   ====================================== */

.navbar{
  padding-bottom: 0;
}

.upper-nav{
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  padding-bottom: 10px;
}

.upper-nav .navbar-brand{
  margin-top: 10px;
  margin-right: 0;
}
.upper-nav .top-info{
  font-size: 15px;
  color: #2d2d2d;
  font-weight:normal;
  margin-top: auto;
  margin-bottom: auto;
}
.upper-nav .top-info li{
  margin-right: 10px;
}
.upper-nav .top-info li i{
  font-size: 18px;
  color: #58b433;
}
.upper-nav .top-info li a{
  color: #2d2d2d;
  margin-left: 3px;
  text-decoration: none;
  transition: .5s ease;
}
.upper-nav .top-info li a:hover{
  color: #79a207;
}

.upper-nav .shop-user-details{
  display: inline-block;
  margin-bottom: 0;
}
.upper-nav .shop-user-details li{
  list-style: none;
  display: inline-block;
  margin-left: 3px;
}
.upper-nav .shop-user-details li:after{
  content: "";
  height: 8px;
  width: 8px;
  background-color: #2d2d2d1c;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
}
.upper-nav .shop-user-details li:last-child:after{
  display: none;
}
.upper-nav .shop-user-details li a{
  text-decoration: none;
  color: #2d2d2d;
}
.upper-nav .shop-user-details li a i{
  margin-left: 5px;
}

/*/////////////*/
.header-appear{
  /*height: 70px;*/
  position: fixed;
  z-index:2051;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear{
  background: #FFFFFF;
  border-bottom: none;
  padding: 0 !important;

}
.header-appear svg#header-svg{
  display: none;
}
.header-appear .navbar-simple{
  padding: 0.2rem  0.1rem;

}

.header-appear .upper-nav{
    height: 270px;
  display: none;


}

.header-appear .nav-line {
display: block;
}
header .navbar-simple .fixed-nav-items
,.nav-line
{
  display: none;
}
header a.logo {
  display: inline-block;
  padding-top: 0.4rem;
  z-index: 1;
  background: url(/images/logonew.png) 50% 0 no-repeat;
  background-size: 25%;
}



@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.header-appear .navbar-simple .fixed-nav-items {
  display: block;
}
.header-appear .brand_name
{
  height: 2px !important;
  margin-top: 4px !important;
}

.header-appear .brand_slogan
{
  margin-bottom: 1px  !important;
}
.navbar-simple .navbar-nav .nav-link:hover {
  color: #79a207;
}
.navbar-simple .navbar-nav .nav-link {
  font-size: 15px;
  color: #2d2d2d;
  font-weight: 400;
  text-align: center;
  padding: 0.4rem 1rem;
  text-decoration: none;
  padding-bottom: 0;
  transition: .5s ease;
}
.badge
{
    margin-left: -14px;
    font-size: 12px;
}
.justheight
{
    display: none;

}
.justheight.appear
{
    display: block !important;
    height:250px;
}
.inline-list
{
  min-width: 210px;
}
.nav-line .navbar-nav .nav-link.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
.nav-line .navbar-nav .nav-link:before {
  position: relative;
  content: '';
  width: 100%;
  z-index: 111;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  border-radius: 2px;
  bottom: -28px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #79a207;
  visibility: hidden;
  opacity: 0;
}

/* ===================================
      search modal window css
  ==================================== */
.search {vertical-align: sub;}


.open_search {
  cursor: pointer;
  color: #79a207;
  display: inline-block;
  position: relative;
}
.search_block {
  opacity: 0;
  display: none;
  text-align: center;
  height: 0;
  position: fixed;
  top: 50%;
  left: 40%;
  margin-top: -41px;
  margin-left: -150px;
  z-index: 4444444;
}
.search_block.visible {
  opacity: 1;
  display: inline-block;
  height: auto;
}
.search_block.visible .search_box {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search_block .overlayer {
  background-color: rgb(121, 162, 7);
  position: fixed;
  cursor: url("/images/overlay-close.png"), auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.search_block input,.search_block select,.search_block textarea {background-color: #79a207; font-size: 20px;}
.search_block textarea::-webkit-input-placeholder {color: #FFFFFF !important;}
.search_block textarea::-moz-placeholder {color: #FFFFFF !important;}
.search_block textarea:-ms-input-placeholder {color: #FFFFFF !important;}
.search_block textarea::-ms-input-placeholder {color: #FFFFFF !important;}
.search_block .inner input,.search_block select,.search_block textarea::placeholder {color: #FFFFFF !important;}
.search_block input::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

.search_block input:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF !important;
}

.search_block input::-moz-placeholder {  /* Firefox 19+ */
  color: #FFFFFF !important;
}

.search_block input:-ms-input-placeholder {
  color: #FFFFFF !important;
}
.form-control:focus{
  box-shadow: none !important;
}
.search_box {
  background-color: #79a207;
  opacity: 0;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  top: -120px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 10;
}

.search_box .search_input {
  border: 3px solid #79a207;
  border-bottom: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  line-height: 2;
  font-family: 'Poppins', sans-serif;
  min-width: 700px;
  outline: medium none;
  padding: 10px 10px 10px 0px;
  width: 700px;
  -webkit-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  -webkit-appearance: none;
  border-radius: 0;
}
a:focus, button:focus, input:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: none;
}
input[type="text"]:focus{
  box-shadow: 0 0 0 rgb(255, 255, 255);
}

input[type="checkbox"]:focus{
  box-shadow: 0 0 0 rgb(255, 255, 255);
}
.search-form .search-input {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}
#search ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search ::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.search_icon {
  background-color: transparent;
  border: medium none;
  color: #FFFFFF;
  font-size: 28px;
  left: 93%;
  line-height: 38PX;
  padding: 8px;
  position: absolute;
  top: 28px;
}
.search_icon:hover {color: #FFFFFF;}
.search_icon:focus {color: #FFFFFF;}
::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-style: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: normal;
}
:-ms-input-placeholder {
  color: #999;
  font-style: normal;
}
input, select, textarea {margin :0;}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  /*border: 1px solid #cccccca8;*/
  border-top: none;
}

.tabcontent h5{
  margin: 15px;
}

/*////////////////////////TAB*/

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-right: 0.5px solid #dcd8d8eb;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  /*border: 1px solid #cccccca8;*/
  border-top: none;
}

.tabcontent h5{
  margin: 15px;
}
/*//////////////////*/



.ajax-loading
{
  display: flex;
  width: 100px;

  margin: auto;
}


/*search bar*/
/*.blog-content{*/
/*    padding-top: 100px;*/
/*}*/
.blog-content .side_tags .search-bar{
    background-color: rgba(225, 225, 225, 0.24);
    /*margin-top: 100px;*/
    margin-bottom: 50px;
    padding: 40px;
}
.blog-content .side_tags .search-bar form input[placeholder] {
    color: grey;
    font-size: 13px;
    font-family: "Lato Regular";
}
.blog-content .side_tags .search-bar form input{
    border-radius: 10px;
    position: relative;
    border: solid .5px #79a207;
    padding: 20px;
}
.blog-content .side_tags .search-bar form span{
    position: absolute;
    right:0px;
    top:0px;
    bottom: 0px;
}
.blog-content .side_tags .search-bar form span button{
    border-radius: 10px;
    border: none;
    background-color:#79a207;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 11;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    transition: .8s ease;
    border: solid 1px #79a207;
}
.blog-content .side_tags .search-bar form:hover input{
    border:  solid .5px #79a207;
}
.blog-content .side_tags .search-bar form span button:hover{
    background-color:#79a207;
    cursor: pointer;
    border: solid 1px #79a207;
}
.blog-content .side_tags .search-bar form span button:focus{
    outline: none;
}
/*search bar end*/

.blog-content .popular_posts .media-box .box-detail h2{
    margin-top: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: .8s ease;
    line-height: 1.5em;

}

#showloginpopup
{
    margin-top: 0px;
}

.comment_not_login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-direction: row;
    direction: ltr;
}

.comment_not_login span
{
    /*margin-top: 20px;*/
    padding-right: 10px;
    color: #d71821;
    font-weight: 500;
}


.blog-content .main_content .single_blog .single_detail h2 {

    font-weight: 500;
    font-size: 28px;
    color: #2d2d2d;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 15px;
}
