@charset "utf-8";
/* CSS Document */
* {
	box-sizing:border-box;
}
html {
	margin:0;
	padding:0;
	  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:14px;
  margin:0;
  padding:0;
}

h1,h2,h3,h4,h5,h6 {
 font-family: "Work Sans", serif;
  font-weight: 600;
  font-style: normal;
}

input, button, textarea, select {
	font-family: "Work Sans", serif;
}

a {
	text-decoration:none;
}

img {
	max-width:100%;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem; }


p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #007aff; }
a:hover {
  color: #007aff; text-decoration:underline; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
/*  border: 1px solid #33C3F0;
  outline: 0;*/ 
  border:none;
  border-bottom:solid 1px #000;outline:none;}
  
 input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="search"]:focus-visible,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
textarea:focus,
select:focus {
	border:none;
  border-bottom:solid 1px #000;
  outline:none;
	 }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  /*font-weight: 600;*/ }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
/*ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }*/
/*li {
  margin-bottom: 1rem; }*/


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
/*  padding-left: 0;*/ }
th:last-child,
td:last-child {
  /*padding-right: 0;*/ }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {

  /*margin-bottom: 1.5rem;*/ }
/*pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }*/


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
  
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav div {
  padding: 0.6em;
  /*background: #e3e3e3;*/
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}

nav ul {
  margin: 0px;
  padding: 0px;
 /* background: #e3e3e3;*/
  list-style-type: none;
  position: relative;
}

nav ul li {
  display: inline-block;
  position:relative;
}

nav ul > li.has-dropdown > a:after {
	display:none;
}

nav ul > li > a:after {
background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

nav ul > li > a:hover {
	color:#fff;
	text-decoration:none;
}
nav ul > li > a:hover:after {
	 width: 100%; 
  left: 0; 
}

nav ul li.has-dropdown {
	padding-right:10px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
nav ul li.has-dropdown i {
	color:#fff;
}
nav ul li.has-dropdown a i{
	margin-top:2px;
}
/*nav ul li.has-dropdown a {
	position:relative;
}
nav ul li.has-dropdown a:after {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	content: "\f107";
	position:absolute;
	right:0;
	top:18px;
	color:#fff;
}*/

nav ul li a {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size:19px;
}

nav ul li:hover {
  /*background: lightgrey;*/
}

nav ul ul {
  position: absolute;
  min-width: auto;
  background: #000;
  display: none;
/*  border-radius:10px;*/
  transition:all 0.5s;
  min-width:200px;
  border:solid 1px #000;
  z-index:3;
  top:100%;
}

nav ul ul:after{
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 35%;/* position the little arrow */
    margin-left: -15px;
		margin-top:-15px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 15px #000; /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 15px transparent; /* Creates triangle effect */
    border-right: solid 15px transparent; /* Creates triangle effect */
}

nav ul ul li {
  display: block;
}

nav ul ul li a {
	padding:10px 10px;
	color:#fff;
}

nav ul ul li a:after {
	display:none;
}

nav ul ul li a:hover {
	color:#ccc;
}

nav ul li:hover ul {
  display: block;
}

@media (max-width: 1024px) {
  nav div {
    display: block;
  }
  nav ul {
    display: none;
    position: static;
    background: #e3e3e3;
  }
  nav ul li {
    display: block;
  }
  nav ul ul {
    position: static;
    background: #e3e3e3;
  }
}



/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.home-slideshow {
	position:relative;
}

.home-slideshow .home-top-navigation {
	position:absolute;
	top:35px;
	width:100%;
	z-index:1;
}

.slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #000;
/*  border: 8px solid #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);*/
}

.slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 25s infinite;
  opacity: 0;
}

.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}
.slide > div:nth-child(6) {
  animation-delay: 25s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.2);
  }
   50% {
    transform: scale(1.2);
  }
}

.home-top-navigation {
	display:flex;
	justify-content:space-between;
	padding:0 5%;
	align-items:center;
}

.home-top-button {
	color:#fff;
	padding:10px 20px;
	border:solid 1px #fff;
	border-radius:15px;
	font-size:19px;
	transition:all 0.5s;
}

.home-top-button:hover {
	background:#fff;
	color:#000;
	text-decoration:none;
}

.home-slildeshow-logo {
	position:absolute;
	top:45%;
	z-index:2;
	text-align:center;
	width:max-content;
	 left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	max-width:80%;
	color:#fff;
}

.home-slildeshow-logo img {
	max-width:750px;
	width:80%;
}

