/*----------------------------------
Table of contents
----------------------------------*/

/*
1) variable
2) mixin
3) button
4) base
5) color
6) header
7) mega-menu
8) footer
9) banner
10) title
11) effect
12) feature-box
13) video
14) portfolio
15) process-bar
16) testimonial
17) team
18) client
19) accordion
20) price-table
21) blog
22) social
23) form
24) list
25) space
-----------------------------*/
/* Montserrat and Helvetica @imports moved to <link> tags in header.php */
/*Import Quatro Slab*/

@supports (padding: max(0px)) {
  .post {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/*----------------------------------
* Buttons
----------------------------------*/
.m-btn {
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  line-height: inherit;
  border-radius: 0;
  width: auto;
  padding: 12px 25px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  -moz-transition: ease-in-out all 0.55s;
  -o-transition: ease-in-out all 0.55s;
  -webkit-transition: ease-in-out all 0.55s;
  transition: ease-in-out all 0.55s;
  text-align: center;
}
.m-btn i {
  vertical-align: middle;
}
.m-btn.m-btn-shadow {
  box-shadow: 0 11px 25px -5px rgba(0, 0, 0, 0.3);
}
.m-btn.m-btn-radius {
  border-radius: 4px;
}
.m-btn.m-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #060221;
}
.m-btn.m-btn-white:focus,
.m-btn.m-btn-white:hover {
  background: transparent;
  color: #ffffff;
}
.m-btn.m-btn-theme {
  background: #ef8903;
  border-color: #ef8903;
  color: #ffffff;
}
.m-btn.m-btn-theme:focus,
.m-btn.m-btn-theme:hover {
  background: transparent;
  color: #ef8903;
}

/*------------------
*	More Button
-------------------*/
@keyframes pulse-border {
  0% {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/* ------------------------
*	General
------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 1.6;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
a {
  color: #060221;
}
a:hover {
  color: #a55f02;
  text-decoration: none;
}
.white-color a,
.dark-bg a,
.gray-bg a {
  color: #ffffff;
}
.white-color a:hover,
.dark-bg a:hover,
.gray-bg a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* WCAG 2.1 AA: orange (#ef8903) bg needs dark text for 4.5:1+ contrast */
.theme-bg a,
.theme2nd-bg a {
  color: #000000;
}
.theme-bg a:hover,
.theme2nd-bg a:hover {
  color: rgba(0, 0, 0, 0.75);
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  color: #373a36;
}

/* Everything under fixed header */
#main-container {
}

/* ----------------------
*	Font alternative
-------------------------*/
.font-alt1 {
  font-family: quatro-slab, serif;
  font-weight: 400;
  font-style: normal;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef8b22;
  z-index: 99999;
}
.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.load-circle span {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.load-circle span:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ----------------------
*Heading fonts size
---------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: quatro-slab, serif;
  font-weight: 400;
  font-style: normal;
}
.h1,
h1 {
  font-size: 50px;
}
@media (max-width: 1016px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 35px;
  }
}
.h2,
h2 {
  font-size: 44px;
}
@media (max-width: 1016px) {
  .h2,
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 32px;
  }
}
.h3,
h3 {
  font-size: 32px;
}
@media (max-width: 1016px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h4,
h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 22px;
  }
}
.h5,
h5 {
  font-size: 20px;
}

