/*
Theme Name:     Skelementor Child
Theme URI:      https: //binerals.com/
Description:    Child Them for Skelementor
Author:         Binerals
Author URI:     https: //binerals.com
Template:       skelementor
Version:        1.1.3
*/ 

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi'), url('https://fonts.cdnfonts.com/s/85546/Satoshi-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    src: local('Satoshi'), url('https://fonts.cdnfonts.com/s/85546/Satoshi-Light.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    src: local('Satoshi'), url('https://fonts.cdnfonts.com/s/85546/Satoshi-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 500;
    src: local('Satoshi'), url('https://fonts.cdnfonts.com/s/85546/Satoshi-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    src: local('Satoshi'), url('https://fonts.cdnfonts.com/s/85546/Satoshi-Black.woff') format('woff');
}


.ehf-header #masthead>div {
    background-color: #fff;
}

body.search .page-content .category-archive {
    max-width: 1304px;
}

.container.ajax-posts{
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin: 30px auto 0 auto;
}

#b-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#b-cat > div {
    display: flex;
    margin-bottom: 20px;
    font-family: 'Manrope',sans-serif !important;
    text-align: center;
    cursor: pointer;
}

#b-cat > div span {
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5c6370;
    margin: 0 6px;
    border: 1px solid #d5d7dd;
    background-color: #ffffff00;
}

#b-cat > div.active span {
    background-color: #4d6aff;
    color: #fff;
    border: unset;
}

.blog-item-wrap .blog-item {
    width: 100%;
    margin-bottom: 42px;
}

.blog-item-img {
    height: 200px;
    border-radius: 15px 15px 0 0;
    display: block;
}

.blog-items .blog-item-wrap:nth-child(1) .blog-item-img,
.blog-items .blog-item-wrap:nth-child(2) .blog-item-img {
    height: 280px;
}

.blog-item-img div {
    height: 100%;
    border-radius: 15px 15px 0 0;
}

.blog-mobile-home .blog-title {
    color: #5c6370;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    cursor: text;
    margin-bottom: 15px;
}

.blog-item-content {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.blog-item-content-info {
    display: flex;
    justify-content: flex-start;
}

.blog-item-content-cat {
    margin-right: 30px;
}

.blog-item-content-cat a {
    padding: 4px 8px;
    margin: unset;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 25px;
    background-color: #4d6aff;
    text-decoration: none;
}

.blog-item-content-date {
    font-size: 12px;
    color: #393e46;
}

body .blog-item-content-title h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: unset;
    color: rgba(57,62,70,1);
    font-weight: 500;
    margin: 12px 0;
    text-decoration: none;
}

body .blog-item-content-title a {
    text-decoration: none;
}

.blog-item-content-desc {
    color: #393e46;
    border-bottom: unset;
    padding: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    max-height: 117px;
    overflow: hidden;
}

.blog-item-content-desc p {
    margin: 0;
}

.cvf-universal-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination div {
  margin: 0 3px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
}

.cvf-universal-pagination div {
    margin-bottom: 10px;
}

.cvf-universal-pagination div.active {
    width: 42px;
    height: 43px;
    border-radius: 25px;
    border: solid 1px #8f96a3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: unset;
    background-color: #f1f2f4;
    color: #111317;
}

.cvf-universal-pagination div.selected {
    width: 42px;
    height: 43px;
    border-radius: 25px;
    border: solid 1px #4d6aff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: unset;
    color: #fff;
    background-color: #4d6aff;
}

.cvf-universal-pagination div:last-child {
    border: solid 1px #4d6aff;
    color: #4d6aff;
    width: 120px !important;
}

.home .filter-mobile {
    display: none;
}

/* custom checkbox in footer form */
.form-custom-checkboxes .wpcf7-list-item,
.form-custom-checkboxes label {
  display: flex;
}

.form-custom-checkboxes .wpcf7-list-item {
  margin: 0;
}

.form-custom-checkboxes .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.form-custom-checkboxes label {
  cursor: pointer;
}

.form-custom-checkboxes [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  line-height: 20px;
}

.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::before,
.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::after {
  position: absolute;
  box-sizing: border-box;
}

.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::before,
.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::before {
    content: "";
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  outline: 1px solid #8f96a3;
  outline-offset: -1px;
}

