@charset "UTF-8";
/*All mixins are here*/ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

script {
  display: none !important;
}

html {
  font-family: ebrima;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
} /*All variables will go here*/ /*All styles for typograpghy will come here*/
a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0.6;
}

/**for all hover effects where buttons or divs**/
:hover {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.clear {
  clear: both;
}

.clearHundred {
  clear: both;
  margin-bottom: 100px;
}

.clearTwenty {
  clear: both;
  margin-bottom: 20px;
}

.clearFifteen {
  clear: both;
  margin-bottom: 15px;
}

.clearFifty {
  clear: both;
  margin-bottom: 25px;
}
@media (min-width: 400px) {
  .clearFifty {
    margin-bottom: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  color: #000;
  line-height: 0;
  font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

::-moz-placeholder { /* Firefox 19+ */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

:-ms-input-placeholder { /* IE 10+ */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

:-moz-placeholder { /* Firefox 18- */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

.adminHeader::-webkit-scrollbar {
  width: 4px;
  background-color: #e3522e;
}

.adminHeader::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.adminHeader::-webkit-scrollbar-thumb {
  background-color: #e3522e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: 1px solid slategrey;
}

/**Back to top**/
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  background: url("images/upup.png") no-repeat;
}
.scrollToTop:hover {
  opacity: 6;
}

.wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
}

.topWrap, .topWrap2 {
  background: #e3522e;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 20px 20px 20px;
}
@media (min-width: 600px) {
  .topWrap, .topWrap2 {
    height: 100vh;
  }
}

@media (min-width: 600px) {
  .topWrap2 {
    height: auto;
  }
}

input::placeholder {
  color: #343a40;
}

textarea::placeholder {
  color: #343a40;
}

select::placeholder {
  color: #343a40;
}

header {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  background: rgba(45, 40, 36, 0.5);
  line-height: 25px;
}
header #showLeftPush,
header #showLeftPushTwo,
header .logo,
header .topDown {
  width: 33%;
  display: inline-block;
}

header .topDown {
  font-size: 14px;
  float: right;
}
header .topDown span {
  display: none;
}
header .topDown a {
  padding: 5px 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  float: right;
  color: #fff;
  font-weight: normal;
}
header .topDown a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media (min-width: 1000px) {
  header {
    padding: 20px 120px;
  }
  header .topDown {
    font-size: 18px;
  }
  header .topDown span {
    display: inline;
  }
  header .topDown a {
    padding: 10px 20px;
    font-size: 17px;
  }
  header #showLeftPush {
    background-size: auto;
  }
}

.innerLogo {
  margin: auto;
  display: block;
  width: 100%;
  font-weight: bolder;
  text-align: center;
}
.innerLogo img {
  width: 40%;
  margin: auto;
  display: inline;
}
.innerLogo span {
  font-size: 20px;
  display: none;
  color: #fff;
}
@media (min-width: 1000px) {
  .innerLogo {
    width: 50%;
  }
  .innerLogo span {
    display: inline;
  }
  .innerLogo img {
    width: 30%;
  }
}

.giveSpace {
  margin-right: 15px;
}

footer {
  padding: 20px;
  width:100%;
  height:auto;
  display:inline-block;
  background: #211e1c;
  color: #fff;
}
footer .innerLogo {
  margin:25px 0;
}
footer .box {
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: 25px;
}
footer .box ul {
  margin: 0;
  padding: 0;
}
footer .box ul h5 {
  font-size: 18px;
  margin-bottom: 40px;
}
footer .box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
footer .box ul li a {
  color: #fff;
}
@media (min-width: 1000px) {
  footer .box {
    width: 45%;
    float: right;
  }
  footer .box ul {
    width: 33.3%;
    float: left;
  }
}
footer .subscribe {
  width: 100%;
  height: auto;
  display: inline-block;
}
footer .subscribe input,
footer .subscribe button {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 15px;
}
footer .subscribe button {
  border: none;
  text-align: center;
  background: #3488dd;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
footer .subscribe a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  footer {
    padding: 30px 200px;
  }
  footer .subscribe {
    width: 100%;
    float: left;
  }
}

.boxForm {
  width: 100%;
  height: auto;
  display: inline-block;
}
.boxForm p {
  line-height: 28px;
}

.boxForm .innerLogo img{
    width:20%;
}

@media (min-width: 1000px) {
  .boxForm {
    width: 30%;
    float: left;
  }
}

.owlWrap, .outer_owl, .feats_list, .feats, .preFooter, .listBox, .explore, .glanceWrap, .topBody, footer {
  width: 100%;
  height: auto;
  display: inline-block;
}

.topBody {
  width: 100%;
  height: auto;
  background: #2d2824;
  position: relative;
}
@media (min-width: 770px) {
  .topBody {
    height: 100vh;
    background: #2d2824 url("../assets/images/phone.png") no-repeat right;
  }
}

.topBodyMsg {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 20px;
  color: #fff;
  line-height: 30px;
}
.topBodyMsg img {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.topBodyMsg h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}
.topBodyMsg p {
  font-size: 17px;
  margin-top: 10px;
}
.topBodyMsg a {
  padding: 10px 20px;
  width: 65%;
  background: #3488dd;
  color: #fff;
  text-align: center;
  border: 1px solid #3488dd;
  margin-top: 25px;
  display: block;
}
.topBodyMsg a:hover {
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}
.topBodyMsg i {
  font-size: 13px;
  color: #fff;
  font-style: normal;
}
@media (min-width: 770px) {
  .topBodyMsg {
    position: absolute;
    bottom: 100px;
    left: 18%;
  }
  .topBodyMsg img {
    display: none;
  }
  .topBodyMsg h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    margin: 0.67em 0;
  }
  .topBodyMsg a {
    width: 30%;
  }
  .topBodyMsg p {
    font-size: 20px;
    margin: 0;
  }
  .topBodyMsg h1 {
    font-size: 60px;
  }
}

.glanceWrap {
  background-color: #37322f;
  padding: 20px;
}
@media (min-width: 770px) {
  .glanceWrap {
    padding: 60px;
  }
}

.videoInfo {
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 1000px) {
  .videoInfo {
    height: 450px;
  }
}

.fillWidth {
  width: 100%;
  height: auto;
  display: inline-block;
}

.glanceList {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #423c38;
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 26px;
}
.glanceList h2 {
  margin: 0 0 45px 0;
  font: 30px;
  font: normal 24px "Candara", "candararegular", Arial, Helvetica, sans-serif;
}
.glanceList ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.glanceList li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: inline-block;
}
.glanceList li:nth-child(2) {
  background: #574f4a;
  padding: 20px 0;
  margin-bottom: 20px;
}
.glanceList li:nth-child(4) {
  background: #574f4a;
  padding: 20px 0;
  margin-bottom: 20px;
}
.glanceList li p {
  margin-top: 0;
}
.glanceList li i {
  font-size: 25px;
}
@media (min-width: 770px) {
  .glanceList {
    padding: 50px;
  }
  .glanceList h2 {
    font: bold 48px "Candara", "candararegular", Arial, Helvetica, sans-serif;
  }
  .glanceList li {
    width: 20%;
    float: left;
  }
  .glanceList li:nth-child(2) {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  .glanceList li:nth-child(4) {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  .glanceList li p {
    padding: 0 20px;
    margin-top: 10px;
  }
}

.explore {
  padding: 20px;
  background: #ede8de;
}
.explore h2 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  padding: 0 20px;
  font-weight: bold;
}
@media (min-width: 770px) {
  .explore {
    padding: 60px;
  }
  .explore h2 {
    font: bold 48px "Candara", "candararegular", Arial, Helvetica, sans-serif;
    padding: 0 20px;
  }
}

.innerExplore {
  width: 100%;
  height: auto;
  display: inline-block;
}

.boxExplore {
  padding: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
  .boxExplore {
    width: 50%;
    float: left;
    padding: 25px;
  }
}

.innerBoxExplore {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #d2cabc;
  padding: 20px 0;
}
.innerBoxExplore img {
    width:100%;
    height:auto;
     margin: auto;
    display: block;
}
@media (min-width: 770px) {
  .innerBoxExplore {
    padding: 50px 0;
  }
  
  .innerBoxExplore img {
        width:auto;
    }
}

.innerWrap {
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: 0;
}

.boxExploreText {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #e0dacc;
  padding: 20px 20px 30px 20px;
  line-height: 28px;
}
.boxExploreText h3 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.boxExploreText p {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  height: auto;
}
.boxExploreText a {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  margin-top: 30px;
}
.boxExploreText a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 770px) {
  .boxExploreText {
    padding: 50px;
  }
  .boxExploreText h3 {
    font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
  }
}

.outerFeatPoints {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  background: #cbbdb9;
}
@media (min-width: 1000px) {
  .outerFeatPoints {
    padding: 80px;
  }
}

.featPoints {
  position: relative;
  display: grid;
  grid-template-rows: 1fr max-content;
  height: auto;
  width: 100%;
  margin: auto;
  font-size: 2.4rem;
}

.card {
  position: sticky;
  top: calc(var(--top) * 1px);
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1019607843), 10px 8px 13px 0 rgba(0, 0, 0, 0.0784313725), 23px 19px 18px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  transform: rotate(calc(var(--tilt-angle) * 2 * (var(--r) - 0.5)));
  transition: 0.3s ease;
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 770px) {
  .card {
    padding: 2em;
    margin-bottom: 2em;
    gap: 60px;
  }
}

