@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'bentonmoddisplight';
    src: url('../fonts/bentonmoddisp-light-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispregularitalic';
    src: url('../fonts/bentonmoddisp-regularit-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-regularit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispbold';
    src: url('../fonts/bentonmoddisp-bold-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispsemibold';
    src: url('../fonts/bentonmoddisp-semibold-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonmoddispregular';
    src: url('../fonts/bentonmoddisp-regular-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/********** Fixes **********/
button:focus {
    outline: 1px dotted;
    outline: none;
}
.btn{
box-shadow: none !important;
}
.main-content {
padding: 0 0;
}
.slidemenu-bg-overlay {
pointer-events: none;
}
/* fix for IE */
img {
    width: 100%;
}
.card-img {
  border-radius: 0!important;
}
.card-blog-img, .card-feed-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card {
  border-radius: 0;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
/********** Fixes End **********/

/********** Typography **********/
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #282828;
  text-align: left;
	background: #f1f3f4;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4{
font-family: 'bentonmoddispregular',serif;
font-style: normal;
margin-bottom: 20px;
color: #3E4959;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}

h1, .h1 {
font-size: 6vw;
font-size: clamp(2.5rem,6vw,5.8rem);
line-height: 1.1;
font-weight: normal;
}

h2, .h2 {
font-size: 4vw;
font-size: clamp(2rem,4vw,3rem);
line-height: 1.3;
font-weight: normal;
}
h3, .h3 {
font-size: 3vw;
font-size: clamp(2rem,3vw,2.4rem);
line-height: 1.3;
}
h4, .h4 {
font-size: 4vw;
font-size: clamp(1rem,4vw,1.5rem);
line-height: 1.3;
}
h5, .h5 {
font-size: 1.2rem;
line-height: 1.3;
}
/********** Typography End **********/

/********** Navigation **********/

.navik-header {
 background-color: #e5dacd;
}
.navik-header .logo img {
width: 300px!important;
max-width: 300px;
max-height: 44px;
}
.navik-menu ul li > a {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #282828;
}
.navik-menu ul li:hover > a {
    color: #777777;
}

.burger-menu {
  top: 14px;
  right: 14px;
}
.header-dark .navik-menu ul li.current-menu > a,
.header-dark .navik-menu ul li:hover > a {
  color: #999999;
  background-color: #111111;
}
@media (min-width: 1280px) {
  .navik-header-container {
    height: 110px;
  }
  .navik-menu > ul > li > a {
    position: relative;
    box-sizing: border-box;
    height: 110px;
    padding: 0 20px;
    line-height: 110px;
    white-space: nowrap;
  }
	 .navik-header.sticky .navik-header-container {
    height: 90px;
  }
  .navik-header.sticky .navik-menu > ul > li > a {
    height: 90px;
    line-height: 90px;
  }
	 .navik-header.sticky .logo img {
    max-height: 49px;
  }
	.center-menu-1 .navik-menu > ul:last-child {
    padding: 0 0 0 40px;
    text-align: left;
  }
 .center-menu-1 .navik-menu > ul:first-child {
    padding: 0 40px 0 0;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px){
.center-menu-1 .navik-menu ul {
  background-color: rgb(0,0,0, 0.05);
}
.center-menu-1 .navik-menu > ul:first-child {
  padding-top: 20px;
}
.center-menu-1 .navik-menu ul{
  margin-left: 0;
  margin-right:0;

}
.center-menu-1 .navik-menu {
  margin-left: -15px;
  margin-right: -15px;
}
.navik-menu ul li > a {
 padding: 14px 30px;
}
}
@media only screen and (max-width: 1279px){
.navik-header .logo {
padding: 15px 0 15px 0;
}
}
@media only screen and (max-width: 575px){
.navik-header .logo {
 text-align: left!important;
}
.burger-menu {
right: 0;
}
.navik-header .logo img {
width: 290px!important;
max-width: 290px;
max-height: 44px;
}
}
/********** Navigation End **********/

/********** Global Paddings and Cleaners **********/
.xl-pad{
padding-top:120px;
padding-bottom: 120px;
}
.lg-pad{
padding-top:100px;
padding-bottom: 100px;
}
.lg-pad.half-bottom{
padding-top:100px;
padding-bottom: 50px;
}
.lg-pad.half-top{
padding-top:50px;
padding-bottom: 100px;
}
.lg-pad.no-bottom{
padding-top:100px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 100px;
}
.container-fluid.pad-lr{
padding-left: 200px;
padding-right:200px;
}
.title-pad{
padding-bottom: 60px;
}
.tr-innerpad{
padding-left: 150px;
padding-right:150px;
}
@media only screen and (max-width: 1700px){
.container-fluid.pad-lr{
padding-left: 150px;
padding-right:150px;
}
.tr-innerpad{
padding-left: 70px;
padding-right:70px;
}
}
@media only screen and (max-width: 1500px){
.container-fluid.pad-lr{
padding-left: 100px;
padding-right:100px;
}
.lg-pad{
padding-top:80px;
padding-bottom: 80px;
}
.lg-pad.half-bottom{
padding-top:80px;
padding-bottom: 30px;
}
.lg-pad.no-bottom{
padding-top:80px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 80px;
}
}
@media only screen and (max-width: 1400px){
.container-fluid.pad-lr{
padding-left: 50px;
padding-right:50px;
}
.tr-innerpad{
padding-left: 50px;
padding-right:50px;
}
}
@media only screen and (max-width: 1199px){
.container-fluid.pad-lr{
padding-left: 30px;
padding-right:30px;
}
.tr-innerpad{
padding-left: 30px;
padding-right:30px;
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media only screen and (max-width: 767px){
.title-pad{
padding-bottom: 30px;
}
.lg-pad{
padding-top:50px;
padding-bottom: 50px;
}
.lg-pad.half-bottom{
padding-top:50px;
padding-bottom: 25px;
}
.lg-pad.no-bottom{
padding-top:50px;
padding-bottom: 0;
}
.lg-pad.no-top{
padding-top:0;
padding-bottom: 50px;
}
.tr-innerpad{
padding-left: 0;
padding-right:0;
}
}
/********** Global Paddings and Cleaners End **********/

/********** backgrounds End **********/
.bg-med-tint {
  background-color: #f7f7f7 !important;
}
.bg-grey {
  background-color: #dedede !important;
}
.bg-dk-tint {
  background-color: #3f4c61 !important;
}
.bg-cream{
  background-color: #e5dacd !important;
}
/********** backgrounds End **********/

/********** Pinned Sections **********/
.sticky-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.sticky-section > * {
  flex: 1;
}
.sticky-scroll {
  padding: 0 0 0 50px;
}

.sticky-scroll.right-al{
  padding: 0 50px 0 0;
}
.sticky-item {
  align-items: center;
  align-self: flex-start;
  margin: 0;
  width: 100%;
  justify-content: center;
  top: 80px;
}
.inset-image{
padding-top: 0.875rem;
padding-bottom: 1.875rem;
}
.pinned-spacer-lg{
clear: both;
height: 300px;
}
.pinned-spacer-md{
clear: both;
height: 200px;
}
.pinned-spacer-sm{
clear: both;
height: 100px;
}
.pinned-spacer-xs{
clear: both;
height: 60px;
}
@media only screen and (max-width: 991px) {
.swap-on-tablet {
display: flex !important;
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 767px) {
.swap-on-mobile {
display: flex !important;
flex-direction: column-reverse;
}
.sticky-scroll.right-al, .sticky-scroll{
  padding: 50px 30px 0 30px;
}
.jarallax.al-r{
    margin-right:-30px
}
}
@media only screen and (max-width: 575px) {
.sticky-scroll.right-al, .sticky-scroll{
  padding: 50px 0 0 0;
}
.pinned-spacer-xs{
clear: both;
height: 30px;
}
}
@media screen and (min-width: 767px) {
.sticky-section {
flex-direction: row;
}
.sticky-item {
position: sticky;
}
}
/********** Pinned Sections  End **********/

/********** jarrallax stuff **********/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.j-content-table {
    display: table;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0)!important;
    color: #fff;
}

.j-content-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1279px){
.form-pic {
display: none;
}

}
@media (max-width: 1000px){
.j-content-table {
    height: 65vh
}

}
@media (max-width: 820px){
.j-content-table {
    height: 500px;
}
}
@media (max-width: 575px){
.j-content-table {
    height: 400px;
}
}
/********** jarrallax stuff End **********/


/********** Hero **********/
.hero-new-wrapper {
  width: 100%;
  height: calc(100vh - 110px);
  position: relative;
  background: #111111;
}

.hero-tagline-holder{
position:absolute;
left:30%;
width:850px;
padding: 50px 0 50px 0;
z-index: 2;
}
.holder-50 {
  width: 50%;
}
.hero-image{
max-width: 600px;
display: block;
margin:0 auto 0 0;
}
.tagline-top{
text-align: left;
}
.tagline-bottom{
text-align: left;
}
.hero-tagline-holder .h1{
margin-bottom: 10px;
text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.3);
}
.hero-arr-down{
position:absolute;
width:100px;
height:100px; 
bottom:50px;
left: 50%;
padding: 5px;
background: #111111;
border-radius: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 3;
}
.hero-social{
position:absolute;
width:54px;
height:192px;
right: -70px;
top:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.hero-social .btn{
margin-bottom: 10px;	
}
@media (max-width: 1600px){
.hero-image{
max-width: 520px;
margin:0 auto 0 auto;
}
}
@media (max-width: 1500px){
.hero-image{
max-width: 460px;
margin:0 auto 0 auto;
}
}
@media (max-width: 1400px){
.hero-tagline-holder{
position:absolute;
left:20%;
width:750px;
padding: 50px 0 50px 0;
z-index: 2;
}
.holder-50 {
  width: 50%;
}
}
@media only screen and (max-width: 1279px){
.hero-new-wrapper {
 height: calc(100vh - 90px);
}
.hero-image{
margin:0 auto 0 0;
}
.hero-tagline-holder{
width:640px;
}
.holder-50 {
  width: 50%;
}

}
@media only screen and (max-width: 1099px){
.hero-image{
margin:0 auto 0 -60px;
}
.hero-tagline-holder{
left:20%;
}
}
@media (max-width: 991px){
.hero-new-wrapper {
height:auto!important;
}
.h-100.tablet-50{
height:auto!important;
}
.align-items-center.align-start-mobile{
-ms-flex-align: start !important;
align-items: flex-start !important;	
}
.hero-tagline-holder {
position: relative;
left: 0;
width: 100%;
padding: 30px 15px 60px 15px;
text-align: center;
}
.tagline-bottom, .tagline-top{
text-align: center;
}
.hero-image{
max-width: 100%;
margin:0 0 70px 0;
}
.hero-social{
position:absolute;
width:206px;
height:64px;
right: auto;
top:auto;
left:50%;
bottom:-80px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
margin-left: -103px;
}
.hero-social .btn{
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}
.hero-arr-down{
display:none;
}
}
@media (max-width: 575px){
.hero-tagline-holder {
padding: 20px 15px 60px 15px;
}
}

/********** Hero End **********/

/********** Buttons and Links **********/
.t-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 14px 13px 24px;
    color: #fff;
    border-radius: 42px;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 600;
    border: 1px solid #fff;
    overflow: hidden;
    transition: color .6s cubic-bezier(.165,.84,.44,1);
	transform: translateZ(0)
}
.t-btn-primary:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 30px;
    background: #fff;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transform: translate(-150%,50%) translateZ(0);
}
.t-btn-primary--black {
    color: #111;
    border: 1px solid #111;
}
.t-btn-primary--black:before {
    background: #111;
}
.t-btn-primary--gold {
    color: #fff;
    border: 1px transparent;
	background: #c4a366
	
}
.t-btn-primary--gold:before {
    background: #dddae5;
}
.t-btn-primary span {
    position: relative;
	letter-spacing: 2px;
}
.t-btn-primary-arrow:last-child {
    margin-left: 8px;
}
.t-btn-primary-arrow {
    display: inline-block;
	font-size: 18px;
}
.t-btn-primary:hover {
    color: #000;
}
.t-btn-primary--black:hover {
    color: #fff;
}
.t-btn-primary--gold:hover {
    color: #fff;
}
.t-btn-primary:hover:before {
    transform: translate(-50%,-50%) scale(4) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.form-light-2 .btn {
  margin-bottom: 1rem;
  padding: 14px 24px 13px 24px;
  font-size:12px;
  letter-spacing: 2px;
}
.form-light-2 .btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
 border-radius: 42px;
}
	
.btn-light {
  color: #000000;
  background-color: #dfe6eb;
  border-color: #dfe6eb;
  box-shadow: none;
}

.btn-light:hover, .btn-light:focus, .btn-light.focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: none;
}
.link-line {
  text-decoration: underline;
}
/********** Buttons and Links End **********/

/********** Custom Animations **********/
@-webkit-keyframes fadeInSlow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInSlow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInSlow {
  -webkit-animation-name: fadeInSlow;
  animation-name: fadeInSlow;
  animation-duration: 2s; 
  animation-timing-function: ease;
}
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; 
  }
}

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSlow  {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}
.line-ani {
  content: "";
  height: 2%;
  width:1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  background: #202020;
  transition: all;

}

@keyframes grow{
  to {height:100%;}
}
.grow {
  -webkit-animation-name: grow;
  animation-name: grow;
  animation-duration: 1.2s; 
  animation-timing-function: ease forwards;
}

@-webkit-keyframes rotating {
from{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.rotating {
-webkit-animation: rotating 5s linear infinite;
}
/********** Custom Animations End **********/

/********** Animation Delays **********/
.delay1 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}

.delay2 {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}

.delay3 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}

.delay5 {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}


.delay-seq-1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}
.delay-seq-1-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
.delay-seq-2 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: backwards;
}
.delay-seq-2-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
.delay-seq-3 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
	animation-fill-mode: backwards;
}
.delay-seq-3-fwd {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
   animation-fill-mode: forwards;
}
/********** Animation Delays End **********


/********** Cursor **********/
* {
  cursor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #888888;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 100000;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #d1ae6c;
  opacity: 0.7;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 100000;
}