.form-custom-checkboxes [type="checkbox"] + .wpcf7-list-item-label::after {
    content: url('img/arrow-up-circle.svg');
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  transition: all 0.2s;
}

.form-custom-checkboxes [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.form-custom-checkboxes [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.form-custom-checkboxes [type="checkbox"]:checked + .wpcf7-list-item-label::before {
  outline: none;
}

.form-custom-checkboxes input {
    box-sizing: border-box;
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--medium-gray);
  width: 100%;
  padding-block: 8px 7px;
    padding-block-start: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .02em;
  color: var(--pure-black);
  background-color: transparent;
}

.form-custom-checkboxes label {
    position: relative;
    display: flex;
}

.Field_label__TrMEf {
  position: absolute;
  top: 26px;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #5c6370;
  transition: top .1s linear,font-size .1s linear,line-height .1s linear;
  font-family: 'Satoshi', sans-serif;
}

html body footer .new-footer {
    font-family: 'Satoshi', sans-serif!important;
}

.onfocus .Field_label__TrMEf {
    top: 0;
    font-size: 10px;
    line-height: 1.2;
}

footer .new-footer .wpcf7-form .wpcf7-form-control-wrap input {
    margin-top: 0;
}

#wpcf7-f2672-o2 .form-label,
#wpcf7-f2672-o2 .form-star {
    display: none;
}

.Field_important__uemSY {
  color: #f66;
}

footer .form-custom-checkboxes form {
    display: flex;
    flex-wrap: wrap;
}

footer .form-custom-checkboxes form > * {
    min-width: auto;
}

footer .form-custom-checkboxes form .center_cf7 {
    min-width: 50%;
}

.new-footer .form-wrap.display.bg-white .feel-free {
    display: flex;
    flex-direction: row;
    padding-block: 100px;
    letter-spacing: -.02em;
}

body footer .new-footer .form-wrap.display.bg-white .feel-free .heading {
    width: 100%;
    max-width: 408px;
    font-family: 'Satoshi', sans-serif!important;
}

.new-footer .form-wrap .wpcf7-form-control-wrap input {
    margin-bottom: 20px;
}

.new-footer .form-custom-checkboxes form {
    min-width: 50%;
}

.new-footer .form-wrap .wpcf7-form-control-wrap input {
    border-bottom: 1px solid #8f96a3;
}

.new-footer .form-wrap .new-form-right .wpcf7-form-control-wrap input {
    padding-top: 109px;
}

footer .new-footer .wpcf7-form {
    margin-top: 0;
}

footer .new-footer span.wpcf7-form-control-wrap {
    width: 100%;
}

footer .new-footer .accept-this-1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

body footer .new-footer .accept-this-1 .wpcf7-list-item-label {
    font: normal 400 16px/1.8 Satoshi,sans-serif;
    font-family: 'Satoshi', sans-serif!important;
    color: #5c6370;
}

body footer .new-footer .accept-this-1 .wpcf7-list-item-label a {
    color: #4D6AFF;
    text-decoration: underline;
}

body footer .new-footer .accept-this-1 .wpcf7-list-item-label a:hover {
    color: #4D6AFF;
    text-decoration: none;
}

.new-footer .form-wrap.display.bg-white .wpcf7-submit {
    background-image: url(https://binerals.com/blog/wp-content/themes/skelementor-child/img/arrow_r.svg);
      background-color: #4D6AFF;
      background-repeat: no-repeat;
      background-position: calc(100% - 32px) center;
      color: #fff;
      font-family: 'Satoshi', sans-serif!important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: all 0.3s;
    border: none;
}

.new-footer .form-wrap.display.bg-white .wpcf7-submit:hover {
    background-color: #2448ff;
    background-position: calc(100% - 22px) center;
    padding-left: 25px;
}

footer .wpcf7-form .new-form-left label {
    margin-right: 40px;
}

footer .wpcf7-form .new-form-right label {
    margin-right: 0;
}

.new-footer .wpcf7 .ajax-loader {
    top: 17px;
}

.new-footer .form-wrap .wpcf7-form-control-wrap input {
    color: #111317;
    font-size: 18px;
}

.new-footer .column.one {
    gap: 60px;
}

.new-footer .column.one > div {
    width: 174px;
}

.new-footer .column.one div:nth-child(1),
.new-footer .column.one div:nth-child(2) {
  margin-right: 0;
}

.new-footer .column.one .simple-list li a {
    font-size: 12px;
}

footer .new-footer .column.one .simple-list li a {
    line-height: 2;
}

footer .new-footer .column.one .simple-list li {
    list-style: none;
    position: relative;
}

footer .new-footer .column.one .simple-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -10px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 3px;
  height: 3px;
  background-color: currentColor;
}

