/* Theme Name: PMTC Consultancy
Description: This is the website for PMTC
Author: - 
Author URI: https://pmtc.com.ph
Version: 1.0.0 
Tags: full 
License: Proprietary License URI: https://pmtc.com.ph*/

/* TABLE OF CONTENTS 
1. Variables 
2. Custom CSS 
*/

/******************************************************* 
* 
* 1. Variables 
* 
*******************************************************/

:root {
	/** Font default */
	--font-family-default: "Lato", sans-serif;
	--font-family-title: "Montserrat", sans-serif;
	--font-size-default: 14px;
	--font-size-title: 18px;
	--font-color-default: #000000;
	--font-color-title: #6c757d;
	/** Use for input, button, and any other element */
	--primary: #748D9E;
	--secondary: #343636;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #fffff0;
	--dark: #070F12;
  
  --default-transition: all 0.3s ease;
}


/* Global */
html * {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-default) !important;
  font-size: var(--font-size-default);
  background: #fff;
  color: var(--font-color-default);
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

body.overflow {
  overflow: hidden;
}

.site-canvas {
  display: block;
  width: 100%;
}

.custom-container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

a,
a:focus,
a:hover,
a:focus-within {
  text-decoration: none;
}

input,
textarea,
button {
	outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

.home video {
  cursor: pointer;
}

.rel {
  position: relative;
}

.blk {
  display: block !important;
}

.no-padding {
  padding-right: 0 !important;
}

.disable {
  pointer-events: none;
}

.img-object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-bg {
  background: #fff;
}

.img-wrapper {
  position: relative;
}

.img-wrapper canvas {
  display: block;
  width: 100%;
} 

.img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.bg-canvas-rel {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.ios-true .bg-canvas,
.safari .bg-canvas,
.ios-true .bg-fixed,
.safari .bg-fixed {
  background-attachment: scroll !important;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-canvas-g {
  filter: grayscale(1);
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bw {
  filter: grayscale(1);
}

.ease {
  transition: var(--default-transition);
  -webkit-transition: var(--default-transition);
  -moz-transition: var(--default-transition);
  -o-transition: var(--default-transition);
}

.ease-1 {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#main-wrapper {
  overflow: hidden;
}

.show-mb {
  display: none !important;
}

.txt-up {
  text-transform: uppercase;
}

.zi-100 {
  z-index: 100;
}

.rel-z {
  position: relative;
  z-index: 100;
}

.hidden {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.n-app {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  outline: none;
  background: transparent;
  border: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

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

input,
textarea,
button {
  border-radius: 0 !important;
}

/* Flex */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.custom-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-c {
  align-items: center;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.fd-c{
  flex-direction: column;
}

.fd-rr {
  flex-direction: row-reverse;
}

/* Global Button */
.global-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: clamp(290px,16.82vw,323px);
  width: 100%;
  height: 60px;
  color: #fff;
  line-height: 1;
  font-size: clamp(13px,0.78vw,15px);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  position: relative;
  transition: var(--default-transition);
}

/* .global-btn a::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: var(--default-transition);
} */

/* .global-btn.dark a::before {
  background: var(--secondary);
}

.global-btn.no-shade a::before {
  display: none;
} */

.global-btn a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: var(--default-transition);
}

.global-btn a span {
    position: relative;
    z-index: 50;
    text-align: center;
    display: block;
    padding: 0 10px;
}

/* Hover */
.global-btn.no-shade a:hover::After {
  background: var(--secondary);
}

.global-btn a:hover::before {
  background: var(--primary);
}

.global-btn a:hover::after {
  background: var(--secondary);
}

/* Global Title */
.global-title-txt-sm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-family-title);
  font-size: clamp(15px,0.94vw,18px);
  font-weight: 600;
  color: var(--secondary);
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.global-title-txt-sm.center {
  justify-content: center;
}

.global-title-txt-sm::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--secondary);
  margin: 0 20px 0 0;
}

.global-title-txt-lg {
  line-height: 1.14;
  font-weight: 700;
  font-size: clamp(30px,2.5vw,48px);
  color: var(--secondary);
  margin: 0;
}

.global-title-txt-lg span {
  color: var(--primary);
}

.white .global-title-txt-sm,
.white .global-title-txt-lg,
.white .global-title-txt-lg span {
  color: #fff;
}

.white .global-title-txt-sm::before {
  background: #fff;
}

/* Header */
.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 15px 15px;
  transition: var(--default-transition);
}

.header-logo {
  max-width: clamp(130px,8.59vw,165px);
  width: 100%;
}

.header-btn {
  width: 100%;
  max-width: clamp(180px,13.02vw,250px);
}

/* Header Navigation */
.header-menu {
  margin: 0 50px 0 auto;
}
#nav {
  list-style: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

#nav > li {
  padding: 0 clamp(5px,0.781vw,15px);
}