.hover {
  background-color: #d1ae6c;
  opacity: 0;
}
.cursorinnerhover {
width: 50px;
height: 50px;

}
@media only screen and (max-width: 1100px) {
.cursor, .cursor2 {
        display:none
}
* {
  cursor: default;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}
/********** Cursor End **********/

/********** Intro **********/
.invisalign-logo{
position:relative;
max-width: 360px;
display: block;
z-index: 2;
margin-bottom: 1.5rem
}
.play-btn-pos-a{
position:absolute;
width:40px;
height:40px;
top:50px;
left:50px;

}
.play-btn .play-stroke {
stroke-width: 2px;
}
.play-title{
position: relative;
color:#ffffff;
text-transform: uppercase;
text-align: center;
font-weight: 700;
font-size:16px;
letter-spacing:1.5px;
z-index: 12;
margin-top: 10px;
margin-left: -10px;
width:120px;
text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.7);
}
.play-btn-auto-animate::before, .play-btn-auto-animate::after {
  position: absolute;
  top: -45%;
  left: -45%;
  width: 190%;
  height: 190%;
  content: "";
  border: 2px solid #fff;
  
}
.play-btn-auto-animate.cer::before, .play-btn-auto-animate.cer::after {
  position: absolute;
  top: -45%;
  left: -45%;
  width: 190%;
  height: 190%;
  content: "";
  border: 2px solid #de3163;
  
}
.invisalign-pic{
position:relative;
max-width: 500px;
display: block;
margin:0 auto;
}
.pill-pic{
position:relative;
max-width: 440px;
display: block;
margin: 0 auto 0 0;
}
.pill-pic.right{
position:relative;
max-width: 440px;
display: block;
margin: 0 0 0 auto;
}
@media (max-width: 1199px){
.invisalign-pic{
max-width:360px;
}
.pill-pic{
max-width:380px;
}
.pill-pic.right{
max-width:380px;
}
.invisalign-logo{
max-width:300px;
}
}
@media (max-width: 991px){
.pill-pic{
margin: 0 auto 0 auto;
}
.pill-pic.right{
margin: 0 auto 0 auto;
}
}
/********** Intro End **********/