footer .new-footer .column.one .nomarker .simple-list li::before {
    display: none;
}

footer .column.one .nomarker .simple-list {
    padding-left: 0;
}

footer .new-footer .menu-link span {
    display: block;
    letter-spacing: .36px;
}

footer .new-footer .form-wrap.form-wrap-2 .menu-link {
    max-width: 1304px;
    padding-bottom: 0;
}

footer .new-footer .social-ico a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    border-radius: 5px;
    height: 70px;
    width: 33.3%;
    box-sizing: border-box;
    font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

footer .new-footer .social-ico a span {
    font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
}

footer .new-footer .social-ico a:nth-child(1) {
    background-color: rgba(24, 119, 242, 0.30);
}

footer .new-footer .social-ico a:nth-child(2) {
    background-color: rgba(40, 103, 178, 0.30);
}

footer .new-footer .social-ico a:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.40);
}

footer .new-footer .social-ico {
    gap: 12px;
}

footer .new-footer .column.two {
    min-width: 368px;
    display: flex;
    flex-direction: column;
}

footer .new-footer .social-reviews a {
    width: 100%;
}

footer .new-footer .social-reviews a .clutch {
    width: 100%;
    display: flex;
    flex-direction: column;
}

footer .new-footer .social-reviews a .clutch:hover {
    background: rgba(239, 67, 53, 0.3);
}

.headquarter {
    background: #393e46;
    padding-top: 20px;
    padding-bottom: 20px;
}

.headquarter-container {
    width: 1304px;
    margin: 0 auto;
}

.headquarter-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; 
    letter-spacing: 0.36px;
    margin-bottom: 12px;
}

.headquarter-items {
    display: flex;
    justify-content: flex-start;
}

.headquarter-item {
    width: 50%;
}

.headquarter-country {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headquarter-country img,
.headquarter-country svg {
    margin-right: 8px;
    width: 16px;
}

.headquarter-country span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; 
    letter-spacing: -.16px;
}

.headquarter-adress {
    color: #8F96A3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    margin-bottom: 12px;
}

.headquarter-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}

.headquarter-contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px;
    background: #5C6370;
}

.headquarter-contact-item a {
    padding: 6px 12px;
    color: #D5D7DD;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headquarter-contact-item svg {
    margin-right: 8px;
    width: 16px;
}

.headquarter-line {
    margin: 20px auto;
    opacity: .2;
    width: 100%;
    height: 1px;
    background-color: #d5d7dd;
}

.footer-contact  {
    background: #20242b;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-contact-container {
    width: 1304px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-contact-title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    letter-spacing: -0.72px;
    width: 50%;
    margin-top: 14px;
}

.footer-contact-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-contact-form form {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-contact-form form  .ajax-loader {
    background-color: #111317;
}

.footer-contact-form .label-box-bottom {
    position: relative;
    width: calc(100% - 220px);
}

.footer-contact-form .label-box-bottom .Field_label {
    font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #5c6370;
  position: absolute;
  top: 20px;
  left: 0;
  cursor: pointer;
}

.footer-contact-form .label-box-bottom.onfocus .Field_label {
    top: 0;
    font-size: 10px;
    line-height: 1.2;
}

.footer-contact-form .label-box-bottom input {
    border: unset;
    border-bottom: 1px solid #8f96a3;
    padding-block: 14px 7px;
    font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .02em;
  color: #111317;
  outline: none;
  background-color: unset;
  max-width: 394px;
}

.footer-contact-form #submit-bottom {
    display: flex;
    align-items: center;
    width: 218px;
    padding: 10px 31px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background-color: #9F3;
    max-width: 218px;
    border: none;
    color: #111317;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; 
    letter-spacing: -0.16px;
    background-image: url(https://binerals.com/blog/wp-content/themes/skelementor-child/img/arrow_r_bl.svg);
    background-position: calc(100% - 22px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: left;
}

.footer-contact-form #submit-bottom:hover {
    background-color: #df3;
}

.footer-contact-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 55px;
    font-size: 14px;
}

