body {
  padding: 0;
  margin: 0;
  color: #2b2b2b;
  font-size: var(--primaryfont);
  font-family: "Segoe UI", sans-serif;
  /* max-width: 100%;
  overflow-x: hidden; */
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}

p {
  font-size: var(--primaryfont);
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: normal;
}
a,
button {
  font-size: var(--primaryfont);
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  color: var(--pcolor);
}

.whitetext,
.whitetext > * {
  color: #fff !important;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexaround {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flexbetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flexend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flexstrech {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.m0 {
  margin: 0px !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.overflowinitial .wrapper {
  overflow: auto;
}
a:hover {
  text-decoration: none !important;
  color: var(--pcolor);
}
.mycontainer {
  max-width: 1400px;
  margin: auto;
  width: 1190px;
}
.sectionpadding {
  padding: var(--sectionpadding) 0px;
}
.sectionpaddingtop {
  padding-top: var(--sectionpadding);
}
.sectionpaddingbottom {
  padding-top: var(--sectionpadding);
}
.alink {
  color: var(--pcolor);
  cursor: pointer;
}
.alink:hover {
  text-decoration: underline !important;
}
.pagecontent {
  min-height: calc(100vh);
}

/*===================================== Global css  ========================================*/

.max-box {
  padding-left: calc(20px + 4vw);
  padding-right: calc(20px + 4vw);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.std-h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

.std-ts {
  height: calc(40px + 2vh);
}

.std-h2 span {
  display: inline-block;
  font-size: 32px;
  position: relative;
  padding-bottom: 20px;
}

.std-h2 span:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 3px;
  width: 44px;
  background: var(--scolor);
}

/*===================================== Global css  ========================================*/

/*===================================== forms css  =========================================*/

/*===================================== forms css  =========================================*/

/*===================================== Button css  ========================================*/

/*===================================== Button css  ======================================-=*/

/*===================================== Header css  ======================================-=*/

.id-0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.id-0 .header-logo {
  max-width: 222px;
}

img {
  width: 100%;
}

.MainMenu {
  display: flex;
  list-style: none;
  gap: 20px;
}

.MainMenu a {
     font-size: 20px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #0e65b9;
    font-weight: 600;
}

.menu-item {
  position: relative;
}

.menu-item ul {
  list-style: none;
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  border: 1px solid #e3e3e3;
  border-top: 15px solid #fff;
  right: 0;
  top: 100%;
  width: max-content;
  transition: all 0.25s;
  visibility: hidden;
  opacity: 0;
}

.menu-item:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu-item li {
  margin-bottom: 6px;
}

.MainMenu .active a {
  font-weight: 600;
}

.current-menu-item a {
  font-weight: 600;
}

/*.pheader .wrap {*/
/*  background: #fff;*/
/*  box-shadow: 0 1px 0 rgb(0 0 0 / 4%);*/
/*}*/

/*.pheader {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 100;*/
/*}*/

.std-btn {
  border: none;
  outline: none;
  color: #fff;
  background: #123d76 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  display: inline-block;
}

.std-btn:hover {
  color: #fff;
  background: #0b274b 0% 0% no-repeat padding-box;
}

.std-img-box {
  position: relative;
}

.std-img-box:after {
  display: block;
  content: "";
  background: #99cc33;
  max-width: 200px;
  width: 20%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 7%;
  left: 86%;
}

.std-h2.center {
  text-align: center;
}

.std-h2.center span:after {
  left: 50%;
  transform: translateX(-50%);
}

#totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--pcolor);
  height: 36px;
  width: 36px;
  z-index: 80;
  visibility: hidden;
}

.header-fixed #totop {
  visibility: visible;
}

#totop svg {
  width: 24px;
  height: 24px;
}

#totop path {
  fill: #fff;
}

.std-ptop {
  padding-top: 86px;
}
.single-post .std-ptop {
  padding-top: 0 !important;
}
/*===================================== Header css  ======================================-=*/

/*===================================== Footer css  ======================================-=*/

.pfooter {
  margin-top: 140px;
}

.pfooter .wrap {
  background: #342f2f;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.id-f1 {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.id-f1 a {
  display: inline-block;
  color: #fff;
  padding: 0 16px;
  line-height: 1;
  font-size: 14px;
}

