/*
	Theme Name: Impact Base
	Version: 1.1
	Last Updated : April 2024
	Author: Impact Marketing
*/
/*------------------------------------*\
    Template Lines - DELETE
\*------------------------------------*/


/*------------------------------------*\
    COLORS
\*------------------------------------*/


:root {
  --main: #001945;      /*--------  rgba(1, 160, 76, 1)  --------*/
  --secondary: #ca8d2d;    /*--------  rgba(40, 92, 116, 1)  --------*/

  --bright-light: #f3f7f7;
  --light-bg: #f0fdfd; 
  --light-grey: #f5f5f5;
  --section-bg: #f1e9dc; 

  --text-color: #766e64;       
  --bs-box-shadow: 0px 1px 2px 1px color-mix(in srgb, var(--main) 14%, transparent);
  ---bs-box-shadow-lg: 0px 20px 40px 0px color-mix(in srgb, var(--main) 8%, transparent);
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-hover-color: #00CFC3;
  --bs-link-hover-color-rgb: 0,207,195;
  --bs-highlight-bg: var(--bs-primary);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #C9CED3;
  --bs-border-radius: 24px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 30px;
  --bs-border-radius-pill: 100%;
  --bs-body-color-rgb: 81,86,93;
  --bs-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

:root {
  /* --header-font: 'Oswald', sans-serif; */
  --header-font: 'minion-pro', sans-serif;
  --text-font: 'figtree', sans-serif;
}


 /* Wordpress Admin Editing Bar */
 div#wpadminbar {
  display: none;
}

/*
* {
  outline: 1px solid red !important;
}*/

/*------------------------------------*/

html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.pageWrap {
    background-color: #fff;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
.pageContain {
    background-color: white;
}
.copyrightWrap {
    background-color: #ececec;
    padding: 7px 0px;
    font-size: 12px;
}
footer {
    background-color: #ececec;
}
.footerContainer {
    min-height: 140px;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}


body {
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
/* header */
.header {}
/* logo */
.logo {}
.logo-img {}
/* nav */
.nav {}
/* sidebar */
.sidebar {}
/* footer */
.footer {}
::selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--main);
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}

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

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pageinsers.position-center-center {
	left: 50%;
	position: absolute;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
body {
    max-width: 100vw;
    overflow-x: hidden;
    display: block;
    float: left;
    width: 100%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
  margin-top: 0!important;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*------------------------------------*\
    THEME CSS
\*------------------------------------*/

.menuWrap {
    display: block;
    float: left;
    width: 100%;
}
ul#menu-main-menu {
    list-style: none;
}
ul#menu-main-menu > li {
    float: left;
    display: inline-block;
}

footer {
    float: left;
    width: 100%;
}
.CWRight {
    text-align: right;
}
ul#menu-main-menu {
    padding: 0px;
}
.barsWrap {
    display: block;
    height: auto;
    float: left;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}

footer {
    float: left;
    width: 100%;
}
.CWRight {
    text-align: right;
}

.barsWrap {
    display: block;
    height: auto;
    float: left;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}
/*======= Team Module =======*/
.team-content {
    padding: 0 25px !important;
}
.team-content h1 {
    font-size: 2.2em;
    margin-top: 40px;
}
@media screen and (max-width:991px) {
    .team-content {
        padding: 30px 15px !important;
    }
    .team-content h1 {
        margin-top: 0;
    }
}
/*======= END TEAM MODULE =======*/
/*
      _____                            _
      \_   \_ __ ___  _ __   __ _  ___| |_
       / /\/ '_ ` _ \| '_ \ / _` |/ __| __|
   /\/ /_ | | | | | | |_) | (_| | (__| |_
  \____/ |_| |_| |_| .__/ \__,_|\___|\__|
                   |_|
*/
/* ==== GENERNAL ==== */
body, html {
    height: 100%;
}
html {
    height: auto;
}
body {
    background-color: #fff;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}
/* IE7 */
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
a {
    text-decoration: none !important;
    font-family: var(--header-font);
    color: var(--main);
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

i,
span,
a {
    display: inline-block;
}

.color-theme {
  color: var(--main)!important;
}

input,
select,
textarea,
select {
    border: none;
    width: 100%;
    height: 30px;
    background-color: var(--light-grey);
    padding: 0 40px;
}

.white {
  color: #ffffff!important;
}

.white p {
  color: #ffffff!important;
}

.main-blue {
  color: var(--main)!important;
}

.yellowish {
  color: var(--yellow)!important;
}
/* ==== Global ==== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
}

dl, ol, ul {
    font-family: var(--text-font);
}

h1 {
  display: block;
  font-size: 50px;
  font-family: var(--header-font);
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  -moz-transform: matrix( 0.999539992595,0,0,1,0,0);
  -webkit-transform: matrix( 0.999539992595,0,0,1,0,0);
  -ms-transform: matrix( 0.999539992595,0,0,1,0,0);
}

h2 {
  display: block;
  font-size: 30px;
  font-family: var(--header-font);
  color: var(--main);
  font-weight: 600;
  line-height: 1.136;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

.custom-h2 h2 {
    font-size: 50px!important;
    text-transform: capitalize!important;
}

h3 {                            /* ==== Welcome Header ==== */
  font-size: 20px;
  font-family: var(--text-font);
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.2;
}

h4 {
    display: block;
    font-size: 20px;
    font-family: var(--header-font);
    color: var(--medium-main);
    font-weight: bold;
    line-height: 1.2;  
}

h5 {                            /* ==== Blue Words under First section ==== */
    display: block;
    font-size: 1.8rem;
    color: var(--main);
    margin-top: 0.5rem;
    margin-bottom:0.5rem;
    margin-left: 0;
    line-height: 1;
    margin-right: 0;
    font-weight: bold;
}
h6 {                            /* ==== Italic Header for doctor intro ==== */
    display: block;
    font-size: 1.4rem;
    text-align: left;
}
p {
    font-size: 16px;
    font-family: var(--text-font);
    color: var(--text-color);
    line-height: 1.6;
    font-weight: 400;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #ffffff !important;
}

.heading-white {
    color: #fff;
}

.heading-gold {
    color: var(--secondary);
}

.heading-blue {
    color: var(--main);
}

.bullet-list ul {
    list-style: none; 
    padding-left: 1.5em; 
    margin-bottom: 1rem;
    position: relative;
}

.bullet-list ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}

.bullet-list ul li::before {
    content: "•"; 
    position: absolute;
    left: 0;
    color: var(--main); 
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
}

.bullet-list-white ul {
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 1rem;
    position: relative;
}

.bullet-list-white ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
    color: #fff;
}

.bullet-list-white ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
}

/* Numbered List */
.number-list ol {
    list-style: none;
    counter-reset: roof-counter;
    padding: 0;
    margin: 0;
}

