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


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


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

  --bright-light: #f3f7f7;
  --light-bg: #f0fdfd; 
  --light-grey: #f5f5f5;
  --section-bg: color-mix(in srgb, var(--secondary), white 92%); 

  --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: 'guildhall-extended', sans-serif; 
  --text-font: 'Rubik', 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: 44px;
  font-family: var(--header-font);
  color: var(--main);
  line-height: 1.136;
  margin-bottom: 20px;
  margin-top: 10px;
  font-stretch: expanded;
}

/* Base style */
h3 {                            
  font-size: 20px;
  font-family: var(--header-font);
  color: #fff; 
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  background-color: var(--secondary);
  padding: 10px 15px;   
  display: inline-block; 
  font-stretch: expanded;
}

/* Centered version */
.wpb_text_column h3.centered {
  display: block;            
  width: max-content;         
  margin: 0 auto;             
  text-align: center;
  margin-bottom: 35px;        
}


/* Main color version */
h3.main-bg {
  background-color: var(--main)!important;
}



h4 {
    display: block;
    font-size: 20px;
    font-family: var(--header-font);
    color: var(--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;
}

/*------------------------------------*\
    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
\*------------------------------------*/
/*=======================================================
      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%;
}

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: #aaa;
}

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;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  float: left;
  color: var(--main);
  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: #fff;
}

div#undefined-sticky-wrapper .header-style-2{
  background: #0b0b0b;
  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 {
  display: inline-block;             /* not 100% width */
  padding: 12px 45px;
  background: var(--secondary);
  color: #fff;
  font-weight: 600;
  text-align: center;
  clip-path: polygon(
    16px 0,                
    100% 0,                
    calc(100% - 16px) 100%,
    0 100%                 
  );
  transition: background .2s ease-in-out;
    text-transform: uppercase;
  font-family: var(--text-font);
  letter-spacing: 2px;
}

.buttonCalling a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;

}

.buttonCalling:hover {
  background: #ddd;
  color: var(--secondary);
}



.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;
  background-color: var(--secondary);
}

.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: white!important;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-family: var(--text-font);
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--secondary);
    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: white;!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;
  display: none;
}

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

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

footer#footersection.footer-has-bg {
  position: relative;
  color: #fff;
  background-image: url('/wp-content/themes/impactbase/img/lj-footer-bg.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12rem 0 12rem;
}

.footer-col { margin-bottom: 2rem; }

/* Column 1: Logo */
a.footer-logo-wrap img.img-fluid { max-width: 300px; } /* large logo */
a.footer-logo-wrap { display: inline-block; margin: 0; }

/* Column 2: stacked nav */
.footer-menu-stacked,
.footer-menu-stacked ul { list-style: none; margin: 0; padding: 0; }
.footer-menu-stacked > li { margin: 0.35rem 0; }
.footer-menu-stacked a {
  color: var(--bright-light);
  text-decoration: none;
  font-weight: 600;
  font-family: var(--text-font);
}
.footer-menu-stacked a:hover { color: var(--secondary); }

/* Column 3: contact stack with icons + separators */
.contact-stack { display: flex; flex-direction: column; }
.contact-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
}
.contact-item + .contact-item { border-top: 2px solid var(--secondary); }

.contact-item svg {
  font-size: 28px;
  line-height: 1;
  color: var(--secondary);
  display: inline-block;
  text-align: center;
  width: 28px;
}

.contact-text, .contact-text a {
  color: #fff;
  text-decoration: none;
  font-family: var(--text-font);
}
.contact-text a:hover { color: var(--secondary); }

/* Utility tweaks */
.footer-content h6.jost-bold,
.footer-content h6:after { display: none; }

.footer-copyright {
  background-color: var(--main);
  padding: 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright p { margin: 0; color: var(--bright-light); }
.footer-copyright a { color: var(--bright-light); font-family: var(--text-font);}

/* Responsive */
@media (max-width: 991.98px) {
  .footer-col-logo { text-align: center; }
  a.footer-logo-wrap img.img-fluid { max-width: 240px; }
}
@media (max-width: 575.98px) {
  a.footer-logo-wrap img.img-fluid { max-width: 200px; }
}

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

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

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


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

/* Outer column (acts as the card container) */
.what-we-offer-col {
  height: 100%;
}

/* Inner column (the card itself) */
.what-we-offer-col .vc_column-inner {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  overflow: hidden;   
  display: flex;
  flex-direction: column;
  height: 100%;
   padding: 0;
 margin: 0;

}

/* Image wrapper */
.what-we-offer-col .vc_single_image-wrapper {
  width: 100%;
  height: 250px; /* adjust height as needed */
  overflow: hidden;\
}

.what-we-offer-col .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text section */
.what-we-offer-col .wpb_text_column {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.what-we-offer-col .wpb_text_column h4 {
  margin-bottom: 10px;
}

.what-we-offer-col .wpb_text_column p {
  font-size: 14px;
  margin-bottom: 0;
}


/*=======================================================
      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(--secondary), black 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(--secondary);
  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%);
}

.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: #333;
	color: #fff;
}

.main_btn a {
  display: inline-block;
  padding: 12px 30px;
  background: var(--secondary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--text-font);
  letter-spacing: 2px;
  width: fit-content;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  transition: background .2s ease-in-out;
  isolation: isolate;
  z-index: 0; 
}

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

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


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

.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;
  line-height: 30px;
  margin-bottom: 20px;
}
.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(--text-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;
  font-family: var(--text-font);
}

.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 white;
  border-radius: 50%;
  color: white;
  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);
}

/* ================================
   Gravity Forms 
   ================================ */

.gform_wrapper.gravity-theme .gfield.hidden_label .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
  row-gap: 18px;
}
.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 18px;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  width: 100%;
  background: #fff;
  color: #0e3550; 
  border: none;
  border-radius: 0;
  padding: 14px 18px;
  line-height: 1.4;
  box-shadow: none;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme select {
  height: 52px;
}

.gform_wrapper.gravity-theme textarea {
  min-height: 180px;
  resize: vertical;
}

.gform_wrapper.gravity-theme ::placeholder {
  color: #8ea2b4;
  opacity: 1;
}

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
  outline: 2px solid rgba(255,255,255,0.75);
  outline-offset: 2px;
}