.id-f1 a:not(:first-child) {
  border-left: 1px solid #fff;
}

.pcopy {
  font-size: 14px;
}

.pcopy a {
  color: #fff;
}

.fsocial i {
  font-family: "fontAwesome";
  font-style: normal;
}

.fsocial a {
  opacity: 0.84;
}

.fsocial a:hover {
  opacity: 1;
}

.id-f0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #628a13;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

.id-f0 > div {
  padding: 20px;
  text-align: left;
}

.id-f0 .logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.id-f0 .logo img {
  max-width: 200px;
}

.id-f0 a {
  color: #fff;
}

.p.psmall {
  font-size: 14px;
}

.fsocial a {
  margin-right: 14px;
  font-size: 20px;
}

.leftwall {
  position: relative;
}

.leftwall:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  height: 60%;
  left: -10px;
  width: 1px;
  background: #fffb;
}

.id-f1 a:hover {
  color: var(--scolor);
}

/*===================================== Footer css  ======================================-=*/

.hero-sec .hero-slider {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}

.hero-sec .hero-slide {
  min-height: 100vh;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-sec .bg-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sec .bg-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(to right, var(--scolor), var(--pcolor)) 0% 0% no-repeat
    padding-box;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.hero-sec .bg-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.hero-sec .data {
  position: relative;
  z-index: 1;
}

.hero-sec h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 8px;
  margin-top: 10vh;
}

.hero-sec h3 {
  margin: 0 auto;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  width: 76%;
}

.hero-sec .to-right,
.hero-sec .to-left {
  position: absolute;
  top: 50%;
  left: 4vw;
  width: 18px;
  cursor: pointer;
}

.hero-sec .to-right {
  left: unset;
  right: 4vw;
}

.id-1 .std-btn {
  margin-top: 20px;
}

br {
	user-select: none;
}

.id-1 .col-md-7 {
  padding-left: 0;
}

.hr {
  width: 100%;
  height: 1px;
  background: var(--gray);
}

section.our-products .wrap {
  background: var(--cream);
  padding-top: 46px;
  padding-bottom: 56px;
}

.id-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 40px;
}

.id-2 > div {
  position: relative;
}

.id-2 > div:not(:first-child):before {
  position: absolute;
  top: 0;
  left: -36px;
  height: 100%;
  width: 1px;
  background: var(--gray);
  display: block;
  content: "";
}

.id-2 .icon {
  max-width: 68px;
  margin-bottom: 12px;
}

.id-2 h3 {
  font-size: 24px;
}

.id-2 h3 b {
  display: block;
}

.id-2 .std-btn {
  margin-top: 18px;
}

section.our-services .wrap {
  background: var(--cream);
  padding-top: 46px;
  padding-bottom: 56px;
}

.id-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 80px;
}

.id-3 > div {
  display: grid;
  grid-template-columns: 200px auto;
}

.id-3 .data {
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #dbdbdb;
}

.id-3 .data h3 {
  font-size: 24px;
}

.id-3 .data h3 b {
  display: block;
}

.id-3 .tbnail {
  border-radius: 6px;
  position: relative;
  left: 22px;
  top: -22px;
}

.id-3 .std-btn {
  margin-top: 16px;
}

.why-us .wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: var(--cream);
}

.id-4 {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.id-4 .data ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  list-style: none;
}

.id-4 .data li {
  display: flex;
  gap: 20px;
  color: #fff;
}

.id-4 .std-h2,
.id-4 p {
  color: #fff;
}

.id-4 .std-h2 span:after {
  background: #fff;
}

.id-4 .p1 {
  margin-bottom: 40px;
}

.id-4 .std-h2 {
  margin-bottom: 20px;
}

.why-us .wrap {
  position: relative;
  padding: 60px 0;
}

.id-4 .data li img {
  max-width: 48px;
  max-height: 48px;
}

.why-us .bg {
  position: absolute;
  left: 15%;
  width: 85%;
  height: 100%;
  top: 0;
  background-size: cover;
  z-index: 1;
}

.id-4 .std-h2 span {
  font-weight: 300;
}

.id-5 .client-slider {
  font-size: 14px;
}

.id-5 .client-slide {
  padding-right: 28px;
}

.id-5 .wrap {
  padding-left: 20px;
  border-left: 3px solid var(--pcolor);
}