.footer-contact-form .wpcf7-response-output {
    display: none;
}

.new-footer .form-wrap.display.bg-white .heading {
    letter-spacing: -.02em;
}

.new-header {
    backdrop-filter: blur(20px);
    height: 80px;
    padding-top: 18px;
    padding-bottom: 19px;

    border-bottom: 1px solid #D5D7DD;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: hsla(0,0%,100%,.8);
  font-family: "Satoshi", sans-serif;
}

.new-header .container {
    width: 1304px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-header #logo {
    height: 28px;
    width: auto;
}

.new-header .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.new-header .header-menu div,
.new-header .header-menu a {
    color: #111317;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
    display: flex;
    gap: 4px;
 }

 .new-header .header-menu div img {
    padding-top: 2px;
 }

  .new-header .header-menu div.active img {
    transform: rotate(180deg);
  }

  .new-header .header-menu div img {
    padding-top: 2px;
    width: 16px;
 }

.new-header .header-menu div:hover,
.new-header .header-menu a:hover {
    opacity: 1;
}

.new-header .header-contact {
    background-color: #4D6AFF;
    transition: all .1s linear;
    color: #fff;
    gap: 8px;
    min-height: 44px;
    padding-inline: 19px;
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; 
    cursor: pointer;
    text-decoration: none;
}

.new-header .header-contact span,
.new-header .header-contact svg {
    transition: all 0.4s;
}

.new-header .header-contact svg {
    width: 32px;
    height: 32px;
}

.new-header .header-contact:hover {
    background-color: #2448ff;
}

.new-header .header-contact:hover span {
    transform: translateX(-5px);
}

.new-header .header-contact:hover svg {
    transform: translateX(5px);
}

.header-overlay {
    top: -1000px;
    transition: top 0.2s;
    height: 1000px;
    position: absolute;
    width: 100%;
}

.header-overlay.active {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1600;
    display: flex;
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
    display: block;
}

.header-overlay .submenu-items.container {
    width: 1304px;
    margin: 0 auto;
    display: flex;
    align-items: start;
}

.header-submenu.hide {
    display: none;
}

.header-submenu.active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateY(80px);
    border-bottom: 2px solid #4d6aff;
    display: block;
    width: 100%;
    animation-name: submenu_open;
    background-color: #fff;
    padding-block: 40px 5px;
}

.modal_overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: rgba(17,19,23,.75);
}

.submenu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 40px;
}

.submenu-item {
    width: 22.6%;
}

.submenu-item a {
  border: 0;
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #8f96a3;
  background-color: transparent;
}

.submenu-item-icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
}

.submenu-item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.submenu-item-title {
    color: #111317;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Satoshi", sans-serif;
    margin: 0;
    transition: color .1s linear;
}

.submenu-item:hover .submenu-item-title {
    color: #4d6aff;
}

.submenu-item-desc {
    color: #8f96a3;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    transition: color .1s linear;
}

.submenu-item:hover .submenu-item-desc {
    color: #393e46;
}

.header-submenu {
    width: 100%;
    background-color: #fff;
}

.submenu-hide {
    cursor: pointer;
    border: 0;
    display: block;
    color: #d5d7dd;
    background-color: transparent;
    width: 100%;
}

.submenu-hide svg {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    animation: menu_moving 2s cubic-bezier(.26,.59,.47,.47) infinite;
}

body.submenu-active {
    overflow: hidden;
    padding-right: 17px;
}

body {
    transition: padding-right .2s;
}

.submenu-items h3.submenu-title {
    color: #4d6aff;
    font-size: 36px;
    margin: 0;
    letter-spacing: -.02em;
    font-weight: 500;
    line-height: 1.2;
}

.submenu-items.flex-start {
    justify-content: flex-start;
}

/* mobile menu */

.header-menu-button {
  position: relative;
  cursor: pointer;
  border: 0;
  display: none;
  width: 36px;
  height: 36px;
  background-color: transparent;
}