.card.stuck {
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1019607843), 10px 8px 13px 0 rgba(0, 0, 0, 0.0784313725), 23px 19px 18px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: #fdf6f6;
}

.card:nth-child(4n) {
  --r: 0.7;
  --top: 0;
}

.card:nth-child(4n+1) {
  --r: 0.2;
  --top: 50;
  width: 95%;
}

.card:nth-child(4n+2) {
  --r: 0.9;
  --top: 100;
  width: 92%;
}

.card:nth-child(4n+3) {
  --r: 0.4;
  --top: 150;
  width: 90%;
}

.card:nth-child(4n+4) {
  --r: 0.4;
  --top: 150;
  width: 88%;
}

.boxLeft,
.boxRight {
  width: 100%;
  height: auto;
  display: inline-block;
}
.boxLeft img,
.boxRight img {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 4px solid #a5cef9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.boxLeft p,
.boxRight p {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 770px) {
  .boxLeft p,
  .boxRight p {
    width: 100%;
    font-size: 3.5rem;
    line-height: 60px;
  }
}

.boxLeft,
.boxRight {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 770px) {
  .boxLeft,
  .boxRight {
    width: 50%;
  }
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.bulletsInfo {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #2f372f;
  color: #fff;
}
.bulletsInfo h3 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
}
.bulletsInfo p {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 28px;
}
.bulletsInfo a {
  color: #000;
  border: 1px solid #fff;
  padding: 15px 20px;
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  width: auto;
  text-align: center;
}
.bulletsInfo a:hover {
  background: #fff;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .bulletsInfo a a {
    width: 40%;
  }
}

