/*==========================================================
    Bura Pro theme Main Style
============================================================*/

/*========================================================== 
=> CSS Indexing
=> Default CSS
=> Preloader CSS
=> Header CSS & Mainmenu CSS
=> Footer CSS
=> Page CSS
=> Comments CSS
=> Paginition CSS
=> Contact Form CSS
=> Responsive CSS
============================================================*/
/*========================================================== 
    Default CSS 
============================================================*/ 
html,body {
  height: 100%;
  margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #97a9bf;
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2;
    color: #232323;
}

p {
    margin:0 0 5px;
    color:#555;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

a:hover,
a:focus  {
    color: #97aa85;
    outline: none;
    text-decoration: none;
    background:none;
    transition: all 0.5s ease;
}

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

.nav li a:focus{
    background:none;
    outline:none;
}

.error-padding {
    padding-top: 200px;
    padding-bottom: 100px;
    border-top: 1px solid #ddd;
}

.no-margin{
    margin: 0;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    font-size: 30px;
    opacity: 0.5;
    padding: 4px 10px;
    display: block !important;
}

#scrollUp:hover {
    opacity:1;
}

.section-padding {
    padding: 100px 0;
}
.home .section-padding {
    padding-top:11px;
    padding-bottom: 0px;
}
.site-content.section-padding {
    padding-top:100px;
    padding-bottom: 0px;
}
.blog-padding {
	padding: 100px 0;
}
/*========================================================== 
    Preloader CSS
============================================================*/ 
#loading {
  background-color: #97aa85;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;

  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*========================================================== 
    Header CSS & Mainmenu CSS
============================================================*/
.header-area {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025), 
    0px 1px 1px 0px rgba(0, 0, 0, 0.01), 
    0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
