@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300&display=swap');
@font-face {
  font-family: 'LeMajor';
  src: local('LeMajor Condensed'), url('fonts/LeMajor-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;

}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 25px;
  font-weight: 600;
  padding: 0 30px 0 50px;
  position: relative;
  color: #1b1d21;
}
blockquote:before {
  content: "";
  font-family: "Flaticon";
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #dfd;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b5b5b5;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bg-alt { background: #f8f8f8; }
.bg-primary { background: #43baff; }
.bg-second { background: #dfd;}
.bg-teal{ background: #85a69d; }
.bg-teal *{ color: #fff !important; }
.bg-transparent{ background: transparent !important; }
.text-primary { color: #43baff; }
.text-second { color: #dfd; }
.text-dark { color: #1b1d21; }
.text-grey{ color: #58595b; }
.text-red{ color: #9c3725; }
.text-green{ color:#498b74; }
.section-padd { padding: 110px 0; }
.section-padd-bot { padding-bottom: 110px; }
.section-padd-top { padding-top: 110px; }
.section-padd-top70 { padding-top: 70px; }
.lead { font-size: 18px; }
.clear-both { clear: both; }
.text-white a{ color: #FFF; text-decoration: underline; }
.text-white a:hover{ color: #dfd; }
.border-dashed{ border-width:0; border-style: dashed !important; }
.border-dotted{ border-style: dotted; }
.unstyle {
  list-style: none;
  padding-left: 0;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-shadow {
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -17px;
  background: none;
  color: #1b1d21;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.slick-arrow:not(.slick-disabled):hover {
  color: #43baff;
}
.slick-arrow.next-nav {
  left: auto;
  right: -57px;
}
.slick-arrow i:before {
  font-size: 18px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #dfd;
  font-size: 45px;
  left: -2px;
}
@media (min-width: 1280px){ .container { max-width: calc(1000px + 20vw); }}
@media (min-width: 1360px){ .container { max-width: calc(1200px + 20vw); }}
@media (min-width: 1680px){ .container { max-width: calc(1300px + 5vw); }}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  font-size: calc(14px + 0.2vw);
  line-height: normal;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}
.auto-cols-2{ columns: 2; column-gap: 20px; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:hover, .octf-btn:focus {
  background: #dfd;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #dfd;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #43baff;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1b1d21;
}

.octf-btn-dark {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #1b1d21;
}

.btn-details {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.btn-details i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.btn-details i:before {
  font-size: 15px;
}
.btn-details:hover i {
  margin-right: 3px;
}

input[type=text],
input[type=name],
input[type=email],
input[type=contact],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #58595b;
  background: #fff;
   padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6d6d6d;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #58595b; */
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sumbit-btn{
  background-color: #666766;
    width: 50px; 
     height: 50px; 
    width: 50%;
    color: #fff;

}
.sumbit-btn:hover{
  background-color: #58595b;
    width: 50px; 
     height: 50px; 
    margin-left: 55px;
    width: 50%;
    color: #fff;

    border: none;
}

select {
  border: none;
  background: #f6f6f6;
  outline: none;
}

textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #dfd;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 7px 0px;
  border-bottom: 1px solid transparent;
  background: #141d38;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 600;
}
.header-topbar a {
  color: #b5b5b5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.header-topbar a:hover {
  color: #43baff;
}

.social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 25px;
}
.social-list li {
  display: inline-block;
  margin: 0px 8px;
}
.social-list li:last-child {
  margin-right: 0px;
}
.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}
.social-list li a i {
  font-size: 12px;
  font-weight: 400;
}

.topbar-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.topbar-info li {
  padding: 0px 20px;
  float: left;
}
.topbar-info li:first-child {
  padding-left: 0px;
}
.topbar-info li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  margin-right: 7px;
  line-height: 1;
}

.topbar_languages {
  float: right;
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding-left: 20px;
}
.topbar_languages select {
  background: transparent;
  border: 0px solid #F0F3FB;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #a5b7d2;
  /* Here's the code we need */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.topbar_languages select:focus {
  outline: none;
}
.topbar_languages select::-ms-expand {
  display: none;
}
.topbar_languages select option {
  color: #a2b7d2;
}
.topbar_languages > div {
  position: relative;
}
.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.extra-text a {
  color: #43baff;
}
.extra-text a:hover {
  color: #fff;
}

/* style 2 */
.style-2 {
  padding: 0;
  line-height: 40px;
}
.style-2 .social-list {
  float: left;
  margin-left: 0;
}
.style-2 .social-list li {
  margin: 0;
}
.style-2 .social-list li a {
  display: block;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .social-list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info {
  float: right;
  margin-left: 20px;
}
.style-2 .topbar-info li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* style 3 */
.header-style-3 .header-topbar {
  background: #fff;
  color:#58595b
}
.header-style-3 .header-topbar a {
  color:#58595b
}
.header-style-3 .header-topbar a:hover {
  color: #43baff;
}
.header-style-3 .header-topbar .topbar-info li i {
  color: #1b1d21;
}
.header-style-3 .header-topbar .extra-text a:hover {
  color: #1b1d21;
}

@media only screen and (max-width: 1199px) {
  .extra-text {
    display: none;
  }

  .social-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-topbar {
    line-height: 1.875;
    padding: 7px 0;
  }
  .mobile-topbar.header-topbar {
    display: block;
  }
  .mobile-topbar .social-list {
    float: none;
    clear: both;
    padding-top: 2px;
  }
  .mobile-topbar .social-list li a {
    border: none !important;
    padding: 0;
  }
  .mobile-topbar .social-list li:first-child {
    margin-left: 0;
  }
  .mobile-topbar .topbar-info {
    margin-left: 0;
    float: none;
  }
  .mobile-topbar .topbar-info li {
    border: none !important;
    padding-left: 0;
  }

  .style-2 .social-list li {
    margin: 0 8px;
  }
  .style-2 .social-list li:first-child a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .topbar-info li {
    float: none;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  padding: 20px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  width: 8vw;
  min-width: 120ox;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {

  min-height: 1px;
  padding-right: 0;
  padding-left: 15px;
}
.menu-col{
  display: flex;
  justify-content: end;
  width: 100%;
}

.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.w-float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:40px;
	right:84px;
	background-color:#9c3725;
	color:#fff;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.w-float img {
  width: 25px;
}
.w-float-1 img{
  width: 20px;
}
.w-float-1{
	position:fixed;
	width:40px;
	height:40px;
	bottom:40px;
	right:40px;
	background-color:#9c3725;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:28px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

}

.my-float{
	margin-top:16px;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
  background: #FFF;
  margin-left: 3%;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 1.5vw;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}


.current-menu-item > a{
  color: #666766 !important;
  font-weight:bold;
  font-size:16px;
}
.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 0;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #666;
  font-size: cacl(0.9em + 0.4vw);
  font-weight: 300;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1360px){
  .main-navigation ul > li > a{ font-size: calc(0.1em + 1.2vw); }
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-navigation ul > li > a:hover {
  color:#666766;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 25px;
}
.main-navigation li.active > a{ color: #3f8a70 !important;  }

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 5px 20px;
  border-bottom:1px solid #58595b;
}

.main-navigation ul li li a {
  font-size: 18px;
  line-height: 30px;
  
  color: #58595b;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul li li a:before {
  position: absolute;
  /* content: "//"; */
  top: 50%;
  left: 0;
  color: #43baff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color:#666766;
  padding-left: 12px;
}

.main-navigation ul > li.menu-item-has-children > a::after {
  position: absolute;
  right: 2px;
  /* top: 0; */
  margin-top: 7px;
  font-family: "Flaticon";
  content: "\f100";
  font-size: 14px;
  line-height: 1;
  color: #848588;
  font-weight: 100;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color:#666766;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
}

.main-navigation ul li ul {
  min-width: 150px;
  white-space: nowrap;
  border:1px solid #58595b;
  border-radius:6px;
  padding: 0px 0px;
  position: absolute;
  top: calc(100% - 40px);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
  margin-left: 30px;
}
.octf-btn-cta .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.h-search-form-inner label {
  margin-bottom: 0;
}
.octf-btn-cta .octf-cta-icons i {
  color: #1b1d21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: 18px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: 24px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
  font-size: 22px;
  color: #43baff;
  margin-right: 12px;
}
.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 16px;
  color: #1b1d21;
  margin-top: 7px;
}
.yoga-banner h2{
  font-family: "LeMajor";
}
.urban-banner h2{
  font-family: "LeMajor";
}
.contact-banner h2{
  font-family: "LeMajor";
}
.contact-banner{
  padding:50px 0;
}
.home-banner h2{
  font-family: "LeMajor";
}
.vision-banner h2{
  font-family: "LeMajor";
}
.about-banner h2{
  font-family: "LeMajor";
}
h2.main-heading{ 
  font-family: "LeMajor";
  font-size:2em;
}
.yoga-slider h2{
    color: #fff;
    font-size: 60px;
}
.slide-inner slide-bg-imagerspan {
  color: #fff;
  font-weight: 600;
  font-family: "LeMajor";
  font-size: 25px;
  padding-left: 30px;
}
.yoga-para h3{
  font-family: "LeMajor";
  font-size:35px;
}

.contact-us-main{
  padding: 50px 0;
}
.contact-para p{
  font-weight: 600;
    font-size: 17px;
    color:#58595b;
    margin:0px;
}

.about-para p{
  
  font-size: 18px;
  color:#58595b;
}
.amenities-list ul{
  text-align:left;
}
.animal-para p{
  
  font-size: 18px;
  color:#58595b;
  text-align:left;
}
.amenities-heading p{
  color:#58595b;
  font-weight: 600;
  font-size: 20px;
}
.amenities-heading a{
  color:#58595b;
  
  font-size: 20px;
}
.amenities-heading a:hover{
 
  color:#666766;
  
}
.animal-para{
  max-width: 500px;
    text-align: center;
}
.about-para h4{
  color:#666766;
  font-weight: 600;
  font-size: 20px;
}
.about-para span{
  color:#58595b;
  font-weight: 800;
  font-size: 18px;
}

.urban-text h2{
  color:#498b74;
  font-weight: 900;
  font-size: 18px;

}

.urban-text a{
 
  font-size: 18px;
  color:#43baff;
}
.urban-text span:hover{
  font-size: 18px;
}
.urban-text  span{
  font-size: 18px;
}
.urban-text h2 span{
  
    font-weight: bold;
    font-size: 18px;
}
.urban-text p span{
  font-weight: bold;
}
.urban-heading h3{
  font-family: "LeMajor";
  font-size:35px;
}
/* .faq-para{
  border-bottom:1px solid #000;
  width: 100%;
  
} */
.advantage-div{
  position: relative;
}
.contact-heading h2{
  font-family: "LeMajor";
  font-size:35px;
}
.contact-heading p{
  margin:0
}
.contact-form{
  padding:30px;
}
.contact-form h2 {
  font-family: "LeMajor";
  font-size: 35px;
}
.contact-heading{
  padding: 30px;
}
.contact-heading a{
  margin: 0;
  color:#58595b;
}
.contact-heading p:hover{
  color:#58595b;
}
.contact-text{
  margin:0px;
}

.home-banner h2 span{
  display:block;
  padding-left: 20px;
    padding-top: 14px;
}
.home-banner h2{
  font-family: "LeMajor";
  font-size:35px;
  color: #666766;
  text-align:center;
}
.gallery-banner {
  background-color: #e6ebf1;
}
.gallery-banner img{
  border-radius: 5px;
  margin: 5px 0;
}
.gallery-height { padding-top: 60px; }
/*.gallery-height {
  height: 323px;
  padding: 30px;
  overflow-y: auto;
}
.gallery-height {
  -ms-overflow-style: scrollbar;
}
.gallery-height::-webkit-scrollbar-track {
  background-color: #cfd5db;
}
.gallery-height::-webkit-scrollbar {666766
  width: 4px;
  background-color: #cfd5db;
}
.gallery-height::-webkit-scrollbar-thumb {
  background-color:#bbc1c7;
}*/
.gallery-banner h2 {
  font-family: "LeMajor";
  font-size: 50px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-banner img {
  width: 100%;
}
#galleryModal img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#galleryModal button.close {
  width: 25px;
  position: absolute;
  right: -4px;
  background: white;
  z-index: 9999;
  border-radius: 50%;
  height: 25px;
  top: -6px;
  opacity: 1;
  color: #FF0303;
  border: #aaa 1px solid;
}
#galleryModal button.close:hover{
  background: red;
  color: white;
}
@media (min-width: 993px){
  .faq-nav  {
    position: fixed;
    top: 200px;
    width: 23%;
  }
}
.faq-banner h2{
  font-family: "LeMajor";
  font-size:35px;
}
.faq-banner .card .card-body{ padding: 10px 0; }
.home-heading h3{
  font-size:25px;
  color: #666766;
  
}
.vision-text p{
  color:#8ac33f;
}
.yoga-health figure figcaption{
  color: #666766;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 15px;
}
.urban-health figure figcaption{
  color: #666766;
    font-size: 18px;
    font-weight: 900;

    line-height: 25px;
    padding-top: 15px;
}
.home-health figure figcaption {
  color: #666766;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 15px;
}
.yoga-wrapper{
  text-align:center;
}
.about-wrapper{
  display:flex;
  grid-gap:10px;
  align-items:center;
  font-size:25px;
}
.about-para p a{
  color: #43baff;
}
.about-para p a:hover{
  color:#666766;
}
.home-wrapper{
  display:flex;
  grid-gap:10px;
  align-items:center;
  font-family: "LeMajor";
  font-size:20px;
  color:#666766;
}
.yoga-custom {
  padding: 0px;
  max-width: 100px;
  margin: auto;
  position: relative;
}
.yoga-custom::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  bottom: -5px;
  background: white;
  right: 15px;
}

.ayruvedha-custom img{
  height:64px;
}
/*.team-picture{
  margin:0 auto;
  width: 110px;
  height: 110px;
  background-color: #58595b;
  border-radius: 50%;
}*/
.team-box {
  text-align: center;
  height: 100%;
  background: #e4eae7;
}
.team-picture {
  /* margin: 0 auto; */
  /* width: 110px; */
  height: 110px;
  /* background-color: #58595b; */
  /* border-radius: 50%; */
  position: relative;
  z-index: 9;
}
.team-picture:after {
  content: '';
  background: #ffffff;
  width: 100%;
  height: 75%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.team-picture img{ position: relative; z-index: 9; }
.team-profile{ padding: 40px 20px 20px; }
.team-profile h3{
  font-size:1.5em;
  font-weight:bold;
  margin:0;
 }
 .team-profile .designation{ font-size: 0.9em; }
 .home-master{
  margin-top:100px;
 }
.team-profile h4{
  color: #58595b;
  font-size:17px;
  padding-top:20px;
  font-weight:400;
  
}
.team-profile p{
  color: #58595b;
  font-size:17px;
  
}
/* .Read-btn{
    background-color: #58595b;
    color: #fff;
    width: 150px;
    height: 50px;

    display:flex;
    align-items:center;
    justify-content:center;
   margin:0 auto;
} */
.Read-btn a{
  color:#58595b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
}
.Read-btn:hover{
  
  color:#58595b;
  
}

.urban-health figure figcaption {
  color: #666766;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}
.feedback-card {
  background-color: #fff;
  border-radius: 20px;
 
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.feedback-card h4{
  padding-top:10px;
  color: #eb5a30;
}
.feedback-cover-image {
  
  width: 80px;
  height: 80px;
  background-color: #b6b8ba;
  border-radius: 50%;
}
.feedback-card figcaption h4 {
  font-weight: 600;
  font-size: 24px;
  color: #666766;
}
.feedback-card figcaption h4{
    font-size: 24px;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 8px;
}
.text-content {
 
}
.faq-nav ul a{
  font-size:25px;
  color:#58595b;
  /* font-family:"Roboto"; */
}
.faq-banner h3{
  border-bottom: 1px solid #58595b;
  width: 100%;
  padding-bottom: 20px;
  font-weight:400;
  margin: 0;
  
}
/* .faq-banner .card {
  border: 1px solid rgba(246,246,246,1);
  margin-bottom: 25px;
  box-shadow: 0 6px 6px #eeeeee;
} */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border:0 !important;
  border-bottom: 1px solid #58595b !important;
  width: 100%;
  padding-top: 20px;
  border-radius:0 !important;
}
.faq-banner .card-header {
  background-color: rgba(255,255,255,1);
  border-bottom: none !important;
  padding: 10px 0 5px 0;
}
.faq-banner .card-header .collapsed {
  color: #58595b;
}
.faq-banner .card-header .btn {
  /* color: #FF5B62; */
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
}
/* .faq-banner .card-header .btn:after {
	content:'-';
	font-size:30px;
	font-weight:700;
	color:#fd5a61;
	position:absolute;
	right:20px;
	top:0;
} */
.faq-banner .card-header .btn::after {
	content: "\F282";
  font-family: 'bootstrap-icons';
  font-weight: 900;
  transition: all 0.5s;
}
.faq-banner .card-header .btn.collapsed::after{
  content: "\F286";
  animation: changeLetter 3s linear infinite alternate;
}
.faq-banner .card-header .btn::after{
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .faq-banner .card-header .btn.collapsed:after {
  content: '+';
  font-size: 30px;
  font-weight: 700;
  color: #4120a0;
  position: absolute;
  right: 20px;
  top: 0;
} */
.faq-banner .card-header .btn {
  color: #58595b;
  font-size: 18px;
  font-family:'Roboto', sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
  border:none;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.faq-banner .card-header .collapsed {
	color: #58595b;
}
.faq-banner p{
  font-size: 18px;
    color: #58595b;

}
.faq-nav ul li a{
    font-size: 18px;
    color: #58595b;

}
.faq-nav ul li a:hover{
  font-size: 20px;
  font-weight: bold;
  color: #eb5a30;
}
.faq-banner .card-header .btn:focus {
	outline:none;
	box-shadow:none !important; 
}
.row-2 h3{
  margin-top: 70px;
}
.faq-banner {
	padding-bottom:50px;
	padding-top:40px;
}
/* >>> FAQ MODULE STYLES <<< */
.faq_container {
  border-bottom: 2px solid #ddd;
}
.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 30px 30px;
  line-height: 1.5rem;
}
.fqa_headline_container h2 span {
  font-weight: 700;
}
.faq_question-text h3 {
  font-size: 26px;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover {
  cursor: pointer;
}
.icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}
.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size:25px;
  border-radius: 0.25rem;
  /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}
.collapse:not(.show) {
  display: none;
}
.faq-nav ul a:hover{
  color:#666766;
}
.faq-nav ul li{
  list-style:none;
}
.ayruvedha-wrapper{
  text-align:left;
}
.ayruvedha-custom{
  padding: 20px 0px;
  border-bottom: 2px dotted;
}
.about-para h3{
    font-size: 40px;
    margin-top:50px;
    letter-spacing: 3px;
    padding-left: 20px;
    color: #61482f;
    font-weight:400;
}
.home-para h2{
  font-family:"LeMajor";
  font-size: 40px;
  padding-top: 15px;
  color:#666766;
  
}
.home-para h3{
  font-size:25px;
  color:#666766;
  font-weight:bold;
}
.home-para h4{
  font-size:20px;
  color:#666766;
}
.home-para p{  
  font-size: 20px;
  color:#58595b;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 70px;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  .header-static .is-stuck{
    background-color: #fff;
  }
  .is-stuck {
    background-color: #0E0A31;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
  .is-stuck .main-navigation ul.menu > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.is-stuck #site-logo {
  padding: 5px 0px 5px 0px;
}
.is-stuck #site-logo img { width: 60px;  }
.is-stuck .main-navigation ul li ul { top: calc(100% - 10px); }
/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }

}
@media (max-width: 1440px) {
  .octf-btn-cta .btn-cta-header {
    display: none;
  }
 
}

@media (max-width: 1265px) {
  .octf-btn-cta .contact-header {
    display: none;
  }
  
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header {
    display: none;
  }
  .feedback-card p{
    font-size:16px;
  }
  .feedback-card h4{
    padding-left:20px;
  }
  .advantage-div{
    padding-top: 20px;
  }
  .advantage-div h2{
    font-size:25px;
  }
  .home-health figure p{
    font-size:17px;
  }
  .gallery-banner h2{
    font-size:35px;
  }
  .home-master {
    margin-top: 70px;
    padding-bottom: 20px;
}
.straight-line::after {
  content: "";
  width: 2px;
  position: absolute;
  height: 250px;
  background: #58595b;
  right: 23px !important;
  top: 0;
}
 
 

  .header-topbar {
    display: none;
  }

  .site-header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 10px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 125px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #1b1d21;
    height: 2px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button::before, #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 4px;
    top: -8px;
    width: 26px;
    height: 2px;
    background: #1b1d21;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    top: unset;
    bottom: -8px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1b1d21;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.0em;
    font-weight: 400;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a, .header_mobile .mobile_nav ul li.a  {
    color: #43baff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 8px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    /* color: #43baff; */
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
  .single-banner-slide img{
    width:100%;
}
.feedback-card h4{
  text-align:center;
  padding-right:40px;
}
.feedback-cover-image{
  margin:0 auto;
}
.advantage-div{
  padding-top: 20px;
}
.advantage-div h2{
  font-size:25px;
}
.ayruvedha-wrapper{
  text-align:center;
}
.yoga-para h3 {
  font-size:21px;
}
.urban-heading h3{
  font-size:24px;
}
.about-para h3{
  font-size:30px;
}
}
@media (max-width:560px){
  .w-float-1{
    right: 2px;
    bottom: 85px;
  }
  .w-float{
    right: 2px;
    bottom: 40px;
  }
  .advantage-div{
    padding-top: 20px;
  }
  .advantage-div h2{
    font-size:25px;
  }
 
  .ayruvedha-wrapper{
    text-align:center;
  }
}

@media only screen and (max-width: 320px) {
  .single-banner-slide img{
      width:100%;
  }
  .advantage-div{
    padding-top: 20px;
  }
  .advantage-div h2{
    font-size:25px;
  }
  .feedback-card h4{
    text-align:center;
    padding-right:40px;
  }
  .feedback-cover-image{
    margin:0 auto;
  }
  .ayruvedha-wrapper{
    text-align:center;
  }
  .yoga-para h3 {
    font-size:21px;
  }
  .urban-heading h3{
    font-size:24px;
  }
  .about-para h3{
    font-size:30px;
  }
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}



@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes slide-up{
  0%{height:0;} 
}

.single-banner-slide
{
	height: 100vh;
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.single-banner-slide .caption {
  max-width: 50vw;
  line-height: 1.3em;
}
.caption h2, .caption span, .banner-area h2, .banner-area span{
  font-family: "LeMajor";
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
  color: #fff;
}
.caption span, .banner-area span {
  font-size: calc(0.15em + 2vw);
  line-height: 1.3em;
  width: 100%;
  display: block;
}
.caption h2, .banner-area h2 {
  font-size: calc(1.7em + 2vw);
}
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
/*	background: rgba(0, 0, 0, 0.4);*/
	z-index: -1;
	width: 100%;
	height: 100%;
}
.single-banner-slide p {
	color: #fff;
	font-size: 15px;
	max-width: 50%;
	/* margin: 0 auto; */
	/* text-align: center; */
}
.single-banner-slide a {
  color: #FFF;
  background: transparent;
  border: #FFFFFF73 2px solid;
  border-radius: 10px;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: 0.3s;
  display: block;
  width: max-content;
  letter-spacing: 0.1em;
  /* margin: 15px auto; */
}
.single-banner-slide a:hover {
	color: #000;
	background: #fff;
}
.owl-dots {
	display: none !important;
}
.d-block{
  display: block;
}

.single-banner-slide big{ line-height: 1.5em; font-size: 1.4em; }


/*Swiper slider Css*/


.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}


.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*.hero-slider.hero-style { max-height: 85vh; }*/
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: left;
}
.hero-slider.hero-style-inner .slide-inner{ flex-direction: column; justify-content: start; padding: 10vh 0;  }
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  display: none !important;
}
.swiper-pagination-bullet{
  width:0px;
  height:0px;
  border-radius:0;
}
ul.menu .right-line::after {
  content: "";
  width: 0.05em;
  position: absolute;
  height: 60px;
  background: #c1c1c1;
  right: -1.5vw;
  bottom: 40px;
}
.is-stuck ul.menu .right-line::after {
  content: "";
  width: 0.05em;
  position: absolute;
  height: 40px;
  background: #c1c1c1;
  right: -1.5vw;
  bottom: 12px;
}
.straight-line::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: #58595b;
  right: 5%;
  top: 0;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
/*  background: transparent;*/
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
} 
.hero-slider  .swiper-button-prev {
  background-image: url("../img/icons/swiper-arrow-left.png") !important;
}

.hero-slider  .swiper-button-next {
  background-image: url("../img/icons/swiper-arrow-right.png") !important;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}


.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}
.swiper-pagination {
  bottom: 0;
  right: calc(50% - 66px);
  display: flex;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #58595b;
  opacity: 0.2;
  background:#fff;
  transition:all .2s ease;
  border-radius: 0;
  margin: 2px;  
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:0.6;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  transition:all .4s ease;
}
.buyer-story-banner{ height: 60vh; }
.hero-style-inner {
  height: 70vh;
  transition:all .4s ease;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
.submit-btn{
  display: flex;
  justify-content: end;
  width: 250px;
    margin-left: auto;
}
.content-box .two-col{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;  
}
h2.heading-big,
h2.heading{
    font-family: "LeMajor";
    font-size: 1.8em;
    font-weight: 200;
}
h2.heading-big{ font-size: 2.8em; }
h2.sub-head{
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.section-shadow{ box-shadow: 0 10px 10px 1px rgba(0,0,0,0.1); }
.section-shadow-dark{ box-shadow: 0 10px 10px 1px rgba(0,0,0,0.5); position: relative; }
.slick-wrapper .container{ position: relative; }
.carousel{ width: 100% !important; }
.gallery-banner .row > div:not(:first-child){ cursor: pointer; }
.btn-close-gallery-carousel {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 9;
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.octf-main-header.is-stuck .octf-mainbar-container{ width: 100% !important; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ opacity: 0.4; }

.swiper-button-next:hover,
.swiper-button-prev:hover{ opacity: 1; }
.sticky-left-menu {
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.sticky-left-menu .menu{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  list-style:  none;
  padding: 5px;
}
.sticky-left-menu .menu li {
  padding: 10px 15px;
  margin: 2px 2px;
  background: #31453f;
  border-radius: 25px;
}
.sticky-left-menu .menu li:hover{ box-shadow: 0 1px 2px 0px rgba(255,255,255,0.4); }
.sticky-left-menu .menu li.active{ box-shadow: 0 1px 2px 0px rgba(0,0,0,0.4); background-color:#8fb6a9; }
@media (min-width: 1280px){
  .advantage-div h2{ width: max-content; }
}
@media (max-width: 1280px){
  .octf-main-header .octf-mainbar-row { flex-wrap: wrap; }
  .main-navigation ul > li > a{ padding: 10px 0; }
  ul.menu .right-line::after {
    height: 40%;
    bottom: 30%;
  }
  ul.menu .right-line:last-child:after { display: none; }
  .octf-col.menu-col {
    justify-content: center;
    border-left: #e9e9e9 0.1em solid;
    width: calc(100% - 18%);
    margin-left: 3%;
    background: #FFF;
  }
}
@media (max-width: 992px) {
  .hero-style, .hero-slider {
/*    height: calc(100vw)*/
  }
  .hero-slider .slide-inner {
/*    background-size: 140%;*/
    background-position: top center;
    background-color: #41856d;
  }
  .hero-slider.hero-style-inner .slide-inner{ padding: 0; }
  .single-banner-slide big{ font-size: calc(1em + 1.4vw); }

  .single-banner-slide .caption {
    width: 100%;
    text-align: center;
    padding: 0 !important;
    position: relative;
    max-width: 92vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sticky-left-menu {
    background: #e0e0e0;
    position: fixed;
    bottom: 0;
  }
  .sticky-left-menu .menu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    list-style: none;
    padding: 5px;
    flex-wrap: wrap;
  }
  .sticky-left-menu .menu li {
    padding: 0 10px;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: 600;
  }
  .hero-style {
    height: calc(100vh - 145px);
  }
  .hero-style .container {
/*    background: rgba(0,0,0,0.4);*/
  }
  .single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .hero-slide-01{ background-image: url(../img/home-slider/01-m.jpg); }
  .hero-slide-02{ background-image: url(../img/home-slider/02-m.jpg); }
  .hero-slide-03{ background-image: url(../img/home-slider/07-m.jpg); }
  .hero-slide-04{ background-image: url(../img/home-slider/03-m.jpg); }
  .hero-slide-05{ background-image: url(../img/home-slider/04-m.jpg); }
  .hero-slide-06{ background-image: url(../img/home-slider/05-m.jpg); }
  .hero-slide-07{ background-image: url(../img/home-slider/06-m.jpg); }
  .hero-slider .slide-inner .container { height:100%; display:flex; align-items: center; }
    .caption h2, .banner-area h2 {
    font-size: calc(2em + 1vw);
  }
}
@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
  .hero-slide-01{ background-image: url(../img/home-slider/01.jpg); }
  .hero-slide-02{ background-image: url(../img/home-slider/02.jpg); }
  .hero-slide-03{ background-image: url(../img/home-slider/07.jpg); }
  .hero-slide-04{ background-image: url(../img/home-slider/03.jpg); }
  .hero-slide-05{ background-image: url(../img/home-slider/04.jpg); }
  .hero-slide-06{ background-image: url(../img/home-slider/05.jpg); }
  .hero-slide-07{ background-image: url(../img/home-slider/06.jpg); }
}

@media (max-width: 767px){ 
  body{ font-size:calc(14px + 0.5vw); } 
  .caption span { font-size: calc(0.7em + 1vw); text-align:center; }
  .content-box .two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}