footer {
	padding:50px 0 25px 0;
	background: rgb(235,94,203);
background: linear-gradient(180deg, rgba(235,94,203,1) 0%, rgba(34,34,34,1) 100%);
color:#fff;
}

.footer-upper {
	margin:0 5% 0 5%;
}

.footer-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer-menu ul li {
	margin:15px 0;
}

.footer-1 .footer-menu ul li:first-child {
	margin-top:0;
}

.footer-menu ul li a {
	font-size:19px;
	color:#fff;
}

.footer-contact h3 {
	margin:0;
	padding:0;
	font-size:22px;
}

.footer-contact ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer-contact ul li {
	margin:10px 0;
	font-size:19px;
}

.footer-contact ul li a {
	color:#fff;
}

.footer-social ul.footer-social-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	width:100%;
	justify-content:flex-end;
}

.footer-social ul li {
	margin:0 0 0 15px;
}

.footer-social ul li a {
	color:#fff;
	font-size:35px;
}

.footer-social ul.footer-social-list li img {
	width:30px;
}
.footer-copyright {
	padding:25px 0;
	text-align:center;
	border-top:solid 1px #666;
	margin:35px 0 0 0;
}

.mobile-join-us-button {
	position:absolute;
	top:95px;
	width:100%;
	background:#000;
	color:#fff;
	font-size:19px;
	display:none;
	padding:10px 0;
	text-align:center;
	left:0;
}


.footer-upper .row {
	padding:0 0 0 100px;
	background:url(/images/Totalfit-logocropped-v-WHT.png) no-repeat top left;
	background-size:contain;
}

ul.footer-mobile-app {
	display:flex;
	list-style:none;
	margin:20px 0 0 0;
	justify-content:flex-end;
	flex-direction:column;
	width:100%;
}

ul.footer-mobile-app img {
	max-width:120px;
	margin-bottom:5px;
}

ul.footer-mobile-app li {
	text-align:right;
}

.footer-contact {
	/*padding:0 0 0 90px;*/
}
.mobile-logo {
	display:none;
}

.innerpage-header {
	padding:20px 5%;
	position:relative;
}

.site-header {
	padding:15px 5%;
		trasition:all 0.5s;
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	background:#fff;
	z-index:2;
	
}

.site-header .header-inner {
	display:flex;
	justify-content:space-between;
display:flex;
	flex-direction:column;
}

.site-header .header-inner .header-logo {
	width:180px;
	height:90px;
	margin:0 auto;
	background:url(/images/totalfit-logo-black.png) no-repeat center center;
	background-size:contain;
}

.site-header .header-nav {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.site-header .header-inner .innerpage-header-logo img {
	max-width:180px;
}

.site-header .header-inner nav ul li a, .site-header .header-inner nav ul li.has-dropdown:after {
	color:#000;
}

.site-header .header-inner nav ul ul li a {
	color:#fff;
}
.site-header .header-inner .home-top-button {
	color:#000;
	border:solid 1px #000;
}

body.home-page .site-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:6;
	background:transparent;
}

body.home-page .site-header .header-inner nav ul li a, body.home-page .site-header .header-inner nav ul li.has-dropdown:after {
	color:#fff;
}

body.home-page .site-header .header-inner .home-top-button {
	color:#fff;
	border:solid 1px #fff;
}

body.home-page .site-header .header-inner .header-logo {
	width:180px;
	height:90px;
	margin:0 auto;
	background:url(/images/totalfit-logo-white.png) no-repeat center center;
	background-size:contain;
}
body.home-page .site-header .header-inner  nav ul ul li a {
	color:#fff;
}

body.home-page .site-header .header-inner  nav ul ul li a:hover {
	color:#ccc;
}

body.home-page .site-header.sticky {
	background:#000;
	trasition:all 0.5s;
}

.site-header.sticky {
	background:#fff;

	border-bottom:solid 1px #ccc;
	z-index:2;
}



body.home-page .site-header.sticky .header-logo, .site-header.sticky .header-logo {
	height:0;
	width:0;
	opacity:0;
	transition:all 0.5s;
}
.innerpage-heading {
	padding:40px 0;
	text-align:center;
	margin:172px 0 0 0;
}

.innerpage-heading h2 {
	font-size:40px;
}

.contact-us-info {
	padding:0 5% 60px 5%;
}

.contact-page-list {
/*	display:flex;*/
	margin:0;
	padding:0;
	list-style:none;
/*	align-items:flex-start;
	justify-content:space-between;*/
}

.contact-page-list li {
	display:flex;
	align-items:flex-start;
	font-size:17px;
	padding:8px 0;
}