.gform_wrapper.gravity-theme .ginput_counter {
  display: none;
}

/* Submit button */
.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme [id^="gform_submit_button_"] {
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px 10px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 0;
  transition: background .15s ease-in-out, color .15s ease-in-out;
  cursor: pointer;
}

/* Hover effect */
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_wrapper.gravity-theme [id^="gform_submit_button_"]:hover {
  background: rgba(255,255,255,0.08);
}

/* Button focus */
.gform_wrapper.gravity-theme .gform_footer .gform_button:focus,
.gform_wrapper.gravity-theme [id^="gform_submit_button_"]:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* ================================
   Gravity Form #4 (white bg, labels shown)
   ================================ */

#gform_wrapper_4 {
  --field-text: #222;
  --placeholder: #7a8a99;
  --border: var(--secondary);
  --border-focus: color-mix(in oklab, var(--secondary) 80%, black 20%);
  --bg: #fff;
  --gap: 18px;
}

/* Ensure labels/legends are visible in this form only */
#gform_wrapper_4 .gfield_label,
#gform_wrapper_4 legend,
#gform_wrapper_4 .ginput_complex label {
  display: block !important;
  color: #0e3550; /* tweak if needed */
  font-weight: 600;
  margin: 0 0 6px;
}

/* Section headings & descriptions */
#gform_wrapper_4 .gsection_description,
#gform_wrapper_4 .gfield_description {
  color: #5b6b7a;
  margin: 4px 0 10px;
}

/* Layout spacing */
#gform_wrapper_4 .gform_fields { row-gap: var(--gap); }
#gform_wrapper_4 .gfield { margin: 0 0 var(--gap) 0; }

/* Inputs / selects / textareas */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="url"],
#gform_wrapper_4 input[type="number"],
#gform_wrapper_4 select,
#gform_wrapper_4 textarea {
  width: 100%;
  background: var(--bg);
  color: var(--field-text);
  border: 2px solid var(--border);
  border-radius: 4px;
  padding: 12px 14px;
  line-height: 1.4;
  box-shadow: none;
}

/* Height like a standard text field */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="url"],
#gform_wrapper_4 input[type="number"],
#gform_wrapper_4 select {
  height: 48px;
}

/* Textarea */
#gform_wrapper_4 textarea {
  min-height: 160px;
  resize: vertical;
}

/* Placeholder */
#gform_wrapper_4 ::placeholder { color: var(--placeholder); opacity: 1; }

/* Focus state: stronger secondary + subtle glow */
#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus {
  border-color: var(--border-focus);
  outline: 2px solid color-mix(in oklab, var(--secondary) 60%, white 40%);
  outline-offset: 1px;
}

/* Validation */
#gform_wrapper_4 .gfield_validation_message,
#gform_wrapper_4 .validation_message {
  background: transparent;
  color: #b00020;
  border-left: 3px solid #b00020;
  padding-left: 10px;
  margin-top: 6px;
}

/* Submit button for this form: filled secondary on white */
#gform_wrapper_4 .gform_footer .gform_button,
#gform_wrapper_4 [id^="gform_submit_button_"] {
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  border: 2px solid var(--secondary);
  padding: 20px 10px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 4px;
  transition: transform .05s ease, filter .15s ease-in-out;
  cursor: pointer;
}
#gform_wrapper_4 .gform_footer .gform_button:hover,
#gform_wrapper_4 [id^="gform_submit_button_"]:hover {
  filter: brightness(1.05);
}
#gform_wrapper_4 .gform_footer .gform_button:active,
#gform_wrapper_4 [id^="gform_submit_button_"]:active {
  transform: translateY(1px);
}

/* Hide character counter just for this form (optional) */
#gform_wrapper_4 .ginput_counter { display: none; }


/*-----------------------------------------
  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); }
}