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

@font-face {
    font-family: 'millerbanner_light';
    src: url('../fonts/miller_banner_light-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_roman';
    src: url('../fonts/miller_banner_roman-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_light_italic';
    src: url('../fonts/miller_banner_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_bold';
    src: url('../fonts/miller_banner_bold-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_roman_italic';
    src: url('../fonts/miller_banner_italic-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_semibold';
    src: url('../fonts/miller_banner_semibold-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'millerbanner_bold_italic';
    src: url('../fonts/miller_banner_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/miller_banner_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0082BE;
}
.preloader-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.preloader-line {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

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

/********** 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;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
h1, h2, h3,
.h1, .h2, .h3{
font-family: 'millerbanner_light',serif;
font-style: normal;
font-weight: normal;
margin-bottom: 20px;
color: #0A2F40;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
h4,.h4{
font-family: 'millerbanner_semibold',serif;
font-style: normal;
font-weight: normal;
margin-bottom: 10px;
color: #0A2F40;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
h1, .h1 {
font-size: 5vw;
font-size: clamp(2.5rem,5vw,5rem);
line-height: 1.1;
}

h2, .h2 {
font-size: 4vw;
font-size: clamp(2rem,4vw,3rem);
line-height: 1.3;
}
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;
}
.bullets-1 li{
	margin: 10px 0 10px 15px;
}
/********** Typography 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;
}
.pad-lr .col-lg-4{
padding-left: 30px;
padding-right: 30px;
margin-bottom: 50px;
}
.padded-text-1{
padding-left: 30px;
padding-right: 30px;
padding-bottom: 50px
}
@media only screen and (max-width: 1700px){
.container-fluid.pad-lr{
padding-left: 150px;
padding-right:150px;
}
}
@media only screen and (max-width: 1500px){
.container-fluid.pad-lr{
padding-left: 100px;
padding-right:100px;
}
.padded-text-1{
padding-left: 15px;
padding-right: 15px;
}
.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;
}
.padded-text-1{
padding-left: 10px;
padding-right: 10px;
}
.pad-lr .col-lg-4{
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 1199px){
.padded-text-1{
padding-left: 0;
padding-right: 0;
}
.container-fluid.pad-lr{
padding-left: 30px;
padding-right:30px;
}
}
/********** Global Paddings and Cleaners End **********/

/********** Pinned Sections **********/
.sticky-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.sticky-section.no-mb {
  margin-bottom: 0;
}
.sticky-section.mt{
 margin-bottom: 80px;
 margin-top: 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;
}
.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: 767px) {
.swap-on-mobile {
display: flex !important;
flex-direction: column-reverse;
}
.sticky-scroll.right-al, .sticky-scroll{
  padding: 50px 30px 0 30px;
}
}
@media only screen and (max-width: 575px) {
.sticky-scroll.right-al, .sticky-scroll{
  padding: 50px 0 0 0;
}
}
@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: 95vh;
    background-color: rgba(0,0,0,0)!important;
    color: #fff;
}
.j-content-table.profile {
    height: 65vh;
}
.j-content-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 991px){
.j-content-table {
    height: 550px;
}
}
@media (max-width: 767px){
.j-content-table {
    height: 450px;
}
}
@media (max-width: 575px){
.j-content-table {
    height: 350px;
}
}
/********** jarrallax stuff End **********/

/********** Footer **********/
.footer-pad{
padding-bottom: 90px;
}
.footer-bottom{
padding-top: 35px;
padding-bottom: 35px;
}
.footer-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.015);
}
.custom-list.nm-l{
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
}
.custom-list.nm-l li {
  margin-bottom: 2px;
}
.ld-footer .widget-title{
font-size:12px;
font-weight: 600;
letter-spacing:2.5px;
line-height: 1;
}
.footer-logo{
display:block;
width:220px;
margin:0 auto 65px;
}
.widget{
position:relative;
}
.footer-social{
margin-top: 5px;
}
.footer-social a{
margin-right: 15px;
}
/********** Footer End **********/

/********** Hero **********/
.hero-image-wrapper {
width: 100%;
max-width: 2560px;
position: relative;
margin: auto;
overflow: hidden;
}

.hero-image {
position:  relative;
left: 0;
top:0;
width: 100%;
height:600px;
background: url("../images/hero.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
backface-visibility: hidden;
}

.hero-headline{
	position:absolute;
	z-index: 25;
	bottom:30px;
	left:80px;
	width: 75%;
}
.zoom {
	transform: scale(0.9, 0.9);
	opacity:0;
    }

@media only screen and (max-width: 1500px){
.hero-image {
height: 500px;
}
.hero-headline{
	width: 45%;
}
}
@media only screen and (max-width: 900px){
.hero-headline{
	left:30px;
}
}
@media only screen and (max-width: 767px){
.hero-headline{
	width: 65%;
}
}
@media only screen and (max-width: 575px){
.hero-image {
height: 300px;
}
.hero-headline{
width: 100%;
bottom: 0;
left: 0;
text-align: center;
}
	.hero-headline .h2{
font-family: "Inter", sans-serif;
  font-size: 1.5rem;
font-weight: 400;
		
}
}
/********** Hero End **********/

/********** Buttons and Links **********/
.t-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 14px 13px 24px;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 42px;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.75);
    overflow: hidden;
    transition: color .6s cubic-bezier(.165,.84,.44,1);
	transform: translateZ(0);
	background:transparent;
}
.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: #000;
    border: 1px solid #000;
	
}
.t-btn-primary--black:before {
    background: #000;
}
.t-btn-primary span {
    position: relative;
}
.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:hover:before {
    transform: translate(-50%,-50%) scale(4) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
/********** 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, 30%, 0);
    transform: translate3d(0, 30%, 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: #0A2F40;
  transition: all;

}

@keyframes grow{
  to {height:100%;}
}
.grow {
  -webkit-animation-name: grow;
  animation-name: grow;
  animation-duration: 1.2s; 
  animation-timing-function: ease forwards;
}
/********** 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 **********

/********** Sticky Navbar **********/
.sticky-navbar {
  position: fixed;
  width: 100%;
  height: 120px;
  background: transparent;
  top: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  padding-left: 80px;
  transition: all 0.3s ease;
}

.half-nav-bg{
position:absolute;
left:0;
top:0;
height: 0;
width: 100%;
background: #ffffff;
transition: all 0.3s ease;
}
.sticky-navbar.darkHeader .half-nav-bg{
width: 100%;
height: 120px;
background: #ffffff;
}

.sticky-navbar.darkHeader {
  height: 120px;
  webkit-box-shadow: 5px 5px 15px 0 rgba(31,31,31,0.07000000000000001);
box-shadow: 5px 5px 15px 0 rgba(31,31,31,0.07000000000000001);
}

.sticky-nav-logo{
width:180px;
transition: all 0.2s ease;
z-index: 2;
}
.sticky-nav-logo .dark{
display: none;
}
.sticky-navbar.darkHeader .sticky-nav-logo .dark {
display: inherit;
}
.sticky-navbar.darkHeader .sticky-nav-logo .light {
display: none;
}
.sticky-navbar.darkHeader .sticky-nav-logo {
max-width:230px
}
.btn-outline-light {
  color: #f7f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f7f9f9;
  box-shadow: none;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus {
  color: #0A2F40;
  background-color: #f7f9f9;
  border-color: #f7f9f9;
  box-shadow: none;
}
.btn-outline-light.darkHeader {
  color: #0A2F40;
  background-color: transparent;
  background-image: none;
  border-color: #0A2F40;
  box-shadow: none;
}
.btn-outline-light.darkHeader:hover, .btn-outline-light.darkHeader:focus, .btn-outline-light.darkHeader.focus {
  color: #ffffff;
  background-color: #0A2F40;
  border-color: #0A2F40;
  box-shadow: none;
}
@media only screen and (max-width: 900px){
.sticky-nav-logo{
width:160px;
}
.sticky-navbar.darkHeader .sticky-nav-logo {
max-width:160px
}
.sticky-navbar {
  padding-left: 30px;
  height: 100px;
}
.sticky-navbar.darkHeader .half-nav-bg{
height: 100px;
}
.sticky-navbar.darkHeader {
  height: 100px;
}
}
@media only screen and (max-width: 767px){
.sticky-nav-logo{
width:130px;
}
.sticky-navbar.darkHeader .sticky-nav-logo {
max-width:130px
}
.sticky-navbar {
  padding-left: 30px;
  height: 80px;
}
.sticky-navbar.darkHeader .half-nav-bg{
height: 80px;
}
.sticky-navbar.darkHeader {
  height: 80px;
}
}
@media only screen and (max-width: 575px){
.sticky-navbar {
  padding-left: 20px;
}
}
/********** Sticky Navbar End **********/

/********** Navigation **********/
.navik-menu-overlay ul li a {
  font-family: "inter", sans-serif;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.navik-menu-overlay > ul > li > .menu-overlay-link a {
  font-weight: 300;
}
.navik-menu-overlay > ul > li > .menu-overlay-link a {
    font-size: 18px;
  }
.header-dark .navik-menu-overlay > ul > li > .menu-overlay-link a {
  color: #b3b3b3;
}
.navik-menu-overlay > ul > li > .menu-overlay-link a:hover, .navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a, .overlay-menu-hover > .menu-overlay-link a, .overlay-dropdown-plus:hover + a {
  color: #ffffff !important;
}
.navik-menu-overlay > ul ul li a:hover {
  color: #ffffff !important;
}
.overlay-dropdown-plus::before, .overlay-dropdown-plus::after {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 15px;
  height: 2px;
  content: "";
  background-color: #b3b3b3;
}
@media (min-width: 768px) {
.navik-menu-overlay > ul > li > .menu-overlay-link a {
font-size: 22px;
}
}
/********** Navigation End **********/

/********** Burger Menu **********/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.burger-menu.darkHeader .menu-trigger span {
  background-color: #0b2240;
}
.burger-menu.darkHeader .menu-trigger.menu-open.active span {
  background-color: #fff;
}
.navik-header-overlay .burger-menu.darkHeader{
top:30px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu12::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .75s;
}
#menu12.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
#menu12.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  animation: active-menu12-bar02 .8s forwards;
}
@keyframes active-menu12-bar02 {
  100% {
    height: 0;
  }
}
#menu12.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
#menu12.active::after {
  animation: active-menu12 .4s .25s forwards;
}
@keyframes active-menu12 {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}
.line-menu.line-half {
width: 100%;
}
.line-menu {
width: 100%;
height: 2px;
border-radius: 0;
}
.navik-header-overlay {
height: 80px;
transition: all 0.3s ease;
}
.navik-header-overlay.darkHeader {
height: 80px;
}
.navik-header-overlay .burger-menu{
position: fixed;
top:30px;
right:70px;
height: 64px;
padding: 14px 10px;
border-radius:50%;
}

.navik-header-overlay .burger-menu:hover {
box-shadow: none;
}

.burger-menu.menu-open .line-menu.line-half {
width: 50%;
}
.burger-menu{
background: transparent!important;
}
.navik-header-overlay .burger-menu > span {
  height: 22px;
  margin-top:-0.5px;
}
.navik-header-overlay .burger-menu.menu-open > span {
height: 26px;
margin-top:-1.7px;
}
.navik-header-overlay.header-dark .burger-menu.menu-open {
  background-color: transparent!important;
}
@media only screen and (max-width: 900px){
.navik-header-overlay .burger-menu{
top:18px;
right:25px;
}
}
/********** Burger Menu 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: #df7a1b;
  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: #df7a1b;
  opacity: 0;
}
.cursorinnerhover {
width: 50px;
height: 50px;
opacity: .5;
}
/********** Cursor End **********/

/********** Whipe Text **********/
#textSection {
  width: 100%;
  height: 100vh;
}
.whipe-container {
  max-width: 1200px;
  padding-left:30px;
  padding-right:30px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}	
/********** Whipe Text End **********/

/********** Ticker **********/

.services-ticker-block {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-holder{
display: flex;
align-items: flex-start;
border-bottom: solid 1px rgba(255, 255, 255, 0.06);
}	
	
.stb_line_single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  will-change: transform;
  display: flex;
  flex-direction: row;
}
.stb-item {
  padding: 0;
  font-size: 3rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.25);
  font-family: 'millerbanner_light',serif;
  font-weight: normal;
  text-decoration: none;
}
.stb-item:hover {
color: rgba(228, 224, 210, 1);
}
/********** Ticker End **********/