.contact-page-list li i {
	display:block;
	font-size:20px;
	margin:0 10px 0 0;
	color:#666;
}

.contact-page-list li a {
	color:#000;
	text-decoration:none;
}
.contact-form {
	padding:40px 0;
}

.contact-form h3 {
	font-size:20px;
	margin:0 0 10px 0;
}
.form-field {
	padding:7px 0;
}
.form-field input, .form-field textarea, .form-field select  {
	width:100%;
	border-radius:0;
	border:none;
	border-bottom:solid 1px #666;
}
button {
	background:#000;
	border:none;
	border-radius:10px;
	color:#fff;
	font-size:17px;
	font-weight:600;
}
.desktop-only {
	display:block;
}
.mobile-only {
	display:none;
}



/* Footer 2
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-2 .footer-upper .row {
	padding:0;
	background:none;
}

.footer-2-social h3 {
	margin:0 0 10px 0;
	font-size:20px;
}

.footer-2-social .footer-social-list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}

.footer-2-social .footer-social-list li {
	margin:0 10px 15px 0;
}

.footer-2-social .footer-social-list li a {
	font-size:35px;
	color:#fff;
}
.footer-2-social ul.footer-mobile-app {
	flex-direction:row;
	justify-content:flex-start;
	margin:0;
}

.footer-2-social ul.footer-mobile-app li {
	margin:0 10px 15px 0;
}

.footer-2-social ul.footer-mobile-app li img {
	max-width:130px;
}

.footer-2-logo img {
	max-width:180px;
}
.footer-2-navigation ul {
	display:flex;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

.footer-2-navigation ul li {
	margin:0 30px 0 0;
}

.footer-2-navigation ul li a {
	color:#fff;
	font-size:19px;
}


/* Footer 3 
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 

.footer-3 .footer-upper  .row {
	background:none;
	padding:0;
}
.footer-3 .footer-upper .row.logo-bg {
    padding: 0 0 0 100px;
    background: url(/images/Totalfit-logocropped-v-WHT.png) no-repeat top left;
    background-size: contain;
}

.footer-3-social-mobile h3 {
	margin:0 0 10px 0;
	font-size:20px;
}

.footer-3-social-mobile .footer-social-list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}

.footer-3-social-mobile .footer-social-list li {
	margin:0 10px 15px 0;
}

.footer-3-social-mobile .footer-social-list li a {
font-size:35px;
	color:#fff;
}

.footer-3-social-mobile .two.columns img {
	max-width:80px;
}

.footer-3-social-mobile ul.footer-mobile-app {
	flex-direction:row;
	justify-content:flex-start;
	margin:0;
}

.footer-3-social-mobile ul.footer-mobile-app li {
	margin:0 10px 15px 0;
}

.footer-3-social-mobile ul.footer-mobile-app li img {
	max-width:130px;
}

.footer-3-inner-lower ul {
	display:flex;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

.footer-3-inner-lower ul li {
	margin:0 30px 0 0;
}

.footer-3-inner-lower ul li a {
	color:#fff;
	font-size:19px;
}

.footer-3-inner-lower {
	margin:65px 0 0 0;
}

.footer-3 .footer-upper .row.footer-3-mobile-app {
	background:url(/images/mobile-app-image.png) no-repeat left top;
	background-size:contain;
	padding:0 0 0 70px;
}

.footer-3 .logo-bg {
	    padding: 0 0 0 70px;
    background: url(/images/Totalfit-logocropped-v-WHT.png) no-repeat top left;
    background-size: contain;
}

.footer-3 .five.columns h3 {
	margin: 0;
    padding: 0;
    font-size: 22px;
}


.footer-3 .footer-social-list {
	display:flex;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

.footer-3 .footer-social-list li {
	margin:0 20px 15px 0;
}

.footer-3 .footer-social-list li a {
	font-size:25px;
	color:#fff;
}

.footer-3-mobile-app {
	padding: 0 0 0 100px;
    background: url(/images/mobile-app-image.png) no-repeat top left;
    background-size: contain;
}

.footer-3 ul.footer-mobile-app {
	justify-content:flex-start;
}

.footer-3 ul.footer-mobile-app li {
	text-align:left;
}
.footer-upper-right {
	float:right;
}

.innerpage-carousel {
	display:flex;
	position:relative;
	justify-content:center;
	padding:50px 0;
}
.innerpage-carousel-container {
	width:80%;
	overflow:hidden;
}

.innerpage-carousel .item img {
	border-radius:10px;
}

.innerpage-carousel .item p {
	margin:15px 0;
	font-size:16px;
}

.owl-nav {
	margin:40px 0 0 0!important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #ccc!important;
	border-radius: 50%;
	transform: translatey(-50%);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
	background:#000!important
}

.owl-nav button:hover span {
	color:#fff!Important;
}

.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}


.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  /*border: 1px solid #dddddd;*/
  border-top: none;