#nav > li:last-of-type {
  padding-right: 0;
}

#nav > li > a {
  font-size: clamp(14px, 0.833vw, 16px);
  letter-spacing: 0.05em;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: var(--default-transition);
  font-family: var(--font-family-title);
}

#nav > li:hover > a {
	color: var(--primary) !important;
}

#nav > li .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 35px 0 0;
  margin: 0;
}

#nav > li:hover .sub-menu {
  display: block;
}

#nav > li .sub-menu a {
  color: #fff;
  display: block;
  padding: 15px 15px;
  background: var(--secondary);
  font-size: 15px;
  transition: all 0.3s ease;
}

#nav > li .sub-menu a:hover {
  background: var(--primary);
}

.fh #nav > li .sub-menu {
  padding: 25px 0 0;
}

/* Fixed Header */
.header.fh {
  background: var(--secondary);
}

.header.fh .header-logo {
  filter: brightness(100);
}

.fh #nav > li > a {
  color: #fff;
}

.fh .global-btn.no-shade a:hover::after {
  background: #fff;

}

.fh .global-btn.no-shade a:hover {
  color: var(--secondary);
}

/* Hero Section */
.hero-wrap {
    min-height: clamp(700px, 43.59vw, 837px);
    background: #000;
}

.hero-wrap .bg-canvas {
  opacity: 0.3;
}

.hero-wrap h2 {
  color: #fff;
  font-size: clamp(16px,0.94vw,18px);
  font-weight: 600;
  font-family: var(--font-family-title);
  line-height: 1;
  letter-spacing: clamp(10px,0.78vw,15px);
  margin: 100px 0 20px;
}

.hero-wrap h1 {
  font-weight: 800;
  font-size: clamp(50px,4.17vw,80px);
  font-family: var(--font-family-title);
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.hero-wrap h1 span {
  color: var(--primary);
}

.hero-wrap p {
  color: #fff;
  font-size: clamp(18px,1.3vw,25px);
  line-height: 1.3;
  margin: 20px 0 50px;
}

.hero-wrap .global-btn a {
  margin: auto;
}

/* Services */
.services-wrap {
  padding: 110px 15px 150px;
  overflow: hidden;
}

.services-wrap .bg-canvas {
  height: calc(100% - 75px);
  width: 31%;
  opacity: 0.1;
}

.services-top {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 70px;
}

.services-top-right {
  max-width: 323px;
  width: 100%;
}

.services-holder-inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

.services-holder {
  margin: 0 -20px;
}

.services-item {
  padding: 20px;
}

.services-item a {
  display: block;
  position: relative;
  max-width: 452px;
  width: 100%;
  box-shadow: 4px 4px 15px rgba(0,0,0,0.15);
}

.services-details {
  background: #fff;
  padding: 20px 15px 20px 40px;
}

.services-details-num {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.services-details-num span {
  font-size: clamp(30px,2.5vw,48px);
  font-family: var(--font-family-title);
  font-weight: 800;
  color: var(--primary);
}

.services-details-num::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--primary);
  display: block;
  transition: var(--default-transition);
  transition-delay: 0.5s;
  transform: translateX(15px);
}

.slick-current .services-details-num::after {
  width: calc(100% - 80px);
}