/********** Marquee **********/
.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  padding: 30px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.08);
}
.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}
.marquee-text {
  padding: 0;
  font-size: 5vw;
  font-size: clamp(3rem,5vw,5rem);
  line-height: 1.1;
  display: inline-block;
  margin-right: 1rem;
  font-family: 'millerbanner_light',serif;
  font-weight: normal;
}
.marquee-text a{
color: rgba(255, 255, 255, 0.25);
}
.marquee-text a:hover {
color: rgba(255, 255, 255, 1);
}
/********** Marquee End **********/


/********** Horizontal Scroll **********/
.hs-container {
  width: 900%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  background-color: #0b0a0e;
}

.panel.align-top {
  align-items: flex-start;
}

.gray {
  background-color: #777;
}
.blue {
  background-color: #2c7ad2;
}
.orange {
  background-color: #e77614;
}

.red {
  background-color: #c82736;
}

.purple {
  background-color: #0b0a0e;
}
.dark-purple {
  background-color: #0b0a0e;
}
.green {
  background-color: #28a92b;
 
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.panel.start{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.panel.start p {
  margin-bottom: 40px;
  z-index: 2;
}


.bg-image.contained-1{
background-repeat: no-repeat;
background-position: center right;
background-size: 730px;	
}
.bg-image.contained-2{
background-repeat: no-repeat;
background-position: center right;
background-size: 830px;	
}
.bg-image.contained-3{
background-repeat: no-repeat;
background-position: center right;
background-size: 930px;	
}
.panel-text{
color: rgba(255, 255, 255, 0.75) !important;
margin-left: 200px;
padding: 0 100px 0 0;
width: 50%
}
@media only screen and (max-width: 1500px){
.panel-text{
margin-left: 150px;
}
.panel-text.width-aj{
width: 45%
}
}
/* @media only screen and (max-width: 1450px){
.panel {
width: 100%;
  height: auto!important;
  flex-direction: row;
	    transform: none!important;

}
	.hs-container {
  width: 100vw!important;
  height: auto!important;
  display: flex;
 flex-direction: column;
  background-color: #0b0a0e;
}

}*/

@media only screen and (max-width: 1400px){
.panel-text{
margin-left: 100px;
}
.panel-text.width-aj{
width: 43%
}
}
@media only screen and (max-width: 1199px){
.bg-image.contained-1{
background-size: 530px;	
}
.bg-image.contained-2{
background-size: 580px;	
}
.bg-image.contained-3{
background-size: 680px;	
}
.panel-text{
width: 55%
}
}
@media only screen and (max-width: 991px){
.panel-text{
margin-left: 0;
width: 100%;
padding: 140px 30px 0 30px;
}
.panel-text.width-aj{
margin-left: 0;
width: 100%;
padding: 140px 30px 0 30px;
}
.bg-image.contained-1{
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;	
}
.bg-image.contained-2{
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;	
}
.bg-image.contained-3{
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;	
}
.panel.start.bg-image{
background-position: center right 35%;
background-size: 1400px;
}
.panel, .panel.start {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.panel.start p {
  margin-bottom: 0;
  margin-top: 140px;
  z-index: 2;
}
}
@media only screen and (max-width: 833px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  .panel {
    height: 50vh;
	border-top: solid 15px #ffffff;
  }
 .panel.start {
    height: 50vh;
	border-top: solid 1px #ffffff;
  }
  .hs-container {
    width: 100%;
    height: auto;
    display: block;
  }
	.panel-text{
margin-left: 0;
width: 100%;
padding: 30px 30px 0 30px;
}
.panel-text.width-aj{
margin-left: 0;
width: 100%;
padding: 30px 30px 0 30px;
}
	.panel.start p {
display:none;
}
}
@media only screen and (max-width: 575px){
.panel.start.bg-image{
background-size: 575px;
}
.panel.bg-image{
background-size: 575px;
}
.panel.start {
    height: 35vh;
  }
	.panel{
    height: 35vh;
  }
	.panel-text, .panel-text.width-aj{
padding: 20px 20px 0 20px;
}
.cursor {
display:none;
}

.cursor2 {
 display:none;
}
}
/********** Horizontal Scroll End **********/

/********** Form Suff End **********/

.form-light-2 .form-control {
 border: 1px solid rgba(255, 255, 255, 0.08)!important;

}
.input-focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08)!important;
    border-radius: 0.1875rem;
    transition: all 0.2s ease-in-out;
}

.intro-message{
width:60%;
margin: 0 auto;
padding-top: 80px;
text-align: center;
}
.intro-message span{
font-family: 'millerbanner_light_italic'!important; 
}
.intro-message .h2{
margin-bottom: 0;
}
@media only screen and (max-width: 1500px){
.intro-message{
width:80%;
}
}
@media only screen and (max-width: 991px){
.intro-message{
padding-top:60px;
}
.lg-pad.first-sec{
padding-top:60px;
}
}
@media only screen and (max-width: 575px){
.intro-message{
width:100%;
padding-top:40px;
}
.lg-pad.no-bottom.first-sec{
padding-top: 45px;
}
.lg-pad.first-sec{
padding-top:60px;
padding-bottom:30px;
}
}
/********** Form Suff End **********/

/********** Scroll Down **********/
@-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;
}
.rotating-text{
width: 100px;
position:absolute;
z-index: 1;
}
.scrolling-circle{
position:relative;
}
.text-arrow{
width: 100px;
position:absolute;
top:0;
z-index: 1;
}
.scroll-down{
position:absolute;
width:100px;
height:100px;
bottom:50px;
right:80px;
z-index:25;
}
@media only screen and (max-width: 575px) {
.scroll-down{
display:none;
}
}
/********** Scroll Down End **********/