/*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;*/
}

.at-title {
  cursor: pointer;
/*  background-color: #f5f5f5;*/
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
/*  background-color: #e0e0e0;*/
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

.innerpage-accordion {
	background:#f4f4f4;
	padding:50px 0;
}

.innerpage-accordion .container > h2 {
	text-align:center;
	font-size:35px;
	margin:0;
	padding:0;
}
.at-title.active {
/*background: #fff;
    border: solid 1px #d8d8d8;
    border-bottom: none;*/
}

.innerpage-2-hero img {
	border-radius:15px;
}

.innerpage-2-info {
	padding:80px 0 50px 0;
}

.innerpage-2-info h2 {
	font-size:35px;
	text-align:center;
	margin:0 0 35px 0;
}

.innerpage-2-info h3 {
	font-size:25px;
	margin:0 0 15px 0;
}

.innerpage-2-info p {
	font-size:16px;
}

.site-header {
	    transition: all 0.5s ease-in-out;
}

.site-header.scroll-up {
  top: -115px;
}
.site-header.scroll-down {
  top: 0px;
}

.innerpage-hero-heading {
	margin:0 0 20px 0;
	padding:0;
	font-size:50px;
}
.innerpage-hero-subheading {
	margin:0;
	padding:0;
	font-size:30px;
	font-weight:500;
}

.innerpage-4-hero {
	background:url(/images/home-slide-1.png) center center no-repeat;
	background-size:cover;
	min-height:100vh;
	position:relative;
}

/***********************************************************************
Changes start for 13-Jan-23
************************************************************************/
@media (max-width: 1024px) {
	.home-top-navigation {
		max-width: 100%;
    right: 0;
	justify-content:space-between;
	}
	.home-slildeshow-logo {
	/*	top:45px;
		left:0;
		width:auto;*/
		z-index:2;
	   left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	max-width:80%;
	}
	
	.home-slildeshow-logo img {
		/*max-width:180px;
		max-width:300px;
		left:0;*/
		max-width:400px;
		max-width:80%;
		
	}
/***********************************************************************
Changes End for 13-Jan-23
************************************************************************/	
	.slide {
		height:100vh;
	}
	
	nav > ul {
		position:fixed;
		width:100%;
		left:0;
		top:0;
		height:100%;
		z-index:5
	}
	
	nav ul li a {
		color:#000;
	}
	
	nav ul {
		background:#fff;
	}
	
	.mobile-nav-logo-close {
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:5%;
	}
	
	.mobile-nav-logo-close img {
		max-width:180px;
	}
	
	.mobile-nav-logo-close i {
		cursor:pointer;
		color:#000;
		position:absolute;
		right:10px;
	}
	
	nav ul li.has-dropdown:after {
		color:#000;
		right:10px;
	}
	
	nav ul ul {
		background:#fff;
		padding:0 0 0 25px;
	}
	
	nav ul > li > a:hover {
		color:#000;
	}
	
	.footer-upper .four.columns {
		margin:0 0 25px 0;
	}
	
	.footer-upper img {
		max-width:180px;
	}
	.home-top-button {
		    padding: 10px 15px;
    font-size: 16px;
	}
	
	.home-top-button {
		display:none;
	}
	.mobile-join-us-button {
		display:block;
		z-index:1;
	}
	
	.mobile-join-us-button.menu-active {
		display:none;
	}
	
	.footer-upper .row {
		padding:0 0 0 120px;
		background-size:25%;
	}
	.footer-social ul {
		float:none;
	}
	ul.footer-mobile-app, .footer-social ul.footer-social-list {
		justify-content:flex-start;
	}
	
	ul.footer-mobile-app {
		flex-direction:column;
	}
	.footer-contact {
		padding:0;
	}
	ul.footer-mobile-app img {
		max-width:120px;
	}
	ul.footer-mobile-app li {
		text-align:left;
	}
	
	/*.home-slideshow .swiper-wrapper .swiper-slide:first-child .img {
		background-image:url(/images/mobile-home-slide-1.png)!important;
	}
	.home-slideshow .swiper-wrapper .swiper-slide:nth-child(2) .img {
		background-image: url(/images/mobile-home-slide-2.png) !important;
	}
	.home-slideshow .swiper-wrapper .swiper-slide:nth-child(3) .img {
		background-image: url(/images/mobile-home-slide-3.png) !important;
	}
	.home-slideshow .swiper-wrapper .swiper-slide:nth-child(4) .img {
		background-image: url(/images/mobile-home-slide-4.png) !important;
	}
	.home-slideshow .swiper-wrapper .swiper-slide:nth-child(5) .img {
		background-image: url(/images/mobile-home-slide-5.png) !important;
	}
	.home-slideshow .swiper-wrapper .swiper-slide:nth-child(6) .img {
		background-image: url(/images/mobile-home-slide-6.png) !important;
	}*/
	.mobile-logo {
	display:block;
} 

.mobile-logo img {
	max-width:150px;
}

.innerpage-header nav div {
	color:#000;
}

.innerpage-heading h2 {
	padding:40px 0 0 0;
}
.desktop-only {
	display:none;
}
.mobile-only {
	display:block;
}

.contact-map {
	margin:25px 0 0 0;
}
.site-header .header-inner {
	flex-direction:row;
	align-items:center;
	justify-content:center;
}

.site-header .header-inner nav div {
	color:#000;
	position:absolute;
	right:10px;
	top:30px;
}

body.home-page .site-header.sticky .header-logo, .site-header.sticky .header-logo  {
	display:block;
		width:180px;
	height:90px;
	opacity:1;
}
.site-header .header-inner .header-logo {
	margin:0;
}
body.home-page .site-header .header-inner .header-logo {
	margin:0;
}

body.home-page  .site-header .header-inner nav div {
	color:#fff;
	position:absolute;
	right:10px;
	top:30px;
}

body.home-page  .site-header .header-inner nav div.mobile-nav-logo-close {
	position:relative;
	text-align:center;
	margin-bottom:35px;
}

.site-header .header-inner nav div.mobile-nav-logo-close {
	position:relative;
	text-align:center;
	margin-bottom:35px;
}

body.home-page .site-header .header-inner nav ul li a, body.home-page .site-header .header-inner nav ul li.has-dropdown:after {
	color:#000;
}
nav ul ul {
	border:none;
}

.innerpage-heading {
	margin:100px 0 0 0;
}

.footer-3-inner-lower ul {
	flex-direction:column;
}

.footer-3-inner-lower ul li {
	margin:7px 0;
}

.footer-3 .logo-bg {
	padding:0 0 0 85px;
}

.footer-3 .five.columns.offset-by-two {
	padding:15px 0 0 85px;
}

.footer-3-mobile-app {
	margin:15px 0 0 0;
}
.footer-3-inner-lower {
    margin: 25px 0 0 0;
}
.footer-upper-right {
	margin:25px 0 0 0;
}
.innerpage-carousel {
	padding:20px 0;
	justify-content:center;
}

body.home-page .site-header.scroll-up {
  top: -140px;
}
body.home-page .site-header.scroll-down {
  top: 0px;
}

.site-header.scroll-up {
  top: -140px;
}
.site-header.scroll-down {
  top: 0px;
}

nav ul li {
	text-align:center;
}
nav ul ul:after {
	display:none;
}
body.home-page .site-header .header-inner nav ul ul li a {
	color:#000;
}

.innerpage-hero-heading {
	margin:0 0 20px 0;
	padding:0;
	font-size:30px;
}
.innerpage-hero-subheading {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:500;
}
.site-header .header-inner nav ul ul li a  {
	color:#000;
}

nav ul li.has-dropdown {
	display:block;
}

nav ul li.has-dropdown > a {
	display:inline;
}

nav ul li.has-dropdown i {
	margin-left:10px;
}
nav ul li.has-dropdown i {
	color:#000;
} 
	 }



/******************************************************************************************
Added on 13 Jan 2024
********************************************************************************************/	 
	 
	 @media screen and (max-width: 1200px) and (min-width: 600px) {
		 .footer-upper-right .row {
			 display:flex;
			 flex-direction:column;
		 }
		 .footer-3-mobile-app {
			 padding: 0 0 0 130px;
		 }
		 
		  }
		  
		  
		   @media screen and (max-width: 1024px) and (min-width: 600px) { 
		   
		   .slide {
			 height:100vh;
		 }
		   }
		   
		   
		  
		  
		  .swiper-container {
  width: 100%;
  height: 100vh;
  overflow:hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	position: relative;
	z-index: 0;
}

.img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
   background-size: cover;
   background-position: center  center;
   background-repeat: no-repeat;
transition: 3s all;
	transform: scale(1.2);
}

.swiper-slide-active .img {
		animation: scale 5s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
         transform: scale(1.2);
    }
}