.services-details h3 {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(20px,1.35vw,26px);
  font-weight: 700;
  line-height: 1.2;
}

.services-details p {
  font-weight: 300;
  font-size: clamp(16px,0.99vw,19px);
  line-height: 1.3;
  color: var(--secondary);
  margin: 10px 0 20px;
}

.services-details-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.services-details-btn span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(15px,0.89vw,17px);
  color: var(--primary);
}

.services-details-btn i {
  font-size: 16px;
  color: var(--primary);
  margin: 0 0 0 20px;
}

.services-item:not(.slick-current) .services-img canvas {
  height: 0;
  transition: var(--default-transition);
}

.services-item.slick-current .services-img canvas {
  height: 215px
}

.services-item:not(.slick-current) {
  opacity: 0.5;
  pointer-events: none;
}

.services-item.slick-current {
  opacity: 1;
}

.services-holder-nav {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.services-holder-nav button {
  outline: none;
  border-radius: 0;
  margin: 0 0 0 10px;
  height: clamp(70px,5.21vw,100px);
  width: clamp(40px,3.65vw,70px);
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px,1.67vw,32px);
  z-index: 100;
  cursor: pointer;
  transition: var(--default-transition);
}

.services-holder-nav button:hover {
  background: var(--secondary);
}

/* Projects */
.proj-wrap {
  padding: 110px 10px 78px;
}

.proj-wrap .bg-canvas {
  opacity: 0.1;
}

.proj-container {
  max-width: 1576px;
  width: 100%;
  margin: auto;
}

.proj-holder-wrap {
  margin: 30px 0 ;
}

.proj-col {
  display: flex;
  flex-wrap: wrap;
}

.proj-col:nth-child(1) {
  width: 50%;
}

.proj-col:nth-child(1) .proj-half {
  width: 50%;
}

.proj-col:nth-child(2) {
  width: 27.88%;
}

.proj-col:nth-child(3) {
  width: 22.12%;
}

.proj-img-sm canvas {
  height: 260px !important;
}

.proj-img-lg canvas {
  height: 530px !important;
}

.proj-col .proj-half, .proj-col .proj-whole {
  padding: 5px;
}

.proj-col .img-wrapper {
  overflow: hidden;
}

.proj-col a .img-wrapper img {
  transition: var(--default-transition);
}

.proj-col a:hover .img-wrapper img {
  transform: scale(1.1);
}

.proj-btn a {
  margin: auto;
}

/* About */
.about-wrap {
  padding: 80px 15px;
}

.about-container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}

.about-content {
  width: 48.6364%;
  padding: 0 15px 0 0;
}

.about-list {
  margin: 35px 0;
}

.about-list-item {
    margin: 20px 0;
}

.about-list-item-icon {
  width: clamp(30px,2.08vw,40px);
  height: clamp(30px,2.08vw,40px);
}

.about-list-item-txt {
  width: calc(100% - 40px);
  font-size: clamp(16px,1.04vw,20px);
  font-weight: 700;
  color: var(--secondary);
  padding: 0 0 0 32px;
}

.about-content-inner {
  max-width: 560px;
  width: 100%;
}

.about-txt {
  font-size: clamp(18px,1.3vw,25px);
  font-weight: 300;
  line-height: 1.3;
  color: var(--secondary);
}

.about-img {
  width: 51.3636%;
}

.about-img-wrapper {
  padding: 31px;
}

.about-img-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 457px;
  max-height: 437px;
  background: var(--secondary);
}

.about-img-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 457px;
  max-height: 437px;
  background: var(--primary);
}

/* Choose */
.choose-wrap {
  background: var(--primary);
  padding: 85px 15px;
}

.choose-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.choose-content {
  width: 34.1085%;
  padding: 0 30px 0 0;
}

.choose-img canvas {
  min-height: 358px;
}

.choose-content-inner {
    min-height: 358px;
    margin: 0 0 30px;
}

.choose-content-inner h2 {
  margin-top: 0;
}

.choose-list {
  width: 65.8915%;
}

.choose-checks-item {
  color: #fff;
  margin: 18px 0;
}