.menu-line {
  position: absolute;
  top: 50%;
  left: 8.5px;
  width: 19px;
  height: 1px;
  transform-origin: .5px .5px;
  background-color: #000;
}

.menu-line-top {
  transition: transform .1s linear;
  transform: translateY(-6.5px);
}

.menu-line-top.open {
    width: 21px;
    transform: translate(2px,-7.5px) rotate(45deg);
}

.menu-line-middle {
  transition: opacity .1s linear;
  width: 15px;
  transform: translateY(-.5px);
}

.menu-line-middle.open {
    opacity: 0;
}

.menu-line-bottom {
  transition: transform .1s linear;
  transform: translateY(5.5px);
}

.menu-line-bottom.open {
    width: 21px;
    transform: translate(2px,6.5px) rotate(-45deg);
}

.side-menu-modal {
    width: 1000px;
    right: -1000px;
    position: absolute;
    transition: all 0.3s;
    height: 1500px;
    display: none;
}

.side-menu-modal.active {
    position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  overflow: hidden;
  transition: all 0.3s;
}

.side-menu-modal .modal-overlay {
    cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      background-color: rgba(17,19,23,.75);
}

.side-menu {
  position: relative;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  display: flex;
  height: 100%;
  width: 360px;
  background-color: #f9fafb;
  animation-name: side-menu-open;
  animation-duration: 200ms;
}

.side-menu.close {
    animation-name: side-menu-close;
    animation-duration: 199ms;
}

.side-menu-wrapper {
  flex-grow: 1;
  min-height: 0;
  display: flex;
  box-sizing: border-box;
  -webkit-padding-before: 60px;
  padding-block-start: 60px;
}

.side-menu-content {
  flex-grow: 1;
  overflow: auto;
  display: flex;
}

.menu-menu {
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  padding: 30px;
}

.menu-menu.close {
    display: none;
}

body.side-menu-active {
    overflow: hidden; 
    padding-right: 0px;
    background-color: rgba(17,19,23,.75);
}

body {
    transition: background-color 0.3s;
}

.modal-overlay.close {
    visibility: hidden;
}

.menu-menu nav.navigation-nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.button-button {
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #111317;
  background-color: transparent;
  transition: opacity .2s linear;
  text-decoration: none;
}

.button-button svg {
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.menu-menu a.menu-button {
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding-inline: 31px;
  font: 400 22px/1.6 Satoshi,sans-serif;
  white-space: nowrap;
  transition: background-color .1s linear;
  width: 100%;
  color: #fff;
  background-color: #4d6aff;
  text-decoration: none;
}

.menu-menu a.menu-button:hover {
    background-color: #2448ff;
}

.menu-menu a.menu-button svg {
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
}

.submenu_list {
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
  height: 100%;
  display: none;
}

.submenu_list.open {
    display: flex;
}

.submenu_item {
  border: 0;
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #8f96a3;
  background-color: transparent;
  text-decoration: none;
}

.submenu_item_icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
}

.submenu_item_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.submenu_item_content h5 {
    transition: color .1s linear;
    font-weight: 500;
    font-stretch: normal;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Satoshi", sans-serif;
    margin: 0;
}

.submenu_item:hover h5 {
    color: #4d6aff;
}

.submenu_item:hover .submenu_item_desc {
    color: #393e46;
}

.submenu_item_desc {
  font-weight: 500;
  font-size: 12px;
  color: #8f96a3;
}

#back-menu {
  display: none;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

#back-menu.active {
    display: flex;
}

#back-menu button {
  position: relative;
  cursor: pointer;
  border: 0;
  display: flex;
  width: 36px;
  height: 36px;
  background-color: transparent;
  flex-shrink: 0;
}

#back-menu button svg {
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

#back-menu h4 {
  flex-shrink: 0;
  color: #4d6aff;
  font-weight: 500;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Satoshi", sans-serif;
  margin: 0;
}

#logo.hide {
    display: none;
}

body .data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
    color: #000;
}

body .lwptoc-light .lwptoc_i {
    background: #fafafa!important;
}

a.custom-logo {
    min-width: 127px;
    display: block;
    color: #393e46;
}

a.custom-logo:visited {
    color: #393e46;
}