.number-list ol li {
    counter-increment: roof-counter;
    position: relative;
    padding-left: 47px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.number-list ol li::before {
    content: counter(roof-counter);
    position: absolute;
    left: 0;
    top: -4px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------------------------------------*\
    SIZING
\*------------------------------------*/


.clear {
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.offset-middle {
  margin: 0 auto;
}

@media only screen and (max-width:768px){
    [class*=width-],
    .width-1,
    .width-10,
    .width-11,
    .width-12,
    .width-2,
    .width-3,
    .width-4,
    .width-5,
    .width-6,
    .width-7,
    .width-8,
    .width-9 {
        width: 100%;
    }

    [class*=offset-] {
        margin-left: 0;
    }

    [class*=push-],
    [class*=pull-] {
        position: static;
        left: 0;
        right: 0;
    }

    .flex.v-align-middle {
        display: block;
    }
}


.section-block {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-block.smaller {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-block.small {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.section-block {
    position: relative;
    z-index: 1;
}

.section-blockVideo {
    padding-top: 7rem;
    padding-bottom: 0;
}



.column>:first-child,
.row {
    margin-top: 0;
}

.row,
.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-bottom: 0;
}

.column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}

.text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.v-align-top {
    align-self: flex-start!important;
    vertical-align: top!important;
}

.v-align-bottom {
    align-self: flex-end!important;
    vertical-align: bottom!important;
}

.hide {
    display: none!important;
    visibility: hidden!important;
}

.show {
    display: block!important;
    visibility: visible!important;
}

.inline-block {
    display: inline-block!important;
}

.inline-block_1 {
  display: inline-block!important;
  width: 50%;
}



.mobile .hide-on-mobile,
.mobile .hide-on-mobile * {
    display: none!important;
    visibility: visible!important;
}

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

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

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

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

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

.no-padding {
    padding: 0;
}

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

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

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

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

.overflow-visible {
    overflow: visible!important;
}

.no-scroll {
    overflow: hidden!important;
}

.clear-height {
    height: auto!important;
}

.full-width {
    width: 100%!important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* ===== Disable sticky/fixed header entirely ===== 
header.header-style-2,
.header-style-2.sticky,
div#undefined-sticky-wrapper .header-style-2 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

/* Kill any generic sticky behavior 
.sticky,
.is-sticky,
.sticky-wrapper {
  position: static !important;
  height: auto !important;
  transform: none !important;
  box-shadow: none !important;
}
 */

/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	height: 40px;
  background: #000;
}
.top-bar p {
	line-height: 40px;
	margin: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
}
.top-bar .social-icons {
	text-align: right;
	float: right;
}
.top-bar .social-icons a {
	line-height: 40px;
	color: #fff;
	float: left;
	width: 40px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	background: var(--main);
}
.top-bar .social-icons a:hover {
	background: #ffffff;
  color: var(--main);
}
.top-bar ul.sub-menu>li>a {
	width: 100%;
}
.top-bar ul.sub-menu>li>a:hover {
	background: var(--light-main) !important;
	color: #fff;
}
.top-bar .bootstrap-select.btn-group ul.sub-menu li {
	width: 100%;
}
.top-bar .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.top-bar .col-sm-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .btn {
    border: none;
    padding: 5px 10px;
    line-height: normal;
    font-weight: bold;
    font-size: 15px;
    color: #fff !important;
    background-color: var(--main) !important;
    outline: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    border-radius: 99px;
}

.top-bar .btn:hover {
    background-color: var(--secondary) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.top-bar .langug {
	margin-left: 40px;
}
.top-bar .langug p {
	line-height: 30px;
}
.top-bar ul.sub-menu {
	line-height: 30px;
}
.top-bar ul.sub-menu {
	margin: 0px;
	border-radius: 0px;
	border: none;
}
.top-bar .search {
	display: inline-block;
	margin-left: 30px;
	width: 130px;
}
.top-bar .search label {
	color: #fff;
	position: relative;
}
.top-bar .search label i {
	position: absolute;
	left: 0px;
	line-height: 70px;
}
.top-bar .search input {
	border: none;
	padding-left: 20px;
	outline: none !important;
	font-weight: normal;
	background: none;
	color: #fff;
	width: 100%;
	height: 70px;
}
/*=======================================================
      HEADER
========================================================*/
header {
	width: 100%;
	z-index: 999;
	background: none;
	padding: 0px 0;
	position: relative;
	position: relative;
	background: #fff;
}
.header {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
}
header .container {
	position: relative;
}
header .navbar {
	border: none;
	margin: 0px;
	position: static;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	float: right;
	min-height: inherit;
}
header #menu-main-menu {
	padding: 0px;
	margin: 0px;
}
header .logo {
	float: left;
  width: 250px;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

div#undefined-sticky-wrapper header .logo {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 225px;
}

div#undefined-sticky-wrapper.is-sticky header .logo {
  padding-top: 0;
}

header .logo img {
	z-index: 3;
	position: relative;
}

.sticky-wrapper {
  float: none!important;
  width: 100%;
  background: var(--main);
}

header .sticky {
	left: 0px;
}

.head-info ul {
  display: inline-block;
  margin-bottom: 0;
}
/*
.head-info ul {
  display: flex;
}
*/
header .is-sticky .sticky {
	background: var(--main);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.white-header .is-sticky .sticky {
	background: var(--main);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header .navbar {
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar ul#menu-main-menu > li {
	display: inline-block;
	margin: 0;
	position: relative;
}
header .sticky {
	width: 100%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.navbar-collapse {
	padding: 0px;
	float: left;
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.ownmenu {
	float: left;
}
.nav-right i {
	font-size: 14px;
}
.nav-right li {
	padding: 0 0px;
	margin: 0 10px !important;
}
.nav-right {
	float: right;
	position: relative;
	margin-left: 30px;
	margin-top: 22px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.row.flexingPositions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*header .navbar ul#menu-main-menu > li.current-menu-item > a::before,
header .navbar ul#menu-main-menu > li.current-menu-parent > a::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 100%;
	background: var(--secondary);
	content: "";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/

div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li.current-menu-item > a,
div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li.current-menu-parent > a {
	color: var(--secondary);
}

header.full-head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	background: rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
header.full-head .sticky {
	padding: 0 50px;
}
header.white-header .logo {
	border-right: 1px solid rgba(255,255,255,0.2);
}
header.white-header .nav-right {
	border-left: 1px solid rgba(255,255,255,0.2);
}
header.white-header .navbar ul#menu-main-menu > li a {
	color: #fff;
}
header.full-head .ownmenu .menu-item-has-children.megamenu ul.sub-menu {
	padding: 0px;
}
.menu-left .navbar {
	float: none;
	display: block;
}
.navbar-nav > li:hover > ul.sub-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>ul.sub-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>ul.sub-menu {
	display: block;
}
.dropdown-submenu>a:after {
	content: "\e876";
	float: right;
	font-family: var(--text-font);
	color: #fff;
	font-size: 8px;
	margin: 0px;
	position: absolute;
	right: 30px;
}
.dropdown-submenu>a:hover:after {
	color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>ul.sub-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.multi-level .dropdown-submenu ul.sub-menu {
	display: none !important;
	margin-top: 0px;
}
.multi-level .dropdown-submenu:hover ul.sub-menu {
	display: block !important;
}
header .is-sticky .sticky .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-right li a:before {
	display: none;
}
.header-style-2 {
	position: relative;
}
/* .head-info {
	float: right;
} */
.head-info ul#menu-main-menu > li {
	list-style: none;
	float: left;
  display: flex;
	margin-left: 35px;
}
.head-info ul#menu-main-menu > li svg {
  height: 33px;
  width: 33px!important;
  border-radius: 50%;
  display: table-cell;
  vertical-align: top;
  background: var(--main);
  text-align: center;
  line-height: 33px;
  padding: 8px;
  color: #fff;
  margin-right: 10px;
  float: left;
  margin-top: 0px;
  font-size: 1.2rem;
}
.head-info ul#menu-main-menu > li p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: table-cell;
	font-family: var(--text-font);
}
.head-info li p span {
	display: inline-block;
	width: 100%;
}
.header-style-2 .navbar ul#menu-main-menu > li > a {
  padding: 20px 5px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  float: left;
  color: #ffffff;
  font-family: var(--text-font);
}

div#undefined-sticky-wrapper .dark-logo {
	display: block;
}

div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li > a {
  color: #ffffff;
}

div#undefined-sticky-wrapper .header-style-2{
  background: var(--main);
  padding: 10px 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
}

div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li:hover > a {
  color: var(--secondary);
}



.buttonCalling {
  padding: 10px;
  text-align: center;
  width: 100%;
  background-color: var(--secondary);
  color: #fff;
  font-weight: 900;
  -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.buttonCalling a {
  color: #fff;
  font-weight: 900;
}

.buttonCalling:hover {
    color: #fff;
  background-color: var(--main);
}

.header-style-2 .buttonCalling svg {
  margin-right: 5px;
}


.header-style-2 {
	left: 0px;
	width: 100%;
    position: fixed!important;
}
.header-style-2 .navbar {
	width: 100%;
}
.header-style-2 .navbar li:nth-child(1) {
	margin-left: 0px;
}

.header-style-2 .ownmenu #menu-main-menu ul.sub-menu {
	margin-top: 0px !important;
}
.dropdown-submenu>a:hover:after {
	color: #fff;
}
.dropdown-submenu>a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
	float: right;
	color: var(--main);
	font-size: 8px;
	margin: 0px;
	position: absolute;
	right: 30px;
	top: 0px;
	display: block !important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.header-content1 {
  display: flex;
  align-content: center;
}

.topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
}

.topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.flex-ending .topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) translateX(-40%);
}

.header-style-2 .container.flex-ending {
  justify-content: flex-start;
  display: flex;
}

.topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-style-2 .container.flex-ending {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* =======  Off canvas menu  ======= */

.offcanvas-wrapper {
    position: fixed;
    width: 450px;
    top: 0;
    min-height: 100vh;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    margin-left: -450px;
}

.offcanvas-wrapper.show-offcanvas {
    margin-left: 0!important;
    opacity: 1!important;
    visibility: visible!important;
}

.offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 98;
    background-color: #1e1e1e;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
    visibility: visible;
    opacity: 0.5;
}

.offcanvas-wrapper .offcanvas-widget {
    background-color: var(--main);
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999999;
    overflow-y: auto;
}
.offcanvas-wrapper .offcanvas-widget .top-bar {
  padding: 5px 20px;
  height: auto;
}

.offcanvas-wrapper .offcanvas-widget .main-widgetBody {
  padding: 30px 40px;
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 28px;
    color: var(--main);
}

.offcanvas-wrapper .offcanvas-widget .widget {
    margin-bottom: 50px;
    font-size: 14px;

    /* Search Widget */
    /* Nav Widget */
    /* Social Link */
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
    font-size: 20px;
    color: #ffffff!important;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    content: '';
}

.offcanvas-wrapper .widget .widget-title, .widget .widgettitle {
  padding: 1rem 0;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
    position: relative;
    overflow: hidden;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
    background-color: #f5f5f5;
    height: 50px;
    border: none;
    font-size: 14px;
    width: 100%;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    background-color: var(--main);
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
    background-color: var(--text-color);
    color: #fff;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
    line-height: 30px;
    list-style: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.widget.nav-widget li a {
    color: #ffffff!important;
    font-weight: 400;
    font-family: var(--text-font);
}

.topbar-one .widget {
  margin: 0;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
    padding-left: 10px;
    color: var(--main);
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
    padding-left: 10px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
    height: 40px;
    width: 40px;
    background-color: var(--main);
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color: #222;
}*/

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

header .is-sticky .sticky .toggle {
  float: right;
}

.toggle a#offCanvasBtn {
  color: var(--light-grey);
  font-size: 3.5rem;
  padding: 10px;
}

@media screen and (max-width:991px) {
    .toggle a#offCanvasBtn {
      display: inline-block!important;
    }
}

/*=======================================================
    FOOTER
========================================================*/

footer#footersection {
    background: #1b1819;
    color: #fff;
    padding: 75px 0 0;
}

#footersection .footer-main-row {
    padding-bottom: 65px;
}

/*=======================================================
    LOGO
========================================================*/

#footersection .footer-logo-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footersection .footer-logo-wrap {
    display: inline-block;
    margin: 0;
}

#footersection .footer-logo-wrap img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
}

/*=======================================================
    RIGHT SIDE CONTENT
========================================================*/

#footersection .footer-information-column {
    padding-left: 45px;
}

/*=======================================================
    PHONE AND SOCIAL MEDIA
========================================================*/

#footersection .footer-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
}

#footersection .footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-family: var(--text-font);
}

#footersection .footer-phone i,
#footersection .footer-phone svg {
    color: var(--secondary);
    font-size: 23px;
    transform: rotate(-10deg);
}

#footersection .footer-phone:hover {
    color: var(--secondary);
}

#footersection .footer-socials {
    display: flex;
    align-items: center;
    gap: 30px;
}

#footersection .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

#footersection .footer-socials a:hover {
    color: var(--secondary);
    transform: translateY(-2px);
}

/*=======================================================
    DIVIDER
========================================================*/

#footersection .footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    margin: 18px 0 50px;
}

/*=======================================================
    MENU AND CONTACT BUTTON
========================================================*/

#footersection .footer-navigation-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: center;
    gap: 50px;
}

#footersection .footer-menu-wrap {
    width: 100%;
}

#footersection ul.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 70px;
    row-gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footersection ul.footer-menu li {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

#footersection ul.footer-menu li::before {
    display: none;
}

#footersection ul.footer-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    padding: 0;
    transition: color 0.2s ease-in-out;
    font-family: var(--text-font);
}

#footersection ul.footer-menu li a:hover,
#footersection ul.footer-menu li.current-menu-item > a {
    color: var(--secondary);
}

/* Contact Button */

#footersection .footer-button-wrap {
    display: flex;
    justify-content: flex-end;
}

#footersection .footer-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    min-height: 70px;
    padding: 15px 30px;
    border: 2px solid rgba(205, 143, 36, 0.28);
    border-radius: 99px;
    color: #f4b93f;
    background: transparent;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--text-font);
    letter-spacing: 1px;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

#footersection .footer-contact-button:hover {
    background: var(--main);
    border-color: var(--main);
    color: #fff;
    transform: translateY(-2px);
}

.footer-contact {
    margin-top: 20px;
}

.footer-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-email i {
    color: var(--secondary);
    font-size: 16px;
    transition: color 0.25s ease;
}

.footer-email:hover {
    color: var(--secondary);
}

.footer-email:hover i {
    color: #fff;
}

/*=======================================================
    COPYRIGHT
========================================================*/

#footersection .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 17px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    text-align: center;
}

#footersection .footer-copyright p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

#footersection .footer-copyright a {
    color: var(--secondary);
    font-family: var(--text-font);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