/* ----------------------
*	Section
-------------------------*/
.section {
  padding: 30px 0;
}
@media (max-width: 1016px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ----------------------
*	owl 
---------------------------*/
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #ef8903;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-carousel-white .owl-dots .owl-dot {
  border-color: #ffffff;
  background: none;
}
.owl-dots .owl-dot.active {
  background: #ef8903;
}
.owl-carousel-white .owl-dots .owl-dot.active {
  background: #ffffff;
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

/* ----------------------
*	Height width
---------------------------*/
.max-width-auto {
  max-width: none;
}
@media (max-width: 1016px) {
  .max-width-auto {
    max-width: 100%;
  }
}

/* ----------------------
*	Box shadow
---------------------------*/
.box-shadow {
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

/* ----------------------
*	Positions
---------------------------*/

/* ----------------------
*	Opacity
---------------------------*/

/* ----------------------
*	transeition
---------------------------*/

/* ----------------------
*	Image Hover
---------------------------*/

/* ----------------------
*	Top Hover
---------------------------*/

/* ----------------------
*	Grayscale Hover
---------------------------*/

/* ----------------------
*	Border Radius
---------------------------*/

/* Border Weight
-------------------------------*/

/* Letter spacing
-------------------------------*/

/* Border color
-------------------------------*/

/* ----------------------
*	Cookie Dialog
---------------------------*/

/* Background color
-------------------------------*/
.theme-bg {
  background-color: #ef8903;
}
.theme2nd-bg {
  background-color: #ef8903;
}
.dark-bg {
  background-color: #363a36;
}
.lightgray-bg {
  background-color: #f2f2f2;
}
.gray-bg {
  background-color: #565a56;
}
.white-bg {
  background-color: #ffffff;
}

/*	Property
---------------------------*/
.bg-cover {
  background-size: cover;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}

/* Text color
-------------------------------*/
.white-color {
  color: #ffffff;
}
.dark-color {
  color: #373a36;
}
.theme-color {
  color: #a55f02;
}

/* Text decorations
-------------------------------*/
.thin {
  font-weight: 200;
}
.bold {
  font-weight: 600;
}
.xtra-bold {
  font-weight: 800;
}
.underline {
  text-decoration: underline;
}
.bigger-text {
  font-size: 1.1em;
}

/*	Toggle Menu
-------------------------*/
.navbar-toggler {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-right: 15px;
  background: #fff;
  border: none;
}
.navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  box-shadow:
    0px -8px 0 0px currentColor,
    0px 8px 0 0px currentColor;
  background: #ef8903;
  color: #ef8903;
}

/*	Search
-------------------------*/
.h-search-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.95);
  -moz-transition: ease-in-out all 0.55s;
  -o-transition: ease-in-out all 0.55s;
  -webkit-transition: ease-in-out all 0.55s;
  transition: ease-in-out all 0.55s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.h-search-section .h_search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}
.h-search-section.searh-form-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Header Nav
-----------------------------*/
.fixed-header-bar {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.header-white .fixed-header-bar {
  background: #ffffff;
}
.fixed-header .fixed-header-bar {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.main-navbar {
  padding: 0;
}
.main-navbar .logo-light {
  display: none;
}
.main-navbar .navbar-brand {
  padding: 10px;
}
.main-navbar .navbar-brand img {
  max-width: 250px;
  height: auto;
}
.main-navbar .top-header {
  position: absolute;
  top: 0;
  right: 0;
}
.main-navbar .bottom-header {
  position: relative;
  margin-top: 35px;
  padding-right: 10px;
}
.fixed-header .main-navbar .logo-light {
  display: none;
}

/* Header top
-----------------------------*/
.top-header {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.top-header .ht-info {
  display: inline-block;
  white-space: nowrap;
}
.top-header .ht-info .nav li {
  position: relative;
}
.top-header .ht-info .nav li a:hover,
.top-header .ht-info .nav li a:focus {
  color: #000000;
}
.top-header .ht-info .nav li.refdoc {
  background-color: #363a36;
}
.top-header .ht-info .nav li.refdoc a:hover,
.top-header .ht-info .nav li.refdoc a:focus {
  color: #ef8903;
}
.header-white .top-header .ht-info .nav li {
  color: #000000;
}
.top-header .ht-info a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 14px;
  position: relative;
  line-height: 32px;
}
.header-white .top-header .ht-info a {
  color: #000000;
}
/* Referring Doctor Login has dark bg (#363a36) — restore white text */
.header-white .top-header .ht-info .nav li.refdoc a {
  color: #ffffff;
}

@media (min-width: 1017px) {
  /*992*/
  .main-navbar .navbar-nav > li {
    margin: 0 8px;
  }
}
@media (min-width: 1017px) {
  .main-navbar .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
    display: block;
  }
  .header-white .main-navbar .navbar-nav > li > a {
    color: #363a36;
  }
  .header-white .main-navbar .navbar-nav > li > a.current {
    color: #060221;
    font-weight: 600;
  }
  .header-white .main-navbar .navbar-nav > li:hover > a {
    color: #060221;
  }
}

/* Home */
.banner-light-box .bg-cover {
  position: relative;
  overflow: hidden;
}
.hero-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.banner-light-box .bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner-light-box .bg-cover > .container {
  position: relative;
  z-index: 2;
}
.banner-light-box .bg-cover h2 {
  color: #ffffff !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.theme-bg .theme-color,
.theme2nd-bg .theme-color {
  color: #ffffff !important;
}
img.endodontics-home {
  float: right;
  padding-left: 50px;
  max-width: 300px;
  height: auto;
  margin-right: -15px;
}
img.procedures-home {
  margin-left: -10px;
  max-width: 79px;
}

/* Our-Team */
img.drs {
  float: right;
  padding-left: 50px;
  max-width: 300px;
  margin-right: -30px;
}
img.support-staff {
  margin: 0 auto;
  max-width: 250px;
}
img.support-staff:last-child {
  margin-left: 10px;
}
.our-team-fix {
  padding-left: 0;
  padding-right: 0;
}
.support-fix {
}

/* Procedures */
.procedures {
  margin-left: -30px;
}
.procedure {
  margin: 0 auto;
}
#root-canal {
}
#endodontic-retreatment {
}
#apicoectomy {
}
#cracked-teeth {
}
#cbct {
}
#regenerative-endo-therapy {
}
#trauma {
}