.bulletTop {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.bulletTop h3 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
}
@media (min-width: 1000px) {
  .bulletTop {
    padding: 40px 150px;
  }
  .bulletTop h3 {
    font: bold 48px Candara, Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    font-weight: bold;
  }
  .bulletTop p {
    font-size: 25px;
    line-height: 37px;
  }
}

.listBox {
  padding: 20px;
}
.listBox h4 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  margin: 0;
  padding: 0 20px;
}
.listBox p {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.listBox img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 20px 0;
}
@media (min-width: 1000px) {
  .listBox {
    padding: 40px 100px;
    gap: 60px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .listBox img {
    margin: 0;
  }
  .listBox h4 {
    font: bold 48px "Candara", "candararegular", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 30px;
  }
  .listBox p {
    font-size: 22px;
    line-height: 35px;
    padding: 0 30px;
  }
}

.longBox {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
}
@media (min-width: 770px) {
  .longBox {
    padding: 40px 80px;
  }
}

.outerListBox {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
@media (min-width: 770px) {
  .outerListBox {
    padding: 30px 60px;
  }
}

.topDetails {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #424c42;
  padding: 20px;
}
.topDetails h4 {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
}
.topDetails p {
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  line-height: 28px;
}
.topDetails img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 770px) {
  .topDetails {
    padding: 60px;
  }
  .topDetails h4 {
    float: left;
    font: bold 48px Candara, Arial, Helvetica, sans-serif;
    width: 50%;
    font-size: 60px;
    padding: 15px;
  }
  .topDetails p {
    float: right;
    font-size: 20px;
    line-height: 32px;
    width: 50%;
    padding: 15px;
  }
}

.preFooter {
  background: #423c38;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: auto;
}
.preFooter h4 {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
}
.preFooter i {
  font-size: 50px;
  padding-top:20px;
}
.preFooter p {
  font-size: 20px;
  margin-top:0;
}
.preFooter a {
  color: #fff;
  padding: 5px 70px;
  display: inline-block;
  background: #37322f;
  margin-bottom: 20px;
  width: 100%;
  line-height: 40px;
}
@media (min-width: 1000px) {
  .preFooter {
    padding: 50px 40px 80px 40px;
  }
  .preFooter h4 {
    font-size: 40px;
    line-height: 55px;
    margin:60px 0;
  }
  .preFooter a {
    margin: 0 20px;
    width: auto;
  }
  .preFooter p {
    font-size: 25px;
  }
}

.tra {
  background: #ffa8a8;
}

.sen {
  background: #b4f8b7;
}

.yel {
  background: #faf886;
}

.reps {
  background: #c0abfa;
}

.newHeader {
  background: #fff;
  color: #000;
}
.newHeader .topDown a {
  border: 1px solid #000;
  color: #000;
}
.newHeader .topDown a:hover {
  background: #000;
  color: #fff;
}
.newHeader .logo {
  width: 33%;
  display: inline-block;
}
.newHeader .innerLogo span {
  color: #000;
}

.innerBody {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.innerBody img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.topSection {
  width: 100%;
  height: auto;
  display: inline-block;
}
.topSection p {
  text-align: center;
  color: grey;
}
.topSection h1 {
  font: normal 30px "candararegular", Helvetica, sans-serif;
  text-align: center;
  line-height: 42px;
  margin-bottom: 10px;
}
.topSection h2 {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 770px) {
  .topSection {
    width: 50%;
    height: auto;
    display: block;
    margin: auto;
  }
  .topSection h1 {
    line-height: 60px;
    margin-bottom: 20px;
    font: normal 50px "candara", Helvetica, sans-serif;
  }
  
  .topSection h2 {
      font-size: 23px;
      line-height: 40px;
    }
}

.theBody {
  width: 100%;
  height: auto;
  display: inline-block;
}

.theBody img{
  width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.theBody h3 {
  font:normal 25px "candara", Helvetica, sans-serif;
  margin: 0;
  line-height: 35px;
}
.theBody p {
  line-height: 28px;
  margin: 20px 0;
  text-align: justify;
}

.theBody_share{
  width: 100%;
  height: auto;
  display: inline-block;
}

.theBody ul{
    margin:0;
    padding:0 15px;
    width:100%;
    display:inline-block;
    height:auto;
}

.theBody li{
    height:auto;
    line-height: 32px;
}


@media (min-width: 770px) {
  .theBody {
    width: 40%;
    display: block;
    height: auto;
    margin: auto;
  }

  .theBody_share{
    width: 40%;
    display: block;
    height: auto;
    margin: auto;
  }
}

.recommend {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #f2f2f2;
  padding: 20px 0px;
}
.recommend h3{
  font: bold 18px "candararegular", Helvetica, sans-serif;
  text-align:center;
}
.recommend ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.recommend ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.recommend ul li p {
  color: grey;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.recommend ul li h2 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  padding: 0 20px;
  text-align: center;
}
.recommend ul li .wrap {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.recommend ul li .wrap2 {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.recommend ul li .wrap3 {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.recommend ul li img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
    .recommend {
      padding: 60px 40px;
    }
  .recommend h3{
    font: bold 30px "Candara", Helvetica, sans-serif;
    text-align:left;
    padding:0 20px;
  }
  .recommend ul li {
    width: 33.3%;
    float: left;
    margin-bottom:0;
  }
  .recommend ul li p {
    padding: 20px 30px 0 30px;
    line-height: 30px;
  }
  .recommend ul li h2 {
    font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 38px;
    padding: 0 30px;
    margin-bottom: 0;
  }

  .recommend ul li .wrap {
    min-height:300px;
  }
  
  .recommend ul li .wrap2 {
    min-height: 520px;
  }

  .recommend ul li .wrap3 {
    min-height: 120px;
  }
}

#st-1.st-hidden {
  opacity: 1 !important;
}

.topSupport {
  width: 100%;
  height: 500px;
  display: inline-block;
}
.topSupport img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.topSupport ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.topSupport ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  text-align: center;
  line-height: 30px;
  box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.0705882353), 10px 8px 13px 0px rgba(0, 0, 0, 0.0509803922), 23px 19px 18px 0px rgba(0, 0, 0, 0.0196078431);
}
.topSupport ul li p {
  color: #000;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.topSupport ul li h2 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  padding: 0 20px;
  text-align: center;
}
.topSupport ul li .wrap {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.topSupport ul li img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
  .topSupport ul li {
    width: 33.3%;
    float: left;
    min-height: 220px;
    margin-bottom: 0;
  }
  .topSupport ul li p {
    padding: 20px 30px 0 30px;
    line-height: 28px;
    color: #000;
  }
  .topSupport ul li h2 {
    font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 38px;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .topSupport ul {
    width: 70%;
    display: block;
    margin: auto;
  }
}

.supportInfo {
  width: 100%;
  height: auto;
  display: inline-block;
}

/**mobile menu**/
#showLeftPush {
  width: 80px;
  height: 65px;
  float: left;
  cursor: pointer;
  background: url("../assets/images/menu.png") no-repeat;
}
#showLeftPush:hover {
  background: url("../assets/images/menu-hover.png") no-repeat;
}

#showLeftPushTwo {
  width: 80px;
  height: 65px;
  float: left;
  cursor: pointer;
  background: url("../assets/images/menu-black.png") no-repeat;
}
#showLeftPushTwo:hover {
  background: url("../assets/images/menu-hover-black.png") no-repeat;
}

