html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i {
  font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  line-height: 1;
  font-family: "Poppins-Regular";
  color: #000;
  background-color: #f2f2f2;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

main{
  min-height: calc(100vh - 133px);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}

strong {
  font-weight: 900;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.container {
  max-width: 1200px;
  padding: 0 68px;
  margin: 0 auto;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
}


.mainHeader .container-fluid,
.page-template-template-about .container-fluid,
.error404  .container-fluid
{
  padding: 0px 60px;
}

.about-us-contentsection .flex-wrapper .container-fluid {
  padding: 0px 60px 0 30px;
}

.page-template-template-contact-us .contact-us-body .container-fluid{
  padding: 0px 0 0 96px;
}

.no-cursor {
  cursor: default !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.d-flex {
  display: flex !important;
}

.d-flex-important {
  display: flex !important;
}

.flex-wrap-unset {
  flex-wrap: unset !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-item-center {
  align-items: center !important;
}

.align-item-start {
  align-items: flex-start !important;
}

.align-item-end {
  align-items: flex-end !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

h1 {
  font-size: 6.25rem;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.25rem;
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.noBeforeAfter:before,
.noBefore:before {
  display: none !important;
}

.noBeforeAfter:after,
.noAfter:after {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.positionStatic {
  position: static !important;
}

.noSliderDesk .swiper-wrapper {
  flex-wrap: wrap !important;
  transform: none !important;
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.noSliderDesk .swiperBtnDiv,
.noSliderDesk .swiper-pagination {
  display: none !important;
}

.positionRelative {
  position: relative !important;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.z-index-9999 {
  z-index: 9999;
}

.z-index-99999 {
  z-index: 99999;
}

.z-index-9 {
  z-index: 9;
}


.bgColorOffWhite {
  background: #fffbec !important;
}

.bgColorGrey {
  background: #F4F4F4 !important;
}

.bgNo {
  background: transparent !important;
}

.bgColorWhite {
  background: #fff !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 0 !important;
}

.border-left {
  border-left: 0 !important;
}

.border-right {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 0 !important;
}

.swiper-scrollbar {
  width: 3px !important;
  background: transparent;
}

.swiper-scrollbar:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 1px;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.swiper-scrollbar-drag {
  background: #9d7f19;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  cursor: pointer;
}

.gap-16 {
  gap: 16px;
}

.col-1 {
  width: calc(100% / 12) !important;
}

.col-2 {
  width: calc(100% / 2) !important;
}

.col-3 {
  width: calc(100% / 3) !important;
}

.col-4 {
  width: calc(100% / 4) !important;
}

.col-5 {
  width: calc(100% / 5) !important;
}

.col-6 {
  width: calc(100% / 6) !important;
}

.col-7 {
  width: calc(100% / 7) !important;
}

.col-8 {
  width: calc(100% / 8) !important;
}

.col-9 {
  width: calc(100% / 9) !important;
}

.col-10 {
  width: calc(100% / 10) !important;
}

.col-11 {
  width: calc(100% / 11) !important;
}

.col-12 {
  width: calc(100% / 1) !important;
}

.showOnDesktop {
  display: block;
}

.full-width {
  width: 100% !important;
}

input:auto-fill {
  background: transparent !important;
}

.overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background: #00C3C9;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00C3C9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00C3C9;
}

.dNone {
  display: none !important;
}



.btn {
  background-color: #00C3C9;
  letter-spacing: 0;
  font-family: "Poppins-Bold";
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}


.padding-top-65 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  main{
    min-height: calc(100vh - 97px);
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100% !important;
  }

  .xs-flex-direction-column {
    flex-direction: column;
  }

  .xs-full-width {
    width: 100%;
  }

  .pl-4 {
    padding-left: 1.25rem !important;
  }

  .pr-4 {
    padding-right: 1.25rem !important;
  }

  .pt-4 {
    padding-top: 1.25rem !important;
  }

  .pb-2 {
    padding-bottom: 1rem !important;
  }

  .container-fluid {
    padding: 0px;
  }

  .mainHeader .container-fluid,
  .page-template-template-about .container-fluid {
    padding: 0 1.25rem;
  }

  .showOnDesktop {
    display: none;
  }

  p {
    margin-bottom: 10px;
  }

  button,
  .btn {
    font-size: 1rem;
    padding: 0rem;
  }

  .dNone {
    display: unset !important;
  }

  .mNone {
    display: none !important;
  }

  .m-flex-important {
    display: flex !important;
  }

  .noSliderMob .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
  }

  .noSliderMob .swiper-slide {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }

  .noSliderMob .swiperBtnDiv,
  .noSliderMob .swiper-pagination {
    display: none !important;
  }

  .about-us-contentsection .flex-wrapper .container-fluid {
    padding: 0 20px;
  }

  .page-template-template-contact-us .contact-us-body .container-fluid{
    padding: 0px;
  }

}

@media all and (min-width: 768px) and (max-width: 1025px) and (orientation:portrait) {

  .mainHeader .container-fluid,
  .page-template-template-about .container-fluid,
  .page-template-template-contact-us .contact-us-body .container-fluid{
    padding: 0 20px;
  }

  .dNone {
    display: block !important;
  }
  
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 100%;
  }

  .mainHeader .container-fluid {
    max-width: 100%;
  }

}