/* New Patients */
.new-patients {
  padding-left: 0;
  padding-right: 0;
}

/* Referring Doctors */
.referring-doctors-fix {
  padding-left: 0;
  padding-right: 0;
}

/* Instructions */
.instructions-fix {
  padding-left: 0;
  padding-right: 0;
}

/* The Endo Blog */
.blog-fix {
  padding-left: 0;
  padding-right: 0;
}

/* Reviews */
a.reviewmgr-button {
  background-color: #ef8903;
}
a:hover.reviewmgr-button {
  background-color: #ffffff;
}
.reviews-fix {
  padding-left: 0;
  padding-right: 0;
}

/* Contact */
.contact-fix {
  padding-left: 0;
  padding-right: 0;
}

/* Responsive Menu
-----------------------------*/
@media (max-width: 1016px) {
  .main-navbar {
    padding: 0;
  }
  .main-navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navbar > .top-header > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 100;
  }
  .main-navbar .navbar-collapse .top-header {
    width: 100%;
  }
  .main-navbar .navbar-collapse .top-header .ht-info a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    position: relative;
    line-height: 35px;
  }
  .main-navbar .bottom-header {
    padding-right: 0px;
  }
  .main-navbar .navbar-nav > li {
    margin: 0;
    border-top: 1px solid #e6e6e6;
  }
  .main-navbar .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    color: #363a36;
  }
  .main-navbar .navbar-nav > li > a:hover {
    background-color: #ef8903;
    color: #ffffff;
  }
  .main-navbar .navbar-brand {
    margin-left: 15px;
  }
}

/* Desktop
--------------------*/

/* Mobile
--------------------*/
@media (max-width: 1017px) {
  .m-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    color: #060221;
  }
  .map {
    padding-top: 40px;
  }
  .footer-form {
    margin-top: -50px;
  }
}
.footer.footer-dark {
  background: #363a36;
}
.footer.form-group {
  margin: 0;
  padding: 0;
}