#footersection .footer-copyright a:hover {
    color: #fff;
}

#footersection .copyright-divider {
    display: inline-block;
    margin: 0 9px;
    color: rgba(255, 255, 255, 0.7);
}

/*=======================================================
    RESPONSIVE
========================================================*/

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

    #footersection .footer-information-column {
        padding-left: 20px;
    }

    #footersection .footer-navigation-row {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 30px;
    }

    #footersection .footer-contact-button {
        width: 220px;
        font-size: 21px;
    }

    #footersection ul.footer-menu {
        column-gap: 35px;
    }

}

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

    footer#footersection {
        padding-top: 60px;
    }

    #footersection .footer-main-row {
        padding-bottom: 50px;
    }

    #footersection .footer-logo-column {
        margin-bottom: 45px;
    }

    #footersection .footer-logo-wrap img {
        max-width: 280px;
    }

    #footersection .footer-information-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footersection .footer-navigation-row {
        grid-template-columns: minmax(0, 1fr) 240px;
    }

    #footersection .footer-contact-button {
        width: 240px;
    }

}

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

    footer#footersection {
        padding-top: 50px;
    }

    #footersection .footer-logo-column {
        margin-bottom: 35px;
    }

    #footersection .footer-logo-wrap img {
        max-width: 240px;
    }

    #footersection .footer-contact-row {
        flex-direction: column;
        justify-content: center;
        gap: 28px;
        text-align: center;
    }

    #footersection .footer-divider {
        margin: 35px 0;
    }

    #footersection .footer-navigation-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    #footersection ul.footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 22px;
        text-align: center;
    }

    #footersection .footer-button-wrap {
        justify-content: center;
    }

    #footersection .footer-contact-button {
        width: 100%;
        max-width: 300px;
        min-height: 62px;
        font-size: 20px;
    }

    #footersection .footer-copyright {
        padding: 18px 15px;
    }

    #footersection .copyright-divider {
        display: block;
        height: 0;
        margin: 2px 0;
        overflow: hidden;
    }

}

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

    #footersection ul.footer-menu {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    #footersection .footer-socials {
        gap: 26px;
    }

    #footersection .footer-copyright p {
        font-size: 12px;
    }

}
/*=======================================================
      HOMEPAGE
========================================================*/

.float-right {
  float: right!important;
}

.display-inline {
  display: inline-block!important;
}


.img_sizing.wpb_single_image img {
  width: 90%;
}

/*=======================================================
    PMCI SERVICES GRID
========================================================*/

.pmci-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: 18px;
    row-gap: 32px;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0;
}

.pmci-service-description {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/*=======================================================
    SERVICE CARD
========================================================*/

.pmci-service-card {
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pmci-service-card:hover,
.pmci-service-card:focus {
    color: #fff;
    text-decoration: none;
}

.pmci-service-card:hover {
    cursor: pointer;
    transform: translateY(-8px);
}

.pmci-service-card {
    text-decoration: none;
}

/* Stagger the right-side cards */
.pmci-service-card:nth-child(even) {
    margin-top: 0;
}

/* Image container */
.pmci-service-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

/* Smaller cards */
.pmci-service-card-small .pmci-service-image {
    aspect-ratio: 1 / 1.08;
}

/* Larger cards */
.pmci-service-card-large .pmci-service-image {
    aspect-ratio: 1 / 1.18;
}

/* Match the staggered comp */
.pmci-service-card:nth-child(2) {
    margin-top: 0;
}

.pmci-service-card:nth-child(3) {
    margin-top: 0;
}

/* Images */
.pmci-service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

/*=======================================================
    SERVICE CONTENT
========================================================*/

.pmci-service-content {
    padding: 20px 0 0;
}

.pmci-service-label {
    margin: 0 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.pmci-service-content h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--header-font);
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out;
}

/*=======================================================
    BOTTOM LINE AND ARROW
========================================================*/

.pmci-service-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
}

.pmci-service-line {
    display: block;
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    transition: background-color 0.25s ease-in-out;
}

.pmci-service-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    transform: rotate(-8deg);
    transition:
        color 0.25s ease-in-out,
        transform 0.25s ease-in-out;
}

/*=======================================================
    HOVER EFFECTS
========================================================*/

.pmci-service-card:hover .pmci-service-image img {
    transform: scale(1.045);
}

.pmci-service-card:hover .pmci-service-content h3 {
    color: var(--secondary);
}

.pmci-service-card:hover .pmci-service-line {
    background: var(--secondary);
}

.pmci-service-card:hover .pmci-service-arrow {
    color: var(--secondary);
    transform: rotate(-8deg) translate(4px, -3px);
}

/*=======================================================
    DESKTOP STAGGERED LAYOUT
========================================================*/

@media only screen and (min-width: 768px) {

    .pmci-service-grid {
        align-items: start;
    }

    /* Left top card is narrower/shorter visually */
    .pmci-service-card:nth-child(1) {
        margin-right: 18px;
    }

    /* Right top card */
    .pmci-service-card:nth-child(2) {
        margin-left: 0;
    }

    /* Left bottom card */
    .pmci-service-card:nth-child(3) {
        margin-top: 0;
        margin-right: -80px;
    }

    /* Right bottom card sits slightly lower */
    .pmci-service-card:nth-child(4) {
        margin-top: 0;
        margin-left: 80px;
    }

}

/*=======================================================
    TABLET
========================================================*/

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

    .pmci-services-grid {
        max-width: 850px;
        column-gap: 20px;
        row-gap: 35px;
    }

    .pmci-service-card:nth-child(1),
    .pmci-service-card:nth-child(2),
    .pmci-service-card:nth-child(3),
    .pmci-service-card:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }

    .pmci-service-content h3 {
        font-size: 20px;
    }

}

/*=======================================================
    MOBILE
========================================================*/

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

    .pmci-services-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-top: 40px;
        row-gap: 42px;
    }

    .pmci-service-card:nth-child(1),
    .pmci-service-card:nth-child(2),
    .pmci-service-card:nth-child(3),
    .pmci-service-card:nth-child(4) {
        margin: 0;
    }

    .pmci-service-card-small .pmci-service-image,
    .pmci-service-card-large .pmci-service-image {
        aspect-ratio: 4 / 3;
    }

    .pmci-service-content {
        padding-top: 17px;
    }

    .pmci-service-content h3 {
        font-size: 21px;
    }

}

/*=======================================================
    SMALL MOBILE
========================================================*/

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

    .pmci-services-grid {
        row-gap: 35px;
    }

    .pmci-service-card-small .pmci-service-image,
    .pmci-service-card-large .pmci-service-image {
        aspect-ratio: 1 / 1;
    }

    .pmci-service-content h3 {
        font-size: 19px;
    }

    .pmci-service-label {
        font-size: 11px;
    }

    .pmci-service-arrow {
        width: 26px;
        height: 26px;
        font-size: 19px;
    }

}

/*=======================================================
    LEADERSHIP GRID
========================================================*/

.leadership-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1080px;
    margin: 70px auto 0;
}

/* Vertical center line */
.leadership-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.18);
    transform: translateX(-50%);
}

/* Horizontal center line */
.leadership-grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.18);
    transform: translateY(-50%);
}

.leadership-member {
    display: flex;
    align-items: center;
    gap: 32px;
    min-height: 235px;
    padding: 45px 65px;
}

.leadership-image {
    flex: 0 0 165px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    background: #d1d1d1;
}

.leadership-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.leadership-info {
    flex: 1;
}

.leadership-info h3 {
    margin: 0 0 14px;
    color: var(--main);
    font-size: 32px;
    font-weight: 600;
    font-family: var(--header-font);
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

.leadership-info p {
    margin: 0;
    color: var(--secondary);
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
}

/*=======================================================
    RESPONSIVE
========================================================*/

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

    .leadership-member {
        padding: 40px;
        gap: 25px;
    }

    .leadership-image {
        flex-basis: 145px;
        width: 145px;
        height: 145px;
    }

}

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

    .leadership-member {
        padding: 35px 25px;
    }

    .leadership-image {
        flex-basis: 120px;
        width: 120px;
        height: 120px;
    }

    .leadership-info h3 {
        font-size: 27px;
    }

}

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

    .leadership-grid {
        display: block;
        margin-top: 45px;
    }

    .leadership-grid::before,
    .leadership-grid::after {
        display: none;
    }

    .leadership-member {
        justify-content: flex-start;
        min-height: 0;
        padding: 30px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .leadership-member:last-child {
        border-bottom: 0;
    }

    .leadership-image {
        flex-basis: 115px;
        width: 115px;
        height: 115px;
    }

}

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

    .leadership-member {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    .leadership-image {
        flex-basis: 140px;
        width: 140px;
        height: 140px;
    }

    .leadership-info h3 {
        font-size: 26px;
    }

}

/*=======================================================
    INDUSTRIES WE SERVE
========================================================*/

.industries-section {
    position: relative;
    width: 100%;
    color: #fff;
}

.industries-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    align-items: center;
    gap: 90px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 95px 20px;
}

/*=======================================================
    LEFT CONTENT
========================================================*/

.industries-content h2 {
    margin: 0 0 38px;
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
}

.industries-content h3 {
    margin: 0 0 25px;
    color: var(--secondary);
    font-size: 21px;
    font-weight: 400;
    font-family: var(--header-font);
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.industries-content p {
    max-width: 430px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

/*=======================================================
    BUTTON
========================================================*/

.industries-button {
    margin-top: 55px;
}

.industries-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    min-height: 44px;
    padding: 9px 28px;
    border: 2px solid rgba(205, 143, 36, 0.35);
    border-radius: 99px;
    background: transparent;
    color: var(--secondary);
    font-family: var(--text-font);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:
        color .2s ease-in-out,
        border-color .2s ease-in-out,
        transform .2s ease-in-out;
}

.industries-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main);
    transform: rotate3d(0, 0, 1, 4deg) translate3d(-1em, 108%, 0);
    transform-origin: 0% 100%;
    z-index: -1;
    transition: transform .2s cubic-bezier(.17, .67, .83, .67);
}

.industries-button a:hover {
    color: #fff;
    border-color: var(--main);
    transform: translateY(-2px);
}

.industries-button a:hover::before {
    transform: rotate3d(0, 0, 1, 0) translateZ(0);
}

/*=======================================================
    INDUSTRY ICON GRID
========================================================*/

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 45px;
    row-gap: 75px;
    width: 100%;
}

.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.industry-item:hover,
.industry-item:focus {
    color: #fff;
    text-decoration: none;
}

.industry-item img {
    display: block;
    width: auto;
    max-width: 72px;
    height: 66px;
    object-fit: contain;
    margin-bottom: 18px;
    transition:
        transform .25s ease-in-out,
        filter .25s ease-in-out;
}

.industry-item h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--text-font);
    line-height: 1.35;
    text-transform: none;
    transition: color .25s ease-in-out;
}