footer .copyright {
  padding: 20px;
  background: #111317;
  text-align: center;
  font-size: 12px;
  color: #8F96A3;
  font-weight: 500;
  line-height: 1.2;
}

body .title-heading p {
    font-weight: 500;
}

body.home.blog .title-heading span {
  font-style: normal;
}

footer .new-footer .column.one .simple-list {
    padding-left: 18px;
}

footer .new-footer .column.one .nomarker .simple-list {
    padding-left: 0;
}

footer .new-footer .clutch {
    padding-bottom: 6px;
    height: 70px;
}

footer .new-footer .form-wrap {
  background: linear-gradient(231deg,#14181f,#2d3138);
}

body.single {
    padding-top: 80px;
}

span.span-title {
    font-size: 24px;
  line-height: 29px;
  letter-spacing: unset;
  color: rgba(57, 62, 70, 1);
  font-weight: 500;
  text-transform: capitalize;
}

body.single #caf-post-layout1 .caf-post-title {
    padding: 0;
}

.home #caf-post-layout1 #manage-post-area {
        min-height: 269px;
}

.search .posts-info-home {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.search .posts-info-home #related-test-caf-meta ul li {
    list-style-type: none;
}

.search .posts-info-home #related-test-caf-meta ul li a {
    text-decoration: none;
}

.search #caf-post-layout1 .caf-meta-content-cats {
    top: 3px;
}

.search #manage-post-area .caf-meta-content .date.caf-col-md-6.caf-pl-0 {
    padding-left: 0!important;
}

body.search .category-archive #caf-post-layout1 .caf-meta-content {
    padding-left: 130px !important;
    font-size: 12px;
    text-transform: capitalize;
}

body.search .category-archive #caf-post-layout1 .caf-post-title {
    padding: 0;
}

body.search .category-archive #caf-post-layout1 .caf-post-title a {
    text-decoration: none;
}

body.search .caf-post-layout1 {
    margin-bottom: 40px;
}

body .sanpop-search-box .search-btn {
    background-color: #4D6AFF;
    transition: all .1s linear;
    color: #fff;
    gap: 8px;
    min-height: 44px;
    padding-inline: 19px;
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    margin: 0 auto;
}

body .sanpop-search-box .search-btn:hover {
    background-color: #2448ff;
}

.single table.noth tr:nth-child(1) td {
    background-color: #f1f2f4;
    color: #393E46;
    border: 1px solid #D5D7DD;
}

.single table.noth tr:first-child td:first-child {
    border-right: 1px solid #D5D7DD;
}

.single table.noth tr:nth-child(1) td {
    font-size: 16px;
}

@keyframes submenu_open {
  0% {
    transform:translateY(-100%)
  }
}

@keyframes menu_moving {
  50% {
    transform:translateY(-10px)
  }
}

@keyframes side-menu-open {
  0% {
    transform:translateX(100%)
  }
}

@keyframes side-menu-close {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


@media (max-width: 1440px) {

    .new-footer .column.one > div {
        width: 25%;
    }

    footer .new-footer .form-wrap.form-wrap-2 .menu-link {
        flex-wrap: wrap;
        gap: 40px;
    }

    .new-footer .column.one {
        width: 100%;
    }

    footer .new-footer .form-wrap.form-wrap-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .new-footer .form-wrap.form-wrap-2 .menu-link {
        max-width: 100%;
    }

    footer .new-footer .column.two {
        width: 100%;
        gap: 40px;
        flex-direction: row;
    }

    footer .new-footer .column.two .social {
        width: 50%;
    }

    .new-footer .clutch {
        height: 70px;
        flex-wrap: nowrap;
    }

    .new-footer .form-wrap.display.bg-white .feel-free {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .new-footer .new-form-left,
    .new-footer .new-form-right {
        width: 50%;
    }

    footer .new-footer .wpcf7-form .new-form-left label {
        margin-right: 0;
    }

    .new-footer .form-wrap .wpcf7-form-control-wrap input {
        max-width: 100%;
    }

    .new-footer .new-form-left {
        padding-right: 20px;
        box-sizing: border-box;
    } 

    .new-footer .new-form-right {
        padding-left: 20px;
        box-sizing: border-box;
    }

    .headquarter-container,
    .footer-contact-container {
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
    }

    .new-footer .footer-contact-form {
        width: 50%;
    }

    .new-footer .footer-contact-form #wpcf7-f5540-o4 {
        width: 100%;
    }

    .new-footer .footer-contact-form form {
        justify-content: space-between;
    }

    .footer-contact-form .label-box-bottom input {
        max-width: 100%;
    }

    .new-footer .footer-contact-form .label-box-bottom input {
        width: 100%;
    }
}

@media (max-width: 1373px) {
    body .title-heading p {
        font-size: 32px;
        line-height: 110%;
    }

    .home .filter-mobile {
        display: block;
        margin-bottom: 70px;
    }

    .home #caf-post-layout-container {
        display: none;
    }

    .home #caf-post-layout1 #manage-post-area {
        min-height: auto;
    }
    
}