.choose-checks-item i {
  width: 28px;
  font-size: 18px;
}

.choose-checks-item span {
  width: calc(100% - 28px);
  font-size: clamp(16px,0.99vw,19px);
  font-weight: 500;
}

.choose-list-inner {
  margin: -15px;
}

.choose-list-item {
  padding: 15px;
  width: 50%;
}

.choose-list-item-wrapper {
  background: #fff;
  min-height: 358px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.choose-list-item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 313px;
  width: 100%;
}

.choose-list-item-icon {
  width: 60px;
  height: 62px;
}

.choose-list-item h3 {
  font-size: clamp(19px,1.25vw,24px);
  font-family: var(--font-family-title);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
  margin: 20px 0;
}

.choose-list-item p {
  line-height: 1.45;
  font-size: clamp(16px,0.99vw,19px);
  font-weight: 300;
  color: var(--secondary);
  margin: 0;
  min-height: 83px;
}

/* Testimonials */
.reviews-wrap {
  background: var(--secondary);
  padding: 116px 15px 115px;
}

.reviews-wrap > .bg-canvas {
  opacity: 0.4;
}

.reviews-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.reviews-content .reviews-col-inner {
    margin: 0 0 50px;
}

.reviews-content .global-title-txt-lg span {
  display: block;
}

.reviews-holder:not(.slick-initialized) .reviews-item ~ div {
  display: none;
}

.reviews-col {
  width: 50%;
}

.reviews-holder-wrap {
    background: #fff;
    min-height: 294px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}

.reviews-holder {
  max-width: 522px;
  width: 100%;
  margin: auto;
}

.reviews-item p {
  margin: 0;
  font-size: clamp(17px,0.99vw,19px);
  line-height: 1.3;
  color: var(--secondary);
}

.reviews-from {
  margin: 30px 0 0;
}

.reviews-from span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
  margin: 0 0 5px;
}

.reviews-from em {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: var(--primary);
  text-transform: uppercase;
}

.reviews-dots ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.reviews-dots ul li button {
  height: 22px;
  width: 22px;
  border-radius: 50% !important;
  border: 1px solid transparent;
  padding: 0;
  margin: 0 10px 0 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.reviews-dots ul li button::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 50%;
}

.reviews-dots ul li.slick-active button {
  border-color: var(--primary);
}

.reviews-dots ul li.slick-active button::before {
  background: var(--primary);
}

/* FAQ */
.faq-wrap {
  padding: 65px 15px;
}

.faq-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.faq-content {
  width: 42.6357%;
  padding: 0 15px 0 0;
}

.faq-content .faq-content-inner {
  max-width: 480px;
  width: 100%;
}

.faq-questions {
  width: 57.3643%;
}

.accordion-question {
  cursor: pointer;
  margin: 5px 0;
}

.accordion-question h3 {
  margin: 0;
  font-size: clamp(20px,1.35vw,26px);
  font-family: var(--font-family-title);
  font-weight: 700;
  color: var(--secondary);
  padding: 0 15px 0 0;
  width: calc(100% - 15px);
  transition: var(--default-transition);
}

.accordion-answer {
  display: none;
  line-height: 1.45;
  font-size: clamp(17px,0.99vw,19px);
  font-weight: 300;
  color: var(--secondary);
  margin: 23px 0 0;
}

.accordion-question i {
  width: 15px;
  height: 15px;
  position: relative;
  transition: var(--default-transition);
}

.accordion-question i::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--secondary);
  transition: var(--default-transition);
}

.accordion-question i::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--secondary);
  transition: var(--default-transition);
}

.faq-content-txt {
    font-size: clamp(19px,1.3vw,25px);
    font-weight: 300;
    line-height: 1.3;
    color: var(--secondary);
    max-width: 355px;
    width: 100%;
    margin: 20px 0 40px;
}

.faq-item {
  border: 1px solid #C8C8C8;
  padding: 13px 30px;
  margin: 30px 0;
}

.faq-item.active {
  padding: 30px 30px;
  border-color: var(--primary);
}