/*=======================================================
    HOVER
========================================================*/

.industry-item:hover img {
    transform: translateY(-5px);
}

.industry-item:hover h4 {
    color: var(--secondary);
}

/*=======================================================
    TABLET
========================================================*/

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

    .industries-inner {
        grid-template-columns: 0.85fr 1.3fr;
        gap: 55px;
    }

    .industries-grid {
        column-gap: 25px;
        row-gap: 60px;
    }

}

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

    .industries-inner {
        grid-template-columns: 1fr;
        gap: 65px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .industries-content {
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
    }

    .industries-content p {
        max-width: 650px;
    }

    .industries-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

/*=======================================================
    MOBILE
========================================================*/

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

    .industries-inner {
        padding-top: 60px;
        padding-bottom: 60px;
        gap: 55px;
    }

    .industries-content h2 {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .industries-content h3 {
        font-size: 19px;
    }

    .industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 50px;
    }

    .industries-button {
        margin-top: 40px;
    }

}

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

    .industries-content h2 {
        font-size: 34px;
    }

    .industries-grid {
        column-gap: 15px;
    }

    .industry-item img {
        max-width: 62px;
        height: 58px;
    }

    .industry-item h4 {
        font-size: 14px;
    }

}

/*=======================================================
    PMCI VALUES
========================================================*/

.pmci-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 55px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.pmci-value-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.pmci-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--secondary);
    overflow: hidden;
}

.pmci-value-icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.pmci-value-content {
    flex: 1;
    min-width: 0;
}

.pmci-value-content h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-family: var(--header-font);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}

.pmci-value-line {
    width: 100%;
    height: 1px;
    margin: 8px 0 9px;
    background: rgba(255, 255, 255, 0.55);
}

.pmci-value-content p {
    margin: 0;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

/*=======================================================
    TABLET
========================================================*/

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

    .pmci-values-grid {
        gap: 30px;
    }

    .pmci-value-item {
        gap: 14px;
    }

    .pmci-value-icon {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }

    .pmci-value-icon img {
        width: 42px;
        height: 42px;
    }

    .pmci-value-content h3 {
        font-size: 23px;
    }

    .pmci-value-content p {
        font-size: 14px;
    }

}

/*=======================================================
    MOBILE
========================================================*/

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

    .pmci-values-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 35px;
    }

    .pmci-value-item {
        align-items: center;
    }

    .pmci-value-content h3 {
        font-size: 25px;
    }

}

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

    .pmci-value-item {
        align-items: flex-start;
    }

    .pmci-value-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
    }

    .pmci-value-icon img {
        width: 38px;
        height: 38px;
    }

    .pmci-value-content h3 {
        font-size: 21px;
    }

}

/*=======================================================
      PAGE CONTENT
========================================================*/

/* -- BREADCRUMB */
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pageinsers.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sub-bnr {
	min-height: 280px;
  background-image: url('../impactbase/img/bg-page.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
	position: relative;
  background-size: cover;
  background-attachment: fixed;
	z-index: 1;
}

section.sub-bnr::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: color-mix(in srgb, var(--main), white 58%);
  opacity: 0.5;
  top: 0;
  left: 0;
}

.sub-bnr h3 {
	color: #232227;
	font-size: 26px;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}
.sub-bnr h1 {
	font-family: var(--header-font);
	margin: 0px;
	font-size: 50px;
	font-weight: 400;
  color: #ffffff;
	text-transform: uppercase;
  float: left;
  text-align: left;
}
.sub-bnr .position-center-center {
	width: 100%;
	z-index: 3;
	text-align: center;
}
/* .sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	height: 40px;
  padding-right: 0;
	margin-top: 30px;
	padding: 0px 40px;
	display: inline-block;
	border-radius: 20px;
  float: right;
} */

.sub-bnr .breadcrumb {
  background: none;
  margin: 0px;
  padding: 5px 20px;
  background: var(--main);
  display: inline-block;
  border-radius: 0;
  bottom: 0;
  position: absolute;
}

.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #fff;
}
.sub-bnr .breadcrumb li {
	font-family: var(--text-font);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
	font-size: 12px;
	margin: 0px 0;
}
.sub-bnr .breadcrumb li a {
	font-family: var(--text-font);
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.sub-bnr .breadcrumb li a:hover:not(li.active) {
  margin-left: -5px;
  margin-right: 5px;
  color: var(--light-grey);
}

.white-bg {
	background: #fff !important;
}



/*----------------------------------------------------------------*/
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sticky {
    position: sticky;
}

.bg-main {
  background-color: var(--main);
}


body .customForm .gform_wrapper ul li.gfield {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 0;
}

.customForm .gform_wrapper .gfield_required {
  margin-left: 10px;
  bottom: 0;
  left: 0;
  transform: translate(-10%, -80%);
  position: absolute;
}

.customForm .gform_wrapper textarea {
  padding: 2rem;
}

.customForm .gform_wrapper .gform_footer input[type=submit]:hover {
  background: transparent;
  color: var(--main);
}

.customForm .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}

.customReview figure.effect-bubba img {
  opacity: 1;
  max-width: 200px!important;
  object-fit: contain;
}

.customReview figure.effect-bubba:hover img {
  opacity: 0.7;
}

.customReview figure.effect-bubba {
  background: transparent;
  padding: 2rem;
}

.customReview .grid.vc-interactive-banner {
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 641px) {
  .customForm .gform_wrapper textarea.large {
      height: 220px;
      width: 100%;
  }
  .customForm .gform_wrapper ul.gform_fields li#field_1_5.gfield,
  .customForm .gform_wrapper ul.gform_fields li#field_1_3.gfield,
  .customForm .gform_wrapper ul.gform_fields li#field_1_4.gfield {
    padding-right: 0;
  }

  .customForm .gform_wrapper .gform_footer input.button, .customForm .gform_wrapper .gform_footer input[type=submit], .customForm .gform_wrapper .gform_page_footer input.button, .customForm .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.6rem;
    width: auto;
    padding: 1rem 5rem;
    background: var(--main);
    border: 2px solid var(--main);
    color: #ffffff;
    height: auto;
    margin: 0 16px 0 0;
    -webkit-transition: all 0.50s ease 0s;
    -moz-transition: all 0.50s ease 0s;
    -o-transition: all 0.50s ease 0s;
    transition: all 0.50s ease 0s;
  }
}


.topbar-one__right.mobileOnlysie {
  display: none;
}

.topbar-one__right.mobileOnlysie .head-info {
  float: unset;
}


body.review .breadcrumb {
  display: none!important;
}

div#firstSection.section-block,
.inotosel {
  padding-top: 3rem;
}

.newesiese.section-block {
  padding-bottom: 0;
}

.curve {
  position: absolute;
  bottom: 0;
  fill: var(--section-bg);
  width: 100%;
  left: 0;
}

.curve.bgmain {
  position: absolute;
  bottom: -1px;
  fill: var(--main);
  width: 100%;
  left: 0;
}

#footer-curve-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#footer-curve-wrap .footer-curve-svg {
  display: block;
  width: 100%;
  height: auto;
}

#footer-curve-wrap .footer-curve-svg path {
  fill: var(--main); /* Or replace with a specific color like #03a9f4 */
  transition: fill 0.3s;
}


.section-block.teamingBlocks,
.section-block.contactBleow {
  padding-bottom: 0;
}

.teamItems_now,
.yhtowNow,
.contentBloeow.paddingExcepts {
  padding-bottom: 12rem;
}

.section-bg {
  background-color: color-mix(in srgb, var(--secondary), white 92%);
}

.main-bg {
  background-color: var(--main);
}