.cbp-spmenu a:hover {
  color: #000 !important;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.cbp-spmenu {
  position: fixed;
  width: 39%;
  top: 0;
  left: 0;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 90%;
  height: 100%;
  float: right;
  padding: 20px 40px;
  background: #fbf3f1;
  z-index: 1000;
}

@media (min-width: 1000px) {
  .cbp-spmenu-vertical {
    width: 25%;
  }
}

.cbp-spmenu-vertical a {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 20px;
  color: #000;
  line-height: 20px;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -100%;
}

.cbp-spmenu-right {
  right: -100%;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  /* overflow-x: hidden; */
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 100%;
}

.cbp-spmenu-push-toleft {
  left: 100%;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topDeck {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 60px;
}
.topDeck a {
  width: 33.3%;
  float: left;
  color: #000;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold;
}
.topDeck .farRight {
  text-align: right;
  font-weight: bolder;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .topDeck a {
    font-size: 18px;
  }
}

.topDeckTwo {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
}
.topDeckTwo a {
  width: 100%;
  float: left;
  color: #000;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .topDeckTwo a {
    font-size: 20px;
  }
}

.wrapMenu {
  width: 100%;
  height: auto;
  display: inline-block;
}

#showLeftPushh {
  cursor: pointer;
  width: 15%;
}