/********** Burger Menu **********/
.burger-menu{
width: 50px;
height: 50px;
padding: 14px 10px;
}
.line-menu.line-half {
width: 100%;
}
.line-menu {
width: 100%;
height: 2px;
border-radius: 0;
}
.burger-menu.menu-open .line-menu.line-half {
width: 50%;
}
.burger-menu.menu-open {
height: 53px;

}
/********** Burger Menu End **********/


@media (max-width: 991px){
	.modal-content{
		background-image: none!important;
	}
}
.form-control:focus {
 border-color: #5a5c5e!important;
}
.form-light-2 .input-group-inner > .form-control,
.form-light-2 .input-group-inner > .custom-select,
.form-light-2 .input-group-inner > .custom-file, .form-light-2 .form-control {
 border: 1px solid rgba(255, 255, 255, 0.25)!important;
}
.form-light-2 .input-focus-bg {
    border: 1px solid rgba(255, 255, 255, 0.25)!important;

}
#contact .input-group-inner > .form-control,
#contact .input-group-inner > .custom-select,
#contact .input-group-inner > .custom-file {
  position: relative;
  z-index: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  /* stylelint-disable */
  border: 2px solid #444;
  border-color: #444!important;
  box-shadow: none !important;
  /* stylelint-enable */
}