@media (max-width: 1287px) {

    .new-footer .new-form-left {
        width: 100%;
        padding-right: 0;
    }

    .new-footer .new-form-right {
        width: 100%;
        padding-left: 0;
    }

    .new-footer .form-wrap .new-form-right .wpcf7-form-control-wrap input {
        padding-top: 55px;
    }
}

@media (max-width: 1024px) {

    .footer-contact-container {
        flex-wrap: wrap;
    }

    .footer-contact-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .new-footer .footer-contact-form {
        width: 100%;
        gap: 20px;
    }

    .footer-contact-form #submit-bottom {
        width: 50%;
        max-width: 100%;
    }

    .new-footer .footer-contact-form {
        width: 100%;
        gap: 20px;
    }

    .footer-contact-form .label-box-bottom {
        width: 50%;
    }

    .new-footer .column.one {
        flex-wrap: wrap;
        gap: 0;
    }

    .new-footer .column.one > div {
        width: 50%;
        margin-bottom: 20px;
    }

    .headquarter-items {
        flex-wrap: wrap;
    }

    .headquarter-item {
      width: 100%;
      margin-bottom: 20px;
    }

    .new-footer .menu-link .column.one div:nth-child(1) {
        margin-right: 0;
    }

    body footer .new-footer .form-wrap.display.bg-white .feel-free .heading {
        font: 500 36px/1.2 Satoshi,sans-serif;
        letter-spacing: -.02em;  
        margin-bottom: 30px;  
    }

    .new-footer .form-wrap.display.bg-white .feel-free {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .new-footer .new-form-left {
        width: 50%;
        padding-right: 20px;
    }

    .new-footer .new-form-right {
        width: 50%;
        padding-left: 20px;
    }

    .new-footer .form-wrap .new-form-right .wpcf7-form-control-wrap input {
        padding-top: 109px;
    }

    .new-header {
        padding-top: 12px;
        height: 60px;
    }

    .header-menu-button  {
        display: block;
    }

    .new-header .header-contact,
    .new-header .header-menu {
        display: none;
    }

    .new-header .container {
        width: 100%;
        padding-inline: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 840px) {

    .new-footer .new-form-left {
        width: 100%;
        padding-right: 0px;
    }

    .new-footer .new-form-right {
        width: 100%;
        padding-left: 0px;
    }

    .new-footer .form-wrap .new-form-right .wpcf7-form-control-wrap input {
        padding-top: 59px;
    }
}

@media (max-width: 767px) {
    body.single .elementor-section-wrap {
        padding: 0 15px;
    }

    .single .caf-row {
        flex-wrap: wrap;
    }

    .single #caf-post-layout-container {
        padding: 0;
    }

    body.single {
        padding-top: 60px;
    }

    footer .new-footer .column.two .social,
    .footer-contact-form #submit-bottom {
        width: 100%;
    }

    footer .new-footer .column.two,
    .new-footer .footer-contact-form form {
        flex-wrap: wrap;
    }

    .footer-contact-form .label-box-bottom {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer .form-custom-checkboxes form .center_cf7 {
        width: 100%;
    }

    body .new-footer .form-wrap .wpcf7-submit {
        max-width: 100%;
    }

    footer .new-footer .form-wrap.form-wrap-2 .menu-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {

    .new-footer .column.one > div {
        width: 100%;
    }

    footer .new-footer .column.two {
        min-width: auto;
    }

    footer .new-footer .social-ico {
        margin-bottom: 20px;
    }

}