.paddingExcepts {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.paddingExcepts.firstiORow {
  padding-top: 2rem;
  padding-bottom: 0;
}

.paddingExcepts .mega_info_box .mega-info-header {
  position: relative;
  display: flex;
  background: var(--main);
  z-index: 9;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paddingExcepts .mega_info_box .mega-info-header img {
  width: 75px;
  object-fit: contain;
  padding-bottom: 0;
  animation: banner_popup 1s;
  filter: brightness(0) invert(1);
}

.paddingExcepts .largerImalse .mega_info_box .mega-info-header img {
  width: 105px;
}

.paddingExcepts a:hover > .mega_info_box .mega-info-header {
  background: var(--medium-main);
  outline: 5px solid var(--light-bg);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}

.paddingExcepts .mega_info_box .mega-info-title {
  color: var(--main)!important;
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: bold;
  line-height: 1.444;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paddingExcepts a:hover > .mega_info_box .mega-info-title {
  color: var(--medium-main)!important;
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
  padding: 3rem;
  height: 525px;
  background: #e2f0ed;
  border-radius: 15px;
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper h4 {
  color: var(--medium-main);
}

.contactForm_homes h3 {
  color: var(--main);
  border-bottom: 2px solid var(--main);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: fit-content;
}

.contactForm_homes .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  padding: 15px 25px!important;
  border-radius: 31px;
  background: var(--main);
  color: #fff;
  font-size: 18px;
  margin: 0;
  height: auto;
  width: 30%;
}

.contactForm_homes .gform_legacy_markup_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}

.contactForm_homes .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper {
  padding: 3rem;
  height: 525px;
  background: #75b0b0;
  border-radius: 15px;
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.contactForm_homes .mega_info_box_2 {
  border-top: 1px solid #fff;
  border-radius: 0;
  margin-top: 50px;
  padding-top: 40px;
  color: #fff;
}

.contactForm_homes .mega_info_box_2 .mega-info-title {
  color: #fff!important;
}

.contactForm_homes .gform_legacy_markup_wrapper ul li.gfield input, .contactForm_homes .gform_legacy_markup_wrapper ul li.gfield textarea {
  border-radius: 10px;
  padding: 10px 10px!important;
}

.contactForm_homes .gform_legacy_markup_wrapper ul li.gfield input {
  height: 50px;
}

.contactForm_homes ul li.gfield.half-left {
  width: 50%;
  float: left;
  clear: none;
  margin-bottom: 16px;
  margin-top: 0;
  /* margin: 0; */
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInRight.fadeInRight.wpb_start_animation.animated {
  margin-bottom: 0;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
  padding: 2rem;
  background: var(--medium-main);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h3 {
  font-size: 20px;
  color: var(--main);
  white-space: nowrap;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h4 {
  white-space: nowrap;
  font-size: 18px;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner { 
  padding: 0;
}

.heroText h1 {
  margin-top: 0;
  font-size: 38px;
}

.heroText p {
  color: var(--light-main);
}


.doctor-profile img.vc_single_image-img.attachment-full {
  height: 500px;
  object-fit: cover;
  max-width: none;
  width: 110%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.border-radiusup {
    border-radius: 50%!important;
}

/*======================
    404 page
=======================*/


.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: var(--main-font);
}

.page_404  img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url('../impactbase/img/dribbble_1.gif');
  height: 500px;
  margin: 0 auto;
  max-width: 70%;
  background-position: center;
}


.four_zero_four_bg h1{
   font-size: 10rem;
   color: var(--main);
 }

.four_zero_four_bg h3 {
  font-size: 12rem;
}

.link_404 {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-image: none!important;
  outline: none;
  background-color: var(--main)!important;
  font-size: 1.6rem;
  color: #ffffff!important;
  font-weight: 700;
  padding: 16.5px 60px;
  border-radius: 33.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 20px 0;
}

.contant_box_404 p {
  text-align: center;
}

.link_404:hover {
  background-color: #2c2734!important;
  color: #ffffff!important;
}

.contant_box_404 {
   margin-top: -80px;
 }

 .mega_team_case_8 .maw_team_description {
     padding: 1em 1.5em;
     height: 166px;
 }
 
 .sidebar_walkin > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  background: #ffffff;
  padding: 2rem;
  margin-right: -5%;
  width: 95%;
  outline: 2px solid #ffffff;
  outline-offset: 10px;
 }

 .uniqueModel_digital.module-team:before {
  display: none;
 }

 .uniqueModel_digital.team_section .titleRow {
  margin-top: 0;
  padding-top: 20px;
}

.curved img {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 475px;
  width: 425px;
}

.section-block.bottomslide > .vc_column_container>.vc_column-inner {
  padding-bottom: 7rem;
}

.section-block.bottomslide {
  padding-bottom: 0;
}

.specialIocns .mega_info_box_2 img.mega-info-img {
	width: 60px;
    height: 70px;
    object-fit: contain;
    background: transparent;
    outline: none;
    border-radius: 4px!important;
    padding-bottom: 0;
    padding: 0;
	filter: brightness(0) invert(1);
}

div#undefined-sticky-wrapper.sticky-wrapper.is-sticky .header-style-2 .buttonCalling:hover {
	background: var(--main);
	color: #fff;
}

.main_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--secondary);
    padding: 12px 28px;
    min-height: 52px;
    width: fit-content;
    margin-top: 30px;
    border: 2px solid rgba(205, 143, 36, 0.28);
    border-radius: 99px;
    font-weight: 600;
    font-family: var(--text-font);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:
        color .2s ease-in-out,
        border-color .2s ease-in-out,
        transform .2s ease-in-out;
}

.main_btn a::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: var(--main);
    transform: rotate3d(0,0,1,4deg) translate3d(-1em,108%,0);
    transform-origin: 0% 100%;
    will-change: transform;
    z-index: -1;
    transition: transform .2s cubic-bezier(.17,.67,.83,.67);
}

.main_btn a:hover {
    color: #fff;
    border-color: var(--main);
    transform: translateY(-2px);
}

.main_btn a:hover::before {
    transform: rotate3d(0,0,1,0) translateZ(0);
}

.main_btn.inline-block:last-child {
    margin-left: 20px;
}

/*=======================================================
    CENTER BUTTON
========================================================*/

.main_btn_center {
    text-align: center;
    margin-top: 30px;
}

.main_btn_center a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--secondary);
    padding: 12px 28px;
    min-height: 52px;
    width: fit-content;
    border: 2px solid rgba(205, 143, 36, 0.28);
    border-radius: 99px;
    font-weight: 600;
    font-family: var(--text-font);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:
        color .2s ease-in-out,
        border-color .2s ease-in-out,
        transform .2s ease-in-out;
}

.main_btn_center a::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: var(--main);
    transform: rotate3d(0,0,1,4deg) translate3d(-1em,108%,0);
    transform-origin: 0% 100%;
    will-change: transform;
    z-index: -1;
    transition: transform .2s cubic-bezier(.17,.67,.83,.67);
}

.main_btn_center a:hover {
    color: #fff;
    border-color: var(--main);
    transform: translateY(-2px);
}

.main_btn_center a:hover::before {
    transform: rotate3d(0,0,1,0) translateZ(0);
}

.contain_time h2 {
    margin-top: 0;
    background: var(--main);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.contain_time {
    z-index: 9;
    position: relative;
    background-color: var(--secondary);
    color: #ffffff;
    padding: 20px 0;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
}

.contain_time table tr {
    list-style: none;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 41px;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.contain_time table tr td {
    padding: 0 30px;
}

.barclose_out table {
    background: var(--section-bg);
    border-right: 12px solid var(--main);
    border-left: 12px solid var(--main);
}

.barclose_out table td:first-child {
    padding: 0 20px;
}

.barclose_out table td img {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.barclose_out table td h4 {
    color: var(--main);
    font-weight: 900;
    font-style: italic;
}

.barclose_out table td p {
    line-height: normal;
    margin-top: 5px;
}

.barclose_out table td p a {
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
}

.barclose_out table td p a:hover {
  color: var(--main);
}

.contain_time img {
    margin: 10px auto;
    text-align: center;
    display: block!important;
    filter: brightness(0) invert(1);
}

.mounche_bounce .textblock_bounces {
  
}

.mounche_bounce .headblock_bounces {
  
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: var(--secondary);
    padding: 20px 0;
    margin: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper img,
.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    max-width: none;
    height: 180px;
    object-fit: cover;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure {
    width: 100%;
    max-width: none;
    display: block;
}

.vc_row.wpb_row.vc_row-fluid.contactus_ie p {
  color: #fff;
}

.mounche_bounce .wpb_text_column.wpb_content_element {
    margin: 0;
    padding: 5px 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element h3 {
  font-weight: 900;
  margin: 0;
  margin-top: 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element p {
  line-height: normal;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover h3 {
  color: var(--main);
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element {
  background: #fff;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {

}

.mounche_bounce .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.textblock_bounces {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.textblock_bounces {
    visibility: visible;
    opacity: 1;
    height: 120px;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.button_bouncesl {
  background: var(--secondary);
}

.mounche_bounce .wpb_text_column.wpb_content_element.button_bouncesl {
    padding: 20px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.button_bouncesl {
  visibility: visible;
  opacity: 1;
  padding: 20px 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element.button_bouncesl a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}


.mounche_bounce {
    padding-bottom: 80px;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  height: 430px;
}

.greencap h4 {
    text-transform: none;
    color: var(--main);
    margin-top: 40px;
}

.bgslow_circle > .vc_column-inner > .wpb_wrapper::before {
    content: '';
    background: var(--main);
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

/* .bg_circles.wpb_single_image::before {
    content: '';
    background: var(--main);
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
} */

.bg_circles.wpb_single_image figure.wpb_wrapper.vc_figure {
    margin: 0 auto;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
}

.row.footerUpper {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #fff;
}

.row.footerUpper ul#menu-footer-menu {
    display: flex;
    color: #fff;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    max-width: 80%;
    margin: 0 auto;
}

.row.footerUpper ul#menu-footer-menu li a {
    font-weight: 700;
    padding: 10px 0;
    color: #fff;
}

.row.footerUpper ul#menu-footer-menu li.current-menu-item {
  border-bottom: 1px solid #fff;
}

.footer-content {
  color: #fff!important;
}

.footer-content.addressIsuse .main_btn a {
  background: var(--secondary);
}

.footer-content.addressIsuse .main_btn a::before {
  background: #fff;
}

.footer-content.addressIsuse .main_btn a:hover {
    color: var(--secondary);
    border-color: #fff;
    background-color: #fff;
}

@media (min-width: 1200px){
  .col-lg-3.col-md-4.col-12.listsplitting {
    margin-right: -20px;
    margin-left: 20px;
  }
}


/*body.page .wpb_single_image img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}*/

body.page .mounche_bounce .wpb_single_image img {
  border-radius: 0;
}

.information_blocks-about > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 1px 2px 1px rgba(43, 171, 160, 0.14);
  background: #fff;
  padding: 50px 50px 43px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 24px;
  height: 510px;
}

.information_blocks-about .wpb_content_element {
  margin-bottom: 20;
}

.information_blocks-about h4.sub-heading {
  color: var(--main);
  padding-bottom: 20px;
  font-weight: 900;
  border-bottom: 3px solid var(--main);
  margin-bottom: 20px;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: relative;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::before, .imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::after {
  width: 66%;
  height: 66%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--section-bg);
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::before {
  top: 0;
  right: 0;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::after {
  left: 0;
  bottom: 0;
}

/* 4.02 - Service - Start
================================================== */
section.service_section.section_space_lg {
    background: color-mix(in srgb, var(--main), white 92%);
}

.service_item {
  padding: 30px 30px;
  padding-bottom: 40px;
  -webkit-box-shadow: var(--bs-box-shadow);
  box-shadow: var(--bs-box-shadow);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: #fff;
  border-radius: var(--bs-border-radius);
  border: 1px solid #fff;
}

.gridlockings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.service_item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: var(--bs-box-shadow-lg);
          box-shadow: var(--bs-box-shadow-lg);
          border: 1px solid #f4f4f4;
}
.service_item .item_icon {
width: 120px;
  height: 120px;
  border-radius: 100%;
  outline: 6px solid color-mix(in srgb, var(--main) 10%, transparent);
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.service_item .item_icon img {
    width: 100%;
    object-fit: cover;
    height: 120px;
}

.mainserviceitems.eyelid-surgery .item_icon img {
  object-position: left;
}

.mainserviceitems.multifocal-specialty-lenses .service_item .item_icon img {
  object-fit: contain;
}

.service_item .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--secondary);
}
.service_item p {
  margin-bottom: 30px;
}

span.green-sub {
    color: var(--main);
}

.service_item .main_btn a {
  margin-top: 0;
  text-transform: none;
  border-radius: 0;
}

.btn-link {
    padding: 0;
    line-height: 1;
    font-weight: 700;
    position: relative;
    color: var(--main);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}

.btn-link .btn_icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background-color: var(--main);
    border-radius: var(--bs-border-radius-pill);
    -webkit-box-shadow: 0 8px 20px 0 rgba(43, 171, 160, 0.3);
    box-shadow: 0 8px 20px 0 rgba(43, 171, 160, 0.3);
}

.btn-link .btn_text:before {
    left: 0;
    bottom: -1px;
    width: 0%;
    content: "";
    height: 1px;
    position: absolute;
    background-color: var(--main);
    -webkit-transition: width 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
    transition: width 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-link:hover .btn_text:before {
    width: 73%;
}

.btn-link:hover .btn_icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* 4.02 - Service - End
================================================== */

@media screen and (max-width: 1440px) {
  .service_item {
    padding: 45px;
  }
  .service_item .item_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}

/* 4.02 - List Items Start
================================================== */

.servicespage_out ul li {
  list-style: none;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555;
}

.servicespage_out ul {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  grid-row-gap: 20px;
  margin-bottom: 35px;
}

.servicespage_out ul li::before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: var(--main);
  top: 1px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: var(--section-bg);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}

/* 4.02 - List Items End
================================================== */
/* 2.03 - Backtotop Button - Start
================================================== */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 96px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main);
  border-radius: var(--bs-border-radius-pill);
}
.backtotop .scroll i {
  -webkit-animation: bttIconMover 1s infinite alternate;
          animation: bttIconMover 1s infinite alternate;
}

/* 2.03 - Backtotop Button - End
================================================== */
/* 2.03 - Single Service Page - Start
================================================== */

.conditionsListri > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border-radius: var(--bs-border-radius);
  background-color: #f5f5f5;
  box-shadow: 5px 5px 0px 0px rgba(40, 92, 116, 0.1);
}

.innerservice_img {
    max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.servicespage_out h3 {
  color: var(--main);
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px!important;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

.innerservice_img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 100%;
  height: 450px;
  display: block;
}

.servicespage_out .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

.servicespage_out .vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 35px;
}

.conditionsListri > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
  margin-bottom: -20px;
}

.servicespage_out h4.sub-heading2 {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 900;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.servicespage_out h4.sub-heading2::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: var(--secondary);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
}

.faq_sl .vc_tta.vc_general .vc_tta-tab>a {
  padding: 10px 10px;
}

.faq_sl .vc_tta.vc_general .vc_toggle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  padding: 24px 0 23px;
  color: var(--bs-dark);
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 1em;
  border-bottom: 1px solid #E0E4E8;
}

.faq_sl .vc_tta.vc_general .vc_toggle.vc_toggle_active {
  color: var(--main);
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: #fff;
}

.faq_sl .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-right: 30px;
  float: right;
  padding: 20px;
  border: 1px solid rgba(40, 92, 116, 0.2);
  border-radius: 100%;
}

.faq_sl .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -5px;
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  background-color: rgba(1, 160, 76, 0.2);
  color: var(--main);
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
  background-color: rgba(1, 160, 76, 0.1);
  color: #666;
  border-bottom: 2px solid rgba(1, 160, 76, 0.2);
}