@media (min-width: 1700px) {
}
@media (max-width: 1200px) {
  img.support-staff:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1016px) {
  .align-top {
    margin-top: -15%;
  }
  .footer-top {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .align-top {
    margin-top: -30%;
  }
  .home-half-slider .align-top {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 10px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .procedure {
    margin-top: 20px;
    margin-left: 25px;
  }
  img.support-staff {
    margin: 0 auto;
    max-width: 225px;
  }
  img.support-staff:last-child {
    margin-left: 0;
    margin-top: 0;
  }
  .support-fix {
    padding: 15px;
  }
}
@media (max-width: 654px) {
  .main-navbar .bottom-header {
    margin-top: 70px;
  }
}
@media (max-width: 555px) {
  .align-top {
    margin-top: -222px;
  }
  .align-top h2 {
    font-size: 32px;
  }
  img.endodontics-home,
  img.drs {
    max-width: 300px;
    margin-right: 0;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  img.support-staff {
    margin: 0 auto;
    max-width: 200px;
  }
}
@media (max-width: 499px) {
  .align-top {
    margin-top: -340px;
  }
  .align-top h2 {
    font-size: 28px;
  }
  img.endodontics-home,
  img.drs {
    float: left;
    max-width: 300px;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  img.support-staff {
    margin: 0 auto;
    max-width: 150px;
  }
}
@media (max-width: 450px) {
  img.drs {
    float: left;
    padding-right: 25px;
    max-width: 200px;
    margin-left: 25px;
  }
}

.footer-dark .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-dark .footer-top .row.container.footer-nav {
  margin-left: 15px;
  padding-bottom: 2em;
}
.footer-dark .footer-top .fot-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 10px;
}
.footer-dark .footer-top .fot-title {
  color: #ffffff;
}
.footer-dark .footer-top .footer-about {
  display: flex;
  width: 100%;
  border-bottom: 4px solid #666666;
}
.footer-dark .footer-top .fot-logo {
  padding-right: 30px;
}
.footer-dark .footer-top .fot-logo img {
  padding-top: 15px;
  max-width: 275px;
  height: auto;
}
.footer-dark .footer-top .fot-address {
  width: 65%;
  padding: 10px 10px;
}
.footer-dark .footer-top .fot-social {
  min-width: 175px;
  padding: 10px 0px;
  display: inline-block;
  white-space: nowrap;
}
.footer-dark .footer-top .nav li a {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}
.footer-dark .footer-top .nav li a {
  color: #ffffff;
}
.footer-dark .footer-top .nav li a:hover {
  color: #ffffff;
}
.footer-dark .footer-top .fot-social .nav {
  float: right;
}
.footer-dark .footer-top .fot-social .nav li a {
  padding: 0 10px;
  font-size: 30px;
  color: #ffffff;
}
.footer-dark .footer-top .fot-social .nav li a:hover {
  color: #ef8903;
}
.footer-dark .footer-top .fot-social .nav li a:last-of-type {
  padding-right: 0;
}
.footer-dark .footer-top .fot-address address p {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}
.footer-dark .footer-top .fot-address address p i {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-dark .footer-top .footer-link {
  color: #ffffff;
  line-height: 1;
}
.footer-dark .footer-top .footer-link ul.nav li a {
  display: block;
  padding: 6px 0;
}
.footer-dark .footer-top .footer-info p {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .nav li {
  margin-right: 15px;
}
.footer-dark .footer-bottom .nav li a {
  color: #ffffff;
}
.footer-dark .footer-bottom .nav li a:hover {
  color: #ffffff;
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.anchor-point:target {
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .footer-top .footer-about .fot-address address p {
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .footer-dark .footer-top .footer-about {
    display: block;
  }
  .footer-top .fot-logo img {
    max-width: 350px;
    padding-bottom: 20px;
  }
  .footer-top .footer-about .fot-address,
  .footer-top .footer-about .fot-social {
    padding-left: 0;
  }
  .footer-top .footer-about .fot-social .nav {
    float: left;
  }
  .footer-top .fot-social .nav li a {
  }
  .footer-top .fot-contactinfo {
    padding-top: 15px;
  }
  .footer-top .fot-address {
    width: 100%;
  }
  .footer-top .fot-social {
    margin-top: -20px;
    padding-bottom: 20px;
  }
  .footer-bottom p {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .footer-top .fot-logo img {
    max-width: 250px;
    padding-bottom: 20px;
  }
}
/* WCAG 2.1 AA: footer-bottom is orange (#ef8903) bg — dark text for 4.5:1+ contrast */
.footer-dark .footer-bottom p,
.footer-dark .footer-bottom a {
  color: #000000;
}

/* Half Banner
------------------------------*/
.banner-dot .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 15px;
}
.banner-dot-white .owl-dots .owl-dot {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.banner-dot-white .owl-dots .owl-dot.active {
  background: #ffffff;
}

/* Half Banner
------------------------------*/
.home-half-slider .slider {
  min-height: 80vh;
}
.left-bar {
  border-left: 10px solid #ef8903;
}
.left-bar-white {
  border-left: 10px solid #ffffff;
}
.left-bar-clear {
  border-left: 10px solid rgba(0, 0, 0, 0);
}
.left-bar-max {
  border-left: 10px solid #ef8903;
  margin-top: -30px;
  margin-bottom: -30px;
}
.left-bar-max-fix {
  margin-top: 30px;
  margin-bottom: 30px;
}
.left-bar-margin-tb-fix {
  margin-top: -10px;
  margin-bottom: -10px;
}
.left-bar-margin-tb-fix-5 {
  margin-top: -10px;
  margin-bottom: -5px;
}
.left-bar-margin-l-fix {
  margin-left: 15px;
}
p.left-bar-margin-l-fix {
  margin-left: 25px;
}
.align-top {
  margin-bottom: 18%;
}
.patient-reviews-title,
.headline {
  height: 30vh;
  line-height: 30vh;
}
.banner-height-30 {
  min-height: 30vh;
}
.banner-height-60 {
  min-height: 60vh;
}
.banner-height-80 {
  min-height: 80vh;
}

/* Banner Text Large
------------------------------*/
.section-title p:last-child {
  margin-bottom: 0;
}

/* Breadcrumbs
--------------------------------*/
.portfolio-content .grid-item {
  float: left;
}

/*Gallery*/

/*Portfolio Filter*/

/*Portfolio Style 1*/

/*Portfolio Style 2*/
.cient-slider img {
  width: auto;
  margin: 0 auto;
}
.border-form .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none !important;
  font-size: 15px;
}
.border-form .form-control:not(textarea) {
  height: 42px;
}

/* Height Width
--------------------*/

/* Font wight
--------------------*/
.font-w-700 {
  font-weight: 700;
}

/* Font size
--------------------*/
.font-52px {
  font-size: 52px;
}

/* Margin Padding
--------------------*/
.m-0px {
  margin: 0px;
}
.p-0px {
  padding: 0px;
}
.p-5px-t {
  padding-top: 5px;
}
.m-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-15px-t {
  padding-top: 15px;
}
.m-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-20px-t {
  margin-top: 20px;
}
.m-20px-l {
  margin-left: 20px;
}
.p-20px {
  padding: 20px;
}
.m-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-30px-t {
  margin-top: 30px;
}
.p-30px-t {
  padding-top: 30px;
}
.p-40px-l {
  padding-left: 40px;
}
.m-50px-b {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  /* Font size --------------------*/

  /* Margin Padding --------------------*/
}
@media (max-width: 1016px) {
  /* Font size --------------------*/
  .md-font-42px {
    font-size: 42px;
  }

  /* Margin Padding --------------------*/
}
@media (max-width: 767px) {
  /* Font size --------------------*/
  .sm-font-38px {
    font-size: 38px;
  }

  /* Margin Padding --------------------*/
}

/* Accessibility: skip navigation link */
.skip-to-main {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-main:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 12px 20px;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #222222;
  z-index: 9999;
  text-decoration: none;
  overflow: visible;
}

/* WCAG 2.1 AA contrast overrides
   Orange (#ef8903) bg with white text only achieves 2.54:1.
   Dark text on orange achieves 8.25:1. */
.theme-bg .white-color,
.theme2nd-bg .white-color {
  color: #000000;
}

/* theme-color (#a55f02) on dark footer bg (#363a36) = 2.34:1 — fails.
   Use white = 11.56:1 — well within WCAG AA. */
.footer-dark .theme-color {
  color: #ffffff;
}

/* Reset default <button> styles for cookie consent bar */
button.herbyBtn {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}
