/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html.lenis { 
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*html { scroll-behavior: smooth; height:100%; }*/
 
:root {
  --black: #000;
  --white: #fff;
  --yellow: #fae12c;
  --d-yellow: #eec201;
  --d-gray: #58585b;

  --worksans: 'Work Sans';
  --inter: 'Inter';
  
}

*{box-sizing: border-box;}

body
{
  margin:0px auto;
  line-height:normal;
  background:var(--white);
  font-family: var(--inter); 
  font-weight: 400;
  overflow-x: hidden;
}

header, section, footer { float: left; width: 100%; }

:is(h1, h2, h3, h4, h5, h6,p,a,button,input) {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
:is(h1, h2, h3, h4, h5, h6) { font-family: var(--worksans); font-weight: 300; color: var(--d-gray); }


h1 { font-size: 50px; font-weight: 700; }
h2 { font-size: 40px; }
h3 { font-family: var(--inter); font-size: 24px; }
h4 { font-family: var(--inter); font-size: 18px; }

p { font-family: var(--inter); font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--d-gray); }

input { border: 0; border-radius: 0; }

:is(ul, ol, li) {
  font-family: var(--inter); font-size: 14px; line-height: normal; color: var(--d-gray);
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
a:focus,
button:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

a,
button,
input[type=submit], 
.smooth{
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s
}
img {
  max-width: 100%; height: auto;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder {
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-ms-input-placeholder {
  opacity: 1;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}




.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-fill { object-fit: fill; }

.img-top { object-position:top; }
.img-center { object-position:center; }
.img-left { object-position:left; }
.img-right { object-position:right; }
.img-bottom { object-position:bottom; }

.bg-default { background-repeat: no-repeat; background-size: cover; background-position: top center; }
.bg-default-contain { background-repeat: no-repeat; background-size: contain; background-position: top center; }

.gform_validation_errors,
.gfield_validation_message { display:none; }
.gfield_error .ginput_container_checkbox ul li label { border-color: rgba(240, 14, 14, 0.1) !important; background: rgba(240, 14, 14, 0.1); }
 
.gfield_error input[type="text"], 
.gfield_error input[type="email"], 
.gfield_error input[type="password"], 
.gfield_error input[type="tel"], 
.gfield_error input[type="phone"], 
.gfield_error textarea,
.gfield_error .ginput_container_select { border-color: red !important; background: rgba(240, 14, 14, 0.1); }
.gfield_error label { color: red !important; }


.primary_btn { min-width: 200px; padding: 2px 5px; height: 50px; border-radius: 50px; color: #58585b; font-family: var(--worksans); font-size: 14px; font-weight: 700; display: inline-flex; justify-content: center; align-items: center; gap: 11px; border: solid 1px #58585b; text-decoration: none; background: transparent;letter-spacing: 1.4px; }

.primary_btn:hover { background: var(--d-yellow); color:#58585b; border-color: var(--d-yellow); }
.primary_btn:focus{ outline: 0; box-shadow: none; }

.primary_btn_white { border-color: var(--white); color: var(--white); }
.primary_btn_white:hover { border-color: var(--d-yellow); }


.container { max-width:1380px; padding: 0 50px; }

/* header start */

.shade {  }
body:before {content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3333;
   transition: all 0.4s ease-in-out 0s; 
  mix-blend-mode: multiply;
  background: #FFF; opacity: 0; visibility: hidden;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.98) 0%, rgba(120, 108, 108, 1) 100%); }

body.shade:before { height: 100%;  opacity: 1; visibility: visible; }

.hdr_sec { z-index: 3333; /*padding:45px 50px 8px;*/ padding:10px 50px 8px; position: fixed; left: 0; top: 0; background: linear-gradient(180deg,rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%); }
.hdr_sec_mobile { display: none; }
.hdr_sec:before { content:""; width: 100%; height:0; background: #fff; position: absolute; left: 0; top: 0; z-index: -1;

transition:all 0.4s ease-in-out 0s;
-moz-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s;
-o-transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s

 }

.header_div { float:left; width:100%; /*position: relative;*/ }

.header_div .container {}

.logo { width:210px; }

.logoMain { height:70px; transition: all 0.2s ease;}

.logo {
  position: relative;
  display: inline-block;
  color: #fff;
}

.logo-main {
  transition: all 0.5s ease;
}

.logo-tagline {
  position: absolute;
  bottom: -25px;
  right: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

.hdr_change .logoMain { height:31px; }
.hdr_change svg .logo_change { fill: var(--black); }

/* When scrolled */
#mainHeader.scrolled .logo-main {
  transform: scale(0.6) translateY(-10px);
}

#mainHeader.scrolled .logo-tagline {
  bottom: 15px;
  right: -110px;
}


/* When scrolled */
/*.single #mainHeader .logo-main {
  transform: scale(0.6) translateY(-10px);
}

.single #mainHeader .logo-tagline {
  bottom: 15px;
  right: -110px;
}

.single .logoMain { height:31px; }
.single svg .logo_change { fill: var(--black); }*/



.navigation {  }
.navigation ul { display:flex; flex-wrap:wrap; }
.navigation ul li { padding: 0 15px; position: static; }

/*.navigation ul li:first-child { padding-left:0; }*/
.navigation ul li:last-child { padding-right:0; }

.navigation ul li a { font-family: var(--worksans); font-weight: 400; font-style: normal; font-size: 16px; color: var(--white); text-decoration: none; position: relative; padding: 0 0 33px; }

.navigation ul li.menu-item-has-children a { /*padding-right: 17px;*/ }
.submenu-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; transition: all 0.4s ease-in-out 0s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 4px; display: none;
}

.navigation ul li.current-menu-item a,
.navigation ul li:hover a {  color: var(--yellow); }

.navigation ul li.current-menu-item a .submenu-arrow,
.navigation ul li a:hover .submenu-arrow {
  border: solid var(--yellow);
  border-width: 0 2px 2px 0; }
  .navigation ul li:hover .submenu-arrow { transform: rotate(-135deg);top: 7px; }

/*.navigation ul li:hover .sub-menu li a { background-image:none !important; }*/

/* sub-menu start */
.sub-menu { position:absolute; top:-100%; left:0; width:100%; background:var(--white); z-index: -3; padding: 0; overflow:hidden; /*opacity: 0; visibility: hidden;*/
  height:0; /*transition:none;*/  }
.sub-menu:before { content:""; position: absolute; top: 0; left: 0; right:0; width: calc(100% - 100px); height:1px; background: #000; margin:0 auto; }


.navigation ul li:hover > .sub-menu {  opacity: 1; visibility: visible; top: 100%; height: 280px; transform: translateY(0); /*transition-delay: 0.2s;*/transition: all 0.5s ease-in-out 0s; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15); }
.navigation ul li:hover > .sub-menu-height { height:210px; }


.mega-menu__back-btn,
.services_sub_nav h3,
.foot_services_sub_nav h3 { display: none; }

/* first sub nav */
.services_sub_nav { width: 100%; float: left; /*border-top:1px solid #8c8c8c;*/ padding:30px 0 10px;}
.services_sub_nav ul { width: 100%; display: flex; flex-wrap: nowrap; gap:100px;  }
.services_sub_nav ul.items-5,
.services_sub_nav ul.items-6 { gap:20px; }
.services_sub_nav ul li { padding: 0; margin:0; width: 100%; transition: opacity 0.3s ease; }

.services_sub_nav ul li { padding: 0 0 0 20px; margin:0; border-left:1px solid #8c8c8c; letter-spacing:0px; }
.services_sub_nav ul li a { display: block; padding:0 !important; margin:0; }
.services_sub_nav ul li a small { display: block; font-size: 14px; color:#404040; font-family: var(--worksans); font-weight: 700; margin-bottom: 11px; }
.services_sub_nav ul li a img { width: 100%; /*height:134px;*/ object-fit:cover; border-radius:20px; aspect-ratio: 16 / 10; }

.services_sub_nav ul:hover li { opacity: 0.5; filter: grayscale(100%); }
.services_sub_nav ul li:hover { opacity: 1 !important; filter: grayscale(0); }

/* second sub nav */
.foot_services_sub_nav  { width: 100%; float: left; /*border-top:1px solid #8c8c8c;*/ padding:17px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap:20px;  }
.source_image { width: 100%; float: left; }
.source_image img { width: 100%; height:240px; border-radius: 20px; object-fit:cover; object-position:center; transition: all 0.4s ease-in-out 0s; }

.hdr_foot_srvcs { width: 100%; float: left; border-left:1px solid #8c8c8c; padding-left: 20px; }
.hdr_foot_srvcs h2 { font-family: var(--worksans); font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.hdr_foot_srvcs ul { width: 100%; float: left; }
.hdr_foot_srvcs ul li { width: 100%; float: left; padding: 0; }
.hdr_foot_srvcs ul li a { font-family: var(--worksans); font-size: 14px; color:#58595b !important; padding: 2px 0 5px !important; display: block; }
.hdr_foot_srvcs ul li:hover a { color: var(--d-yellow) !important; }



/* hover on parent: show submenu */



/*.hdr_change .hdr_sec .navigation ul li:hover > .sub-menu { padding-top: 70px; height:340px; }*/

.navigation ul li:hover .sub-menu li a,
.navigation .sub-menu li:hover a,
.navigation .sub-menu li a:hover { color: #000; }

/*.navigation ul li:hover .sub-menu { display:block; }*/
.sub-menu li:hover a { color: var(--black); }

/*.navigation .sub-menu li a:hover,
.navigation .sub-menu li.current-menu-item a { background: var(--d-yellow); color: var(--white) !important; font-weight: 700; }*/

.hdr__nav-icon small { display: none; }

/* hdr_change style start here */
.hdr_change {}

.hdr_change .hdr_sec { background: #fff; padding-top: 20px; padding-bottom: 19px; /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);*/ }
.hdr_change .hdr_sec:hover:before {}
.hdr_change .hdr_sec:after { content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 1; 
  }

/*.hdr_change .logo a { width: 282px;
  flex-wrap: initial;
  align-items: flex-end;
  flex-direction: row;
}

.hdr_change .logo a img.logo_1 { width: 140px; margin-bottom: 0; margin-right: 5px; }
.hdr_change .logo a img.logo_2 { }*/

.hdr_change .navigation ul li a,
.hdr_sec:hover .navigation ul li a { color:#404040; }

.hdr_change .navigation ul li:hover a,
.hdr_sec:hover .navigation ul li:hover a { color:#fed420; }

/*.hdr_change .sub-menu {  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.15);  }*/
.hdr_change .sub-menu:before { opacity: 0; height:0; }
.hdr_change .services_sub_nav,
.hdr_change .foot_services_sub_nav { border-top:0;}


/* for desktop and without sub menu style */
.hdr_sec:hover:before { background: #fff; height:100%; }


.hdr_sec:hover svg .logo_change,
.hdr_change svg .logo_change { fill: #58595B; }


.hdr_sec:hover .navigation ul li.current-menu-item a,
.hdr_sec:hover .navigation ul li a:hover,
.hdr_change .navigation ul li.current-menu-item a,
.hdr_change .navigation ul li a:hover {  color: #fed420; }


.hdr_change .navigation ul li a .submenu-arrow,
.hdr_sec:hover .navigation ul li a .submenu-arrow {
  border: solid #404040;
  border-width: 0 2px 2px 0; }


.hdr_sec:hover .navigation ul li:hover a .submenu-arrow {
  border: solid #fed420;
  border-width: 0 2px 2px 0; }


/* header end */


/* === PURE LAVA LAMP EFFECT (NO RELATIVE) === */
.lava-line {
  position: fixed;
  height: 2px;
  background: #fed420;
  border-radius: 10px;
  pointer-events: none;
  transition: transform 0.35s ease, width 0.35s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 9999;
}





/* home banner start */
.hp_bnr_sec { overflow:hidden; height:100vh; z-index: 333; position: relative; background: #fff; }
/*.hp_bnr_sec:before { content:''; width: 100%; float: left; height:100%; position: absolute; left: 0; top: 0; background: red; }*/

.hp_bnr_sec picture img { width: 100%; height: 100%; object-fit:cover; object-position:center; transform:scale(1.2);

transition:all 3s ease-in-out 0s;
    -moz-transition:all 3s ease-in-out 0s;
    -ms-transition:all 3s ease-in-out 0s;
    -o-transition:all 3s ease-in-out 0s;
    -webkit-transition:all 3s ease-in-out 0s; 

 }
.hp_bnr_sec.in-viewport picture img{ transform:scale(1);}

.hp_bnr_video { width: 100%; height:100%; object-fit:cover;  }
.vimeo_video { width: 100%; height:100vh; object-fit:cover;  }
.player .vp-player-ui-overlays { display: none !important;  }

.bnr_des { max-width:1380px; z-index: 1; position: absolute; top: 50%; left: 0; right:0; transform: translateY(-50%); padding: 0 20px; }
.bnr_des h1 { color: var(--white); text-transform: uppercase; letter-spacing:12px; font-weight: 400; }
.bnr_des h1 strong { font-weight: 700; }

.bnr_btm_btn { max-width:100%; z-index: 1; position: absolute; bottom: 50px; left: 0; right:0; padding: 0 50px; }
.bnr_btm_btn a { min-width:250px;}

.click_down { width: 125px; position: absolute; bottom: 60px; left: 0; right:0; z-index: 1;}

.click_down::before { content:""; position: absolute; left: 0; right:0; bottom: 35px; width: 1px; height:150px; background: var(--white); margin:0 auto;
transform: scaleY(0);
  transform-origin: center;
  transition: transform 1.5s ease 1s;
 }

.click_down:has(.learn_more.aos-animate)::before {
  transform: scaleY(1);
}




.click_down a { color: var(--white); font-family: var(--worksans); font-size: 14px; font-weight: 400; letter-spacing:2.8px; text-transform: uppercase; cursor: pointer; text-decoration: none; }


.click_down a:hover { color: var(--yellow); }
.click_down a:hover:before { background: var(--d-yellow); }

/* click to down arrow for all site except home page start */


.click_down02 { float: right; margin-top: 20px; }
.click_down02 span.learn_more02 { font-family: var(--worksans); font-size: 14px; letter-spacing: 2.8px; color: var(--white); text-transform: uppercase; cursor: pointer; }
.click_down02 span.learn_more02 i.small_arrow {
  width: 30px;
  height: 30px; line-height: 30px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px; text-align: center; position: relative;
}
.click_down02 span.learn_more02 i.small_arrow::before { 
  content: "";
  border: solid #58585b;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }


.click_down02 span.learn_more02:hover { color: var(--d-yellow); }

.click_down02 span.learn_more02:hover i {
  background: var(--d-yellow);
}


/* click to down arrow for all site except home page end */

.bread_crumb_sec { padding: 0 0 50px; }
.bread_crumb_div {}
.bread_crumb_div ul { margin:0; }
.bread_crumb_div ul li { font-size: 22px; color: var(--d-gray); font-weight: 600; float: left; font-size: 22px; position: relative; padding: 0 10px; }
.bread_crumb_div ul li:before { content:"/"; position: absolute; right:-5px; top: 0; font-size: 22px; font-weight: 400; }
.bread_crumb_div ul li:last-child:before { display: none; }
.bread_crumb_div ul li a { font-weight: 400; color: var(--d-gray); text-decoration: none; }
.bread_crumb_div ul li a:hover { color: var(--black); }

.fc_bnr_sec { margin-bottom: 120px; }


.two_column_sec { padding: 0 0 50px; overflow-x: hidden; }
.two_column_div { gap:20px; }

.two_column_pic { max-width:660px; transform: translateZ(0) !important; border-radius:15px; }
.two_column_pic img { width: 100%; border-radius:15px; }

.two_column_text { max-width:542px;}
.two_column_text h2 { font-size: 50px; line-height:1; margin-bottom: 30px; }
.two_column_text h3 { font-size: 22px; font-weight: 700; line-height:1; margin: 20px 0; width: 100%; float: left; }
.two_column_text p { margin-bottom: 20px; max-width:500px; }
.two_column_text a {  }

.two_column_text ul { width: 100%; float: left; }
.two_column_text ul li { position: relative; font-size: 18px; line-height:1.22; margin-bottom: 24px; padding-left: 35px; }
.two_column_text ul li:before { content:""; background: url(../images/tik.png); background-repeat:no-repeat; background-size: cover; background-position:top; width: 25px; height:23.6px; position: absolute; left: 0; top: 2px; }

.two_column_lstng_sec .two_column_text h2 { font-size: 44px; }



/* landing page start */
.fc_bnr_des { top: auto; bottom: 70px; transform: none;}
.fc_bnr_des h1 { font-weight: 400; letter-spacing: 12px; color: var(--white); text-transform: uppercase; text-align:left; }
.fc_bnr_des a { position: relative; font-size: 18px; color: var(--white); text-decoration: underline; float: left; margin-top: 20px; padding-left: 20px; }
.fc_bnr_des a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fc_bnr_des a:hover { color: var(--d-yellow); }
.fc_bnr_des a:hover:before { border: solid var(--d-yellow);border-width: 0 0 2px 2px; }

/* landing detail page */
/*.fc_lstng_bnr_sec { height:auto; }
.fc_lstng_bnr_sec img { height:auto; }*/

/* sitemap page start */

.sitemap_bnr_des { max-width:1380px; z-index: 1; position: absolute; top: 210px; left: 0; right:0; padding: 0 20px; }
.sitemap_bnr_des h1 { color: var(--white); text-transform: uppercase; letter-spacing:10px; margin-bottom: 37px; text-align:center; }

.sitemap_links_div { grid-template-columns: repeat(6, 1fr); gap:10px; }

.sitemap_links { border-left:1px solid #fff; padding:0 20px;  }
.sitemap_links ul {  }
.sitemap_links ul li { width: 100%; float: left; margin-bottom: 20px; }
.sitemap_links ul li a { font-size: 16px; font-weight: 400; line-height: 1; text-decoration: none; }
.sitemap_links ul li a:hover { color: var(--yellow); }



/* sitemap page end */

/* error page start */
.error_sec {  }
.error_des_row { max-width:1480px; z-index: 1; position: absolute; left: 0; right: 0; top:223px; padding: 0 20px; }

.error_des {}
.error_des h1 { font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 20px; letter-spacing:10px; text-transform: uppercase; }
.error_des p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 50px;
  max-width: 556px;
  margin: 0 auto 40px;
  color: #fff;
}
.error_des a { min-width:250px; border: solid 1px #fff; color:#fff; }

/* error page end */


.animate_left { opacity: 0.001; transform: translateX(-100%) scale(1.25); transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.in-viewport .animate_left { opacity: 1;
  transform: translateX(0) scale(1); }

.animate_right { opacity: 0.001; transform: translateX(100%) scale(1.25); transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.in-viewport .animate_right { opacity: 1;
  transform: translateX(0) scale(1); }


/*  All banner responsive start */

@media only screen and (max-width: 1700px) {
  .services_sub_nav ul { gap:40px; }
  .services_sub_nav ul.items-5,
  .services_sub_nav ul.items-6 { gap:20px; }
  .services_sub_nav ul li a small { font-size: 13px; }

}

@media only screen and (max-width: 1400px) 
{
  .services_sub_nav ul { gap:10px; }
  .services_sub_nav ul.items-5,
  .services_sub_nav ul.items-6 { gap:10px; }
  .services_sub_nav ul li { padding-left: 10px; }
  .services_sub_nav ul li a small { min-height:30px; }




}

@media only screen and (max-width: 1199px) 
{
  .container,
  .bnr_btm_btn { padding: 0 20px; }

  .hdr_sec { padding-right: 20px; padding-left: 20px; }
  .sub-menu:before { width: calc(100% - 40px); }

  .bnr_des h1 { font-size: 35px; }
  .click_down a::before { height:80px; }

  .fc_bnr_des { bottom:30px; }  

  /* sitemap page */

  .sitemap_bnr_des { top: 70px; }
  .sitemap_links { padding: 0 10px; }
  .sitemap_links ul li { margin-bottom: 15px; }
  .sitemap_links ul li a { font-size: 14px; }

  

}

@media only screen and (max-width: 1024px) 
{ 
  /* start mobile header */
  .hdr_change { padding-top: 56px; }
  .hp_bnr_sec { height: calc(100vh - 60px); }

  .sub-menu:before { opacity: 0; height:0; }

  .hdr_sec { display: none; }
  .hdr_sec_mobile { display: block; }

/*  .hdr_change .hdr_sec { padding: 15px 0 14px; }*/
    .hdr_change .hdr_sec { padding: 15px 0 14px; }

   .click_menu { width: 34px;height: 25px; cursor: pointer; position: relative; margin-top: 2px; }

  .click_menu span { width: 100%; height: 3px; background: #58585b; position: absolute; left: 0; transition: all 0.4s ease-in-out 0s;  }

  .click_menu span.span_1 { top: 0; }
  .click_menu span.span_2 { top: 11px; }
  .click_menu span.span_3 { top: 22px; }

  .open_menu .click_menu span.span_1 { top: 8px; transform: rotate(-45deg); }
  .open_menu .click_menu span.span_2 { top: 8px; transform: rotate(45deg);}
  .open_menu .click_menu span.span_3 { opacity: 0;}

  .logo { width: auto; position: relative; z-index: 2; }
  .hdr_change .logo a { width: 235px; }
  /*.hdr_change .logo a img.logo_1 { width: 100px; }*/
  .logo a img.mobile_logo { width: 235px; height:auto }

  .navigation { position: absolute; float: left; top: 56px; left: -100%; height: calc(100vh - 50px); width: 100%; z-index: 1; background: #fff; padding: 110px 0 50px; display: block; padding:30px 15px; transition: all 0.3s ease-in-out 0s; }
  

  .navigation ul li { float: left; width: 100%; padding: 0; margin: 0 0 15px; color: var(--d-gray); }
  .navigation ul li.menu-item-has-children { padding-right: 0; }

  .submenu-arrow { top: 9px; }
  .navigation ul li:hover .submenu-arrow { top: 12px; }
  .navigation ul li a { font-family: var(--worksans); color: var(--d-gray); font-size: 26px; font-weight: 300; padding: 0 0 8px; letter-spacing: 0px; }

  .navigation ul li:last-child a:hover,
  .navigation ul li.current-menu-item a,
  .navigation ul li a:hover { color: var(--d-gray);}
  
  .open_menu .navigation { left: 0; }

  .navigation ul li:hover a { color: var(--d-gray); }

  .hdr_adrs { margin: 30px 0 20px; }
  .hdr_adrs span { font-family: var(--worksans); display: block; width: 100%; float: left; font-size: 18px; font-weight: 700; color: var(--d-gray); margin-bottom: 7px; }

  .hdr_adrs span a { font-family: var(--worksans); color: var(--d-gray); font-weight: 400; font-size: 18px; text-decoration: none; }
  .hdr_social_links { }
  .hdr_social_links a svg { width: 35px; height:35px; }
  .hdr_social_links a svg path { fill: var(--white); }
  .hdr_social_links a svg path.path1 { fill: var(--d-gray); }

  .book_aptmnt { margin: 10px 0 30px; padding-bottom: 35px; border-bottom:1px solid #000; }
  .book_aptmnt a { min-width:240px; height:50px; }


  .navigation .sub-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 20px 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: auto; z-index: 1; box-shadow: none;
  }

  .navigation ul li:hover > .sub-menu {opacity: 1;visibility: visible;height: 100%;transform: none;transition-delay: inherit; top: 0; }

  .mega-menu__back-btn { display: block; margin-bottom:6px; font-family: var(--worksans); font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: left; color: #58595b; cursor:pointer; position: relative; padding-left: 10px; }
  .mega-menu__back-btn:before { content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

  /* first sub-menu style start */
  .services_sub_nav { padding: 10px 0; }
  
  .services_sub_nav h3,
  .foot_services_sub_nav h3 { font-family: var(--worksans); margin-bottom: 9px; font-family: var(--worksans); font-size: 26px; font-weight: 300; letter-spacing: normal; color: #58595b; }

  .services_sub_nav h3 a, 
  .foot_services_sub_nav h3 a { color: #58595b !important; display: block; padding: 0 !important; position: relative; }

  .services_sub_nav h3 a::before, 
  .foot_services_sub_nav h3 a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
  }

  .services_sub_nav h3 { margin-bottom: 0; }
  
  .services_sub_nav ul { display: grid; grid-template-columns: 1fr; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; border-top: 1px solid #d9d9d9; padding-top: 15px; }
  .services_sub_nav ul li { border-left:0; margin:0; position: relative;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 0s, 0s;
    transition-delay: 0s;

   }
   .services_sub_nav ul li::before {
      content: "";
      width: calc(100% - 143px);
      height: 1px;
      background: #d9d9d9;
      right: 0;
      bottom: -5px;
      position: absolute;
    }

  /* step by step animation */
  .expanding .services_sub_nav ul li:nth-child(1) {
    transition-delay: 0.2s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .services_sub_nav ul li:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .services_sub_nav ul li:nth-child(3) {
    transition-delay: 0.4s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .services_sub_nav ul li:nth-child(4) {
    transition-delay: 0.5s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .services_sub_nav ul li:nth-child(5) {
    transition-delay: 0.6s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .services_sub_nav ul li:nth-child(6) {
    transition-delay: 0.7s;
    opacity: 1; transform: translateY(0);
  }


  .services_sub_nav ul li a { display: flex; flex-direction:row-reverse; justify-content: flex-end; gap:20px; align-items:center; position: relative; }
  .services_sub_nav ul li a:before { content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%); }

  .services_sub_nav ul li a small { margin:0; font-size: 16px; }
  .services_sub_nav ul li a img { width: 135px; height:90px; border-radius:15px; }

  /* first sub-menu style end */

  /* second sub-menu style start */
  .hdr_change .services_sub_nav, 
  .hdr_change .foot_services_sub_nav { border-top: 1px solid #8c8c8c; }

  .foot_services_sub_nav { grid-template-columns:1fr; gap: 0; padding: 10px 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; }
  
  .hdr_foot_srvcs { border-left: 0; padding: 0 15px; border-top: 1px solid #d9d9d9; 
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: 0s, 0s;
  transition-delay: 0s; }

  /* step by step animation */
  .expanding .hdr_foot_srvcs:nth-child(3) {
    transition-delay: 0.2s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .hdr_foot_srvcs:nth-child(4) {
    transition-delay: 0.3s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .hdr_foot_srvcs:nth-child(5) {
    transition-delay: 0.4s;
    opacity: 1; transform: translateY(0);
  }
  .expanding .hdr_foot_srvcs:nth-child(6) {
    transition-delay: 0.5s;
    opacity: 1; transform: translateY(0);
  }

  .hdr_foot_srvcs:first-child { border-bottom: 1px solid red;}
  .hdr_foot_srvcs h2 { font-size: 16px; margin-bottom: 0; padding: 10px 0; cursor:pointer; position: relative; }
  .hdr_foot_srvcs h2:before { content: "";
    position: absolute;
    right: 0;
    top: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
    .hdr_foot_srvcs h2.active:before { top: 18px;transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .hdr_foot_srvcs ul { display: none; padding: 5px 0; }
  .hdr_foot_srvcs ul li { margin:0 0 10px; }
  .hdr_foot_srvcs ul li a { font-size: 16px; color:#58595b; padding: 0; }

  .mega-menu__back-btn,
.services_sub_nav h3,
.foot_services_sub_nav h3 { display: block; }

  .source_image { display: none; }

  /* second sub-menu style end */



  .navigation ul li.expanding .sub-menu { left: 0; }

  /* end mobile header */


}


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

.primary_btn { height:40px; }
.bnr_btm_btn a { min-width: 200px; }

.click_down::before { height:60px; transform:scaleY(1); }

/* sitemap page */

.sitemap_bnr_sec { height:920px;  }
.sitemap_links_div { grid-template-columns: repeat(3, 1fr); gap: 30px; }
.sitemap_links ul li a { font-size: 16px; }

/* error page */
.error_des_row { top: 100px; }


}

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

p { font-size: 16px; }
.primary_btn { height:40px; min-width:150px; }

.hp_bnr_sec picture img { object-position:top; }
.bnr_des { top: 27%; transform: translateY(-27%); }
.bnr_des h1 { max-width: 335px; margin: 0 auto; }

.bnr_btm_btn { max-width:190px; bottom:150px; flex-direction:column; text-align:center; gap:30px; padding:0; }
.bnr_btm_btn a { min-width:190px; }

.click_down { bottom:30px; }
.click_down a::before { height: 50px; }

/* foot care landing page */

.fc_bnr_sec { height:auto; margin-bottom: 40px; }
.fc_bnr_sec picture img { height:auto; transform:scale(1); }
.fc_bnr_des { top: auto; transform:none; bottom:15px; }

.fc_bnr_des h1 {
  font-size: 30px;
  letter-spacing: 0;
  margin: 0;
}

.bread_crumb_div ul li { padding: 0 6px; }
.bread_crumb_div ul li::before { right:-3px; }
.fc_bnr_des a { font-size: 14px; margin-top: 10px; padding-left: 15px; }
.fc_bnr_des a::before { top: }

/* sitemap page */

.sitemap_bnr_sec { height:1800px;  }
.sitemap_links_div { grid-template-columns: 1fr; }
.sitemap_bnr_des { padding: 0 30px; }
.sitemap_bnr_des h1 { font-size: 35px; letter-spacing:7px; margin-bottom: 18px; }

/* error page */
.error_des_row { top: 70px; }
.error_des h1 { font-size: 35px; letter-spacing:7px; }
.error_des p { font-size: 16px; line-height:1.5 }
.error_des a { min-width:190px; }

.click_down02 { display: none; }

/* end 767px  */
}

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

/*@keyframes zoomOut {
  0% {
    transform:scale(1.1)
  }
  100% {
    transform:scale(1)
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform:scale(1.1)
  }
  100% {
    transform:scale(1)
  }
}
.img_animate { transform: scale(1.2); }
.in-viewport .img_animate { animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards zoomOut;    }*/




}

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


h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
p { font-size: 18px; }

.hdr_sec,
.bnr_btm_btn { padding-right: 163px; padding-left: 163px; }

.sub-menu:before { width: calc(100% - 326px); }

.container,
.bnr_des,
.sitemap_bnr_des { max-width:2200px; padding: 0 163px; }

.ankle_sec { padding: 60px 0; }

.two_column_sec { padding: 0 0 120px; }
.two_column_div { gap:160px; }

.two_column_pic { max-width:50%; }
.two_column_text { max-width:50%;}
.two_column_text h2,
.hp_services_sec h3 { font-size: 60px; }
.two_column_text p { max-width:600px; }

.ftr_adrs ul li { font-size: 18px; }




}



/*@media only screen and (min-width: 1921px) 
{

h1 { font-size: 80px; }
h2 { font-size: 60px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
p { font-size: 20px; }


.container { max-width:1960px; }
.bnr_des,
.bnr_btm_btn { max-width:1960px; }


}*/