.faq-item.active .accordion-question h3 {
  color: var(--primary);
}

.faq-item.active .accordion-question i::before {
  background: var(--primary);
}

.faq-item.active .accordion-question i::after {
  height: 0;
}

.faq-item:hover .accordion-question h3 {
  color: var(--primary);
}

/* Blog */
.blog-wrap {
  padding: 50px 15px 100px;
}

.blog-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.blog-top-col.btn {
  max-width: 328px;
  width: 100%;
}

.blog-holder {
  margin: 0 -15px;
}

.blog-item {
  width: calc(100% / 3);
  padding: 15px;
}

.blog-item a {
  display: block;
  position: relative;
  background: #fff;
}

.blog-item-content {
  padding: 20px 0 0;
}

.blog-item-cat-date span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.blog-item-cat-date span:first-of-type {
  font-weight: 600;
  color: #001F3F;
}

.blog-item-cat-date i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  margin: 0 10px;
}

.blog-item-cat-date span:last-of-type {
  font-weight: 400;
  color: #202C38;
}

.blog-item-title {
  margin: 17px 0;
  color: #000810;
  font-size: clamp(20px,1.35vw,26px);
  font-weight: 700;
  font-family: var(--font-family-title);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Change this number to limit lines */
}

.blog-item-excerpt {
  color: var(--secondary);
  font-size: clamp(17px,0.99vw,19px);
  line-height: 1.45;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* Change this number to limit lines */

}

.blog-item-btn {
  text-transform: uppercase;
  color: var(--primary);
  font-size: clamp(15px,0.94vw,18px);
  font-weight: 600;
  border-top: 1px solid #C8C8C8;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

.blog-item-btn i {
  font-size: 16px;
  color: var(--primary);
  margin: 0 0 0 10px;
}

/* Client */
.client-wrap {
  /* background: var(--primary); */
  background: #f5f5f5;
  padding: 80px 15px;
}

.client-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.client-holder {
  margin: 0 -15px;
}

.client-holder:not(.slick-initialized) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client-holder:not(.slick-initialized) .client-item:nth-child(n + 5) ~ div {
  display: none;
}

.client-item {
  padding: 0 15px;
  width: calc(100% / 5);
}

.client-item .img-wrapper {
  max-width: 201px;
  width: 100%;
  margin: auto;
}

/* Contact */
.contact-wrap {
    padding: 80px 15px 30px;
}

.contact-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.contact-form-wrapper {
  width: 54.2635%;
  padding: 0 15px 0 0;
}

.contact-content {
  width: 45.7365%;
  padding: 45px 0 0 15px;
}

.contact-form p {
    margin: 0;
}

.contact-form input,
.contact-form textarea {
  height: 60px;
  width: 100%;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  font-size: clamp(16px,0.99vw,19px);;
  color: #000;
  background: transparent;
  font-family: var(--font-family-default);
  padding: 0 15px;
}

.contact-form textarea {
  height: 164px;
  resize: none;
  padding: 15px;
}

.cf-row.half {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.cf-row.half .cf-field {
  width: 50%;
}

.cf-row.half .cf-field:first-of-type {
  padding: 0 10px 0 0;
}

.cf-row.half .cf-field:last-of-type {
  padding: 0 0 0 10px;
}

.cf-field {
    margin: 0 0 20px;
}

.cf-field.cf-field-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 323px;
    width: 100%;
    height: 60px;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    position: relative;
    margin: 0 auto;
}

/* .cf-field.cf-field-submit::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    transition: var(--default-transition);
} */

.cf-field.cf-field-submit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transition: var(--default-transition);
}

.cf-field.cf-field-submit:hover::before {
  background: var(--primary);
}

.cf-field.cf-field-submit:hover::after {
  background: var(--secondary);
}

.cf-field.cf-field-submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
}