.site-title{
    padding-top:10px;
}
.site-title a {
    color:#000;
    text-transform:uppercase;
    font-size:25px;
    font-weight:700;
}
.site-title a:hover {
    color: #97aa85;
}
.page-title.screen-reader-text {
    display: none;
}
header.moza-pro-header-img {
    position: relative;
    padding-top: 0;
}
header.moza-pro-header-img .container {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    margin: auto;
    right:  auto;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 110px;
}
.container.logo-bg-container{
    background-color: #333;
}
.header-img img {
    max-width: 100%;
    height: 250px;
}
.menu-area {
	position: relative;
}
.mainmenu ul {
    text-align: right;
}
.mainmenu ul li{
    position: relative;
    display: inline-block;
    margin-left: 20px;
}
.mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    position: relative;
    display: block;
    transition: all linear 0.3s;
}
.mainmenu li:last-child {
    border: 0px;
}
.mainmenu li a:hover,
.mainmenu li.active a {
    color: #97aa85;
    transition: 0.3s;
}
.mainmenu .menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 10px;
    text-shadow: none;
    opacity: .9;
    position: absolute;
    top: 14px;
    right: -14px;
    font-weight: 700;
    color: #000;
}
.mainmenu ul li ul {
    text-align: left;
}
.mainmenu ul li ul {
    position: absolute;
    left: 0;
    z-index: 8;
    top: 150%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 15px 25px;
    min-width: 265px;
}
.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.mainmenu ul li ul li {
    border-right: none;
    display: block;
    margin-left: 0px;
}
.mainmenu ul li ul li:not(:last-child) {
    border-bottom: 1px dashed rgba(30, 28, 42, 0.5);
    padding-bottom: 10px;
    padding-top: 10px;
}
.mainmenu ul li ul li:last-child{
    padding-top: 10px;
}
.mainmenu ul li ul.sub-menu li a {
    padding: 0px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    font-size: 16px;
    text-transform: capitalize;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid;
}
.mainmenu ul li ul li ul {
    left:240px;
}
.mainmenu ul li ul li.menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 10px;
    text-shadow: none;
    opacity: .9;
    position: absolute;
    top: 1px;
    right: 0px;
    font-weight: 700;
    color: #000;
}
.mainmenu ul li ul li:hover ul {
  left: 240px;
  opacity: 1;
  visibility: visible;
}
.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,.2);
    transition: 0.5s;
}
.moza-pro-responsive-menu {
    position: absolute;
    right: 0px;
    top: 18px;
    z-index: 9;
    display: none;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_btn {
    background: transparent;
    padding: 0px;
}
.slicknav_menu {
    padding: 0;
    background: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    box-shadow: 0 0 0;
}
.slicknav_nav {
    background: #333;
    width: 250px;
    margin-right: 22px;
    position: relative;
    top: 2px;
}
.slicknav_nav a{
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: #97aa85;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.slicknav_nav li.active a{
    background: #97aa85;
    color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    margin: 0;
}
.slicknav_nav li {
    padding: 0px;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
.main-navigation .btn > a:hover {
    background-color: #333;
    color: #fff;
    transition: 0.5s;
}
.slicknav_btn {
	margin: 0px;
}
/*========================================================== 
    Footer CSS
============================================================*/ 
#footer {
    background: #000;
    padding: 30px 0;
}
#footer .copyright{
    padding: 5px 0;
    float: left;
}
#footer .copyright.right{
    float:right;
}
#footer .copyright p {
    color:#fff;
    margin:0;
}
#footer .copyright span{
    margin:0px 5px;
}
#footer .social {
    float: right;
    margin-top: 5px;
}
#footer .social.left {
    float: left;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#fff;
    font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.social li:hover a i{
    opacity: 0;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*========================================================== 
   Page CSS
============================================================*/  
article.sticky .list-inner .image .main {
    border-radius: 0px;
}
.section-title {
    padding-bottom: 82px;
}
.section-title span {
    display: inline-block;
    color: #97aa85;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.section-title span.archive,
.section-title a span {
    margin-bottom: 0px;
}
.section-title h3 span {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.masonary article {
    margin-bottom: 30px;
}
.section-title h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.blog-singele-box {
    position: relative;
    margin-bottom: 30px;
}
.blog-thumb {
    position: relative;
    position: relative;
}
.blog-thumb img {
    width: 100%;
}
.blog-thumb::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: 1;
    top: 0;
    opacity: 0.3;
}
.blog-content {
    background: rgb(151 170 133 / 95%);
    position: absolute;
    bottom: 50px;
    left: 18px;
    padding: 30px 31px 30px 35px;
    width: 91%;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}
.blog-date span a,
.blog-date span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
h3.blog-title {
    margin-bottom: 8px;
}
h3.blog-title a {
    display: inline-block;
    color: #fff;
    font-size: 45px;
    font-weight: 400;
}
p.blog-desc {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 32px;
}
.blog-btn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: 0.5s;
    padding-left: 32px;
}
.blog-btn a::before {
    position: absolute;
    content: "";
    width: 141px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    left: 0px;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.blog-meta-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}
.blog-meta-title h2 a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    transition: 0.5s;
}
.blog-singele-box:hover .blog-content {
    opacity: 1;
    bottom: 15px;
}
.blog-singele-box:hover .blog-meta-title h2 a {
    opacity: 0;
}
.moza-pro-navigation {
    position: relative;
    top: 6px;
}
.moza-pro-navigation ul {
    margin: 0px;
    list-style-type: none;
}
.moza-pro-navigation ul li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
}
.moza-pro-navigation ul li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.moza-pro-navigation ul li a {
    color: #000;
}
.moza-pro-navigation ul li:last-child {
    margin-right: 0px;
}
.moza-pro-navigation ul li a i {
    border: 1px solid #97aa85;
    padding: 10px;
    display: inline-block;
    color: #97aa85;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.moza-pro-navigation ul li a:hover i {
    border: 1px solid #97aa85;
    background-color: #97aa85;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-details-thumb {
    overflow: hidden;
}
.blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}
.blog-details-content {
    padding: 27px 36px 20px;
    border: 1px solid #2222;
}
.blog-details-area span.mate-text {
    padding-left: 36px;
}
.blog-details-area .meta-blog i {
    display: inline-block;
    color: #97aa85;
    padding-right: 9px;
}
.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}
.blog-details-area .meta-blog i {
    display: inline-block;
    color: #97aa85;
    padding-right: 9px;
}
h4.blog-details-title {
    font-size: 22px;
    margin: 12px 0 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-details-desc p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #232323;
}
.blog-details-socila-box {
    border: 1px solid #2222;
    border-top: transparent;
    padding: 19px 35px 18px;
    border-radius: 0 0 5px 5px;
}
.blog-details-category span a {
    display: inline-block;
    background: #97aa85;
    padding: 6px 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    margin-right: 7px;
    transition: 0.5s;
}
.blog-details-social-icon {
    text-align: right;
}
.blog-details-social-icon ul li {
    display: inline-block;
}
.blog-details-social-icon ul li i {
    display: inline-block;
    background: #97aa85;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}
.entry-footer{
    margin-top: 10px;
}
.entry-footer span,
.entry-meta span{
    margin-right: 5px;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #01010110;
    color: #000;
    transition: 0.3s;
}
a.button.error-button:hover{
    border-color: #97aa85;
    background-color: #97aa85;
    color: #fff;
    transition: 0.3s;
}
p.comment-notes {
    margin-bottom: 30px;
}
.nav-links{
    overflow: hidden;
}
.nav-previous{
    float: left;
    width: 50%;
    text-align: left;
}
.nav-next{
    text-align: right;
    width: 50%;
    float: right;
}
.nav-links a {
    display: inline-block;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    border: 1px solid #01010110;
    padding: 10px 15px;
    border-radius: 5px;
}
.page-links{
    margin-top: 10px;
}
.page-links a {
    display: inline-block;
    border: 1px solid #01010110;
    color: #000;
    padding: 10px 15px;
    transition: 0.5s;
    margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
    border-color: #97aa85;
    background-color: #97aa85;
    color: #fff;
    transition: 0.3s;
}
.search-results article.page .entry-summary {
    display: none;
}
.entry-content h2{
    margin-top: 15px;
}
.entry-content table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.entry-content table th {
    background-color: #f9f9f9;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin: 0px;
}
.entry-content address {
    border: 1px solid #ddd;
    padding: 20px;
}
.wp-block-categories li,
a.tag-cloud-link {
    font-size: 15px !important;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.wp-block-categories li:hover,
a.tag-cloud-link:hover {
    background: #97aa85;
    border-color: #97aa85;
    color: #fff;
}
/*========================================================== 
   Comments CSS
============================================================*/
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p {
    font-size: 15px;
    margin: 13px 0 0;
    color: #232323;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-author.vcard {
    display:inline-block;
}
.comment-meta span, 
.comment-meta .fn {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 400;
    color: #000;
}
.comment-meta span {
    margin-right: 20px;
}
.comment-metadata {
    display: inline-block;
}
.comment-metadata a {
    display: inline-block;
    color: #232323;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard img {
    vertical-align: middle;
    float: left;
    margin-right: 30px;
}
.comments-area table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comments-area table th {
    background-color: #f9f9f9;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.comments-area address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-body {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
    position: relative;
}
.comment-reply-link {
    background: #97aa85;
    border: 1px solid #97aa85;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}
.comment-reply-link {
    position: absolute;
    right: 22px;
    top: 21px;
}
.comment-list li.comment {
    margin-bottom: 30px;
}
.comment-list li.comment:last-child {
    margin-bottom: 0px;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 
.comment-form label{
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
    margin-bottom: 15px
}
.comment-form textarea{
    resize: vertical;
}
.comment-reply-title{
    margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    height: 44px;
    border:  1px solid #01010110;
    padding-left: 10px;
    transition: 0.5s;
}
.comment-form input[type="checkbox"]{
    width: 2%;
    border:  1px solid #01010110;
    margin-top: 0px;
    margin-right: 5px;
}
.comment-form textarea{
    width: 100%;
    border:1px solid #E2E9F3;
    padding:10px;
    transition: 0.5s;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
    border:  1px solid #01010110;
}
.comment-form input[type="submit"]{
    height: 44px;
    width: 100%;
    border: 0px solid;
    color: #fff;
    transition: 0.5s;
    background: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
    background:#97aa85;
    color: #fff;
    transition: 0.5s;
}
.post-password-form {
    margin-top: 15px;
}
.post-password-form input[type="password"]{
    border:  1px solid #01010110;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
    border:  1px solid #01010110;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
    background: #97aa85;
    border:  1px solid #01010110;
    transition: 0.5s;
}

.page-content .search-form input[type="search"]{
    width: 100%;
    display: inline-block;
}
.page-content .search-form input[type="submit"] {
    width: 15%;
    display: inline-block;
    margin-left: -6px;
}
.screen-reader-text {
    visibility: hidden;
    display: none;
}
.search-form .screen-reader-text {
    display: inherit;
}
.search-form input[type="search"] {
    width: 100%;
    border:  1px solid #01010110;
    padding: 10px 25px;
    margin: 10px 0px;
    transition: 0.5s;
    color: #333;
}
.search-form input[type="submit"] {
    width: 100%;
    border:  1px solid #01010110;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus{
    border:  1px solid #01010110;
}
.search-form input[type="submit"]:hover{
    background: #97aa85;
    border:  1px solid #01010110;
    transition: 0.5s;
}
/* ==========================================================================
   Pagination css
========================================================================== */
.pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 0px;
}
.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination_prev,
.pagination_next,
.pagination_num.current,
a.pagination_num {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px hsla(0, 0%, 42.4%, 0.2), 0 0 0 transparent;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}
a.pagination_num {
    background-color: transparent;
    text-decoration: none;

}
a.pagination_num:hover {
    background: #97aa85;
    color: #fff;
}
.pagination_num.current,
.pagination_num.current:hover {
    background-color: #97aa85;
    color: #fff;
    font-weight: 700;
}
.pagination.inactive,
.pagination.inactive:hover {
    color: #ddd;
    cursor: default;
}
.pagination_prev,
.pagination_next {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    font: 0/0 a;
    color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}
.pagination_prev {
    margin:0px;
}
.pagination_next {
    margin: 0px;
}
.nav-links .pagination_prev,
.nav-links .pagination_next {
    border: 0px solid #000;
    padding: 0px;
    border-radius: 50%;
}
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #0D6EFD;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
a.pagination_prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_prev:hover {
    background-image: url("../img/icon-arrow-left-w.svg");
}
a.pagination_next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_next:hover {
    background-image: url("../img/icon-arrow-right-w.svg");
}
.pagination_prev.inactive,
.pagination_next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}
.pagination_prev.inactive:hover {
    background-image: url("../img/icon-arrow-left.svg");
}
.pagination_next.inactive:hover {
    background-image: url("../img/icon-arrow-right.svg");
}
/*========================================================== 
    Contact Form CSS
============================================================*/
.contact-form-area input[type="text"], 
.contact-form-area input[type="email"], 
.contact-form-area input[type="tel"], 
.contact-form-area textarea {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
}
.contact-form-area input[type="text"]:focus, 
.contact-form-area input[type="email"]:focus, 
.contact-form-area input[type="tel"]:focus, 
.contact-form-area textarea:focus {
    outline: none;
    border: 1px solid rgba(0,0,0,.3);
}
.contact-form-area textarea, 
.comment-form textarea {
    height: 120px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.contact-form-area input[type="submit"] {
    border: 1px solid #97aa85;
    background-color: #97aa85;
    color: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    border-radius: 5px;
    width: 100%;
}
.contact-form-area input[type="submit"]:hover{
    border-color: #000;
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}
/* Start  Curser pointer CSS */
.cursor {
  position: fixed;
  pointer-events: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
  background: black;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #97aa85;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
  background-color: #000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}
.grow,
.grow-small {
  transform: scale(3);
  background: white;
  mix-blend-mode: difference;
  border: none;
}
.grow-small {
  transform: scale(1.7);
}


/*============================
/* Scroll Up Css 
==============================*/

#progress {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 99999;
  cursor: pointer;
}

/* Scroll To Top */
.progress.hide {
  display: none !important;
  transition: 0.5s !important;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
}

#container {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Desktop Layout: 1200px
============================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.blog-padding {
	padding: 0px;
}
.blog-content {
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.blog-singele-box:hover .blog-content {
    bottom: 0px;
}	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mainmenu ul li {
    margin-left: 10px;
}
.mainmenu li a {
    padding-left: 11px;
}
.mainmenu .menu-item-has-children::after {
    right: -10px;
}
.blog-padding {
	padding: 0px;
}
.blog-content {
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.blog-singele-box:hover .blog-content {
    bottom: 0px;
}
}
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body{
    font-size:14px;
}
.blog-padding {
	padding: 0px;
}
.mainmenu{
    display: none;
}
.moza-pro-responsive-menu{
    display: block;
}
.slicknav_nav {
    margin-right: 15px;
}
.widget:first-child{
	margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.section-padding {
    padding: 50px 0;
}
.home .section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.error-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
#footer .copyright {
    float: none;
    text-align: center;
}
#footer .social {
    text-align: center;
    float: none;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 576px) and (max-width: 767px) {
body{
    font-size: 14px;
}
.blog-padding {
	padding: 0px;
}
.moza-pro-responsive-menu{
    display: block;
}
.mainmenu{
    display: none;
}
.slicknav_nav {
    margin-right: 15px;
}
.widget:first-child{
    margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.section-padding {
    padding: 50px 0;
}
.home .section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.error-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
#footer .copyright {
    float: none;
    text-align: center;
}
#footer .social {
    text-align: center;
    float: none;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 575px) {
.site-title a {
    font-size: 22px;
}
.blog-padding {
	padding: 0px;
}
.mainmenu{
    display: none;
}
.moza-pro-responsive-menu {
	right: 0px;
	top: -32px;
	display: block;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
.widget:first-child{
    margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.section-padding {
    padding: 50px 0;
}
.home .section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.error-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
#footer .social {
    float: inherit;
    text-align: center;
}
}
.post-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.post-wrapper {
    border-style: solid;
    border-width: 0 0 0 5px;
}
.post-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-color: #97aa85;
    transition: 0.3s;
}
.card-layout {
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 20px #0e0e130d;
}
.post-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}
.image-outer-wrapper {
    width: 150px;
}
.post-wrapper .image-outer-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 250px;
}
.post-wrapper .image-wrapper {
    border-radius: 12px;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translate(0,0);
    transition: 0.8s;
    width: 100%;
    height: 100%;
}
.post-wrapper .content-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-wrapper .title {
    margin: .2em 0 .7em;
    word-wrap: break-word;
    font-size: 1.35rem;
    line-height: 30px;
}
.post-wrapper .title a {
    color: inherit;
    word-break: break-word;
    text-decoration: none;
}
a.title-animation-underline {
    background-image: linear-gradient(90deg,#97aa85,#97aa85) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 2px !important;
    background-position: 0% bottom !important;
    transition: 0.5s cubic-bezier(.25,.8,.25,1) !important;
    display: inline;
    padding: 2px 0;
}
a.title-animation-underline:hover {
    background-size: 100% 2px !important;
}
.post-wrapper .title a:hover {
    color: #97aa85;
}
.post-wrapper .meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit;
    column-gap: 15px;
    row-gap: 10px;
    font-size: .85rem;
    font-weight: 500;
    text-transform: capitalize;
}
.post-author-wrapper .author-wrapper {
    text-align: start;
}
.comments-link a,
.post-author-wrapper a {
    position: relative;
    text-decoration: none;
}
.comments-link a:hover,
.post-author-wrapper a:hover {
    color: #97aa85;
}
.post-wrapper .excerpt {
    margin: 30px 0 0;
}
.post-wrapper > .footer-wrap {
    margin-top: 30px;
}
.post-wrapper .terms-wrapper {
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
    gap: 10px;
    flex-grow: 1;
}
.post-wrapper .term-item {
    position: relative;
    display: inline-flex;
    gap: 2px;
    white-space: nowrap;
    align-items: center;
    color: #97aa85;
    font-size: .9rem;
    font-weight: 500;
    transition: 0.3s;
}
.footer-wrap,
.post-wrapper .footer-wrap {
    border-top: 1px dashed #79788b52;
    padding-top: 15px;
    margin-top: 35px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.cat-links a {
    text-decoration: none;
}
.cat-links a:hover {
    color: #ff5671;
}
.blog-title h3.heading-title {
    border-bottom: 1px solid #97aa85;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    word-wrap: break-word;
    word-break: break-word;
}
/* Responsive */
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-inner {
        flex-direction: column;
        text-align: center;
    }
    .post-wrapper .meta-wrapper {
        justify-content: center;
    }
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) {
    .post-inner {
        flex-direction: column;
        text-align: center;
    }
    .post-wrapper .meta-wrapper {
        justify-content: center;
    }
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
    .post-inner {
        flex-direction: column;
        text-align: center;
    }
    .post-wrapper .meta-wrapper {
        justify-content: center;
    }
}