/********** Navigation Extras **********/
.header-social-tel{
position: absolute;
right: 140px;
width:320px;
height: 56px;
z-index:25;
transition: all 0.2s ease;
text-align:right;
}
.header-phone{
color:#ffffff;
transition: all 0.2s ease;
font-size:22px;
letter-spacing:1px;
line-height:56px;
margin-right: 20px;
vertical-align:top;
}
.header-phone:hover{
color:#ffffff;
opacity:0.7;
}
.header-phone.darkHeader{
color:#0A2F40;
}
.header-phone.darkHeader:hover{
color:#0A2F40;
opacity:0.7;
}
.mob-only{
display:none;
}
@media only screen and (max-width: 900px) {
.header-social-tel{
right: 85px;
}
.header-phone{
line-height:48px;
}
}
@media only screen and (max-width: 767px) {
.burger-menu{
display:none!important;
}
.header-social-tel{
right: 30px;
}
}
@media only screen and (max-width: 575px) {

.btn.no-mob{
	display:none;	
	}
	.header-social-tel{
width:130px;
}
.header-phone{
display:none;
}
}

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

.mob-only{
	display:inline-block;	
	}
	.header-social-tel{
width:180px;
}
}
/********** Navigation Extras End **********/

.form-group.has-error .form-control {
  border-color: #981b1e!important;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}


.alert {
  border-radius: 0;
  font-size: 16px;
  padding: 25px 25px 25px 25px;
  border: 0;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
.alert p {
  margin: 0;
}
.alert .alert-icon {
  background-color: rgba(0, 0, 0, 0.075);
  position: absolute;
  width: 75px;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert .alert-icon i {
  font-size: 20px;
}
.alert.alert-dismissible {
  padding-right: 35px;
}
.alert .close {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
  opacity: 1;
  outline: none;
}
.alert .close i {
  text-shadow: none;
  font-size: 22px;
  font-weight: bold;
}
.alert.alert-warning {
  background-color: #ffbb44;
}
.alert.alert-danger {
  background-color: #981b1e;
}
.alert.alert-success {
  background-color: #999999;
}
.alert.alert-info {
  background-color: #35c3fa;
}
/********** Skewed Section **********/
.bio-center{
height: 600px;
display: table;
}
.bio-content{
display: table-cell;
vertical-align: middle;
padding: 80px;
}
.invisalign-logo{
max-width: 400px;
}
.invisalign-logo-sm{
position: absolute;
  left: 0px;
  top: 0;
  width: 220px;
  height:65px;
  background:#070707;
  z-index:2;
  padding:10px 15px;
}
.bio-image-left-wrap {
  position: absolute;
  /* left: -80px; */
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* -webkit-transform: skew(-15deg, 0deg); */
   /*-ms-transform: skew(-15deg, 0deg); /*
  /* transform: skew(-15deg, 0deg); */
  /* background: #010101; */
}
.video-play{
position: absolute;
left: 50%;
top: 50%;
transform:translate(-50%,-50%);
width:100px;
height:100px;
z-index: 2;
}

.bio-image-left {
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -100;
}
@media only screen and (max-width: 1500px){
.bio-content{
padding: 50px;
}
}
@media only screen and (max-width: 1199px){
.bio-center{
height: 500px;
}
.bio-content{
padding: 30px;
}
}
@media only screen and (max-width: 991px){
.bio-center{
height: 520px;
}
}
@media only screen and (max-width: 767px){

.bio-image-left-wrap {
position: relative;
width: 100%;
height: 400px;
}
.bio-center{
height: auto;
}
.bio-content{
padding:50px 30px 50px 30px;
}
	
.bio-image-left-wrap {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  left: 0;
}
.bio-image-left {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  left: 0;
}	
.w-background-video>video {
left: 0;
}
.bio-image-left:after {
left: 0;
}
.invisalign-logo-sm{
display: none;
}
}
@media only screen and (max-width: 599px){
.bio-image-left-wrap {
height: 300px;
}
}
/********** Skewed Section End **********/

/********** Carousel End **********/
.client-box.hover-item{
	max-width: 280px;
	margin:0 auto;
}
/********** Carousel End **********/