.socials {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.socials a {
  display: inline;
  margin: 0 20px 0 0;
  font-size: 20px;
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  overflow: hidden;
}
.video-container .filter {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100000;
  background: url("../assets/images/video-grid-gray-3.png");
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container video.fillWidth {
  width: 100%;
}

#video_header {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

#video_header.video_header_fullscreen {
  height: 100vh;
  z-index: 9999;
  max-height: 100vh;
}

#video_headertwo {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

#video_headertwo.video_header_fullscreen {
  height: 100vh;
  z-index: 9999;
  max-height: 100vh;
}


.feats_list {
  margin-bottom: 30px;
}
.feats_list ul {
  margin: 0;
  padding: 0;
}
.feats_list li {
    width:100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    list-style: none;
}
.feats_list a {
  padding: 18px 20px 18px 0;
  display: block;
  position: relative;
  line-height: -1px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.feats_list a:hover {
  text-decoration: none;
  color: #dddcdc;
  opacity: 1;
}
.feats_list i {
    position: absolute;
  right: 0;
  top: 16px;
}
.feats_list p {
  margin-bottom: 20px;
  line-height: 32px !important;
  color: #000;
}
.feats_list a.collapse {
  color: #000;
}
.feats_list a[aria-expanded=true] {
  color: #000;
}
.feats_list a[aria-expanded=false] {
  color: #000;
}
.feats_list a.collapsed i::before {
  content: "\f2c7" !important;
}

.wrapUpFeats{
  width:100%;
  height:auto;
  display:inline-block;
  padding:20px;
}

.wrapUpFeats h1{
  text-align:center;
  font-weight:bold;
}

.featTitles{
  width:100%;
  height:auto;
  display:inline-block;
}

.featDetails{
  width:100%;
  height:auto;
  display:inline-block;
}

 .featTitles h2{
    width:30%;
    height:auto;
    font-size: 18px;
    font: bolder 18px "candararegular", Helvetica, sans-serif;
  }
  
  .featDetails a{
    width:100%;
    height:auto;
    display:inline-block;
    border-bottom:1px solid #b5b5b5;
    padding-bottom:20px;
    margin-bottom:20px;
    color:#000;
    font-size:18px;
    line-height: 25px;
  }
  
  .featDetails a:hover{
    opacity:1;
    text-decoration: underline;
    color:#000;
  }

@media (min-width: 600px) {
  .featTitles{
    width:30%;
    height:auto;
    float:left;
  }

  .featTitles h2{
    width:30%;
    height:auto;
    font: bolder 25px "Candara", Helvetica, sans-serif;
  }
  
  .featDetails{
    width:65%;
    height:auto;
    float:right;
  }

  
}

.odd_class{
  background:#eee;
  display: inline-block;
}

.blogList {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}

.pagiWrap{
  padding:0 20px;
}

.blogList ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.blogList ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.blogList ul li p {
  color: grey;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.blogList ul li h2 {
  font: normal 30px "Candara", "candararegular", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  padding: 0 20px;
  text-align: center;
}

.blogList ul li {
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.blogList ul li img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
    .blogList {
      padding: 60px 40px;
    }

  .blogList h3{
    font-size:30px;
    padding:0 20px;
  }

  .pagiWrap{
    padding:0 40px;
  }

  .blogList ul li {
    width: 33.3%;
    float: left;
    min-height:530px;
    margin-bottom:0;
    padding:20px;
    position: relative;
  }
  .blogList ul li p {
    padding: 0 30px 0 30px;
    line-height: 30px;
  }
  .blogList ul li h2 {
    font: normal 22px "Candara", "candararegular", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 28px;
    padding: 0 30px;
    margin-bottom: 0;
  }
}

.outerWontactWrap{
  width: 100%;
  height: auto;
  background:#dde3dd;
  display: inline-block;
  padding:20px;
}

.contactWrap {
  width: 100%;
  height: auto;
  background:#fff;
  display: inline-block;
}

.contactWrap img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.contactInfo,
.contactWrapImg{
  width: 100%;
  height: auto;
  display: inline-block;
}

.contactInfoInner{
  padding:20px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.contactInfoInner h2{
  margin-bottom:20px;
  font: bold 30px "candararegular", Helvetica, sans-serif;
  font-weight: bold;
}

.contactInfoInner a {
  background:#b9b3b3;
  padding:15px 30px;
  color:#000;
  margin-top:5px; 
  float:left;
  padding:20px;
  text-align: center;
}

.contactInfoInner a:hover {
  text-decoration: none;
}

.contactInfoInner p{
  line-height:30px;
  margin-bottom:5px;
}

@media (min-width: 870px) {
  .outerWontactWrap{
    padding:60px 100px;
    min-height:400px;
  }
  
  .contactInfoInner a {
      padding:10px;
    }
  
  .contactInfoInner h2{
      font: normal 40px "Candara", Helvetica, sans-serif;
    }

  .contactWrap{
    background-color: #f7f8f7;
    box-shadow: 2.42px 1.61px 5.65px 0px #0000001a, 8.07px 6.45px 10.49px 0px #00000014, 18.55px 15.33px 14.52px 0px #0000000d;
  }

  .contactWrapImg {
    width: 50%;
    float:right;
    position: relative;
    height: 400px;
  }

  .contactWrapImg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .contactInfo{
    width: 50%;
    float:right;
    height:400px;
    position:relative;
  }

  .contactInfoInner{
    position: absolute;
    padding:40px 100px;
    line-height:35px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .contactInfoInner p{
    margin-bottom:15px;
  }

  .contactInfoInner a {
    width:45%; 
  }
  
}

.page-item.active .page-link{
  background-color: #0054a6;
  border-color: #0054a6;
}

.theBody h1{
    text-align:center;
    font-weight:bold;
}

.theBodyAbout {
  width: 100%;
  height: auto;
  display: inline-block;
}

.theBodyAbout img{
  width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.theBodyAbout h3 {
  font: h2;
  font-size: 30px;
  margin: 30px 0;
  line-height: 40px;
}
.theBodyAbout p {
  line-height: 28px;
  margin: 25px 0;
  text-align: justify;
}

@media (min-width: 770px) {
  .theBodyAbout {
    width: 70%;
    display: block;
    height: auto;
    margin: auto;
  }
}

#contact_form{
  width:100%;
  height:auto;
  display:inline-block;
  padding:40px;
  box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.0705882353), 10px 8px 13px 0px rgba(0, 0, 0, 0.0509803922), 23px 19px 18px 0px rgba(0, 0, 0, 0.0196078431);
}

#contact_form h1{
  font: bold 30px "Candara", "candararegular", Helvetica, sans-serif;
  text-align: center;
}

#contact_form .fa-comments-o{
  font-size:50px;
  display:block;
  width:100%;
  text-align: center;
}

#contact_form p{
  display:block;
  width:100%;
  text-align: center;
}