.faq_sl .vc_toggle_title>h4 {
  text-transform: none; ul.sub-menu
  font-size: 19px;
  font-weight: 600;
  color: var(--secondary);
}

.faq_sl .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
  border-radius: 0;
}

body.about-us h3 {
  color: var(--main);
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
}


body.about-us .main_btn a {
  margin-top: 10px;
}

body.page .quoteblock_tests .wpb_single_image img {
  max-width: 100px;
  object-fit: contain;
  border-radius: 0;
  opacity: 0.2;
  float: right;
}


/* @media screen and (min-width: 992px) {
  header .navbar li {
    overflow: hidden;
  }
} */

/* ul#menu-main-menu > li {
  overflow: hidden;
} */

ul.sub-menu {
  padding: 8px 0;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, var(--secondary) 30%, transparent);
  box-shadow: 0 5px 20px 0 color-mix(in srgb, var(--secondary) 12%, transparent);
  animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
}

.menu-item ul.sub-menu {
  display: none;
  margin: 2px 0 0;
  min-width: 210px;
  inset: 100% auto auto auto;
}

@media screen and (min-width: 992px) {
  li.menu-item-has-children ul.sub-menu {
    opacity: 0;
    display: block;
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
    visibility: hidden;
    -webkit-transform-origin: top;
    position: absolute;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-8deg);
    transform: perspective(300px) rotateX(-8deg);
  }
  li.menu-item-has-children ul.sub-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }
  li.menu-item-has-children ul.sub-menu.show {
    display: block;
  }
}

li.menu-item-has-children > a {
  position: relative;
}

.ownmenu .menu-item-has-children > a:before {
  float: right;
  font-size: 12px;
  content: "\e939";
  font-weight: 900;
  margin: 3px 0 0 8px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: 'Linearicons';
}

.ownmenu li.menu-item-has-children:hover > a:before {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.main_menu_list ul.sub-menu:before {
  top: -4px;
  height: 2px;
}

ul.sub-menu > li {
  padding: 0 5px;
}

ul.sub-menu > li:not(:last-child) {
  margin-bottom: 1px;
}

ul.sub-menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 9px 18px;
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
  color: var(--text-color);
}

ul.sub-menu > li:hover > a, ul.sub-menu > li.current-menu-item > a {
  color: var(--main);
  background-color: color-mix(in srgb, var(--secondary) 5%, transparent);
}

.contactForm_homes.innerpages .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm svg.vc_icon_element-icon {
  border: 0;
}

.contactForm_homes.innerpages .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  text-align: left;
  margin-bottom: 0;
}

.contactForm_homes.innerpages  > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 20px;
  overflow: hidden;
  word-break: break-all;
  height: 250px;
  border-radius: 24px;
  background: color-mix(in srgb, var(--secondary) 5%, transparent);
}

.shortenise img {
  max-height: 120px;
  object-fit: cover;
  object-position: center;
}

.locationblock > .wpb_column > .vc_column-inner > .wpb_wrapper {
   background: color-mix(in srgb, var(--secondary) 5%, transparent);
  padding: 40px;
  border-radius: 24px;
}

.vc_row.wpb_row.vc_row-fluid.section-block.section-bg.vc_custom_1704217795832.vc_row-has-fill {
  height: 600px;
}


.locationitems_ose > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: var(--section-bg);
  padding: 2rem;
  margin-top: 20px;
  border-radius: 20px;
  color: #222;
}


.locationitems_ose a.wh-phone {
  color: var(--main);
}

/*=======================================================
      contact page
========================================================*/

/* Contact Block Styles */
.contact-block-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background-color: #231f20;
  padding: 25px;
  border-radius: 20px;
}

.contact-block-content h4 {
  display: block;
  font-size: 18px;
  font-family: var(--header-font);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
}

.contact-block-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: white;
}

.contact-block-row.no-icon {
  padding-left: 38px; /* aligns text with previous rows that had icons */
}

.contact-block-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.contact-block-link:hover {
  color: #fff;
}

.contact-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  color: var(--secondary);
  font-size: 14px;
  flex-shrink: 0;
}

.contact-block-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}

.contact-block-social:hover {
  background: #fff;
  color: var(--secondary);
}

/* =========================================
   Single Blog Post
========================================= */

.single-post-main {
    padding: 70px 20px;
    background: #f7f7f7;
}