.id-5 .image {
  max-width: 60px;
}

.id-5 .profile {
  display: flex;
  gap: 20px;
}

.id-5 .pname {
  font-weight: 600;
  margin-bottom: -2px;
}

.id-5 .data {
  margin-bottom: 20px;
}

.id-5 .slick-dots {
  display: inline-block;
  bottom: unset;
  top: -60px;
  text-align: right;
}

.id-5 .slick-dots li {
  margin: 0;
}

.id-5 .slick-dots li button:before {
  color: var(--scolor);
  font-size: 10px;
}

.id-5 .slick-dots li.slick-active button:before {
  transform: scaleX(1.5);
}

.id-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 2;
}

.id-6 p {
  height: 48px;
  overflow: hidden;
}

.blog-articles .std-h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  color: #fff;
}

.blog-articles .std-h2 span::after {
  background: #fff;
}

.id-6 > div {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  background: #fff;
}

.id-6 .data {
  padding: 10px 16px 18px 16px;
}

.id-6 .std-btn {
  margin-top: 10px;
}

.id-6 p.bdate {
  font-size: 14px;
  opacity: 0.8;
}

.blog-articles .wrap {
  position: relative;
}

.blog-articles .green-box,
.blog-articles .black-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  z-index: 1;
}

.blog-articles .black-box {
  background: #3a3a3a;
  clip-path: polygon(0 12%, 100% 18%, 100% 100%, 0% 100%);
}

.blog-articles .green-box {
  background: var(--scolor);
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
}

/* about page */

.banner-01 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}

.banner-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(to right, var(--scolor), var(--pcolor) 35%) 0% 0% no-repeat
    padding-box;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 0;
}

.banner-01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

.banner-01 .data {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  background: none;
  padding: 8px 0;
  margin-bottom: 0;
}

.breadcrumb li,
.breadcrumb a {
  color: #fff;
}

.banner-01 h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.row-pc p {
  margin-top: 16px;
}

.our-team .wrap {
  background: #f8f8f8;
  padding: 60px 0;
}

.id-team {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 54px;
  justify-content: center;
}

.id-team > div {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: calc(25% - 20px);
}

.id-team > div:hover .click-pop {
  opacity: 1;
  visibility: visible;
}

.id-team .data {
  padding: 14px;
  text-align: center;
}

.id-team .data h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.id-team .data p {
  color: #060606;
}

.click-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0008;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.click-pop img {
  max-width: 60px;
}

.popup-box {
  max-width: 640px;
  background: #fff;
  padding: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  margin: 20px;
}

.popup-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

span.close-popup {
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
  font-size: 26px;
  cursor: pointer;
}

.popup-box ul {
  margin-top: 14px;
  list-style: none;
}

.popup-box li {
  margin-bottom: 9px;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}

.popup-box li:before {
  display: block;
  content: "";
  padding: 3px;
  position: absolute;
  top: 6px;
  left: 0;
  border: 3px solid var(--scolor);
  border-radius: 50%;
}

.id-why {
  display: flex;
  background-size: cover;
}

.id-why > div {
  width: 50%;
  background-size: cover;
}

.id-why .data {
  padding: 68px 40px;
  min-height: 80vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.id-why .std-h2 {
  margin-bottom: 26px;
}

.id-why .std-h2 span:after {
  background: #fff;
}

.aboutus-page + .pfooter {
  margin-top: 0;
}

.nav-01 img {
  max-width: 48px;
  max-height: 48px;
}

.nav-01 {
  padding-top: 16px;
  width: 100%;
  background: #fff;
}

.nav-01.fixed {
  position: fixed;
  z-index: 90;
  top: 85px;
  left: 0;
}

.nav-01 .data {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

.nav-01 .data > div {
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 20px;
}

.nav-01 .data > div b {
  display: block;
}

.nav-01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-01 .data > div:hover:after,
.nav-01 .data a.active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: var(--scolor);
}

.light.std-h2 {
  margin-bottom: 8px;
  font-weight: 400;
}

.light.std-h2 b {
  font-weight: 600;
}

.std-img-box-02 {
  position: relative;
}

.std-img-box-02 img {
  position: relative;
  z-index: 2;
}

.std-img-box-02:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--scolor);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-type-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: flex-start;
  align-content: flex-start;
}