.cf-field.cf-field-submit input {
    border: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: auto;
    top: 0;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-form {
    padding: 0 0 60px;
    max-width: 630px;
    width: 100%;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.contact-content h3 {
    color: var(--secondary);
    margin: 0 0 40px;
    font-size: clamp(25px,1.56vw,30px);
    font-weight: 700;
    color: var(--secondary);
    font-family: var(--font-family-title);
    max-width: 330px;
    width: 100%;
}

.contact-content-item-label {
  font-family: var(--font-family-default);
  font-size: clamp(13px,0.73vw,14px);
  font-weight: 500;
  text-transform: uppercase;
  color: #A9A9A9;
  margin: 0 0 14px;
}

.contact-content-item-value a {
  font-family: var(--font-family-default);
  font-size: clamp(15px,0.94vw,18px);
  font-weight: 600;
  line-height: 1.25;
  color: var(--secondary);
  transition: var(--default-transition);
}

.contact-content-item-value a:hover {
  color: var(--primary);
}

.contact-content-item {
    margin: 0 0 20px;
}

.contact-smi a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 26px;
  margin: 0 25px 0 0;
  transition: var(--default-transition);
}

.contact-smi a:hover {
  background: var(--secondary);
}

.contact-content-inner {
    max-width: 517px;
    width: 100%;
    margin: 0 0 0 auto;
}
 
/* Footer */
.footer {
  background: var(--primary);
  padding: 70px 15px;
}

.footer-container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.footer-logo a {
  display: block;
  max-width: 201px;
  width: 100%;
  margin: auto;
}

.footer-nav {
  margin: 40px 0 0;
}

.footer-nav ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-nav ul li {
  padding: 10px 15px;
}

.footer-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: var(--default-transition);
}

.footer-nav ul li a:hover {
  color: var(--secondary);
}

/* IP Banner */
.ip-banner-main {
  position: relative;
}

.ip-banner-main canvas {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ip-banner-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 3;
  background: #343636;
  background: linear-gradient(0deg, rgba(52, 54, 54, 1) 0%, rgba(116, 141, 158, 1) 100%);
  opacity: 0.9;
}

/* Breadcrumbs */
#breadcrumbs {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 15px 0 0;
  letter-spacing: 2px;
}

#breadcrumbs a {
  color: #fff;
}

/* Page Title */
.entry-title {
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-size: clamp(35px,2.6vw,50px);
  font-weight: 700 !important;
  margin: 0;
  line-height: 1;
}

#content .entry {
  min-height: 500px;
    padding-bottom: 30px;
}

#inner-page-wrapper {
  overflow: hidden;
}

body #hubspot-messages-iframe-container iframe {
  bottom: 70px !important;
}

body #hubspot-messages-iframe-container .hs-shadow-container.active + iframe {
  bottom: 0 !important;
}

.grecaptcha-badge {
  z-index: 1000 !important;
}

.custom-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    padding: 90px 15px 0;
}

/* Mobile */
.mobile-header{
  position: relative;
  left: 0;
  width: 100%;
  background: var(--primary);
  font-size: 0;
  display: none;
  z-index: 1040;
  box-shadow: 0px -4px 19px rgba(0, 0, 0, 0.35);
  padding: 10px 15px;
}

.mobile-field-logo {
  filter: brightness(100);
}

.mobile-field{
    /* height: 50px; */
    text-align: center;
}

.mobile-field-email{
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}

.mobile-field a{
    display: block;
    height: auto;
    color: var(--primary);
    max-width: 125px;
    width: 100%;
}

.mobile-field i {
    font-size: 35px;
    color: #fff;
}

.mobile-nav-wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background:var(--primary);
    z-index: 1035;
    padding-top: 83px;
    text-align: center;
    display: none;
	height: 100%;
	overflow: auto;
}

.mobile-nav .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav .main-menu li{
    display: block;
}

.mobile-nav .main-menu li a{
    font-family: var(--font-family-title);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 10px 3px !important;
    /* border-top: 1px solid #ccc; */
}

.mobile-contact a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.mobile-contact {
    padding-top: 10px;
    display: none;
}

.mobile-nav .main-menu .sub-menu {
    padding: 0;
    display: none;
}

.fancybox-opened .fancybox-title {
  display: none !important;
}