.single-post-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.single-post-article {
    background: #fff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* Featured Image */

.single-post-featured-image {
    margin: -45px -45px 40px;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

.single-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

/* Header */

.single-post-header {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.single-post-title {
    margin: 0 0 18px;
    font-family: var(--header-font);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: #222;
}

/* Meta Information */

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 25px;
    font-size: 14px;
    color: #777;
}

.single-post-meta span {
    position: relative;
}

.single-post-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 4px;
    height: 4px;
    background: var(--main);
    border-radius: 50%;
    transform: translateY(-50%);
}

.single-post-meta a {
    color: var(--main);
    font-weight: 600;
    text-decoration: none;
}

.single-post-meta a:hover {
    text-decoration: underline;
}

/* Post Content */

.single-post-content {
    font-family: var(--text-font);
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.single-post-content > *:first-child {
    margin-top: 0;
}

.single-post-content > *:last-child {
    margin-bottom: 0;
}

.single-post-content p {
    margin: 0 0 25px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    margin: 45px 0 20px;
    font-family: var(--header-font);
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.single-post-content h2 {
    font-size: 34px;
}

.single-post-content h3 {
    font-size: 28px;
}

.single-post-content h4 {
    font-size: 23px;
}

.single-post-content a {
    color: var(--main);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease-in-out;
}

.single-post-content a:hover {
    opacity: 0.75;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.single-post-content figure {
    max-width: 100%;
    margin: 35px 0;
}

.single-post-content figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    text-align: center;
}

/* Lists */

.single-post-content ul,
.single-post-content ol {
    margin: 0 0 30px;
    padding-left: 28px;
}

.single-post-content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.single-post-content li::marker {
    color: var(--main);
    font-weight: 700;
}

/* Blockquotes */

.single-post-content blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    background: #f5f5f5;
    border-left: 5px solid var(--main);
    border-radius: 0 15px 15px 0;
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
}

.single-post-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Tables */

.single-post-content table {
    width: 100%;
    margin: 35px 0;
    border-collapse: collapse;
}

.single-post-content th,
.single-post-content td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.single-post-content th {
    background: var(--main);
    color: #fff;
}

/* Embedded Videos */

.single-post-content iframe {
    max-width: 100%;
}

.single-post-content .wp-block-embed,
.single-post-content .wp-video,
.single-post-content .wp-audio {
    margin: 35px 0;
}

/* Multi-page Posts */

.single-post-page-links {
    margin-top: 30px;
    font-weight: 700;
}

/* Post Footer */

.single-post-footer {
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.single-post-taxonomy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.single-post-taxonomy-label {
    font-family: var(--header-font);
    font-weight: 700;
    color: #222;
}

.single-post-taxonomy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-post-taxonomy-links a {
    display: inline-block;
    padding: 7px 15px;
    background: var(--main);
    border: 2px solid var(--main);
    border-radius: 99px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
}

.single-post-taxonomy-links a:hover {
    background: transparent;
    color: var(--main);
}

.single-post-edit {
    margin-top: 25px;
}

.single-post-edit .post-edit-link {
    display: inline-block;
    padding: 10px 22px;
    background: #222;
    border-radius: 99px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.single-post-edit .post-edit-link:hover {
    background: var(--main);
    color: #fff;
}

/* Previous and Next Posts */

.single-post-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}

.single-post-navigation a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    background: #f5f5f5;
    border-radius: 15px;
    color: #222;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

.single-post-navigation a:hover {
    background: var(--main);
    color: #fff;
    transform: translateY(-3px);
}

.single-post-navigation-next {
    text-align: right;
}

.single-post-navigation-label {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
}

.single-post-navigation-title {
    font-family: var(--header-font);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

/* Comments */

.single-post-comments-area {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.single-post-comments-area h2,
.single-post-comments-area h3 {
    font-family: var(--header-font);
    color: #222;
}

.single-post-comments-area .comment-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.single-post-comments-area .comment {
    margin-bottom: 25px;
    padding: 25px;
    background: #f7f7f7;
    border-radius: 15px;
}

.single-post-comments-area .comment-meta {
    margin-bottom: 15px;
    font-size: 14px;
}

.single-post-comments-area .comment-content p:last-child {
    margin-bottom: 0;
}

.single-post-comments-area input[type="text"],
.single-post-comments-area input[type="email"],
.single-post-comments-area input[type="url"],
.single-post-comments-area textarea {
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: var(--text-font);
    font-size: 16px;
}

.single-post-comments-area textarea {
    min-height: 160px;
    resize: vertical;
}

.single-post-comments-area input:focus,
.single-post-comments-area textarea:focus {
    border-color: var(--main);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.single-post-comments-area input[type="submit"] {
    display: inline-block;
    padding: 12px 28px;
    background: var(--main);
    border: 2px solid var(--main);
    border-radius: 99px;
    color: #fff;
    font-family: var(--text-font);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
}

.single-post-comments-area input[type="submit"]:hover {
    background: transparent;
    color: var(--main);
}

/* Not Found */

.single-post-not-found {
    text-align: center;
}

/* Responsive */

@media (max-width: 767px) {

    .single-post-main {
        padding: 40px 15px;
    }

    .single-post-article {
        padding: 25px;
        border-radius: 18px;
    }

    .single-post-featured-image {
        margin: -25px -25px 30px;
        border-radius: 18px 18px 0 0;
    }

    .single-post-title {
        font-size: 32px;
    }

    .single-post-meta {
        display: block;
    }

    .single-post-meta span {
        display: block;
        margin-bottom: 8px;
    }

    .single-post-meta span::after {
        display: none;
    }

    .single-post-content {
        font-size: 16px;
    }

    .single-post-content h2 {
        font-size: 28px;
    }

    .single-post-content h3 {
        font-size: 24px;
    }

    .single-post-navigation {
        grid-template-columns: 1fr;
    }

    .single-post-navigation-next {
        text-align: left;
    }

    .single-post-taxonomy {
        display: block;
    }

    .single-post-taxonomy-label {
        display: block;
        margin-bottom: 10px;
    }

}

/* Previous / Next */

.single-post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}

.single-post-navigation > div {
    flex: 1;
}

.single-post-navigation-next {
    text-align: right;
}

.single-post-navigation a {
    display: inline-block;
    padding: 12px 28px;
    background: var(--main);
    border: 2px solid var(--main);
    border-radius: 99px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.single-post-navigation a:hover {
    background: transparent;
    color: var(--main);
}

/*-----------------------------------------
  INDUSTRIES WE SERVE PAGE
------------------------------------------*/


.pmci-comparison-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.pmci-comparison-heading {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.pmci-comparison-heading h2 {
    margin: 0 0 15px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    font-weight: 700;
}

.pmci-comparison-heading h2 span {
    color: var(--secondary);
}

.pmci-comparison-heading p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.pmci-comparison-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pmci-comparison-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.pmci-comparison-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 145px;
    padding: 30px 40px;
}

.pmci-comparison-traditional {
    align-items: flex-end;
    text-align: right;
    background: #f1f1f1;
    color: #333333;
}

.pmci-comparison-global {
    align-items: flex-start;
    text-align: left;
    background: var(--main);
    color: #ffffff;
}

.pmci-comparison-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.75;
}

.pmci-comparison-global .pmci-comparison-label {
    color: var(--secondary);
    opacity: 1;
}

.pmci-comparison-side h3 {
    margin: 0;
    font-size: clamp(23px, 2.5vw, 32px);
    line-height: 1.2;
    font-weight: 700;
}

.pmci-comparison-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    color: var(--main);
    font-size: 24px;
}

.pmci-comparison-arrow i {
    transition: transform 0.3s ease;
}

.pmci-comparison-card:hover .pmci-comparison-arrow i {
    transform: translateX(5px);
}

/* Tablet and Mobile */
@media screen and (max-width: 767px) {
    .pmci-comparison-section {
        padding: 40px 15px;
    }

    .pmci-comparison-heading {
        margin-bottom: 30px;
    }

    .pmci-comparison-heading p {
        font-size: 16px;
    }

    .pmci-comparison-card {
        grid-template-columns: 1fr;
    }

    .pmci-comparison-side {
        min-height: auto;
        padding: 28px 25px;
        align-items: center;
        text-align: center;
    }

    .pmci-comparison-traditional,
    .pmci-comparison-global {
        align-items: center;
        text-align: center;
    }

    .pmci-comparison-arrow {
        width: 100%;
        height: 48px;
        font-size: 21px;
    }

    .pmci-comparison-arrow i {
        transform: rotate(90deg);
    }

    .pmci-comparison-card:hover .pmci-comparison-arrow i {
        transform: rotate(90deg) translateX(5px);
    }
}

/* =========================================================
   PMCI GLOBAL CONTACT FORM
========================================================= */

/* Form Labels */
#gform_wrapper_1 .gfield_label,
#gform_wrapper_1 .gform-field-label {
    color: var(--main);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

/* Inputs */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
    border: 1px solid #d8dee6;
    border-radius: 12px;
    background: #fff;
    padding: 14px 18px;
    font-size: 15px;
    transition: .25s ease;
}

#gform_wrapper_1 textarea {
    min-height: 180px;
}

#gform_wrapper_1 input:focus,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 select:focus {
    border-color: var(--main);
    box-shadow: 0 0 0 3px rgba(17, 35, 55, .08);
    outline: none;
}

/* Checkbox list */
#gform_wrapper_1 .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px,1fr));
    gap: 10px 30px;
}

#gform_wrapper_1 .gfield_checkbox input {
    accent-color: var(--secondary);
}

#gform_wrapper_1 .gfield_checkbox label {
    color: #444;
    font-size: 15px;
}

/* Description */
#gform_wrapper_1 .gfield_description {
    color: #666;
    font-size: 14px;
}

/* Submit Button */
#gform_wrapper_1 .gform_button {
    background: var(--main);
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 15px 34px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .25s ease;
}

#gform_wrapper_1 .gform_button:hover {
    background: var(--secondary);
    color: var(--main);
}

/* =========================================================
   PMCI GLOBAL - INSIGHTS WIDGET SECTION
   Search, Categories and Post Calendar
========================================================= */

#insightsSearch,
#insightsCategories,
#insightsCalendar {
    height: 100%;
    margin-bottom: 30px;
}

#insightsSearch .widget,
#insightsCategories .widget,
#insightsCalendar .widget {
    height: 100%;
    padding: 35px;
    background: #fff;
    border: 1px solid rgba(0, 32, 73, 0.12);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 32, 73, 0.08);
}


/* Widget headings */

#insightsSearch .widgettitle,
#insightsCategories .widgettitle,
#insightsCalendar .widgettitle {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 16px;
    color: var(--main);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

#insightsSearch .widgettitle::after,
#insightsCategories .widgettitle::after,
#insightsCalendar .widgettitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: var(--secondary);
    border-radius: 99px;
}


/* =========================================================
   SEARCH
========================================================= */

#insightsSearch .search {
    display: flex;
    align-items: stretch;
    width: 100%;
}

#insightsSearch .search-input {
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(0, 32, 73, 0.18);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #f7f8fa;
    color: var(--main);
    font-size: 15px;
    outline: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

#insightsSearch .search-input::placeholder {
    color: #777;
    opacity: 1;
}

#insightsSearch .search-input:focus {
    background: #fff;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(205, 143, 36, 0.12);
}

#insightsSearch .search-submit {
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--secondary);
    border-radius: 0 8px 8px 0;
    background: var(--secondary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

#insightsSearch .search-submit:hover,
#insightsSearch .search-submit:focus {
    background: var(--main);
    border-color: var(--main);
    color: #fff;
}


/* =========================================================
   CATEGORIES
========================================================= */

#insightsCategories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#insightsCategories li {
    position: relative;
    margin: 0;
    padding: 15px 32px 15px 0;
    border-bottom: 1px solid rgba(0, 32, 73, 0.1);
    color: #777;
    font-size: 15px;
}

#insightsCategories li:first-child {
    border-top: 1px solid rgba(0, 32, 73, 0.1);
}

#insightsCategories li::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 3px;
    color: var(--secondary);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

#insightsCategories li a {
    color: var(--main);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
}

#insightsCategories li a:hover {
    color: var(--secondary);
}


/* =========================================================
   CALENDAR
========================================================= */

#insightsCalendar .calendar_wrap {
    width: 100%;
}

#insightsCalendar .wp-calendar-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 4px;
    table-layout: fixed;
}

#insightsCalendar .wp-calendar-table caption {
    margin-bottom: 16px;
    color: var(--main);
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

#insightsCalendar .wp-calendar-table th,
#insightsCalendar .wp-calendar-table td {
    width: 14.285%;
    height: 38px;
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

#insightsCalendar .wp-calendar-table th {
    color: var(--main);
    font-size: 13px;
    font-weight: 700;
}

#insightsCalendar .wp-calendar-table td {
    color: #666;
    font-size: 14px;
}

#insightsCalendar .wp-calendar-table td a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 50%;
    background: rgba(205, 143, 36, 0.12);
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

#insightsCalendar .wp-calendar-table td a:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-2px);
}

#insightsCalendar .wp-calendar-table #today {
    border-radius: 50%;
    background: var(--main);
    color: #fff;
    font-weight: 700;
}

#insightsCalendar .wp-calendar-table .pad {
    background: transparent;
}

#insightsCalendar .wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

#insightsCalendar .wp-calendar-nav a {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

#insightsCalendar .wp-calendar-nav a:hover {
    color: var(--main);
}


/* =========================================================
   EQUAL HEIGHT COLUMNS
========================================================= */

#insightsSearch,
#insightsCategories,
#insightsCalendar {
    display: flex;
}

#insightsSearch .widget,
#insightsCategories .widget,
#insightsCalendar .widget {
    width: 100%;
}


/* =========================================================
   RESPONSIVE
========================================================= */

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

    #insightsSearch .widget,
    #insightsCategories .widget,
    #insightsCalendar .widget {
        padding: 28px;
    }

    #insightsSearch .widgettitle,
    #insightsCategories .widgettitle,
    #insightsCalendar .widgettitle {
        font-size: 24px;
    }

    #insightsSearch .search {
        flex-direction: column;
        gap: 10px;
    }

    #insightsSearch .search-input {
        border: 1px solid rgba(0, 32, 73, 0.18);
        border-radius: 8px;
    }

    #insightsSearch .search-submit {
        width: 100%;
        border-radius: 8px;
    }
}


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

    #insightsSearch,
    #insightsCategories,
    #insightsCalendar {
        margin-bottom: 22px;
    }

    #insightsSearch .widget,
    #insightsCategories .widget,
    #insightsCalendar .widget {
        padding: 24px 20px;
        border-radius: 14px;
    }

    #insightsCalendar .wp-calendar-table {
        border-spacing: 2px;
    }

    #insightsCalendar .wp-calendar-table th,
    #insightsCalendar .wp-calendar-table td {
        height: 36px;
    }

    #insightsCalendar .wp-calendar-table td a {
        width: 32px;
        height: 32px;
    }
}

/* =========================================================
   PMCI GLOBAL - INDUSTRY JUMP MENU
========================================================= */

.industry-jump-nav {
    position: relative;
    width: 100%;
    padding: 30px;
    background: var(--main);
    border: 1px solid rgba(205, 143, 36, 0.25);
    box-shadow: 0 12px 35px rgba(0, 32, 73, 0.12);
}