.card-type-01 img {
  max-width: 68px;
  max-height: 68px;
}

.card-type-01 h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  max-width: calc(100% - 68px - 16px);
  position: relative;
  height: fit-content;
  margin: 0;
  top: 34px;
  transform: translateY(-50%);
}

.card-type-01 {
  width: 100%;
}

.automation-data .data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
  overflow: hidden;
}

.automation-data .data > div {
  width: 33.333%;
  padding: 30px;
  border: 1px solid #eee;
  border-left: 0;
  border-bottom: 0;
  position: relative;
  top: -1px;
  right: -1px;
}

/* .automation-data .data > div:nth-child(1),
.automation-data .data > div:nth-child(2) {
  width: 50%;
} */

.ready-product .wrap {
  background: #fbfbfb;
  padding: 40px 0;
}

.ready-product .std-h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.ready-product .row {
  margin-top: 60px;
}

.ready-product .card-type-01 {
  padding: 20px 0;
}

.ready-product .data-01 .card-type-01:first-child {
  border-bottom: 1px solid #eee;
}

.ready-product .data-02 {
  padding-left: 12px;
}

.ready-product .data-03 {
  display: flex;
  margin-top: 40px;
}

.ready-product .data-03 > div {
  width: 50%;
  padding: 10px 30px 20px 30px;
}

.ready-product .data-03 > div:nth-child(odd) {
	padding-left: 0;
}

.ready-product .data-03 > div:nth-child(odd) {
  border-right: 1px solid #eee;
}

.ready-product .data-01 > div:first-child,  .ready-product .data-02 > div:first-child {
  padding-top: 0;
}

.design-tools .std-h2 {
  margin-bottom: 40px;
}

.design-tools .data-01 {
  margin-top: 32px;
}

.design-tools .data-02 {
  display: flex;
  margin-top: 46px;
}

.design-tools .data-02 > div {
  width: 50%;
  padding: 10px 30px 20px 30px;
}

.design-tools .data-02 > div:nth-child(odd) {
  border-right: 1px solid #eee;
}

.design-tools .row > div:last-child {
  padding-left: 40px;
}

.service-industry .row-pc {
  padding-left: 36px;
}

.in-touch h2 {
  font-weight: 700;
  font-size: 32px;
}

.in-touch img {
  max-width: 28px;
  margin-right: 12px;
}

.in-touch ul {
  list-style: none;
  margin-bottom: 32px;
}

.in-touch li {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.in-touch iframe {
  width: 100%;
}

.in-touch .col-md-5 {
  padding-right: 40px;
}

.cform {
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

.cform label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
}

.cform input,
.cform textarea {
  display: block;
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 6px 10px;
  outline: none;
}

.cform textarea {
  height: 100px;
}

.cform h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cform .col-md-6,
.cform .col-md-12 {
  padding: 10px;
}

.cform button:hover {
  text-decoration: none;
}

a.skip-link.screen-reader-text {
  display: none;
}

.blog #content-wrap {
  margin-top: 40px;
}

.blog-item {
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 6px 0 rgb(51 51 51 / 8%), 0 0 2px 0 rgb(51 51 51 / 8%);
  gap: 10px;
  margin-bottom: 40px;
}

.blog-item .image {
  max-width: 40%;
  display: block;
}

.blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item .data {
  padding: 20px;
}

.blog-item h3 {
  font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.blog-item p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    margin: 0 0 15px 0;
    }

ul.blogother {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  list-style: none;
  margin: 0 0 10px;
  gap: 20px;
}

ul.blogother li {
     display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 15px 0;
    align-items: center;
    align-content: center;
}

