html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  color: #fff;
  font-size: 1.042vw;
  line-height: 2.083vw;
  font-weight: 500;
  font-family: "Montserrat";
  background-color: #000;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
* {
  box-sizing: border-box;
}
/*For mobile only*/
.mb {
  display: none !important;
}
a {
  color: #fff;
  text-decoration: none;
}
p {
  margin: 0 0 1.563vw;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3.646vw;
  margin: 0 0 1.042vw;
}
h2 {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3.646vw;
  margin: 0 0 1.042vw;
}
h2 strong {
  font-weight: 600;
  color: #ffd119;
}
h3 {
  font-size: 1.667vw;
  line-height: 1.1;
  margin: 0 0 1.042vw;
  font-weight: 600;
}
h4 {
  font-size: 1.458vw;
  line-height: 1.1;
  margin: 0 0 1.042vw;
  font-weight: 600;
}
h5 {
  font-size: 1.146vw;
  line-height: 1.1;
  margin: 0 0 1.042vw;
  font-weight: 500;
}
.vc_row {
  margin-left: -0.781vw;
  margin-right: -0.781vw;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0.781vw;
  padding-right: 0.781vw;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 1.563vw;
}
.container {
  width: 100%;
  max-width: 91.146vw;
  padding: 0 0.781vw;
  margin: 0 auto;
}
.side_toggle {
  display: none;
}
#refresh-css {
  display: none;
}
::-webkit-scrollbar {
  width: 0;
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background: red;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
  background-color: #fff;
  transition: all ease-in-out 0.2s;
}
header .site-logo a {
  display: table;
}
header .site-logo h1 {
  margin: 0;
}
header .site-logo img {
  width: 10.417vw;
}
header .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 89.583vw;
  margin: 0 auto;
  width: 100%;
  min-height: 4.167vw;
}
header .phone_number {
  position: fixed;
  right: 1.927vw;
  bottom: 2.604vw;
  width: 2.448vw;
  height: 2.448vw;
  font-size: 0;
  color: #ffd119;
  background: url(../images/whatsapp-ico.svg) no-repeat center / contain;
  transition: all ease-in-out 0.3s;
}
header .phone_number:hover {
  filter: contrast(1.1) brightness(1.1) saturate(1.1) drop-shadow(0 0 5px #ffd119);
}
.menu-main-menu-container {
  display: flex;
  align-items: center;
}
.menu-main-menu-container > a {
  width: 10.417vw;
  line-height: 2.604vw;
  background: #040404;
  border-radius: 10.417vw;
  text-align: center;
  font-size: 0.833vw;
  font-weight: 800;
  margin-left: 5.677vw;
  box-shadow: inset 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.2s;
}
.menu-main-menu-container > a:hover {
  color: #32364c;
  background-color: #ffd119;
}
.menu-main-menu-container .sub-menu {
  max-height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 98%;
  padding: 0.781vw;
  font-size: 0.938vw;
  font-weight: 500;
  border-radius: 0.26vw;
  background: #ffd119;
  transition: all ease-in-out 0.2s;
}
.menu-main-menu-container .sub-menu li {
  margin-bottom: 0.781vw;
}
.menu-main-menu-container .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-main-menu-container .sub-menu li:hover > a {
  color: black;
}
.menu-main-menu-container .hover {
  position: absolute;
  bottom: -0.313vw;
  height: 0.104vw;
  background-color: #040404;
  transition: all 0.3s ease;
  width: 0;
  left: 0;
}
.menu-main-menu-container ul {
  padding: 0;
  margin: 0;
  color: #040404;
  font-size: 1.042vw;
  line-height: 1.1;
  font-weight: 600;
  list-style-type: none;
  letter-spacing: 0;
  position: relative;
}
.menu-main-menu-container ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-main-menu-container ul li a {
  color: inherit;
  transition: all ease-in-out 0.2s;
}
.menu-main-menu-container ul.menu {
  gap: 3.229vw;
  display: flex;
}
.menu-main-menu-container ul.menu > .menu-item-has-children > span {
  display: none;
}
.menu-main-menu-container ul.menu > .menu-item-has-children > a {
  padding-right: 0.99vw;
  position: relative;
}
.menu-main-menu-container ul.menu > .menu-item-has-children > a::before {
  content: "";
  background: url("../images/menu-drop-ico.svg");
  background-size: cover;
  background-position: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 0.677vw;
  height: 0.625vw;
  transition: var(--transition);
}
.menu-main-menu-container ul.menu > .menu-item-has-children:hover .sub-menu {
  max-height: 26.042vw;
  visibility: visible;
}
.menu-main-menu-container ul.menu > li > a {
  line-height: 1;
}
@media only screen and (min-width: 40vw) {
  .menu-main-menu-container ul.menu > li:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
:focus-visible {
  outline: 0;
}
main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--header-height);
}
.btn-1, .mailpoet_captcha_form .mailpoet_submit {
  border: 0;
  padding: 0;
  display: table;
  cursor: pointer;
  min-width: 10.417vw;
  line-height: 2.604vw;
  text-align: center;
  border-radius: 10.417vw;
  background: #ffd119;
  appearance: none;
  font-size: 0.833vw;
  font-weight: 800;
  color: #040404;
  transition: all ease-in-out 0.2s;
  font-family: "Montserrat";
}
.btn-1:hover, .mailpoet_captcha_form .mailpoet_submit:hover {
  background-color: #fff;
}
.btn-shadow .btn-1 {
  background: #fff;
  box-shadow: inset 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25);
}
.vc_btn3-center .btn-1 {
  margin: 0 auto;
}
.white-btn .btn-1 {
  color: #32364C;
  background: #fff;
}
.white-btn .btn-1:hover {
  background: #ffd119;
}
.white-btn-hover .btn-1:hover {
  background: #fff;
}
.mailpoet_captcha_form .mailpoet_submit {
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25);
}
.mailpoet_captcha_form .mailpoet_submit:hover {
  color: #000;
  background-color: #ffd119;
}
.slick-dots {
  gap: 1.198vw;
  display: flex;
  margin: 2.969vw 0 0;
  padding: 0 3.177vw 0 0;
  list-style-type: none;
  justify-content: center;
}
.slick-dots button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 0.729vw;
  height: 0.729vw;
  font-size: 0;
  appearance: none;
  border-radius: 50%;
  box-shadow: none;
  display: block;
  cursor: pointer;
  background-color: #525252;
}
.slick-dots .slick-active {
  margin-top: -0.313vw;
}
.slick-dots .slick-active button {
  width: 1.406vw;
  height: 1.406vw;
  background-color: var(--gold);
}
.cpt-shortcode-list {
  display: flex;
  flex-wrap: wrap;
}
.cpt-shortcode-list .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.cpt-shortcode-list .loop {
  position: relative;
}
.wpb_single_image * {
  display: block;
  width: 100%;
}
.wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
  display: block;
}
.h-sec-1 .btn-shadow {
  box-shadow: inset 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25) !important;
}
.h-sec-2 {
  padding-top: 4.167vw;
}
.h-sec-2 h2 {
  margin-bottom: 1.302vw;
}
.h-sec-2 img {
  height: 6.51vw;
  width: 6.51vw;
  object-fit: cover;
  border-radius: 50%;
  border: 0.313vw solid #050505;
}
.h-sec-2 .vc_col-sm-3 {
  width: 35%;
}
.h-sec-2 .vc_col-sm-9 {
  width: 65%;
}
.h-sec-2 .cpt-shortcode-list {
  margin-bottom: 2.083vw;
}
.h-sec-2 .loop {
  margin-left: -1.563vw;
}
.h-sec-2 .loop:first-child {
  margin-left: 0;
}
.h-sec-2 .title {
  display: none;
}
.h-sec-2 .left a.project-btn {
  width: 9.531vw;
  height: 1.563vw;
  font-size: 0;
  display: block;
  margin-left: -0.104vw;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  mask-image: url(../images/h-project-btn.svg);
}
.h-sec-2 .left a.project-btn:hover {
  background-color: #ffd119;
}
.h-sec-2 .right {
  padding: 0 0 0 5.208vw;
}
.h-sec-2 .right h2 {
  line-height: 3.125vw;
}
.h-sec-2 .right .wpb_text_column {
  margin-bottom: 3.073vw;
}
.h-sec-2 .right .vc_btn3-container.btn-outer {
  position: absolute;
  right: 0.729vw;
  top: 0.521vw;
  margin: 0;
}
.h-sec-2 .right ul {
  gap: 1.51vw;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.h-sec-2 .right ul li {
  width: 11.979vw;
  height: 9.375vw;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.833vw;
  line-height: 1.563vw;
  font-weight: 600;
  border-radius: 0.521vw;
  background: #484E6D;
  align-items: flex-end;
  position: relative;
  letter-spacing: 0.2px;
  background-size: auto 3.438vw;
  background-repeat: no-repeat;
  padding: 0 0.365vw 0.677vw 0.625vw;
  background-position: 0.521vw 0.833vw;
  background-image: url(../images/h-service-ico-1.svg);
}
.h-sec-2 .right ul li.s-icon-2 {
  background-image: url(../images/h-service-ico-2.svg);
}
.h-sec-2 .right ul li.s-icon-3 {
  background-image: url(../images/h-service-ico-3.svg);
}
.h-sec-2 .right ul li.s-icon-4 {
  background-image: url(../images/h-service-ico-4.svg);
}
.h-sec-2 .right ul li a::before {
  content: "";
  position: absolute;
  right: 0.521vw;
  top: 0.677vw;
  width: 3.073vw;
  height: 3.073vw;
  border-radius: 50%;
  background-color: #ffd119;
  background-size: 0.885vw;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease-in-out 0.2s;
  background-image: url(../images/h-service-btn-ico.svg);
}
.h-sec-2 .right ul li a:hover {
  color: #ffd119;
}
.h-sec-2 .right ul li a:hover::before {
  background-color: #fff;
}
.h-sec-2 .right .btn-1 {
  color: #32364C;
}
.h-sec-2 .right .btn-1:hover {
  background-color: #fff;
}
.h-sec-3 {
  padding: 4.74vw 0 4.01vw;
}
.h-sec-3 video {
  height: 35vw;
  border-radius: 0.521vw;
}
.h-sec-3 .left {
  width: 33.177vw;
}
.h-sec-3 .right {
  width: 54.01vw;
  float: right;
}
.h-sec-3 .right h2 {
  line-height: 1;
  margin: 0.104vw 0 2.917vw;
  text-transform: uppercase;
}
.h-sec-3 .right p {
  font-weight: 600;
  margin: 0 1.563vw 2.813vw 0;
}
.h-sec-3 .right h4 {
  font-size: 1.25vw;
  line-height: 1;
  margin: 0 0 1.927vw;
  font-weight: 700;
}
.h-sec-3 .right ul {
  margin: 0;
  color: #ffd119;
  padding: 0 0 0.625vw;
  line-height: 1.563vw;
  font-weight: 800;
  list-style-type: none;
}
.h-sec-3 .right ul li {
  margin-bottom: 1.198vw;
}
.h-sec-5 {
  padding: 5.365vw 0 0;
}
.h-sec-5 h2 {
  font-weight: 600;
  padding-bottom: 1.042vw;
}
.h-sec-5 .vc_column_container > .vc_column-inner {
  padding-left: 1.042vw;
  padding-right: 1.042vw;
}
.h-sec-5 .row-1 {
  margin: 0 3.906vw;
}
.h-sec-5 .row-1 .vc_column-inner > div {
  min-height: 33.75vw;
  border-radius: 1.042vw;
  background-color: rgba(72, 78, 109, 0.72);
}
.h-sec-5 .wpb_single_image {
  margin-bottom: 1.354vw;
}
.h-sec-5 .wpb_single_image * {
  width: 100%;
  display: block;
}
.h-sec-5 .wpb_single_image img {
  border-radius: 0.521vw;
  box-shadow: 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25);
}
.h-sec-5 .vc_col-sm-4:first-child .wpb_text_column {
  padding: 0 1.042vw;
}
.h-sec-5 .wpb_text_column {
  padding: 0 1.38vw;
  font-size: 0.938vw;
  line-height: 1.823vw;
}
.h-sec-5 .wpb_text_column h5 {
  font-size: 1.25vw;
  font-weight: 800;
  margin-bottom: 1.354vw;
}
.h-sec-6 {
  padding: 4.74vw 0 2.865vw;
}
.h-sec-6 h2 {
  display: table;
  margin: 0 auto;
  font-size: 3.333vw;
  font-weight: 500;
  padding: 0 0.156vw 0 4.01vw;
  background: url(../images/faq-ico.svg) no-repeat 0 center / 2.7vw;
}
.h-sec-6 .row-1 {
  margin: 0 5.208vw;
  padding-top: 2.656vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h-sec-6 .row-1:after, .h-sec-6 .row-1:before {
  display: none;
}
.h-sec-6 .row-1 > div {
  width: 38.229vw;
}
.h-sec-6 .row-1 > div .vc_column-inner {
  padding: 0;
}
.h-sec-6 .vc_toggle_icon {
  display: none !important;
}
.h-sec-6 .vc_do_toggle {
  font-size: inherit;
  margin-bottom: 1.042vw;
}
.h-sec-6 .vc_do_toggle .vc_toggle_title {
  padding: 0;
}
.h-sec-6 .vc_do_toggle .vc_toggle_title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1.042vw;
  line-height: 1.563vw;
  color: #050505;
  font-weight: 600;
  border-radius: 0.521vw;
  min-height: 3.125vw;
  padding: 0 0.573vw;
  position: relative;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
}
.h-sec-6 .vc_do_toggle .vc_toggle_title h4::after {
  content: "";
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  right: 0.521vw;
  top: 0.521vw;
  border-radius: 0.521vw;
  background-color: #050505;
  background-position: center;
  background-size: 0.833vw;
  transition: all ease-in-out 0.2s;
  background-repeat: no-repeat;
  background-image: url(../images/faq-plus-ico.svg);
}
.h-sec-6 .vc_do_toggle .vc_toggle_title h4:hover {
  color: #fff;
  background-color: #34384f;
}
.h-sec-6 .vc_do_toggle.vc_toggle_default .vc_toggle_content {
  margin: 0;
  padding: 0.781vw 0.521vw 0.885vw 0.573vw;
}
.h-sec-6 .vc_do_toggle.vc_toggle_active .vc_toggle_title h4::after {
  background-color: #ffd119;
  background-image: url(../images/faq-minus-ico.svg);
}
.h-sec-7 {
  margin: 0;
  padding: 0 0 3.75vw;
}
.h-sec-7 h2 {
  font-weight: 600;
  padding: 0 0 1.823vw;
}
.h-sec-7 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.img-hover img {
  transition: all ease-in-out 0.7s;
}
.img-hover:hover img {
  border-color: #ffd119;
}
.vc_grid-container-wrapper * {
  all: unset;
}
.vc_grid-container-wrapper div:before, .vc_grid-container-wrapper div:after {
  display: none;
}
.vc_grid-container-wrapper style, .vc_grid-container-wrapper .vc_btn3-left, .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto:before, .vc_grid-container-wrapper .vc_gitem-zone-a .vc_gitem-zone-mini, .vc_grid-container-wrapper .vc_gitem-post-data-source-post_excerpt {
  display: none;
}
.vc_grid-container-wrapper .vc_gitem-zone-img {
  width: 100%;
  overflow: hidden;
  border-radius: 1.042vw;
  display: block !important;
}
.vc_grid-container-wrapper .vc-zone-link {
  cursor: pointer;
}
.vc_grid-container-wrapper .vc_grid-item-mini {
  display: block;
  padding-top: 8.333vw;
  position: relative;
}
.vc_grid-container-wrapper .vc_grid-item-mini h4 {
  color: #ffd119;
  line-height: 2.344vw;
  font-weight: 800;
  font-size: 1.25vw;
  font-family: inherit;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vc_grid-container-wrapper div.vc_gitem-zone-c {
  left: 0;
  top: 0;
  width: 100%;
  min-height: 9.792vw;
  position: absolute;
  border-radius: 0.521vw;
  background-size: 7.552vw;
  box-sizing: border-box;
  padding: 0.99vw 0.99vw 3.385vw;
  background-repeat: no-repeat;
  background-position: left 1.042vw bottom 1.875vw;
  background-color: #484e6d !important;
  background-image: url(../images/post-read-btn.svg);
}
.vc_grid-container-wrapper .vc_pageable-slide-wrapper {
  gap: 2.344vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.vc_grid-container-wrapper .vc_pageable-slide-wrapper .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
.vc_grid-container-wrapper .vc_col-sm-4 .vc_gitem-zone.vc_gitem-zone-c, .vc_grid-container-wrapper .vc_col-sm-4 img {
  transition: all ease-in-out 0.3s;
}
.vc_grid-container-wrapper .vc_col-sm-4:hover .vc_grid-item-mini h4 {
  color: #cacaca;
}
.vc_grid-container-wrapper .vc_col-sm-4:hover .vc_gitem-zone.vc_gitem-zone-c, .vc_grid-container-wrapper .vc_col-sm-4:hover img {
  color: #cacaca;
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
.mailpoet_captcha_form .mailpoet_form_loading {
  width: auto;
  margin: 0 auto;
}
.mailpoet_captcha_form .mailpoet_form_loading > span {
  background-color: #ffd119;
  height: 10px;
  width: 10px;
}
#mailpoet_captcha_form.mailpoet_form_successfully_send {
  margin: 170px auto;
  font-weight: 700;
}
#mailpoet_captcha_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  margin: 0;
  transform: none;
  position: static;
}
.footer-above {
  min-height: 36.458vw;
  padding: 2.5vw 5.99vw;
  background: url(../images/foo-form-bg-2.webp) no-repeat center / cover;
}
.footer-above .vc_column-inner {
  padding: 0 !important;
}
.footer-above .wpb_content_element {
  margin-bottom: 0;
}
.footer-above .left {
  width: 31.198vw;
}
.footer-above .left .bh p, .footer-above .left .bd p {
  color: #000;
  padding-left: 4.427vw;
  line-height: 4.427vw;
  border-radius: 0.521vw;
  background-color: #ffd119;
  background-repeat: no-repeat;
  background-position: 1.146vw center;
  background-size: 2.292vw;
}
.footer-above .left .bh p:first-child, .footer-above .left .bd p:first-child {
  margin: 0.833vw 0;
}
.footer-above .left .bh p strong, .footer-above .left .bd p strong {
  font-weight: 800;
}
.footer-above .left .bh p {
  background-image: url(../images/bh-icon.svg);
}
.footer-above .left .bd p {
  background-position: 1.354vw center;
  background-image: url(../images/bd-icon.svg);
}
.footer-above .right {
  width: 53.385vw;
  margin-left: auto;
  min-height: 31.458vw;
  border-radius: 1.042vw;
  background-color: rgba(72, 78, 109, 0.9);
  padding: 2.396vw 2.604vw 0;
}
.footer-above .right.vc_column_container {
  align-items: flex-start;
}
.footer-above .right h3 {
  line-height: 1;
  text-align: center;
  padding-left: 0.625vw;
  margin-bottom: 1.771vw;
}
.footer-above .right h3 + p {
  line-height: 1.302vw;
  text-align: center;
  padding-left: 0.313vw;
  margin-bottom: 2.813vw;
}
.footer-above .right h3 + p strong {
  font-weight: 800;
  color: #ffd119;
}
.wpcf7 .wpcf7-spinner {
  opacity: 1;
  left: 50%;
  top: 50%;
  margin: 0;
  position: absolute;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.wpcf7 .submitting .btn-1 {
  font-size: 0;
}
.wpcf7 .group-3 {
  gap: 1.042vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 .group-3 .col-3 {
  width: 15.365vw;
  margin-bottom: 1.042vw;
}
.wpcf7 .right-auto {
  margin-right: auto;
}
.wpcf7 form input, .wpcf7 form select, .wpcf7 form textarea {
  border: 0;
  width: 100%;
  height: 2.083vw;
  padding: 0 0.521vw;
  border-radius: 0.26vw;
  font-size: 0.833vw;
  color: #000;
  font-weight: 400;
  appearance: none;
  display: block;
  font-family: "Montserrat";
  -webkit-appearance: none;
  background-color: #fff;
}
.wpcf7 form input.wpcf7-not-valid, .wpcf7 form select.wpcf7-not-valid, .wpcf7 form textarea.wpcf7-not-valid {
  outline: 0.104vw solid red;
}
.wpcf7 form input::placeholder, .wpcf7 form select::placeholder, .wpcf7 form textarea::placeholder {
  color: #48526d;
}
.wpcf7 form input::-moz-placeholder, .wpcf7 form select::-moz-placeholder, .wpcf7 form textarea::-moz-placeholder {
  color: #48526d;
}
.wpcf7 form select {
  display: block;
  appearance: none;
  cursor: pointer;
  color: #48526d;
  background-size: 0.625vw;
  background-repeat: no-repeat;
  background-position: right 0.521vw top 0.885vw;
  background-image: url(../images/form-drop-icon.svg);
}
.wpcf7 form select:has(option:checked:not([value])), .wpcf7 form select:has(option:checked:not([value=""])) {
  color: #000;
}
.wpcf7 form .up select {
  background-image: url(../images/form-drop-icon-up.svg);
}
.wpcf7 form textarea {
  height: 5.625vw;
  resize: none;
  padding: 0.729vw 1.042vw;
  border-radius: 0.521vw;
  margin-bottom: 1.563vw;
}
.wpcf7 form span {
  display: block;
}
.wpcf7 form .btn-1 {
  color: #040404;
  font-size: 1.042vw;
  font-weight: 700;
  min-width: 13.021vw;
  position: relative;
  font-family: "Montserrat";
}
.wpcf7 form .btn-1:hover {
  background-color: #fff;
}
.wpcf7 form > div {
  margin-bottom: 1.354vw;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
  color: red;
}
.wpcf7 form .wpcf7-form-control-wrap[data-name="ArchitecturalPackage"] {
  position: static;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0vw 0.781vw;
  font-size: 0.729vw;
  text-align: center;
  color: orangered;
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #fe6565;
  font-size: 0.7vw;
  position: absolute;
  line-height: 1;
  right: 0.052vw;
  bottom: 106%;
  font-weight: 600;
}
.wpcf7 .form-upload label {
  line-height: 2.083vw;
  width: 100%;
  padding: 0 0.521vw;
  border-radius: 0.26vw;
  font-size: 0.833vw;
  color: #48526d;
  font-weight: 400;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.2s;
  font-family: "Montserrat";
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 0.729vw;
  background-position: right 0.521vw top 0.729vw;
  background-image: url(../images/form-upload-btn.svg);
}
.wpcf7 .form-upload label:hover {
  opacity: 0.7;
}
.wpcf7 .form-upload label .wpcf7-file {
  position: absolute;
  left: -520.781vw;
}
.wpcf7 .form-upload #filename-1 {
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0.521vw;
  position: absolute;
  line-height: 2.083vw;
  border-radius: 0.26vw;
  font-size: 0.833vw;
  color: #48526d;
  font-weight: 400;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-family: "Montserrat";
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3.385vw;
}
.wpcf7 .form-upload #file-preview {
  max-width: 3.125vw;
  position: absolute;
  right: 0.104vw;
  top: 0.104vw;
  height: 1.927vw;
  object-fit: cover;
  border-radius: 0.26vw;
}
.footer-area {
  position: relative;
  padding: 1.719vw 0 1.927vw;
  border-top: 0.156vw solid #fff;
}
.footer-area::before, .footer-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.417vw;
  width: 0.521vw;
  height: 0.729vw;
  background-color: #fff;
}
.footer-area p:empty {
  display: none;
}
.footer-area::after {
  left: auto;
  right: 0;
}
.footer-area .wrapper {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 89.896vw;
}
.footer-area img {
  width: 16.719vw;
}
.footer-area a {
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
.footer-area a:hover {
  color: #ffd119;
}
.footer-area ul {
  margin: 0;
  line-height: 1;
  padding: 0.469vw 0 0;
  list-style-type: none;
}
.footer-area ul li {
  text-transform: capitalize;
  margin-bottom: 1.51vw;
  letter-spacing: 0.2px;
}
.footer-area ul li:last-child {
  margin-bottom: 0;
}
.footer-area h2 {
  line-height: 1;
  font-size: 1.667vw;
  font-weight: 700;
  text-align: center;
  margin: 0.729vw 0 0.938vw;
}
.footer-area-1 {
  width: 25.26vw;
}
.footer-area-2 {
  width: 19.271vw;
}
.footer-area-3 {
  width: 20.521vw;
}
.footer-area-4 {
  width: 24.635vw;
  text-align: center;
}
.footer-area-4 p {
  color: #ffd119;
  font-size: 0.833vw;
  margin-bottom: 0.938vw;
}
.footer-area-4 p strong {
  font-weight: 600;
}
.footer-area-4 #mailpoet_form_1 {
  position: relative;
  margin-bottom: 1.563vw;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_text {
  height: 2.656vw;
  width: 24.635vw;
  border: 0;
  color: #000;
  font-size: 0.833vw;
  font-weight: 500;
  border-radius: 10.417vw;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "Montserrat";
  padding: 0.156vw 1.042vw 0 !important;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_text.error {
  outline: 0.104vw solid red;
  outline-offset: 0.052vw;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_text.already_subscribed {
  outline-offset: 0.052vw;
  outline: 0.104vw solid greenyellow;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_text::placeholder {
  color: #000;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_text::-moz-placeholder {
  color: #000;
}
.footer-area-4 #mailpoet_form_1 .mailpoet_submit {
  height: 100%;
  max-width: 3.125vw;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background-size: 1.354vw;
  padding: 0 !important;
  transition: all ease-in-out 0.2s;
  border-radius: 0 2.083vw 2.083vw 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0.781vw 1.042vw;
  background-position: 0.781vw center;
  background-image: url(../images/mailpoet-btn-icon.svg);
}
.footer-area-4 #mailpoet_form_1 .mailpoet_submit:hover {
  background-color: #ffd119;
}
.footer-area-4 #mailpoet_form_1 p.mailpoet_validate_error, .footer-area-4 #mailpoet_form_1 p.mailpoet_validate_success {
  position: absolute;
  left: 0;
  bottom: 100%;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.208vw;
  font-size: 0.625vw;
  width: 100%;
  color: #f16a6a;
}
.footer-area-4 #mailpoet_form_1 p.already_subscribed, .footer-area-4 #mailpoet_form_1 p.mailpoet_validate_success {
  color: greenyellow;
}
.menu-social-menu-container #menu-social-menu {
  gap: 0.938vw;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.menu-social-menu-container #menu-social-menu li {
  margin: 0;
}
.menu-social-menu-container #menu-social-menu li a {
  width: 2.448vw;
  height: 2.448vw;
  font-size: 0;
  display: block;
  border-radius: 50%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  background-size: auto 1.354vw;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-social-menu-container #menu-social-menu li a:hover {
  background-color: #ffd119;
}
.menu-social-menu-container #menu-social-menu li.f a {
  background-image: url(../images/f.svg);
}
.menu-social-menu-container #menu-social-menu li.insta a {
  background-image: url(../images/i.svg);
}
.copyright-area {
  color: #000;
  font-size: 0.833vw;
  font-weight: 600;
  text-align: center;
  padding: 0.104vw 0 0.26vw;
  background-color: #fff;
}
.copyright-area a {
  color: #000;
  transition: all ease-in-out 0.2s;
  text-decoration: underline;
}
.copyright-area a:hover {
  color: #ffd119;
}
body.captcha p:empty {
  display: none;
}
body.captcha img.mailpoet_captcha {
  margin: 0 auto;
}
form#mailpoet_captcha_form {
  display: table;
  margin: 60px auto;
  text-align: center;
  background: #fff;
  color: black;
  padding: 20px;
  border-radius: 20px;
}
form#mailpoet_captcha_form input.mailpoet_text {
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #48526d;
  font-weight: 400;
  appearance: none;
  display: block;
  font-family: "Montserrat";
  -webkit-appearance: none;
  background-color: #d2d2d2;
}
form#mailpoet_captcha_form input.mailpoet_text.error {
  outline: 1px solid red;
}
.subheader {
  border-bottom-left-radius: 1.563vw;
  border-bottom-right-radius: 1.563vw;
}
.subheader div {
  margin-bottom: 0;
}
.subheader .vc_do_custom_heading {
  margin: 0;
  left: 0;
  top: 50%;
  width: 100%;
  font-weight: 600;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.subheader .vc_do_custom_heading i, .subheader .vc_do_custom_heading em, .subheader .vc_do_custom_heading strong {
  color: #ffd119;
  font-weight: 600;
  font-style: normal;
}
.project-sec-1 {
  padding: 3.906vw 0 3.698vw;
}
.project-sec-1 .cpt-shortcode-list {
  display: grid;
  row-gap: 2.344vw;
  column-gap: 2.396vw;
  grid-template-columns: repeat(3, 1fr);
}
.project-sec-1 .cpt-shortcode-list .loop {
  overflow: hidden;
  border-radius: 0.521vw;
  transition: all ease-in-out 0.3s;
  background-color: #484e6d;
}
.project-sec-1 .cpt-shortcode-list .loop img {
  height: 16.667vw;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
  width: 28.281vw;
}
.project-sec-1 .cpt-shortcode-list .loop:hover {
  background-color: #ffd119;
}
.project-sec-1 .cpt-shortcode-list .loop:hover .title {
  color: #040404;
}
.project-sec-1 .cpt-shortcode-list .loop:hover img {
  filter: contrast(1.05) brightness(1.05) saturate(1.05);
}
.project-sec-1 .title {
  display: flex;
  min-height: 3.906vw;
  align-items: center;
  line-height: 1.563vw;
  padding: 0 0.729vw 0 0.781vw;
  transition: all ease-in-out 0.3s;
}
.project-sec-1 .white-btn {
  padding-top: 5.208vw;
}
.ab-sec-1 {
  padding: 4.896vw 0 0;
}
.ab-sec-1 img {
  width: 31.615vw;
  border-radius: 0.521vw;
}
.ab-sec-1 h2 {
  line-height: 1;
  margin: 0.104vw 0 2.917vw;
  text-transform: uppercase;
}
.ab-sec-1 p {
  font-weight: 600;
  margin-bottom: 2.083vw;
}
.ab-sec-1 p strong {
  font-weight: 800;
}
.ab-sec-1 .vc_col-sm-3\/5 {
  padding-left: 0.677vw;
}
.ab-sec-02 {
  padding: 2.708vw 0 0.729vw;
}
.ab-sec-02 h2 {
  line-height: 4.167vw;
  text-transform: uppercase;
}
.ab-sec-02 h2 strong {
  font-weight: 500;
}
.ab-sec-2 {
  padding: 0 0 3.698vw;
  margin: 0 -2.865vw;
}
.ab-sec-2 img {
  height: 5.208vw;
}
.ab-sec-2 h4 {
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 700;
  padding: 0 0.781vw;
  margin-bottom: 1.198vw;
}
.ab-sec-2 p {
  padding: 0 1.563vw;
}
.ab-sec-2 .wpb_text_column {
  min-height: 11.146vw;
  padding: 2.865vw 0 0;
  border-radius: 0.521vw;
  text-align: center;
  font-size: 0.833vw;
  line-height: 1.563vw;
  font-weight: 600;
  background-color: #484E6D;
}
.ab-sec-2 .vc_column-inner {
  padding-left: 2.865vw;
  padding-right: 2.865vw;
}
.ab-sec-2 .wpb_single_image.vc_align_center {
  margin-bottom: -1.875vw;
}
.ab-sec-3 {
  font-weight: 600;
  padding-bottom: 2.969vw;
}
.ab-sec-3 p {
  margin-bottom: 2.083vw;
}
.ab-sec-3 h2 {
  font-size: 2.083vw;
  line-height: 3.646vw;
  font-weight: 600;
  padding-top: 0.417vw;
}
.ab-sec-3 img {
  width: 32.292vw;
  margin-left: auto;
  border-radius: 0.521vw;
}
.services-sec-1 {
  padding: 4.167vw 0 2.604vw;
}
.services-sec-1 .services-menu {
  display: grid;
  row-gap: 3.021vw;
  column-gap: 3.49vw;
  grid-template-columns: repeat(3, 1fr);
}
.services-sec-1 img {
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.services-sec-1 .menu-item {
  overflow: hidden;
  border-radius: 0.521vw;
  background-color: #484e6d;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.services-sec-1 .menu-item:nth-child(2) .title {
  padding: 0 2.344vw;
  transition: all ease-in-out 0.3s;
}
.services-sec-1 .menu-item:hover img {
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
.services-sec-1 .menu-item:hover .title {
  color: #040404;
  background-color: #ffd119;
}
.services-sec-1 .title {
  display: flex;
  font-size: 1.25vw;
  min-height: 5.885vw;
  line-height: 2.083vw;
  font-weight: 700;
  padding: 0 1.302vw;
  align-items: center;
  text-align: center;
  border-radius: 0.521vw;
  margin-top: -0.833vw;
  position: relative;
  z-index: 2;
  justify-content: center;
  background-color: #484e6d;
  transition: all ease-in-out 0.2s;
}
.services-sec-1 .link {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.services-pages-sec-global {
  padding: 4.167vw 0 0;
}
.services-pages-sec-global img {
  width: 31.615vw;
  border-radius: 0.521vw;
}
.services-pages-sec-global .vc_col-sm-3\/5 {
  padding-left: 0.677vw;
}
.services-pages-sec-global p {
  font-weight: 600;
  margin-bottom: 2.083vw;
}
.services-pages-sec-global .btn-outer {
  padding: 2.917vw 0 3.073vw;
  margin-left: -0.156vw;
}
.services-pages-sec-global .btn-1 {
  font-size: 1.042vw;
  min-width: 13.021vw;
  font-weight: 700;
}
.services-pages-sec-global h2 {
  line-height: 4.167vw;
}
.services-pages-sec-global ul {
  color: #ffd119;
  padding: 0 0 0.625vw;
  line-height: 1.563vw;
  font-weight: 700;
  margin: -0.469vw 0 0 1.615vw;
}
.services-pages-sec-global ul li {
  margin-bottom: 1.198vw;
}
.services-pages-sec-breeam p {
  margin-bottom: 1.875vw;
}
.services-pages-sec-breeam .wpb_single_image {
  margin-bottom: 2.604vw;
}
.services-pages-sec-breeam-2 {
  padding-top: 1.563vw;
  padding-bottom: 3.229vw;
}
.services-pages-sec-breeam-2 h2 {
  padding-bottom: 2.344vw;
  text-transform: uppercase;
}
.services-pages-sec-breeam-2 h2 strong {
  font-weight: 500;
}
.services-pages-sec-breeam-2 .vc_col-sm-2\/5 {
  width: 44%;
  padding-top: 0.104vw;
}
.services-pages-sec-breeam-2 .vc_col-sm-3\/5 {
  width: 56%;
  padding-left: 4.115vw;
}
.services-pages-sec-breeam-2 ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.021vw;
  row-gap: 2.083vw;
  list-style-type: none;
}
.services-pages-sec-breeam-2 ul li {
  height: 3.125vw;
  width: 19.531vw;
  color: #000;
  line-height: 1.2;
  font-weight: 800;
  gap: 1.563vw;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.365vw;
  margin-bottom: 0;
  align-items: center;
  border-radius: 13.021vw;
  background-color: #fff;
}
.services-pages-sec-breeam-2 ul li strong {
  color: #000;
  font-weight: 800;
  line-height: 2.552vw;
  display: block;
  padding: 0 0.677vw;
  border-radius: 13.021vw;
  background-color: #0ac462;
}
.services-pages-sec-breeam-2 ul li:first-child {
  width: 21.198vw;
}
.services-pages-sec-breeam-2 ul li:nth-child(2) strong {
  background-color: #6ff317;
}
.services-pages-sec-breeam-2 ul li:nth-child(3) {
  width: 19.688vw;
}
.services-pages-sec-breeam-2 ul li:nth-child(3) strong {
  padding-right: 0.99vw;
  background-color: #ffd119;
}
.services-pages-sec-breeam-2 ul li:nth-child(4) {
  margin-left: auto;
}
.services-pages-sec-breeam-2 ul li:nth-child(4) strong {
  padding-right: 0.99vw;
  background-color: #fff019;
}
.services-pages-sec-breeam-2 ul li:nth-child(5) {
  width: 17.083vw;
}
.services-pages-sec-breeam-2 ul li:nth-child(5) strong {
  background-color: #fff676;
}
.services-pages-sec-tech p strong {
  font-weight: 800;
}
.services-pages-sec-tech .btn-outer {
  margin-left: 0;
  padding: 0.156vw 0 3.802vw;
}
.services-pages-sec-crime .text-1 {
  padding-bottom: 10px;
}
.services-pages-sec-crime .btn-outer {
  margin-left: 0;
  padding: 0.469vw 0 2.708vw;
}
.services-pages-sec-hea06 .btn-outer {
  margin-left: 0;
  padding: 0.469vw 0 3.073vw;
}
.services-pages-sec-secured .btn-outer {
  margin-left: 0;
  padding: 1.042vw 0 4.115vw;
}
.consultancy .btn-outer {
  padding-top: 0.833vw;
}
.consultancy p:first-child {
  padding-right: 0.521vw;
}
.contact-us .footer-above:not(.contact-us-sec-1) {
  display: none;
}
.contact-us-outer {
  padding-bottom: 5.104vw;
  background-size: cover;
  background-position: center;
  background-image: url(../images/contact-us-bg.webp);
}
.contact-us-sec-01 {
  padding: 3.646vw 0 1.51vw;
}
.contact-us-sec-01 h2 {
  line-height: 1;
  font-size: 1.667vw;
  font-weight: 700;
  margin-bottom: 1.458vw;
}
.contact-us-sec-1 {
  padding: 0 0.833vw;
  min-height: inherit;
  background-image: none;
}
.contact-us-sec-1 .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.contact-us-sec-1 .left {
  width: 47.552vw;
}
.contact-us-sec-1 .row-1 {
  overflow: hidden;
  border-radius: 1.042vw;
  background-color: #48526D;
}
.contact-us-sec-1 .row-1 p {
  margin-bottom: 1.719vw;
}
.contact-us-sec-1 .row-1 p a {
  display: table;
  font-size: 0.833vw;
  font-weight: 700;
  line-height: 1.563vw;
  padding-left: 1.763vw;
  background-size: 1.094vw;
  transition: all ease-in-out 0.2s;
  background-position: 0 0.208vw;
  background-repeat: no-repeat;
}
.contact-us-sec-1 .row-1 p a[target="_blank"] {
  color: #ffd119;
  background-image: url(../images/contact-sec-ico-1.svg);
}
.contact-us-sec-1 .row-1 p a[target="_blank"]:hover {
  color: #fff;
}
.contact-us-sec-1 .row-1 p a[href*="mailto"] {
  background-image: url(../images/contact-sec-ico-2.svg);
}
.contact-us-sec-1 .row-1 p a[href*="tel"] {
  background-image: url(../images/contact-sec-ico-3.svg);
}
.contact-us-sec-1 .row-1 p a:hover {
  color: #ffd119;
}
.contact-us-sec-1 .row-1 .vc_col-sm-2\/5 {
  width: 21.458vw;
  padding: 1.51vw 1.042vw 1.042vw;
}
.contact-us-sec-1 .row-1 .vc_col-sm-3\/5 {
  width: 26.094vw;
}
.contact-us-sec-1 .row-2 {
  padding: 1.771vw 0 0;
}
.contact-us-sec-1 .row-2 .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}
.contact-us-sec-1 .row-2 .bh, .contact-us-sec-1 .row-2 .bd {
  margin-left: -0.052vw;
}
.contact-us-sec-1 .row-2 .bh p, .contact-us-sec-1 .row-2 .bd p {
  font-size: 0.833vw;
  min-width: 23.229vw;
  line-height: 3.333vw;
  padding-left: 3.281vw;
  background-size: 1.75vw;
  background-position: 0.938vw center;
}
.contact-us-sec-1 .row-2 .bh p:first-child, .contact-us-sec-1 .row-2 .bd p:first-child {
  margin: 0;
}
.contact-us-sec-1 .row-2 .bd p {
  padding-left: 3.698vw;
}
.contact-us-sec-1 .contact-social {
  padding: 0.573vw 0 0;
}
.contact-us-sec-1 .contact-social h6 {
  margin: 0;
  line-height: 1;
  font-size: 1.042vw;
  font-weight: 800;
  padding-bottom: 1.25vw;
}
.contact-us-sec-1 .contact-social #menu-social-menu {
  gap: 0.938vw;
  margin: 0;
  list-style-type: none;
  justify-content: flex-start;
}
.contact-us-sec-1 .contact-social #menu-social-menu li a {
  background-color: #ffd119;
}
.contact-us-sec-1 .contact-social #menu-social-menu li a:hover {
  background-color: #fff;
}
.contact-us-sec-1 .wpb_gmaps_widget {
  border-radius: 1.042vw;
  overflow: hidden;
  filter: grayscale(1);
}
.contact-us-sec-1 .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 0;
  height: auto;
}
.contact-us-sec-1 .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
  position: static;
  height: 21.302vw;
}
.contact-us-sec-1 .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background: none;
}
.contact-us-sec-1 .right {
  width: 39.427vw;
  float: right;
  min-height: 26.354vw;
  margin-right: -0.052vw;
  border-radius: 1.042vw;
  padding: 2.969vw 2.448vw 0;
  background-color: #040404;
}
.contact-us-sec-1 .group-2 {
  row-gap: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  justify-content: space-between;
}
.contact-us-sec-1 .group-2 .col-2 {
  width: 16.719vw;
  margin-bottom: 1.51vw;
}
.contact-us-sec-1 .wpcf7 form input, .contact-us-sec-1 .wpcf7 form select, .contact-us-sec-1 .wpcf7 form textarea {
  height: 2.344vw;
  padding: 0 0.573vw;
  font-weight: 500;
  border-radius: 0.26vw;
}
.contact-us-sec-1 .wpcf7 form textarea {
  height: 8.021vw;
  padding: 0.573vw;
}
.contact-us-sec-1 .wpcf7 .submit {
  padding-top: 0.521vw;
}
#post-results {
  gap: 2.396vw;
  display: grid;
  row-gap: 2.656vw;
  padding-bottom: 3.646vw;
  grid-template-columns: repeat(3, 1fr);
}
#post-results .post-item {
  padding-top: 8.333vw;
  position: relative;
}
#post-results .post-item .post-head {
  left: 0;
  top: 0;
  width: 100%;
  min-height: 9.792vw;
  position: absolute;
  border-radius: 0.521vw;
  background-size: 7.552vw;
  box-sizing: border-box;
  transition: all ease-in-out 0.2s;
  z-index: 1;
  padding: 0.99vw 0.99vw 3.385vw;
  background-repeat: no-repeat;
  background-position: left 1.042vw bottom 1.875vw;
  background-color: #484e6d !important;
  background-image: url(../images/post-read-btn.svg);
}
#post-results .post-item h5 {
  color: #ffd119;
  line-height: 2.344vw;
  font-weight: 800;
  font-size: 1.25vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#post-results .post-item img {
  transition: all ease-in-out 0.2s;
  border-radius: 1.042vw;
  height: 11.719vw;
  object-fit: cover;
}
#post-results .post-item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  font-size: 0;
}
#post-results .post-item:hover h5, #post-results .post-item:hover img {
  color: #cacaca;
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
#category-filter-form {
  gap: 3.281vw;
  display: flex;
  flex-wrap: wrap;
  padding: 0.781vw 1.198vw;
  align-items: center;
  border-radius: 2.604vw;
  background: #484E6D;
  margin-bottom: 4.167vw;
}
#category-filter-form .reset {
  color: #000;
  font-size: 1.042vw;
  min-width: 12.5vw;
  margin-left: auto;
  margin-right: -0.052vw;
}
#category-filter-form select {
  border: 0;
  width: 100%;
  height: 2.604vw;
  font-size: 1.042vw;
  color: #48526d;
  font-weight: 400;
  appearance: none;
  display: block;
  cursor: pointer;
  border-radius: 1.302vw;
  padding: 0 2.865vw 0 1.094vw;
  font-family: "Montserrat";
  -webkit-appearance: none;
  background-color: #fff;
  background-size: 0.729vw;
  transition: all ease-in-out 0.2s;
  background-repeat: no-repeat;
  background-position: right 1.042vw top 1.198vw;
  background-image: url(../images/form-drop-icon.svg);
}
#category-filter-form select:has(option:checked:not([value])), #category-filter-form select:has(option:checked:not([value=""])) {
  color: #48526d;
}
#category-filter-form .up select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url(../images/form-drop-icon-up.svg);
}
.c2-search-results {
  max-height: 26.042vw;
  overflow-y: auto;
}
#c2-search-results {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.521vw;
  border-radius: 0.521vw;
  background: #484E6D;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0.521vw #fff;
}
#c2-search-results:empty {
  padding: 0;
}
#live-c2-search {
  width: 25.938vw;
  position: relative;
}
#live-c2-search:has(#c2-search-results:not(:empty)) #c2-search-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#c2-search-input {
  border: 0;
  width: 100%;
  height: 2.604vw;
  padding: 0 5.313vw 0 0.99vw;
  font-size: 1.042vw;
  color: #48526d;
  font-weight: 400;
  border-radius: 1.302vw;
  font-family: "Montserrat";
  transition: all ease-in-out 0.2s;
  background: #fff url(../images/search-ico.svg) no-repeat right center / 5.26vw;
}
.c2-card {
  display: flex;
  align-items: center;
  padding-bottom: 0.26vw;
  margin-bottom: 0.26vw;
  border-bottom: 0.052vw solid rgba(255, 209, 25, 0.25);
}
.c2-card:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.c2-card h5 {
  font-size: 0.938vw;
  font-weight: 800;
  color: #ffd119;
  transition: all ease-in-out 0.3s;
}
.c2-card img {
  width: 21%;
  height: 5.208vw;
  object-fit: cover;
  border-radius: 0.417vw;
  transition: all ease-in-out 0.3s;
}
.c2-card .c2-info {
  width: 79%;
  padding-left: 1.042vw;
}
.c2-card:hover h5 {
  color: #cacaca;
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
.c2-card:hover img {
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
.c2-loader {
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.208vw;
  height: 2.604vw;
  border-radius: 2.604vw;
  background-color: #ffd119;
}
.c2-loader::after {
  content: "";
  width: 1.042vw;
  height: 1.042vw;
  left: 1.875vw;
  top: 0.781vw;
  display: block;
  position: absolute;
  border: 0.104vw solid #fff;
  border-top: 0.104vw solid #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#c2-loader {
  margin: 0 auto;
  color: #32364C;
  position: relative;
  background-color: #fff;
}
#c2-loader:hover {
  color: #000;
  background-color: #ffd119;
}
.single-post .subheader .vc_do_custom_heading {
  left: 50%;
  margin: 0 auto;
  line-height: 4.167vw;
  max-width: 89.583vw;
  font-weight: 700;
  text-transform: inherit;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 2.24vw;
  z-index: 1;
}
.single-post-sec-1 {
  padding-bottom: 2.917vw;
  position: relative;
  z-index: -1;
}
.single-post-sec-1 .vc_col-sm-3\/5 {
  width: 63.646vw;
}
.single-post-sec-1 .vc_col-sm-3\/5 img {
  border-radius: 1.042vw;
  height: 25.781vw;
  object-fit: cover;
  width: 62.083vw;
}
.single-post-sec-1 .vc_col-sm-3\/5 .wpb_single_image {
  margin-bottom: 2.083vw;
}
.single-post-sec-1 .vc_col-sm-3\/5 p {
  margin-bottom: 2.083vw;
}
.single-post-sec-1 .vc_col-sm-2\/5 {
  width: 24.063vw;
  float: right;
}
.single-post-sec-1 .vc_col-sm-2\/5 h3 {
  font-size: 2.083vw;
  margin: 0 0 1.719vw;
  font-weight: 700;
}
.single-post-sec-1 #post-results {
  display: block;
  padding-bottom: 0;
}
.single-post-sec-1 #post-results .post-item {
  padding-top: 5vw;
  margin-bottom: 2.135vw;
}
.single-post-sec-1 #post-results .post-item img {
  height: 11.146vw;
  object-fit: cover;
  border-radius: 0.521vw;
}
.single-post-sec-1 #post-results .post-item h5 {
  line-height: 1.823vw;
  font-size: 1.042vw;
}
.faq-sec-1 {
  padding: 3.802vw 0 4.167vw;
}
.reviews-sec-1 {
  padding: 4.271vw 0 3.646vw;
}
.reviews-sec-1 h1 {
  font-size: 3.333vw;
  font-weight: 500;
  line-height: 4.167vw;
  margin-bottom: 2.5vw;
}
.reviews-sec-1 p {
  max-width: 61.979vw;
  margin: 0 auto 5.208vw;
}
.reviews-sec-1 .cpt-shortcode-list {
  padding-left: 1.51vw;
  justify-content: space-between;
}
.reviews-sec-1 .loop {
  width: 27.083vw;
  min-height: 20.156vw;
  position: relative;
  border-radius: 0.521vw;
  background-size: 5.208vw;
  padding: 1.25vw 1.094vw 0 3.698vw;
  background-repeat: no-repeat;
  background-position: right 1.25vw top 1.198vw;
  background-color: white;
  background-image: url(../images/review-rating-ico.jpg);
  box-shadow: inset 0 0.208vw 0.208vw rgba(0, 0, 0, 0.25);
}
.reviews-sec-1 .loop::before {
  left: -1.51vw;
  top: -1.563vw;
  content: "";
  width: 4.167vw;
  height: 4.167vw;
  position: absolute;
  background: url(../images/review-profile-ico.svg) no-repeat center / contain;
}
.reviews-sec-1 .loop .title {
  color: #000;
  line-height: 1;
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 0.677vw;
}
.reviews-sec-1 .loop .excerpt {
  font-weight: 400;
  color: #484E6D;
  font-size: 1.25vw;
  margin-bottom: 1.042vw;
}
.reviews-sec-1 .loop .content {
  color: #000;
  font-size: 0.833vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.appleMac .copyright-area {
  padding-bottom: 1.5vw;
}
.contact-us main {
  align-items: flex-start;
}
.single_blog_banner .wpb_single_image.dsk {
  position: relative;
}
.single_blog_banner .wpb_single_image.dsk img {
  height: 20.833vw;
  object-fit: cover;
  width: 100vw;
}
.single_blog_banner .wpb_single_image.dsk::before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.xdsoft_datetimepicker {
  z-index: 8 !important;
}
.single-project .wpb_animate_when_almost_visible {
  opacity: 1;
}
.single_blog_row {
  padding: 4.167vw 0 2.604vw;
}
.single_blog_row .vc_custom_heading {
  margin-bottom: 1.563vw;
}
.single_blog_row .wpb_text_column p strong {
  color: #ffd119;
}
.sec_inner_project_banner {
  position: relative;
}
.sec_inner_project_banner .row_inner_project_banner .sec_featured_image {
  margin: 0;
  position: relative;
}
.sec_inner_project_banner .row_inner_project_banner .sec_featured_image::after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sec_inner_project_banner .row_inner_project_banner .sec_featured_image img {
  height: 20.833vw;
  object-fit: cover;
  width: 100vw;
}
.sec_inner_project_banner .row_inner_project_banner .vc_custom_heading {
  font-weight: 600;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 100%;
}
.policy_content {
  margin: 4.896vw 0 5.052vw;
}
.policy_content h2 {
  text-align: center;
}
.policy_content p.p-mr {
  margin: 0 0 0;
}
.policy_content .list-mr {
  margin: 0.521vw 0 1.042vw;
}
.policy_content a {
  transition: all 0.3s ease-in-out;
}
.policy_content a:hover {
  color: #ffd119;
}
@media only screen and (max-width: 767px) {
  .dsk {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  body {
    font-size: 2.955vw;
    line-height: 6.818vw;
  }
  p {
    margin: 0 0 6.818vw;
  }
  p:last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 4.545vw;
    line-height: 6.818vw;
    margin: 0 0 4.545vw;
  }
  h2 {
    font-size: 4.545vw;
    line-height: 5.682vw;
    margin: 0 0 4.545vw;
  }
  h3 {
    font-size: 4.091vw;
    margin: 0 0 4.545vw;
  }
  h4 {
    font-size: 3.636vw;
    margin: 0 0 4.545vw;
  }
  h5 {
    font-size: 3.182vw;
    margin: 0 0 4.545vw;
  }
  .vc_row {
    margin-left: -3.409vw;
    margin-right: -3.409vw;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 3.409vw;
    padding-right: 3.409vw;
  }
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 6.818vw;
  }
  .container {
    max-width: 100%;
    padding: 0 4.545vw;
  }
  .side_toggle {
    display: block;
    margin-top: 1.136vw;
  }
  .side_toggle svg {
    width: 5.227vw;
    height: auto;
  }
  .side_toggle svg path {
    transition: all ease-in-out 0.2s;
  }
  .show-menu .side_toggle .path-t {
    transform: translateX(-1.882vw);
  }
  .show-menu .side_toggle .path-b {
    transform: translateX(1.412vw);
  }
  .show-menu .menu-main-menu-container {
    right: 0;
  }
  header .site-logo h1 {
    margin: 0;
  }
  header .site-logo img {
    width: 35.455vw;
  }
  header .wrapper {
    max-width: 100%;
    min-height: 25vw;
    padding: 6.818vw 4.545vw 0 4.545vw;
  }
  header .phone_number {
    width: 10.682vw;
    height: 10.682vw;
    font-size: 0;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: -0.455vw 7.5vw 0 auto;
  }
  .menu-main-menu-container {
    position: absolute;
    top: 27.045vw;
    right: -100%;
    width: 55.909vw;
    display: block;
    min-height: 110.909vw;
    background: #fff;
    padding: 6.591vw 0 0 6.136vw;
    transition: all ease-in-out 0.2s;
  }
  .menu-main-menu-container > a {
    width: 45.455vw;
    display: table;
    font-size: 3.636vw;
    line-height: 11.364vw;
    border-radius: 45.455vw;
    margin: 8.409vw 0 0 -0.909vw;
  }
  .menu-main-menu-container .hover {
    display: none;
  }
  .menu-main-menu-container ul {
    font-size: 4.545vw;
  }
  .menu-main-menu-container ul.menu {
    display: block;
  }
  .menu-main-menu-container ul.menu > li {
    margin-bottom: 5.909vw;
  }
  .menu-main-menu-container ul.menu > li > a {
    display: table;
    line-height: 1;
    position: relative;
  }
  .menu-main-menu-container ul.menu > li > a::after {
    content: "";
    position: absolute;
    bottom: -1.818vw;
    height: 0.455vw;
    background-color: #040404;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    opacity: 0;
  }
  .menu-main-menu-container ul.menu > li.current_page_item > a::after {
    opacity: 1;
  }
  .btn-1, .mailpoet_captcha_form .mailpoet_submit {
    min-width: 29.545vw;
    line-height: 9.091vw;
    font-size: 2.955vw;
    font-weight: 700;
    box-shadow: inset 0 0.455vw 0.455vw rgba(0, 0, 0, 0.25);
  }
  .single-mailpoet_page .mailpoet_captcha_form .mailpoet_submit {
    line-height: 9.091vw !important;
    font-size: 2.955vw !important;
  }
  .mailpoet_captcha_form .mailpoet_text_label {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .slick-dots {
    gap: 5.227vw;
    display: flex;
    margin: 12.955vw 0 0;
    padding: 0 13.864vw 0 0;
    list-style-type: none;
    justify-content: center;
  }
  .slick-dots button {
    border: 0;
    margin: 0;
    padding: 0;
    width: 3.182vw;
    height: 3.182vw;
    font-size: 0;
    appearance: none;
    border-radius: 50%;
    box-shadow: none;
    display: block;
    cursor: pointer;
    background-color: #525252;
  }
  .slick-dots .slick-active {
    margin-top: -1.364vw;
  }
  .slick-dots .slick-active button {
    width: 6.136vw;
    height: 6.136vw;
    background-color: var(--gold);
  }
  .h-sec-1 .btn-shadow {
    box-shadow: inset 0 0.455vw 0.455vw rgba(0, 0, 0, 0.25) !important;
  }
  .h-sec-2 {
    padding-top: 7.045vw;
    position: relative;
  }
  .h-sec-2 h2 {
    margin-bottom: 5.682vw;
  }
  .h-sec-2 img {
    height: 27.727vw;
    width: 27.727vw;
    border-width: 1.364vw;
  }
  .h-sec-2 .vc_col-sm-3, .h-sec-2 .vc_col-sm-9 {
    width: 100%;
  }
  .h-sec-2 .cpt-shortcode-list {
    margin-bottom: 0;
  }
  .h-sec-2 .loop {
    margin-left: -6.818vw;
  }
  .h-sec-2 .loop:first-child {
    margin-left: 0;
  }
  .h-sec-2 .left .wpb_text_column {
    margin-bottom: 5.909vw;
  }
  .h-sec-2 .left a.project-btn {
    width: 41.591vw;
    height: 6.818vw;
    margin-left: -0.455vw;
    position: absolute;
    right: 2.955vw;
    top: -0.682vw;
  }
  .h-sec-2 .right {
    padding: 0;
  }
  .h-sec-2 .right h2 {
    line-height: 7.045vw;
  }
  .h-sec-2 .right .wpb_text_column {
    margin-bottom: 6.591vw;
  }
  .h-sec-2 .right .vc_btn3-container.btn-outer {
    top: 0;
    right: 3.182vw;
  }
  .h-sec-2 .right .btn-1 {
    min-width: 27.273vw;
  }
  .h-sec-2 .right ul {
    row-gap: 4.545vw;
    column-gap: 4.773vw;
    padding-left: 0.455vw;
  }
  .h-sec-2 .right ul li {
    width: 42.727vw;
    height: 33.182vw;
    font-size: 2.955vw;
    line-height: 5.682vw;
    font-weight: 700;
    border-radius: 2.273vw;
    padding: 0 1.591vw 2.273vw 2.727vw;
    background-size: auto 12.045vw;
    background-position: 1.818vw 3.182vw;
  }
  .h-sec-2 .right ul li a::before {
    right: 1.818vw;
    top: 2.273vw;
    width: 11.136vw;
    height: 10.909vw;
    background-size: 2.955vw;
  }
  .h-sec-3 {
    padding: 15.682vw 0 6.818vw;
  }
  .h-sec-3 video {
    height: 79.294vw;
    border-radius: 2.273vw;
  }
  .h-sec-3 .left {
    width: 100%;
  }
  .h-sec-3 .right {
    width: 100%;
  }
  .h-sec-3 .right h2 {
    margin: 0.455vw 0 5.682vw;
  }
  .h-sec-3 .right p {
    margin: 0 0 4.773vw;
  }
  .h-sec-3 .right h4 {
    font-size: 3.636vw;
    margin: 0 0 4.318vw;
    line-height: 6.818vw;
  }
  .h-sec-3 .right ul {
    padding: 0;
    line-height: 5.682vw;
  }
  .h-sec-3 .right ul li {
    margin-bottom: 3.182vw;
  }
  .h-sec-3 .vc_do_btn {
    margin: 0.455vw 0 0 0.227vw;
  }
  .h-sec-5 {
    margin: 0;
    padding: 7.5vw 0 0;
  }
  .h-sec-5 h2 {
    font-size: 4.545vw;
    font-weight: 600;
    padding-bottom: 5vw;
    text-transform: uppercase;
  }
  .h-sec-5 .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .h-sec-5 .row-1 {
    margin: 0;
  }
  .h-sec-5 .row-1 .vc_column-inner > div {
    min-height: inherit;
    border-radius: 2.273vw;
  }
  .h-sec-5 .wpb_single_image {
    margin-bottom: 4.773vw;
  }
  .h-sec-5 .wpb_single_image img {
    border-radius: 2.273vw;
    box-shadow: 0 0.909vw 0.909vw rgba(0, 0, 0, 0.25);
  }
  .h-sec-5 .vc_col-sm-4:first-child .wpb_text_column {
    padding: 0 3.864vw;
  }
  .h-sec-5 .vc_col-sm-4 {
    margin-bottom: 4.545vw;
  }
  .h-sec-5 .wpb_text_column {
    padding: 0 3.864vw;
    font-size: 2.955vw;
    line-height: 5.682vw;
    margin-bottom: 0;
  }
  .h-sec-5 .wpb_text_column h5 {
    font-size: 4.545vw;
    margin-bottom: 3.182vw;
  }
  .h-sec-5 .wpb_text_column p {
    padding-bottom: 4.773vw;
  }
  .h-sec-6 {
    padding: 2.045vw 0 5.227vw;
  }
  .h-sec-6 h2 {
    font-size: 4.545vw;
    padding: 0.909vw 0.682vw 1.591vw 7.045vw;
    background: url(../images/faq-ico-mb.svg) no-repeat 0 center / 5.227vw;
  }
  .h-sec-6 .wpb_text_column {
    margin-bottom: 6.364vw;
  }
  .h-sec-6 .row-1 {
    margin: 0;
    display: block;
    padding-top: 0;
  }
  .h-sec-6 .row-1 > div {
    width: 100%;
  }
  .h-sec-6 .vc_do_toggle {
    margin-bottom: 2.273vw;
  }
  .h-sec-6 .vc_do_toggle .vc_toggle_title h4 {
    font-size: 2.955vw;
    line-height: 5.682vw;
    border-radius: 1.136vw;
    min-height: 13.636vw;
    padding: 0 27.273vw 0 2.273vw;
  }
  .h-sec-6 .vc_do_toggle .vc_toggle_title h4::after {
    width: 9.091vw;
    height: 9.091vw;
    right: 2.273vw;
    top: 2.273vw;
    border-radius: 2.273vw;
    background-size: 3.636vw;
  }
  .h-sec-6 .vc_do_toggle.vc_toggle_default .vc_toggle_content {
    line-height: 5.682vw;
    padding: 3.409vw 2.273vw 2.727vw 2.5vw;
  }
  .h-sec-7 {
    padding: 0 0 12.5vw;
  }
  .h-sec-7 h2 {
    padding: 0;
  }
  .h-sec-7 .wpb_text_column {
    margin-bottom: 5vw;
  }
  .vc_grid-container-wrapper .vc_gitem-zone-img {
    border-radius: 1.136vw;
  }
  .vc_grid-container-wrapper .vc_grid-item-mini {
    padding-top: 30.227vw;
  }
  .vc_grid-container-wrapper .vc_grid-item-mini h4 {
    line-height: 6.818vw;
    font-size: 3.636vw;
    width: 100%;
  }
  .vc_grid-container-wrapper .slick-initialized .slick-slide {
    display: block;
  }
  .vc_grid-container-wrapper .vc_row {
    line-height: 1;
    margin: 0;
  }
  .vc_grid-container-wrapper .slick-track {
    display: block;
    transform: translate3d(0, 0, 0);
  }
  .vc_grid-container-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 -4.545vw;
    padding: 0 12.5vw;
    transform: translate3d(0, 0, 0);
  }
  .vc_grid-container-wrapper .vc_grid.vc_row .vc_grid-item {
    float: left;
    margin: 0 2.273vw;
  }
  .vc_grid-container-wrapper div.vc_gitem-zone-c {
    min-height: 31.136vw;
    border-radius: 1.136vw;
    padding: 4.091vw 3.409vw 0;
    background-size: 30.227vw;
    background-position: left 3.409vw bottom 5.455vw;
    background-image: url(../images/post-read-btn-mb.svg);
  }
  .vc_grid-container-wrapper .vc_pageable-slide-wrapper {
    display: block;
  }
  .footer-above {
    min-height: 210.455vw;
    padding: 9.091vw 7.955vw 6.818vw;
    background-image: url(../images/foo-form-bg-mb.webp);
  }
  .footer-above .left {
    width: 100%;
    margin-bottom: 2.273vw;
  }
  .footer-above .left .bh p, .footer-above .left .bd p {
    line-height: 9.091vw;
    border-radius: 1.136vw;
    padding-left: 14.091vw;
    background-size: 4.773vw;
    background-position: 4.545vw center;
  }
  .footer-above .left .bh p:first-child, .footer-above .left .bd p:first-child {
    margin: 0 0 2.273vw;
  }
  .footer-above .left .bd p {
    background-position: 4.773vw center;
  }
  .footer-above .right {
    width: 100%;
    min-height: 169.545vw;
    border-radius: 2.273vw;
    padding: 5.455vw 4.545vw 0;
  }
  .footer-above .right h3 {
    font-size: 4.545vw;
    font-weight: 700;
    padding-left: 0.455vw;
    margin-bottom: 3.409vw;
  }
  .footer-above .right h3 + p {
    padding-left: 0;
    line-height: 5.682vw;
    margin-bottom: 4.545vw;
  }
  .wpcf7 .group-3 {
    display: block;
  }
  .wpcf7 .group-3 .col-3 {
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .wpcf7 form input, .wpcf7 form select, .wpcf7 form textarea {
    height: 9.091vw;
    padding: 0 2.273vw;
    font-size: 2.955vw;
    border-radius: 1.136vw;
  }
  .wpcf7 form input.wpcf7-not-valid, .wpcf7 form select.wpcf7-not-valid, .wpcf7 form textarea.wpcf7-not-valid {
    outline-width: 0.227vw;
  }
  .wpcf7 form select {
    background-size: 2.727vw;
    background-position: right 1.818vw top 3.636vw;
  }
  .wpcf7 form textarea {
    height: 29.545vw;
    padding: 2.955vw 2.273vw;
    border-radius: 1.136vw;
    margin-bottom: 4.545vw;
  }
  .wpcf7 form .btn-1 {
    font-size: 3.636vw;
    min-width: 44.773vw;
  }
  .wpcf7 form > div {
    margin-bottom: 1.136vw;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 2.5vw;
    right: 0.682vw;
    bottom: 0.227vw;
    z-index: 9;
  }
  .wpcf7 .form-upload label {
    padding: 0 2.273vw;
    font-size: 2.955vw;
    line-height: 9.091vw;
    border-radius: 1.136vw;
    background-size: 3.182vw;
    background-position: right 2.045vw top 2.955vw;
  }
  .wpcf7 .form-upload #filename-1 {
    padding: 0 2.273vw;
    font-size: 2.955vw;
    line-height: 9.091vw;
    border-radius: 1.136vw;
    padding-right: 14.773vw;
  }
  .wpcf7 .form-upload #file-preview {
    top: 0.455vw;
    right: 0.455vw;
    height: 8.409vw;
    max-width: 13.636vw;
    border-radius: 1.136vw;
  }
  .footer-area {
    border-top-width: 0.455vw;
    padding: 5.682vw 5vw 8.409vw 4.545vw;
  }
  .footer-area::before, .footer-area::after {
    top: -1.818vw;
    width: 2.273vw;
    height: 3.182vw;
  }
  .footer-area::after {
    left: auto;
    right: 0;
  }
  .footer-area .wrapper {
    max-width: 100%;
    justify-content: space-between;
  }
  .footer-area img {
    width: 27.955vw;
  }
  .footer-area ul {
    font-weight: 700;
    font-size: 3.636vw;
    padding: 2.045vw 0 0;
  }
  .footer-area ul li {
    margin-bottom: 3.409vw;
  }
  .footer-area ul li:last-child {
    margin-bottom: 0;
  }
  .footer-area h2 {
    font-size: 4.545vw;
    margin: 0 0 1.591vw;
  }
  .footer-area-1 {
    order: 4;
    width: 40%;
    padding-top: 6.591vw;
  }
  .footer-area-2 {
    order: 2;
    width: 40%;
  }
  .footer-area-3 {
    order: 3;
    width: 38%;
  }
  .footer-area-4 {
    order: 1;
    width: 100%;
  }
  .footer-area-4 p {
    font-size: 2.955vw;
    margin-bottom: 3.409vw;
  }
  .footer-area-4 .widget_nav_menu {
    right: 13.864vw;
    bottom: 12.5vw;
    position: absolute;
  }
  .footer-area-4 #mailpoet_form_1 {
    margin-bottom: 5.455vw;
  }
  .footer-area-4 #mailpoet_form_1 .mailpoet_text {
    height: 9.091vw;
    width: 100%;
    font-size: 2.955vw;
    padding: 0 4.545vw 0 !important;
  }
  .footer-area-4 #mailpoet_form_1 .mailpoet_text.error {
    outline-width: 0.455vw;
    outline-offset: 0.227vw;
  }
  .footer-area-4 #mailpoet_form_1 .mailpoet_text.already_subscribed {
    outline-width: 0.455vw;
    outline-offset: 0.227vw;
  }
  .footer-area-4 #mailpoet_form_1 .mailpoet_submit {
    max-width: 13.636vw;
    font-size: 0 !important;
    background-size: 5.909vw;
    border-radius: 0 9.091vw 9.091vw 0;
    background-position: 3.409vw 2.727vw;
  }
  .footer-area-4 #mailpoet_form_1 p.mailpoet_validate_error, .footer-area-4 #mailpoet_form_1 p.mailpoet_validate_success {
    margin: 0 0 0.909vw;
    font-size: 2.273vw;
  }
  .menu-social-menu-container #menu-social-menu {
    gap: 4.545vw;
  }
  .menu-social-menu-container #menu-social-menu li a {
    width: 10.682vw;
    height: 10.682vw;
    background-size: auto 5.909vw;
  }
  .copyright-area {
    font-size: 2.273vw;
    padding: 0.455vw 0 1.591vw;
  }
  .subheader {
    border-bottom-left-radius: 4.545vw;
    border-bottom-right-radius: 4.545vw;
  }
  .subheader .vc_do_custom_heading {
    font-size: 5.455vw;
    line-height: 9.091vw;
  }
  .project-sec-1 {
    padding: 7.273vw 0 0;
  }
  .project-sec-1 img {
    height: 56.818vw;
    object-fit: cover;
  }
  .project-sec-1 .cpt-shortcode-list {
    display: block;
  }
  .project-sec-1 .cpt-shortcode-list .loop {
    border-radius: 2.273vw;
    margin-bottom: 4.545vw;
  }
  .project-sec-1 .cpt-shortcode-list .loop img {
    height: 56.818vw;
    width: 90.909vw;
  }
  .project-sec-1 .title {
    font-size: 3.636vw;
    min-height: 17.045vw;
    line-height: 6.818vw;
    padding: 0 9.773vw 0.909vw 3.636vw;
  }
  .project-sec-1 .white-btn {
    padding-top: 0;
    margin-top: -0.227vw;
  }
  .ab-sec-1 {
    line-height: 5.682vw;
    padding: 5.682vw 0 0;
  }
  .ab-sec-1 img {
    width: 100%;
    border-radius: 2.273vw;
  }
  .ab-sec-1 h2 {
    margin: 0 0 3.409vw;
  }
  .ab-sec-1 p {
    padding-right: 0.455vw;
    margin-bottom: 5.682vw;
  }
  .ab-sec-1 p br {
    display: none;
  }
  .ab-sec-1 .vc_col-sm-3\/5 {
    padding-left: 0;
  }
  .ab-sec-1 .vc_col-sm-3\/5 .wpb_text_column {
    margin-bottom: 5.909vw;
  }
  .ab-sec-02 {
    margin-top: -0.227vw;
    padding: 0 0 6.136vw;
  }
  .ab-sec-02 h2 {
    line-height: 9.091vw;
  }
  .ab-sec-02 h2 br {
    display: none;
  }
  .ab-sec-02 .wpb_content_element {
    margin-bottom: 0;
  }
  .ab-sec-2 {
    padding: 0 0 1.818vw;
    margin: 0 -12.5vw;
  }
  .ab-sec-2 img {
    height: 22.727vw;
  }
  .ab-sec-2 h4 {
    font-size: 4.545vw;
    padding: 0 1.591vw;
    line-height: 5.682vw;
    margin-bottom: 2.727vw;
  }
  .ab-sec-2 p {
    padding: 0 6.136vw;
  }
  .ab-sec-2 .wpb_text_column {
    min-height: 44.318vw;
    padding: 12.273vw 0 0;
    border-radius: 2.273vw;
    font-size: 2.955vw;
    line-height: 6.818vw;
    margin-bottom: 4.773vw;
  }
  .ab-sec-2 .vc_col-sm-4:nth-child(2) .wpb_text_column {
    min-height: 48.636vw;
    padding-top: 12.727vw;
  }
  .ab-sec-2 .vc_column-inner {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
  .ab-sec-2 .wpb_single_image.vc_align_center {
    margin-bottom: -8.182vw;
  }
  .ab-sec-3 {
    padding-bottom: 5.227vw;
  }
  .ab-sec-3 p {
    padding-right: 0.682vw;
    margin-bottom: 6.818vw;
  }
  .ab-sec-3 p br {
    display: none;
  }
  .ab-sec-3 h2 {
    font-size: 4.545vw;
    line-height: 9.091vw;
    padding-top: 2.955vw;
  }
  .ab-sec-3 .wpb_single_image {
    margin-bottom: 6.364vw;
  }
  .ab-sec-3 img {
    width: 100%;
    border-radius: 2.273vw;
  }
  .ab-sec-3 .wpb_text_column {
    margin-bottom: 0;
  }
  .services-sec-1 {
    padding: 6.818vw 0 0.455vw;
  }
  .services-sec-1 .services-menu {
    display: block;
  }
  .services-sec-1 img {
    height: 45.455vw;
    object-fit: cover;
  }
  .services-sec-1 .menu-item {
    border-radius: 2.273vw;
    margin-bottom: 4.545vw;
  }
  .services-sec-1 .menu-item:nth-child(2) .title {
    padding: 0 10.227vw;
  }
  .services-sec-1 .menu-item:nth-child(3) img {
    height: 48.182vw;
  }
  .services-sec-1 .title {
    font-size: 4.545vw;
    min-height: 19.091vw;
    line-height: 6.818vw;
    padding: 0 5.682vw;
    border-radius: 1.136vw;
    margin-top: -2.727vw;
  }
  .services-pages-sec-global {
    padding: 6.818vw 0 0;
  }
  .services-pages-sec-global img {
    width: 100%;
    border-radius: 2.273vw;
  }
  .services-pages-sec-global .vc_col-sm-3\/5 {
    padding-left: 0;
  }
  .services-pages-sec-global .wpb_single_image {
    margin-bottom: 4.318vw;
  }
  .services-pages-sec-global p {
    line-height: 5.682vw;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 0.455vw;
  }
  .services-pages-sec-global p br {
    display: none;
  }
  .services-pages-sec-global p:nth-child(2) {
    margin-bottom: 5.682vw;
  }
  .services-pages-sec-global .btn-outer {
    padding: 0;
    margin: -1.364vw 0 6.818vw;
  }
  .services-pages-sec-global .btn-1 {
    font-size: 3.636vw;
    min-width: 44.773vw;
  }
  .services-pages-sec-global h2 {
    line-height: 18.182vw;
  }
  .services-pages-sec-global ul {
    font-weight: 800;
    padding: 0 0 2.727vw;
    line-height: 6.818vw;
    margin: -2.955vw 0 0 4.318vw;
  }
  .services-pages-sec-global ul li {
    margin-bottom: 2.5vw;
  }
  .services-pages-sec-breeam {
    padding-top: 7.045vw;
  }
  .services-pages-sec-breeam p {
    line-height: 6.818vw;
    margin-bottom: 8.182vw;
  }
  .services-pages-sec-breeam .wpb_single_image {
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-breeam h2 {
    font-size: 5.455vw;
    line-height: 9.091vw;
    margin-bottom: 2.045vw;
  }
  .services-pages-sec-breeam .text-1 {
    margin-bottom: 7.5vw;
  }
  .services-pages-sec-breeam .text-2 {
    margin-bottom: 2.727vw;
  }
  .services-pages-sec-breeam .text-2 h2 {
    font-size: 4.545vw;
    line-height: 9.091vw;
    padding-bottom: 1.364vw;
  }
  .services-pages-sec-breeam .text-2 p {
    font-weight: 700;
  }
  .services-pages-sec-breeam-2 {
    padding-top: 0;
    padding-bottom: 1.818vw;
  }
  .services-pages-sec-breeam-2 h2 {
    font-size: 4.545vw;
    line-height: 9.091vw;
    padding-bottom: 0;
    text-align: left !important;
  }
  .services-pages-sec-breeam-2 p {
    line-height: 6.818vw;
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-breeam-2 .wpb_text_column {
    margin-bottom: 2.273vw;
  }
  .services-pages-sec-breeam-2 .vc_col-sm-2\/5 {
    width: 100%;
    padding-top: 0;
  }
  .services-pages-sec-breeam-2 .vc_col-sm-3\/5 {
    width: 100%;
    padding-left: 0;
  }
  .services-pages-sec-breeam-2 ul {
    column-gap: 0;
    row-gap: 2.045vw;
    margin: 1.136vw 0 0;
  }
  .services-pages-sec-breeam-2 ul li {
    gap: 4.545vw;
    height: 13.409vw;
    width: 57.5vw;
    padding: 0 1.591vw;
    font-size: 3.636vw;
  }
  .services-pages-sec-breeam-2 ul li strong {
    padding: 0 3.409vw;
    line-height: 10.909vw;
  }
  .services-pages-sec-breeam-2 ul li:first-child {
    width: 69.318vw;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(2) {
    width: 63.636vw;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(3) {
    width: 66.818vw;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(3) strong {
    padding-right: 3.409vw;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(4) {
    margin-left: 0;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(4) strong {
    padding-right: 3.409vw;
  }
  .services-pages-sec-breeam-2 ul li:nth-child(5) {
    width: 57.955vw;
  }
  .services-pages-sec-tech {
    padding-top: 6.818vw;
  }
  .services-pages-sec-tech .text-1 {
    margin-bottom: 7.727vw;
  }
  .services-pages-sec-tech .text-2 {
    margin-bottom: 6.136vw;
  }
  .services-pages-sec-tech .wpb_single_image {
    margin-bottom: 4.773vw;
  }
  .services-pages-sec-tech p {
    font-weight: 600;
    line-height: 6.818vw;
  }
  .services-pages-sec-tech p strong {
    font-weight: 800;
  }
  .services-pages-sec-tech p:nth-child(2) {
    margin-bottom: 0;
    padding: 6.818vw 0 0;
  }
  .services-pages-sec-tech .btn-outer {
    padding: 0;
    margin-left: 0;
  }
  .services-pages-sec-crime p {
    line-height: 6.818vw;
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-crime .text-1 {
    padding-bottom: 0;
    margin-bottom: 5.909vw;
  }
  .services-pages-sec-crime .wpb_single_image {
    margin-bottom: 8.409vw;
  }
  .services-pages-sec-crime .btn-outer {
    margin-left: 0;
    padding: 1.364vw 0 0;
  }
  .services-pages-sec-hea06 {
    padding-top: 4.545vw;
  }
  .services-pages-sec-hea06 p {
    line-height: 6.818vw;
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-hea06 p:nth-child(2) {
    margin-bottom: 3.182vw;
  }
  .services-pages-sec-hea06 .text-1 {
    margin-bottom: 8.182vw;
  }
  .services-pages-sec-hea06 .text-2 {
    margin-bottom: 3.182vw;
  }
  .services-pages-sec-hea06 .wpb_single_image {
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-hea06 .btn-outer {
    margin: 0;
    padding: 1.364vw 0 6.818vw;
  }
  .services-pages-sec-secured p {
    line-height: 6.818vw;
    margin-bottom: 6.818vw;
  }
  .services-pages-sec-secured p:nth-child(2) {
    margin-bottom: 3.182vw;
  }
  .services-pages-sec-secured .text-1 {
    margin-bottom: 3.636vw;
  }
  .services-pages-sec-secured .text-2 {
    margin-bottom: 4.091vw;
  }
  .services-pages-sec-secured .wpb_single_image {
    margin-bottom: 4.545vw;
  }
  .services-pages-sec-secured .btn-outer {
    margin: 0;
    padding: 1.364vw 0 6.818vw;
  }
  .contact-us .footer-above:not(.contact-us-sec-1) {
    display: none;
  }
  .contact-us-outer {
    padding-bottom: 5.682vw;
    background-image: url(../images/contact-us-bg-mb.webp);
  }
  .contact-us-sec-01 {
    padding: 7.955vw 0 0.909vw;
  }
  .contact-us-sec-01 p br {
    display: none;
  }
  .contact-us-sec-01 h2 {
    font-size: 4.545vw;
    margin-bottom: 3.864vw;
  }
  .contact-us-sec-1 {
    padding: 0 3.636vw;
    min-height: inherit;
    background-image: none;
  }
  .contact-us-sec-1 .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us-sec-1 .left {
    width: 100%;
  }
  .contact-us-sec-1 .row-1 {
    border-radius: 2.273vw;
  }
  .contact-us-sec-1 .row-1 p {
    margin-bottom: 3.182vw;
  }
  .contact-us-sec-1 .row-1 p:nth-child(2) {
    margin-bottom: 5vw;
  }
  .contact-us-sec-1 .row-1 p a {
    font-size: 2.955vw;
    line-height: 5.682vw;
    padding-left: 6.818vw;
    background-size: 4.773vw;
    background-position: 0 0.909vw;
  }
  .contact-us-sec-1 .row-1 .vc_col-sm-2\/5 {
    width: 100%;
    padding: 2.5vw 4.545vw 6.591vw;
  }
  .contact-us-sec-1 .row-1 .vc_col-sm-3\/5 {
    width: 100%;
  }
  .contact-us-sec-1 .row-2 {
    padding: 4.545vw 0 4.773vw;
  }
  .contact-us-sec-1 .row-2 .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .contact-us-sec-1 .row-2 .bh, .contact-us-sec-1 .row-2 .bd {
    margin-left: 0;
  }
  .contact-us-sec-1 .row-2 .bh p, .contact-us-sec-1 .row-2 .bd p {
    font-size: 2.955vw;
    min-width: 100%;
    line-height: 9.091vw;
    padding-left: 14.091vw;
    background-size: 4.773vw;
    background-position: 4.318vw center;
  }
  .contact-us-sec-1 .row-2 .bh p:first-child, .contact-us-sec-1 .row-2 .bd p:first-child {
    margin: 0;
  }
  .contact-us-sec-1 .row-2 .bd {
    padding-top: 2.273vw;
  }
  .contact-us-sec-1 .row-2 .bd p {
    padding-left: 14.545vw;
  }
  .contact-us-sec-1 .contact-social {
    gap: 2.5vw;
    display: flex;
    padding: 1.818vw 0 0;
    align-items: center;
  }
  .contact-us-sec-1 .contact-social h6 {
    font-size: 2.955vw;
    padding-bottom: 0;
  }
  .contact-us-sec-1 .contact-social #menu-social-menu {
    gap: 2.727vw;
  }
  .contact-us-sec-1 .contact-social #menu-social-menu li a {
    width: 7.045vw;
    height: 7.045vw;
    background-size: auto 4.091vw;
  }
  .contact-us-sec-1 .wpb_gmaps_widget {
    border-radius: 4.545vw;
  }
  .contact-us-sec-1 .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    height: 45.455vw;
  }
  .contact-us-sec-1 .right {
    width: 100%;
    min-height: 120vw;
    margin-right: 0;
    border-radius: 4.545vw;
    padding: 7.5vw 5.455vw 0;
  }
  .contact-us-sec-1 .group-2 {
    display: block;
  }
  .contact-us-sec-1 .group-2 .col-2 {
    width: 100%;
    margin-bottom: 5.682vw;
  }
  .contact-us-sec-1 .wpcf7 form input, .contact-us-sec-1 .wpcf7 form select, .contact-us-sec-1 .wpcf7 form textarea {
    height: 9.091vw;
    padding: 0 2.5vw;
    border-radius: 1.136vw;
  }
  .contact-us-sec-1 .wpcf7 form textarea {
    height: 35vw;
    padding: 2.955vw 2.5vw;
  }
  .contact-us-sec-1 .wpcf7 .submit {
    padding-top: 0;
  }
  #post-results {
    display: block;
    padding-bottom: 2.273vw;
  }
  #post-results .post-item {
    padding-top: 22.955vw;
    margin-bottom: 4.545vw;
  }
  #post-results .post-item .post-head {
    width: 100%;
    min-height: 25vw;
    border-radius: 1.136vw;
    background-size: 25.227vw;
    padding: 2.5vw 3.182vw 10.227vw;
    margin-bottom: 0;
    background-position: left 3.182vw bottom 5.227vw;
    background-image: url(../images/post-read-btn-mb.svg);
  }
  #post-results .post-item h5 {
    line-height: 5.682vw;
    font-size: 2.955vw;
  }
  #post-results .post-item img {
    border-radius: 1.136vw;
    height: 37.727vw;
  }
  #category-filter-form {
    display: block;
    padding: 4.545vw 4.545vw;
    border-radius: 2.273vw;
    margin-bottom: 6.818vw;
    margin-top: -2.273vw;
  }
  #category-filter-form .reset {
    font-size: 3.636vw;
    min-width: 34.091vw;
    margin-left: 0;
    margin-right: 0;
  }
  #category-filter-form select {
    height: 9.091vw;
    font-size: 2.955vw;
    border-radius: 5.682vw;
    background-size: 2.727vw;
    padding: 0 12.5vw 0 4.318vw;
    margin-bottom: 4.545vw;
    background-position: right 3.864vw top 3.864vw;
  }
  #category-filter-form .up select {
    border-radius: 5.682vw;
  }
  .c2-search-results {
    max-height: 113.636vw;
  }
  #c2-search-results {
    padding: 2.273vw;
    box-shadow: 0 0 2.273vw #fff;
    border-bottom-left-radius: 5.882vw;
    border-bottom-right-radius: 5.882vw;
  }
  #live-c2-search {
    width: 100%;
    margin-bottom: 4.545vw;
  }
  #c2-search-input {
    height: 9.091vw;
    padding: 0 17.045vw 0 4.318vw;
    font-size: 2.955vw;
    border-radius: 5.682vw;
    background: #fff url(../images/search-ico-mb.svg) no-repeat right center / 16.364vw;
  }
  .c2-card {
    padding-bottom: 1.136vw;
    margin-bottom: 1.136vw;
    border-bottom-width: 0.227vw;
  }
  .c2-card:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c2-card h5 {
    font-size: 2.727vw;
    font-weight: 600;
  }
  .c2-card img {
    width: 17%;
    height: 13.636vw;
    border-radius: 0.909vw;
  }
  .c2-card .c2-info {
    width: 83%;
    padding-left: 2.273vw;
  }
  .c2-loader {
    width: 16.364vw;
    height: 9.091vw;
    border-radius: 11.364vw;
  }
  .c2-loader::after {
    width: 4.545vw;
    height: 4.545vw;
    left: 5.682vw;
    top: 2.045vw;
    border-width: 0.455vw;
    border-top-width: 0.455vw;
  }
  .blog .vc_do_custom_heading {
    padding: 0 20.455vw 1.364vw;
  }
  .blog .h-sec-7 {
    padding: 0 0 6.818vw;
  }
  .blog .wpb_text_column {
    margin-bottom: 0;
  }
  .single-post .subheader .vc_do_custom_heading {
    line-height: 8.182vw;
    max-width: 90.909vw;
    font-size: 4.545vw;
  }
  .single-post-sec-1 {
    padding: 6.818vw 0 0;
  }
  .single-post-sec-1 .vc_col-sm-3\/5 {
    width: 100%;
    padding-bottom: 3.636vw;
  }
  .single-post-sec-1 .vc_col-sm-3\/5 img {
    border-radius: 2.273vw;
    height: 45.455vw;
    width: 90.909vw;
  }
  .single-post-sec-1 .vc_col-sm-3\/5 .wpb_single_image {
    margin-bottom: 6.591vw;
  }
  .single-post-sec-1 .vc_col-sm-3\/5 p {
    margin-bottom: 6.818vw;
  }
  .single-post-sec-1 .vc_col-sm-3\/5 p:last-child {
    margin-bottom: 0;
  }
  .single-post-sec-1 .vc_col-sm-2\/5 {
    width: 100%;
  }
  .single-post-sec-1 .vc_col-sm-2\/5 h3 {
    font-size: 4.545vw;
    margin: 0 0 5.455vw;
    font-weight: 600;
    text-align: center;
  }
  .single-post-sec-1 #post-results {
    display: block;
    padding-bottom: 0;
    margin: 0 -4.545vw;
  }
  .single-post-sec-1 #post-results .slick-list {
    padding: 0 12.273vw;
    overflow: visible;
  }
  .single-post-sec-1 #post-results .post-item {
    margin: 0 2.273vw;
    padding-top: 26.364vw;
    margin-bottom: 0;
  }
  .single-post-sec-1 #post-results .post-item img {
    height: 44.773vw;
    border-radius: 1.136vw;
  }
  .single-post-sec-1 #post-results .post-item h5 {
    line-height: 6.818vw;
    font-size: 3.636vw;
  }
  .single-post-sec-1 #post-results .post-item h5 span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .faq-sec-1 {
    padding: 6.591vw 0 4.545vw;
  }
  .reviews-sec-1 {
    padding: 7.045vw 0 0;
  }
  .reviews-sec-1 .wpb_text_column {
    margin-bottom: 2.273vw;
  }
  .reviews-sec-1 h1 {
    font-size: 5.455vw;
    line-height: 9.091vw;
    margin-bottom: 5.682vw;
  }
  .reviews-sec-1 p {
    max-width: 100%;
    margin: 0 auto 4.545vw;
  }
  .reviews-sec-1 .slick-list {
    padding: 6.136vw 9.545vw 4.545vw 11.136vw;
  }
  .reviews-sec-1 .cpt-shortcode-list {
    padding-left: 0;
    margin: 0 -4.545vw;
  }
  .reviews-sec-1 .loop {
    width: 100%;
    margin: 0 4.091vw;
    min-height: 77.727vw;
    border-radius: 2.273vw;
    background-size: 14.318vw;
    padding: 5.636vw 5.682vw 0 9.773vw;
    background-position: right 3.182vw top 3.182vw;
    box-shadow: inset 0 0.909vw 0.909vw rgba(0, 0, 0, 0.25);
  }
  .reviews-sec-1 .loop::before {
    top: -4.318vw;
    left: -3.864vw;
    width: 11.136vw;
    height: 11.136vw;
  }
  .reviews-sec-1 .loop .title {
    font-size: 3.636vw;
    line-height: 4.545vw;
    margin-bottom: 1.364vw;
  }
  .reviews-sec-1 .loop .excerpt {
    font-size: 3.636vw;
    line-height: 4.545vw;
    margin-bottom: 4.545vw;
  }
  .reviews-sec-1 .loop .content {
    font-size: 2.955vw;
    -webkit-line-clamp: 8;
  }
  .thank-you-sec {
    padding: 30vw 0;
  }
  .thank-you-sec .wpb_text_column {
    margin-bottom: 0;
  }
  .single_blog_banner .wpb_single_image.mb {
    position: relative;
  }
  .single_blog_banner .wpb_single_image.mb img {
    height: 68.182vw;
    width: 100vw;
  }
  .single_blog_banner .wpb_single_image.mb::before {
    background: rgba(0, 0, 0, 0.45);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .policy_content {
    margin: 9.091vw 0 7.727vw;
  }
  .policy_content .list-mr {
    margin: 3.182vw 0 4.545vw;
  }
  .single_blog_row {
    padding: 11.136vw 0 4.545vw;
  }
  .single_blog_row .vc_custom_heading {
    margin-bottom: 4.545vw;
  }
  .sec_inner_project_banner .row_inner_project_banner .sec_featured_image img {
    height: 68.182vw;
    width: 100vw;
  }
}