.industry-jump-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.industry-jump-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.industry-jump-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 19px;
    border: 1px solid rgba(205, 143, 36, 0.4);
    border-radius: 99px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.industry-jump-links a:hover,
.industry-jump-links a:focus {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    transform: translateY(-2px);
}



html {
    scroll-behavior: smooth;
}

#financial-services,
#healthcare,
#government,
#technology,
#retail-ecommerce,
#telecommunications,
#manufacturing,
#education {
    scroll-margin-top: 120px;
}


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

    .industry-jump-nav {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .industry-jump-title {
        font-size: 22px;
    }

    .industry-jump-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .industry-jump-links a {
        width: 100%;
        min-height: 46px;
        padding: 9px 12px;
        font-size: 13px;
    }
}


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

    .industry-jump-links {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PMCI GLOBAL - SEARCH RESULTS PAGE
========================================================= */

.pmci-search-page {
    width: 100%;
    padding: 90px 20px;
    background: #fff;
}

.pmci-search-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   SEARCH PAGE HEADER
========================================================= */

.pmci-search-header {
    position: relative;
    margin-bottom: 55px;
    padding: 50px;
    overflow: hidden;
    background: var(--main);
    border-radius: 22px;
}

.pmci-search-header::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.pmci-search-header::after {
    content: "";
    position: absolute;
    right: 70px;
    bottom: -130px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(205, 143, 36, 0.18);
    border-radius: 50%;
}

.pmci-search-label,
.pmci-search-title,
.pmci-search-form {
    position: relative;
    z-index: 2;
}

.pmci-search-label {
    margin: 0 0 12px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pmci-search-title {
    max-width: 850px;
    margin: 0 0 30px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.15;
    text-transform: none;
}


/* =========================================================
   SEARCH FORM
========================================================= */

.pmci-search-form {
    display: flex;
    width: 100%;
    max-width: 720px;
}

.pmci-search-input {
    flex: 1;
    min-width: 0;
    height: 58px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 0;
    border-radius: 9px 0 0 9px;
    background: #fff;
    color: var(--main);
    font-size: 16px;
    outline: none;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.pmci-search-input::placeholder {
    color: #737373;
    opacity: 1;
}

.pmci-search-input:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(205, 143, 36, 0.15);
}

.pmci-search-submit {
    min-width: 130px;
    height: 58px;
    margin: 0;
    padding: 0 25px;
    border: 1px solid var(--secondary);
    border-radius: 0 9px 9px 0;
    background: var(--secondary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.pmci-search-submit:hover,
.pmci-search-submit:focus {
    border-color: #fff;
    background: #fff;
    color: var(--main);
}


/* =========================================================
   SEARCH RESULTS
========================================================= */

.pmci-search-results {
    width: 100%;
}

/*
 * These selectors account for common HTML5 Blank loop markup.
 * The dedicated .pmci-search-results parent prevents them
 * from affecting posts elsewhere on the website.
 */

.pmci-search-results article {
    display: grid;
    grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
    gap: 35px;
    align-items: center;
    margin-bottom: 30px;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(0, 32, 73, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 32, 73, 0.06);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.pmci-search-results article:hover {
    border-color: rgba(205, 143, 36, 0.45);
    box-shadow: 0 16px 40px rgba(0, 32, 73, 0.1);
    transform: translateY(-4px);
}


/* Featured image */

.pmci-search-results article > a:first-child {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.pmci-search-results article > a:first-child img,
.pmci-search-results article .post-thumbnail img,
.pmci-search-results article .thumbnail img {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.pmci-search-results article:hover > a:first-child img,
.pmci-search-results article:hover .post-thumbnail img,
.pmci-search-results article:hover .thumbnail img {
    transform: scale(1.04);
}


/* Post title */

.pmci-search-results article h2,
.pmci-search-results article h3 {
    margin: 0 0 14px;
    color: var(--main);
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.pmci-search-results article h2 a,
.pmci-search-results article h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.pmci-search-results article h2 a:hover,
.pmci-search-results article h3 a:hover {
    color: var(--secondary);
}


/* Post information */

.pmci-search-results article .date,
.pmci-search-results article .post-date,
.pmci-search-results article .meta,
.pmci-search-results article .post-meta {
    display: block;
    margin-bottom: 13px;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pmci-search-results article p {
    margin: 0 0 20px;
    color: #626262;
    font-size: 16px;
    line-height: 1.75;
}


/* Read-more links */

.pmci-search-results article .view-article,
.pmci-search-results article .read-more,
.pmci-search-results article a.more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid rgba(205, 143, 36, 0.4);
    border-radius: 99px;
    background: transparent;
    color: var(--main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.pmci-search-results article .view-article:hover,
.pmci-search-results article .read-more:hover,
.pmci-search-results article a.more-link:hover {
    border-color: var(--secondary);
    background: var(--secondary);
    color: #fff;
}


/* =========================================================
   NO RESULTS
========================================================= */

.pmci-no-results {
    padding: 55px 35px;
    border: 1px solid rgba(0, 32, 73, 0.12);
    border-radius: 18px;
    background: #f7f8fa;
    text-align: center;
}

.pmci-no-results h2 {
    margin: 0 0 15px;
    color: var(--main);
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
}

.pmci-no-results p {
    max-width: 650px;
    margin: 0 auto;
    color: #626262;
    font-size: 16px;
    line-height: 1.7;
}

.pmci-no-results strong {
    color: var(--secondary);
}


/* =========================================================
   PAGINATION
========================================================= */

.pmci-search-pagination {
    margin-top: 50px;
}

.pmci-search-pagination .pagination,
.pmci-search-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.pmci-search-pagination ul {
    list-style: none;
}

.pmci-search-pagination a,
.pmci-search-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(0, 32, 73, 0.14);
    border-radius: 50px;
    background: #fff;
    color: var(--main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.pmci-search-pagination a:hover {
    border-color: var(--secondary);
    background: var(--secondary);
    color: #fff;
}

.pmci-search-pagination .current {
    border-color: var(--main);
    background: var(--main);
    color: #fff;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

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

    .pmci-search-page {
        padding: 70px 20px;
    }

    .pmci-search-header {
        padding: 42px 35px;
    }

    .pmci-search-results article {
        grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
        gap: 25px;
    }

    .pmci-search-results article > a:first-child img,
    .pmci-search-results article .post-thumbnail img,
    .pmci-search-results article .thumbnail img {
        height: 210px;
    }
}


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

    .pmci-search-page {
        padding: 50px 15px;
    }

    .pmci-search-header {
        margin-bottom: 35px;
        padding: 35px 24px;
        border-radius: 16px;
    }

    .pmci-search-title {
        margin-bottom: 24px;
    }

    .pmci-search-form {
        flex-direction: column;
        gap: 10px;
    }

    .pmci-search-input {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 8px;
    }

    .pmci-search-submit {
        width: 100%;
        border-radius: 8px;
    }

    .pmci-search-results article {
        display: block;
        padding: 20px;
        border-radius: 15px;
    }

    .pmci-search-results article > a:first-child,
    .pmci-search-results article .post-thumbnail,
    .pmci-search-results article .thumbnail {
        margin-bottom: 24px;
    }

    .pmci-search-results article > a:first-child img,
    .pmci-search-results article .post-thumbnail img,
    .pmci-search-results article .thumbnail img {
        height: auto;
        max-height: 280px;
        aspect-ratio: 16 / 10;
    }

    .pmci-no-results {
        padding: 40px 20px;
    }
}

/* =========================================
   STRATEGIC MARKETS
========================================= */

.strategic-markets {
    position: relative;
    width: 100%;
    padding: 100px 40px;
    overflow: hidden;
}

.strategic-markets-intro,
.strategic-market-group {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}


/* =========================================
   INTRO
========================================= */

.strategic-markets-intro {
    max-width: 850px;
    margin-bottom: 75px;
    text-align: center;
}

.strategic-markets-label {
    margin: 0 0 16px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.strategic-markets-intro h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
}

.strategic-markets-description {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}


/* =========================================
   MARKET GROUPS
========================================= */

.strategic-market-group {
    margin-bottom: 70px;
}

.strategic-market-group:last-child {
    margin-bottom: 0;
}

.strategic-market-group-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.strategic-market-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(205, 143, 36, 0.55);
    border-radius: 50%;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.strategic-market-group-heading h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.2;
}


/* =========================================
   GRIDS
========================================= */

.strategic-market-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.strategic-market-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* =========================================
   CARDS
========================================= */

.strategic-market-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 390px;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.strategic-market-card::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(205, 143, 36, 0.14);
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.4s ease;
}

.strategic-market-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}

.strategic-market-card:hover::before {
    transform: scale(1.15);
}


/* =========================================
   CARD TOP
========================================= */

.strategic-market-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 55px;
}

.strategic-market-location {
    color: var(--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.strategic-market-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    background: #fff;
    color: var(--secondary);
    font-size: 18px;
    line-height: 1;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.strategic-market-card:hover .strategic-market-arrow {
    transform: rotate(45deg);
    border-color: var(--secondary);
    background: var(--secondary);
    color: #fff;
}


/* =========================================
   CARD CONTENT
========================================= */

.strategic-market-card-content {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.strategic-market-card-content h4 {
    margin: 0 0 18px;
    color: var(--main);
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.15;
}

.strategic-market-card-content p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================
   BUTTON
========================================= */

.strategic-market-button {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.strategic-market-button a {
    justify-content: center;
}


/* =========================================
   FEATURED INTERNATIONAL CARD
========================================= */

.strategic-market-card-featured {
    width: 100%;
    max-width: 850px;
    min-height: 330px;
    padding: 40px;
}

.strategic-market-card-featured .strategic-market-card-top {
    margin-bottom: 35px;
}

.strategic-market-card-featured .strategic-market-card-content {
    max-width: 680px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .strategic-market-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strategic-market-grid-three .strategic-market-card:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .strategic-markets {
        padding: 70px 20px;
    }

    .strategic-markets-intro {
        margin-bottom: 55px;
    }

    .strategic-markets-description {
        font-size: 16px;
    }

    .strategic-market-group {
        margin-bottom: 55px;
    }

    .strategic-market-grid,
    .strategic-market-grid-three {
        grid-template-columns: 1fr;
    }

    .strategic-market-grid-three .strategic-market-card:last-child {
        grid-column: auto;
    }

    .strategic-market-card,
    .strategic-market-card-featured {
        width: 100%;
        max-width: none;
        min-height: 0;
        padding: 26px;
    }

    .strategic-market-card-top {
        margin-bottom: 38px;
    }

    .strategic-market-button a {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .strategic-market-group-heading {
        gap: 13px;
    }

    .strategic-market-number {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .strategic-market-card-content h4 {
        font-size: 27px;
    }

}

/*-----------------------------------------
  PAGE LOADER STYLES
------------------------------------------*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader::after {
    content: "";
    border: 8px solid #ccc;
    border-top: 8px solid var(--secondary); 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}