/*media query*/
@media only screen and (max-width: 1024px) {
  .show-mb {
    display: block !important;
  }

  .hidden-mb {
    display: none !important;
  }

  .custom-title {
    padding-top: 0;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }
  /* Mobile */
  .mobile-header{
	    display: flex;
	}
	
	.mobile-contact{
		display: block;
	}
	
	.mobile-nav{
		overflow: auto;
	}
	
	.mobile-nav .main-menu .sub-menu{
		position: relative;
		min-width: 100%;
	}
	
	.mobile-nav .main-menu .sub-menu li a{
		background: var(--secondary);
        color: #fff;
	}

  .mobile-nav .menu-item-has-children.submenu-open > .sub-menu {
        display: block;
  }

	.menu{
		margin: 0;
	}

  .bg-fixed {
    background-attachment: scroll;
  }

  .entry-title {
    font-size: 35px;
    text-align: center;
  }

  .ip-breadcrumbs {
    text-align: center;
  }

  /* Hero */
  .hero-wrap {
    min-height: auto;
    padding: 100px 15px;
  }

  .hero-wrap h2 {
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: 0;
  }

  /* Services */
  .services-wrap {
    padding: 50px 15px 75px;
  }

  .services-holder-nav {
    position: relative;
    right: 0;
    bottom: 0;
  }

  .services-container {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }

  .services-item a {
    max-width: 100%;
  }

  .services-top {
    margin-bottom: 0;
  }

  .services-top-right {
    max-width: 100%;
    margin: 30px 0 0;
  }

  .services-top-right a {
    margin: auto;
  }

  
  /* Projects */
  .proj-container {
    max-width: 500px;
  }

  .proj-col {
    width: 100% !important;
  }

  .proj-img-sm canvas {
    height: auto;
  }

  .proj-col .proj-half, .proj-col .proj-whole {
    width: 100%;
  }

  /* About */
  .about-main {
    flex-direction: column-reverse;
  }

  .about-container {
    max-width: 500px;
  }

  .about-col {
    width: 100% !important;
  }

  .about-content {
    padding: 30px 0 0;
  }

  /* Choose */

  .choose-container {
    max-width: 500px;
  }

  .choose-col {
    width: 100% !important;
  }

  .choose-content {
    padding: 0 0 30px;
  }
  
  .choose-col.choose-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .choose-content-inner {
    min-height: auto;
    margin: 30px 0;
  }

  .choose-list-item {
    width: 100%;
  }

  .choose-list-item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }

  .choose-list-item p {
    min-height: auto;
  }

  /* Reviews */
  .reviews-wrap {
    background: var(--secondary);
    padding: 50px 15px;
  }

  .reviews-main {
    flex-direction: column-reverse;
  }

  .reviews-col {
    width: 100%;
  }

  .reviews-holder-wrapper .reviews-col-inner {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }

  .reviews-dots ul li button {
    margin: 5px;
  }

  .reviews-dots ul {
    justify-content: center;
  }

  .reviews-wrap .global-title-txt-sm {
    justify-content: center;
    text-align: center;
  }

  .reviews-wrap .global-title-txt-lg {
    text-align: center;
  }

  /* FAQ */
  .faq-container {
    max-width: 500px;
  }

  .faq-col {
    width: 100% !important;
  }

  .faq-item {
    padding: 15px !important;
  }

  .faq-content-txt {
    max-width: 100%;
  }

  .faq-content {
    padding: 0;
  }

  /* Blog */
  .blog-container {
    max-width: 500px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-top-col.btn {
    margin-top: 30px;
  }

  /* Contact */
  .contact-container {
    max-width: 500px;
  }

  .contact-col {
    width: 100%;
  }

  .contact-form-wrapper {
    padding: 0;
  }
  
  .cf-row.half .cf-field {
    width: 100%;
    padding: 0 !important;
  }
  
  .contact-content h3 {
    max-width: 100%;
  }

  .contact-content {
    padding: 45px 0 0;
  }

  /* Footer */
  .footer-nav ul {
    flex-direction: column;
  }

}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {

}