#contact .form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 4px);
  padding: 0.375rem 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #020202;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #11474e;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#contact .form-control:focus {
    border-color: #163e73!important;
}
#contact button {
background: transparent;
}

.g-recaptcha {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  margin-left: -30px;
}

/********** Before-After **********/
.bal-container {
    position: relative;
    width: 100%;
    height: 200px;
    cursor: grab;
    overflow: hidden;
	margin-bottom: 30px;
    
}
.bal-container img{
pointer-events: none;
    
}
.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #061721;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #061721;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
        font-family: "Inter", sans-serif;
    font-size: 0.813rem;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
	    font-family: "Inter", sans-serif;
    font-size: 0.813rem;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
	background: #061721;
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

@media (max-width:1350px){
.bal-container {
    height: 150px;   
}
}
@media (max-width:1279px){
.bal-container {
    height: 200px;   
}
}
@media (max-width:767px){
.bal-container {
    max-width:400px;
	margin: 0 auto 30px;
}
}
@media (max-width:575px){
.bal-container {
height: 150px;
}
}
/********** Before-After End **********/

/********** Testimonial Section **********/


.testimonial-1 .testimonial-details {
  position: relative;
  padding: 16px 40px;
  background-color: transparent;
  text-align:center;
}
.date{
font-weight: 600;
}
.owl-theme .owl-dots{
text-align:center;
padding: 0 50px;
}
.owl-theme .owl-dots .owl-dot span::before {
  background-color: #3E4959;
}
 .testimonial-1 .testimonial-details::before {
   display: none;
  }