#contact_form input,
#contact_form textarea{
  width:100%;
  height:auto;
  display:inline-block;
  padding:15px;
  margin-bottom:20px;
  border: 1px solid #000;
  color:#000;
}

#contact_form button{
  width:100%;
  height:auto;
  display:inline-block;
  padding:15px;
  margin-bottom:20px;
  border: 1px solid #000;
  color:#000;
}

#contact_form textarea{
  height:200px;
}

#contact_form button{
  background:#3488dd;
  border-color:#3488dd;
  color:#fff;
}

#contact_form p{
  line-height:29px;
}

@media (min-width: 770px) {
  #contact_form{
    width:50%;
    height:auto;
    display:block;
    padding:40px;
    margin:auto;
  }
}

.st-btn{
    margin-bottom:10px ! important;
}

ol{
    line-height:35px;
}

.trouble{
    color:#4c4a4a ! important;
    font-size:18px ! important;
    font-weight:normal ! important;
    padding-bottom:10px ! important;
    border-bottom:2px solid #e4effa;
    line-height:32px ! important;
}

.trouble:last-child{
    border-bottom:0 ! important;
}

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2.8em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  display: inline-block; }
  @media (min-width: 600px) {
    ol > li {
      margin: 0 0 6px 2em;
      /* Give each list item a left margin to make room for the numbers */ } }

ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 2px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.2em;
  /* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
}


li ol,
li ul {
  margin-top: 6px; }

ol ol li:last-child {
  margin-bottom: 0; }
  
.backLongArrow{
    text-align:center;
    display:block;
    margin:auto;
    margin-bottom:50px;
    font-size:20px;
    line-height:32px;
    padding: 0 20px;
}

@media (min-width: 770px) {
    .backLongArrow{
        font-size:35px;
    }
}


.ion-android-remove{
    margin-top:7px;
}