/*ul.blogother li.author:before {*/
/*  content: "\f2c0";*/
/*  font-size: 20px;*/
/*  color: #000;*/
/*  font-family: fontAwesome;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*ul.blogother li.clock:before {*/
/*  content: "\f017";*/
/*  font-size: 20px;*/
/*  color: #000;*/
/*  font-family: fontAwesome;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/


.blog-item .std-btn{
    padding: 8px 16px;
    background: #d2e600;
    color: #fff;
    border-radius: 0;
    border: 1px solid #d2e600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}
.blog-item .std-btn:hover {
    background: #fff;
    color: #d2e600;
    transition: 0.3s ease-in-out;
}
.wp-block-search .wp-block-search__input {
  width: auto;
  padding: 6px 10px;
  font-size: 16px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
  margin-top: 14px !important;
}

.widget h4 {
  margin-top: 32px;
  margin-bottom: 10px;
}

.widget {
  margin-top: 0;
}

ul.wp-block-categories-list.wp-block-categories {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-latest-posts {
  margin-bottom: 20px !important;
}

aside#secondary {
  margin-bottom: 20px;
  box-shadow: 0 0 6px 0 rgb(51 51 51 / 8%), 0 0 2px 0 rgb(51 51 51 / 8%);
  padding: 26px 20px;
      background: #45a4de47;
}

/*.wp-block-search .wp-block-search__button {*/
/*  background: #ffffff;*/
/*  border: 1px solid #949494;*/
/*  padding: 0.375em 0.625em;*/
/*  color: #32373c;*/
/*  margin-left: 0.625em;*/
/*  word-break: normal;*/
/*}*/

.wp-block-search__inside-wrapper {
    padding: 20px;
    background: #fff;
    display: flex;
}
.wp-block-search__inside-wrapper input {
    width: 80%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    border-right: none;
}
.wp-block-search__inside-wrapper button {
    width: 20%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #d2e600;
    background: #d2e600;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
        align-items: center;
    align-content: center;
}


.widget_recent_entries a {
  font-weight: 600;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-top: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

span.pages {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-pagenavi {
  text-align: center;
}

.type-post .entry-categories {
  display: none;
}

.type-post img {
  width: 100%;
}

.singular .featured-media-inner {
  position: relative;
  left: unset;
  width: 100%;
}

.post-template-default #site-content {
  margin-top: 40px;
}

.singular .entry-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.singular .entry-title {
  text-align: left;
}

.singular .post-meta-wrapper {
  text-align: left;
}

.section-inner.medium {
  max-width: 100%;
  margin: 0;
}

.post-meta-single-top .post-meta {
  justify-content: flex-start;
}

.post-meta-wrapper {
  margin-top: 20px;
}

.post-meta .meta-wrapper .meta-icon svg {
  width: 18px;
  height: 18px;
}

.post-inner {
  padding-top: 0;
}

.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}

.pagination-single hr {
  display: none;
}

.widget_categories a {
  font-weight: 600;
}

.comment-reply-title {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 6px;
}

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  margin: 0;
  text-align: left;
}

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  font-size: 14px;
}

span#email-notes {
  display: block;
  font-size: 14px;
}

.comment-respond label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

p.comment-notes {
  padding-bottom: 20px;
}

.comment-respond p {
  margin-bottom: 20px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea,
.comment-respond input[type="url"] {
  margin-bottom: 0;
  padding: 6px 10px;
  border: 1px solid #1118;
}

textarea#comment {
  height: 112px;
}

input#wp-comment-cookies-consent {
  zoom: 50%;
}

.comment-respond input[type="checkbox"] + label {
  font-size: 14px;
  opacity: 0.84;
}

body .comment-respond #submit,
body .comment-respond #submit:hover,
.comment-footer-meta a {
     padding: 8px 16px;
    background: #d2e600;
    color: #fff;
    border-radius: 0;
    border: 1px solid #d2e600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}

.comments-wrapper.section-inner {
  margin-top: 40px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 1px #0001;
  margin-bottom: 10px;
}

div.comment:first-of-type {
  margin-top: 20px;
}

.comment-meta {
  position: relative;
  left: 8rem;
}

.comments-wrapper .entry-content {
  font-size: 16px;
}

hr.styled-separator.is-style-wide {
  opacity: 0;
}

.search-for {
  margin-bottom: 20px;
  font-size: 26px;
  padding-top: 20px;
}

.search-for b {
  font-weight: 600;
}

.nav-01 .std-h2 b {
  display: block;
}

br,
hr {
  user-select: none;
}

.pfooter {
  position: relative;
}

.pfooter:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -4px;
  height: 8px;
  left: 0;
  background: #342f2f;
}

.mhead-wrap,
.mhead-close,
.mheader {
  display: none;
}

[dir="auto"] {
    padding-top: 4px;
    padding-bottom: 4px;
}