.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3E4959;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.5rem;
}
.testimonial-slider .h4{
font-family: 'inter', sans-serif;
line-height: 1.4;
font-size: 1.25rem;
font-weight: 300;
}

.testimonial-1 .tesimonial-name {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
.testimonial-slider .h4{
font-size: 1.1rem;
}
}
@media only screen and (max-width: 599px) {
.owl-theme .owl-dots{
display:none;
}
.testimonial-1 .testimonial-details {
 padding: 16px 15px;
}
	.date{
		display:block;
	}
}
/********** Testimonial Section End **********/


.contact-links a{
color: #020202;
}
.contact-links a i{
margin-right: 10px;
}
.contact-links a:hover{
color: #666666;
text-decoration: underline;
}
@media only screen and (max-width: 991px){
.contact-links {
padding-top: 50px;
padding-bottom: 50px;
}
}


/********** Video Testimonial Section **********/
.video-title{
text-align: center;
padding: 25px 5px 40px 5px;
}
.video-cover{
position:relative;
}
.small-play-btn{
position:absolute;
top:30px;
left:30px;
width:60px;
height:60px;
}
.small-play-btn .play-vid{
position:absolute;
top:23px;
left:70px;
width:60px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
line-height: 1;
letter-spacing: 1.5px;
color:#fff;
text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px){
.video-cover{
max-width: 600px;
display: block;
margin: 0 auto;
}
}
@media only screen and (max-width: 575px){
.small-play-btn .play-vid{
display: none;
}
}
/********** Video Testimonial Section End **********/


.go-to-top {
right: 40px;
bottom: 25px;
}
@media (min-width: 768px) {
.go-to-top {
right: 40px;
bottom: 25px;
}
}

.mob-only{
display:none;
}
@media only screen and (max-width: 767px){
.mob-only{
display:inline-block;
}
}

/********** video link **********/

.video-link-holder{
position:absolute;
top:70px;
left:50%;
margin-left:-67px;
width:100px;
height: 100px;
z-index: 2;
opacity: 0.5;
}

.invisalign-logo-1{
max-width: 400px;
display:block;
margin: 0 auto;
}
@media only screen and (max-width: 1279px){
.video-link-holder .play-btn-lg, .video-link-holder .play-btn-lg svg{
width:70px;
height: 70px;

}
.video-link-holder{
position:absolute;
top:100px;
left:50%;
width:70px;
height: 70px;
}
}
@media only screen and (max-width: 1199px){
.video-link-holder{
position:absolute;
top:70px;
left:50%;
width:70px;
height: 70px;
}
}
@media only screen and (max-width: 480px){
.video-link-holder{
position:absolute;
top:60px;
left:50%;
width:70px;
height: 70px;
}
}

/********** new bits **********/

.ds-branding{
max-width: 300px;
margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
.ds-branding{
max-width: 250px;	
}
}

@media (max-width: 991px){
  .custom-section {
    text-align: center;
  }
  .lead1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px){
  .custom-section {
    display: flex;
    flex-direction: row;
    gap: 130px;
  }
  .custom-section > * {
    flex: 1;
  }
  .lead1 {
    font-size: 1.60rem;
  }
}
@media (min-width: 1200px){
  .custom-section {
    gap: 0;
  }
}
@media (min-width: 1600px){
  .custom-top-padding {
    padding-top: 100px;
  }
}
@media (min-width: 1750px){
  .custom-top-padding {
    padding-top: 150px;
  }
}