
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
      url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
      url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


::-webkit-scrollbar {
  width: 7px;
  background-color: #eee;
}

/* --------Hero section ------------------------- */
body{
  position: relative;
}
ul{
  margin: 0px;
  padding: 0px;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  color: #b20000;
}
.dt-innerCover {
    float: left;
    width: 100%;
  }
  
  @-webkit-keyframes rotateRound {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-moz-keyframes rotateRound {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotateRound {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes mouseanim {
    0% {
      top: 2px;
      opacity: 0;
    }
    50% {
      top: 8px;
      opacity: 1;
    }
    100% {
      top: 14px;
      opacity: 0;
    }
  }
  
  @-moz-keyframes mouseanim {
    0% {
      top: 2px;
      opacity: 0;
    }
    50% {
      top: 8px;
      opacity: 1;
    }
    100% {
      top: 14px;
      opacity: 0;
    }
  }
  
  @keyframes mouseanim {
    0% {
      top: 2px;
      opacity: 0;
    }
    50% {
      top: 8px;
      opacity: 1;
    }
    100% {
      top: 14px;
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes move-forever {
    0% {
      -webkit-transform: translate(-90px, 0%);
      -moz-transform: translate(-90px, 0%);
      -ms-transform: translate(-90px, 0%);
      -o-transform: translate(-90px, 0%);
      transform: translate(-90px, 0%);
    }
    100% {
      -webkit-transform: translate(85px, 0%);
      -moz-transform: translate(85px, 0%);
      -ms-transform: translate(85px, 0%);
      -o-transform: translate(85px, 0%);
      transform: translate(85px, 0%);
    }
  }
  
  @-moz-keyframes move-forever {
    0% {
      -webkit-transform: translate(-90px, 0%);
      -moz-transform: translate(-90px, 0%);
      -ms-transform: translate(-90px, 0%);
      -o-transform: translate(-90px, 0%);
      transform: translate(-90px, 0%);
    }
    100% {
      -webkit-transform: translate(85px, 0%);
      -moz-transform: translate(85px, 0%);
      -ms-transform: translate(85px, 0%);
      -o-transform: translate(85px, 0%);
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever {
    0% {
      -webkit-transform: translate(-90px, 0%);
      -moz-transform: translate(-90px, 0%);
      -ms-transform: translate(-90px, 0%);
      -o-transform: translate(-90px, 0%);
      transform: translate(-90px, 0%);
    }
    100% {
      -webkit-transform: translate(85px, 0%);
      -moz-transform: translate(85px, 0%);
      -ms-transform: translate(85px, 0%);
      -o-transform: translate(85px, 0%);
      transform: translate(85px, 0%);
    }
  }
  
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-nav {
    margin-top: 10px;
  }
  
  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
  
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }
  
  .owl-height {
    transition: height .5s ease-in-out;
  }
  
  .dt-sidebarTheme {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 80px;
    background-color: #1a1a1a;
    border-right: 1px solid #232323;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  @media (max-width: 720px) {
    .dt-sidebarTheme {
      height: 68px;
      width: 100%;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      border-bottom: 1px solid transparent;
      background-color: rgba(26, 26, 26, 0);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 11;
    }
    .dt-sidebarTheme.mobOpacity {
      border-bottom: 1px solid #212121;
      background-color: #1a1a1a;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }
  }
  
  .dt-sidebarTheme .dt-themeLogo {
    display: inline-block;
    padding: 16px;
  }
  
  @media (max-width: 720px) {
    .dt-sidebarTheme .dt-themeLogo {
      padding: 10px;
    }
  }
  
  .dt-sidebarTheme .dt-themeLogo svg.desktoplog {
    float: left;
    width: 48px;
    height: 48px;
    display: inline-block;
  }
  
  @media (max-width: 720px) {
    .dt-sidebarTheme .dt-themeLogo svg.desktoplog {
      display: none;
    }
  }
  
  .dt-sidebarTheme .dt-themeLogo span.mobilelog {
    display: none;
  }
  
  @media (max-width: 720px) {
    .dt-sidebarTheme .dt-themeLogo span.mobilelog {
      display: inline-block;
      width: 140px;
      float: left;
    }
    .dt-sidebarTheme .dt-themeLogo span.mobilelog img {
      float: left;
      width: 100%;
    }
  }
  
  .dt-sidebarTheme .dt-sidebarEmail {
    display: inline-block;
    width: 100%;
  }
  
  @media (max-width: 720px) {
    .dt-sidebarTheme .dt-sidebarEmail {
      display: none;
    }
  }
  
  .dt-sidebarTheme .dt-sidebarEmail .dt-copyright {
    float: left;
    width: 170px;
    height: 40px;
    position: relative;
    top: -58px;
    left: -44px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .dt-sidebarTheme .dt-sidebarEmail .dt-copyright p {
    color: #9c9c9c;
    font-size: 14px;
  }
  
  .dt-sidebarTheme .dt-sidebarEmail .dt-copyright p span {
    color: #fab219;
  }
  
  .dt-sidebarTheme .dt-sidebarEmail .dt-email {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  
  .dt-pageCover {
    float: right;
    width: 100%;
    position: relative;
  }
  
  @media (max-width: 720px) {
    .dt-pageCover {
      width: 100%;
    }
  }
  
  .dt-pageCover .dt-heroSlider {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url("../img/hero-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .dt-pageCover .dt-videohome {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #ccc;
    z-index: 1;
    opacity: 0.4;
  }
  
  .dt-pageCover .dt-videohome .hero-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    object-fit: cover;
  }
  
  .dt-pageCover .dt-videohome .hero-video .hero-patternbg, .dt-pageCover .dt-videohome .hero-video .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  
  .dt-pageCover .dt-videohome .hero-video .hero-patternbg {
    background-image: url("../img/spattern.png");
    background-repeat: repeat;
    z-index: 2;
  }
  
  .dt-pageCover .dt-videohome .hero-video .hero-video {
    z-index: 1;
  }
  
  .dt-pageCover .dt-socialTop {
    position: absolute;
    top: 20px;
    right: 150px;
    width: auto;
    z-index: 4;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  @media (max-width: 1024px) {
    .dt-pageCover .dt-socialTop {
      right: 100px;
    }
  }
  
  @media (max-width: 800px) {
    .dt-pageCover .dt-socialTop {
      top: -90px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }
  }
  
  .dt-pageCover .dt-socialTop p {
    float: left;
    width: auto;
    margin-right: 4px;
    font-size: 13px;
    color: #9c9c9c;
    font-family: "mukta_vaaniregular";
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink {
    float: left;
    width: auto;
    margin-bottom: 0px;
    position: relative;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink a {
    display: inline-block;
    color: #9c9c9c;
    margin-left: 6px;
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "mukta_vaaniregular";
    height: 16px;
    line-height: normal;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    background: #fab219;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink a:hover {
    color: #000000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink a:hover:after {
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  .dt-pageCover .dt-socialTop .dt-socilaLink .dt-hoverElm {
    position: absolute;
    top: 9px;
    left: -180px;
    width: 56px;
    background: #9c9c9c;
    height: 1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
 
  
  .dt-pageCover .dt-portfoliolink {
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 4;
    width: auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .dt-pageCover .dt-portfoliolink.onScrollremove {
    right: -80px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  @media (max-width: 800px) {
    .dt-pageCover .dt-portfoliolink {
      right: -80px !important;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }
  }
  
  .dt-pageCover .dt-portfoliolink a {
    float: left;
    width: auto;
    font-size: 13px;
    color: #9c9c9c;
    font-family: "mukta_vaaniregular";
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
    -ms-transition: 0.5s ease-in-out 0s;
    -o-transition: 0.5s ease-in-out 0s;
    transition: 0.5s ease-in-out 0s;
  }
  
  .dt-pageCover .dt-portfoliolink a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -76px;
    width: 60px;
    background: #9c9c9c;
    height: 1px;
    -webkit-transition: 0.5s ease-in-out 0.5s;
    -moz-transition: 0.5s ease-in-out 0.5s;
    -ms-transition: 0.5s ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out 0.5s;
    transition: 0.5s ease-in-out 0.5s;
  }
  
  .dt-pageCover .dt-portfoliolink a:before {
    content: "";
    position: absolute;
    top: -1px;
    z-index: -1;
    left: -6px;
    width: 0px;
    height: 18px;
    background: #fab219;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
    -ms-transition: 0.5s ease-in-out 0s;
    -o-transition: 0.5s ease-in-out 0s;
    transition: 0.5s ease-in-out 0s;
  }
  
  .dt-pageCover .dt-portfoliolink a:hover {
    color: #000000;
    -webkit-transition: 0.5s ease-in-out 0.5s;
    -moz-transition: 0.5s ease-in-out 0.5s;
    -ms-transition: 0.5s ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out 0.5s;
    transition: 0.5s ease-in-out 0.5s;
  }
  
  .dt-pageCover .dt-portfoliolink a:hover:after {
    background: #fab219;
    left: calc(100% + 16px);
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
    -ms-transition: 0.5s ease-in-out 0s;
    -o-transition: 0.5s ease-in-out 0s;
    transition: 0.5s ease-in-out 0s;
  }
  
  .dt-pageCover .dt-portfoliolink a:hover:before {
    width: calc(100% + 12px);
    -webkit-transition: 0.5s ease-in-out 0.5s;
    -moz-transition: 0.5s ease-in-out 0.5s;
    -ms-transition: 0.5s ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out 0.5s;
    transition: 0.5s ease-in-out 0.5s;
  }
  
  .dt-pageCover .dt-sliderCover {
    float: left;
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: relative;
  }
  
  @media (max-width: 720px) {
    .dt-pageCover .dt-sliderCover {
      display: none;
    }
  }
  
  .dt-pageCover .dt-sliderCover .dt-animationNet {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .dt-pageCover .dt-sliderCover .dt-animationNet:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .dt-pageCover .dt-sliderCover .dt-animationNet canvas {
    position: absolute;
    background: transparent !important;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
  
  .dt-pageCover .dt-scrollmouse {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 26px;
    z-index: 3;
    height: 100px;
    background: 0 0;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: all 1.8s;
    -moz-transition: all 1.8s;
    -ms-transition: all 1.8s;
    -o-transition: all 1.8s;
    transition: all 1.8s;
  }
  
  .dt-pageCover .dt-scrollmouse p {
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    left: -12px;
  }
  
  .dt-pageCover .dt-scrollmouse .dt-scrlmouse {
    float: left;
    width: 22px;
    height: 32px;
    border-radius: 20px;
    border: 2px solid #545454;
    position: relative;
  }
  
  .dt-pageCover .dt-scrollmouse .dt-scrlmouse:after, .dt-pageCover .dt-scrollmouse .dt-scrlmouse:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #545454;
    border-radius: 20px;
    display: inline-block;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation-name: mouseanim;
    -moz-animation-name: mouseanim;
    -webkit-animation-name: mouseanim;
    animation-duration: .9s;
    -moz-animation-duration: .9s;
    -webkit-animation-duration: .9s;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  
  .dt-pageCover .dt-scrollmouse .dt-scrlmouse:after {
    animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -webkit-animation-delay: 450ms;
  }
  
  .dt-pageCover .dt-scrollmouse .dt-linemouse {
    float: left;
    width: 2px;
    height: 40px;
    margin-top: 6px;
    top: 35px;
    position: relative;
    left: -11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #262626;
  }
  
  .dt-pageCover .dt-biglg {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  @media (max-width: 600px) {
    .dt-pageCover .dt-biglg {
      height: 40%;
      margin-top: 14%;
    }
  }
  
  .dt-pageCover .dt-biglg h1 {
    float: left;
    width: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.01);
    margin-top: 36px;
    font-weight: bolder;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: calc(190px + (46 - 16) * (100vw - 400px)/(800 - 400));
  }
  
  @media (max-width: 1600px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(170px + (36 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(150px + (36 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1100px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(120px + (36 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 870px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(100px + (32 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 600px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(60px + (28 - 16) * (100vw - 400px)/(800 - 400));
      color: rgba(255, 255, 255, 0.6);
    }
  }
  
  @media (max-width: 420px) {
    .dt-pageCover .dt-biglg h1 {
      font-size: calc(50px + (28 - 16) * (100vw - 400px)/(800 - 400));
      color: rgba(255, 255, 255, 0.6);
    }
  }
  
  .dt-pageCover .dt-typetext {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dt-pageCover .dt-typetext h2 {
    float: left;
    width: auto;
    text-align: center;
    color: #ffffff;
    font-family: 'Century Gothic';
    font-size: calc(30px + (22 - 16) * (100vw - 400px)/(800 - 400));
    letter-spacing: 36px;
    font-weight: 900;
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-typetext h2 {
      font-size: calc(26px + (20 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-typetext h2 {
      font-size: calc(24px + (20 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 600px) {
    .dt-pageCover .dt-typetext h2 {
      margin-top: 110px;
    }
  }
  
  @media (max-width: 420px) {
    .dt-pageCover .dt-typetext h2 {
      margin-top: 30px;
      font-size: calc(22px + (20 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  .dt-pageCover .dt-typetext h2 .typewrite {
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: -15px;
  }
  
  @media (max-width: 600px) {
    .dt-pageCover .dt-typetext h2 .typewrite {
      margin-top: 10px;
      margin-bottom: 0px;
    }
  }
  
  .dt-pageCover .dt-typetext h2 .typewrite .wrap {
    font-size: calc(30px + (30 - 16) * (100vw - 400px)/(800 - 400));
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 900 !important;
    font-size: 100px;
    letter-spacing: 6px;
  }
  
  @media (max-width: 1600px) {
    .dt-pageCover .dt-typetext h2 .typewrite .wrap {
      font-size: calc(35px + (35 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-typetext h2 .typewrite .wrap {
      margin-top: 0px;
      font-size: calc(27px + (26 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  @media (max-width: 420px) {
    .dt-pageCover .dt-typetext h2 .typewrite .wrap {
      margin-top: 0px;
      font-size: calc(46px + (26 - 16) * (100vw - 400px)/(800 - 400));
    }
    .dt-pageCover .dt-typetext h2{
      letter-spacing: 20px;
    }
  }
  
  .dt-pageCover .dt-innerSlider {
    float: left;
    width: 100%;
    position: relative;
    height: 80vh;
    background-image: url("../img/hero-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  
  .dt-pageCover .dt-innersliderCover {
    float: left;
    width: 100%;
    height: 80vh;
    z-index: 2;
    position: relative;
  }
  
  @media (max-width: 720px) {
    .dt-pageCover .dt-innersliderCover {
      display: none;
    }
  }
  
  .dt-pageCover .dt-innersliderCover .dt-animationNet {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .dt-pageCover .dt-innersliderCover .dt-animationNet:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .dt-pageCover .dt-innersliderCover .dt-animationNet canvas {
    position: absolute;
    background: transparent !important;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
  
  .dt-pageCover .dt-breadcum {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 6;
  }
  
  .dt-pageCover .dt-breadcum a,
  .dt-pageCover .dt-breadcum span {
    font-family: "mukta_vaaniregular";
    color: dimgray;
  }
  
  .dt-pageCover .dt-breadcum a {
    float: left;
    width: auto;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .dt-pageCover .dt-breadcum a:hover {
    color: #fab219;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .dt-pageCover .dt-breadcum span {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    color: dimgray;
  }
  
  .dt-pageCover .dt-innerSlidetext {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dt-pageCover .dt-innerSlidetext h2 {
    float: left;
    width: auto;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
    font-size: calc(50px + (24 - 16) * (100vw - 400px)/(800 - 400));
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-innerSlidetext h2 {
      font-size: calc(46px + (24 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-innerSlidetext h2 {
      font-size: calc(36px + (20 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  .dt-pageCover .dt-innerbiglg {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dt-pageCover .dt-innerbiglg h1 {
    float: left;
    width: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.03);
    margin-top: 36px;
    font-weight: bolder;
    font-family: "mukta_vaaniregular";
    font-size: calc(130px + (46 - 16) * (100vw - 400px)/(800 - 400));
  }
  
  @media (max-width: 1600px) {
    .dt-pageCover .dt-innerbiglg h1 {
      font-size: calc(110px + (36 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  @media (max-width: 1370px) {
    .dt-pageCover .dt-innerbiglg h1 {
      font-size: calc(90px + (36 - 16) * (100vw - 400px)/(800 - 400));
    }
  }
  
  .dt-pageCover .dt-addmousedown {
    bottom: -22px;
    height: 84px;
  }

  .dt-main-nav{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 15px 0px;
    text-align: center;
    z-index: 9;
  }
  .navbar>.container{
    justify-content: center;
    flex-direction: column;
  }
  .navbar-dark .navbar-nav .nav-link{
    padding-left: .25rem;
    padding-right: .25rem;
  }
.navbar .nav-item{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link.active{
  border-bottom: 2px solid #b20000;
}

@media(max-width: 420px){
  .navbar-nav{
    display: none;
  }
}
/* -------end hero section--------------------------- */

h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
.fb-inrroduction{
    width: 100%;
    background-color: #000;
    padding: 0px 0px 70px 0px;
}
.fb-inrroduction-wrap{
    width: 100%;
    align-items: center;
    padding-top: 130px;
}
.fb-inrroduction-wrap h2{
    font-size: 330px;
    color: #fff;
    font-weight: 700;
    margin-right: 0px;
    line-height: 330px;
}
.fb-inrroduction-con-wrap{
  padding-top: 156px;
}
.fb-inrroduction-con-wrap p{
    color: #b1b1b1;
}
.fb-inrroduction-why-wrap{
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.fb-inrroduction-why-con{
    width: 100%;
    margin-bottom: -20px;
    padding-right: 20px;
}
.pl-70{
  padding-left: 70px;
}
.pr-90{
  padding-right: 90px;
}
.points{
    font-size: 90px;
    color: #b20000;
    font-weight: 700;
    position: relative;
    top: -25px;
    margin-right: 15px;
}
.fb-inrroduction-why-txt-con{
    width: 100%;
    padding-top: 8px;
}
.fb-inrroduction-why-txt-con h5{
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}
.fb-inrroduction-why-txt-con p{
    color: #b1b1b1;
}
.fb-get-into-shape{
    width: 100%;
    padding: 90px 0px;
    background-color: #b20000;
}
.fb-get-into-shape h2{
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.fb-bmi-cal-chart{
    width: 100%;
    color: #fff;
}
.fb-bmi-cal-chart-wrap{
  margin-bottom: 50px;
}
.fb-bmi-cal-chart h4{
    font-size: 24px;
    margin-bottom: 30px;
}
.tbl-bmi{
    width: 95%;
    color: #fff;
}
.tbl-bmi th{
    padding: 10px 0px 10px 60px;
}
.tbl-bmi tr td{
    padding: 10px 0;
}
.tbl-bmi tr:last-child{
    border-bottom: none;
}
.tbl-bmi tr, .tbl-bmi tr td {
    border-bottom: 1px solid #b1b1b1;
    padding-left: 60px;
}
.bdr-n{
    border: none !important;
}
.fb-col-frm-wrap{
    width: 100%;
}
.fb-col-frm-wrap h4{
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}
.fb-col-frm-wrap p{
    color: #fff;
}
.frm-bmi{
    background-color: #890000;
    border: 1px solid #890000;
    border-radius: 0px;
    color: #dddddd;
}
.frm-bmi:focus{
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}
.drop-bmi{
    background-image: none;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.frm-bmi:focus{
    background-color: #890000;
    border: none;
    outline: none;
    border: 1px solid #890000;
    color: #fff;
}
.frm-bmi:focus-visible{
    border: none
}
.frm-bmi:focus-within{
    border: none
}
.frm-bmi:target{
    border: none
}
.frm-bmi::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #dddddd;
}
.frm-bmi:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
    opacity: 1;
}
.frm-bmi::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dddddd;
    opacity: 1;
}
.frm-bmi:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dddddd;
}


/* training------------------*/
.fb-tarining{
    width: 100%;
    padding: 165px 0px 100px 0px;
}
.fb-tarining h2{
    font-size: 80px;
    color: #1e1e1e;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.header-desc{
    font-size: 18px;
    width: 86%;
    margin: 0 auto;
    line-height: 22px;
}
.fb-tarining-wrap{
    width: 90%;
    margin: 0 auto;
}
.fb-tarining-con-wrap{
    width: 100%;
    margin: 60px auto;
    padding: 0 30px 0 30px;
    width: 100%;
    position: relative;
}
.fb-tarining-con-wrap h5{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
}
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  .owl-nav i{
    width: 32px;
    height: 40px;
    background-color: #b20000;
    color: #fff !important;
    border-radius: 4px;
  }
  .owl-nav{
      width: 108%;
      position: absolute;
      top: 47%;
      left: -4%;
      display: flex;
      justify-content: space-between;
  }
  .owl-nav i {
    font-size: 40px;
    color: #b20000;
  }
  
  .owl-nav .owl-prev {
    left: -60px;
  }
  
  .owl-nav .owl-next {
    right: -60px;
  }
  .fb-tarining-con-wrap{
      width: 100%;
      padding: 20px;
      padding-bottom: 13px;
      margin: 20px 0px;
      box-sizing: border-box;
      box-shadow: 5px 5px 10px #dddddd;
  }
  .fb-perfact-body{
      width: 100%;
      padding: 310px 0px;
      background-image: url('../images/perface-body.jpg');
      background-size: cover;
      background-position: center  center;
  }
  .fb-perfact-body h2, .fb-perfact-body h4{
      font-size: 90px;
      text-align: center;
      color: #fff;
      margin-top: -16px;
  }
  .fb-perfact-body h4{
      font-size: 60px;
  }
.fb-whyus{
    width: 100%;
    height: 420px;
    background-color: #000;
    padding-bottom: 50px;
}
.fb-free-trayal{
    width: 80%;
    position: relative;
    top: -200px;
    margin: 0 auto;
    background-color: #b20000;
    padding: 100px 50px;
    box-sizing: border-box;
    background-image: url('../images/whyus.jpg');
    background-size: cover;
    background-position: center  center;
}
.fb-free-trayal h3, .fb-free-trayal h5{
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.fb-free-trayal h5{
    font-size: 26px;
    margin-bottom: -0px;
    letter-spacing: 3.5px;
    text-align: center;
    margin-top: -10px;
}
.fb-free-trayal p{
    width: 60%;
    color: #fff;
    text-align: left !important;
    margin: 0 auto;
    margin-bottom: 15px;
}
.fb-free-trayal-wrap{
    width: 50%;
    margin: 0 auto;
}
.fb-free-trayal-frm-wap{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.why{
  padding-top: 150px;
  background-color: #000;
  text-align: center;
  padding-bottom: 60px;
}
.why h1{
    font-size: 120px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.why p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.fb-features{
    width: 100%;
    padding: 100px 0px;
    background-image: url('../images/features.jpg');
    background-size: cover;
    background-position: center  center;
}
.form-control{
  border-radius: 0px;
}
.features-bullet{
    display: block;
}
.features-bullet li{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: 600;
}
.features-bullet li span{
    display: inline-block;
    padding-right: 10px;
}
.started-wrap{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.btn-started{
    background-color: #b20000;
    color: #fff;
    padding: 9px 80px;
}
.btn-started:hover{
    color: #fff;
}
.fb-testimonials{
    width: 100%;
    padding: 180px 0px 0px 0px;
}
.fb-testimonials h3{
    font-size: 36px;
    text-align: center;
}
.fb-testimonials h3 b{
    color: #b20000;
}
.fb-testimonials-con-wrap{
    width: 100%;
    margin-top: 80px;
}
.fb-testimonials-con-wrap span{
    display: inline-block;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}
.btn-register{
  background-image: none !important;
  padding: 8px 30px !important;
  margin-top: 25px;
  border-radius: 4px !important;
}
.fb-testimonials-con-wrap span img{
    width: 100px !important;
}
.fb-testimonials-con-text-wrap{
    margin-left: 15px;
}
.fb-testimonials-con-text-wrap h4{
  color: #333;
  font-weight: 700;
}
.fb-testimonials-con-text-wrap i{
    color: #ffc904f2;
    font-size: 14px;
    position: relative;
    top: -4px;
}
.fb-testimonials-con-text-wrap p{
  color: #333;
  font-size: 14px;
  background-image: url(../images/coma.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
}

.testimonials .owl-dots.disabled{
    display: block !important;
}
.testimonials .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.testimonials button.owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #333 !important;
    border-radius: 50%;
    margin-right: 6px;
}
.owl-carousel button.owl-dot.active{
  background-color: #b20000 !important;
}
.dt-main-nav{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 15px 0px;
    text-align: center;
    z-index: 99;
}
.logo{
    display: inline-block;
    margin-bottom: 10px;
}
.main-nav-wrap{
    width: 100%;
    margin-bottom: 0px;
}
.main-nav-wrap li{
    display: inline-block;
    position: relative;
}
.main-nav-wrap li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 600;
}
.main-nav-wrap li a.active{
  color: #b20000;
}
.nav-hover{
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #b20000;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.nav-hover-active{
  width: 60%;
}
.navbar-nav .nav-item .nav-link:hover .nav-hover{
  width: 60%;
  transition: 0.3s;
  font-weight: 600;
}
.main-nav-wrap li a:hover{
    color: #b20000 !important;
    font-weight: 600;
}
.fixed{
    background-color: #000;
}
.hero-video-wrap{
  width: 200px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  justify-content: center;
}
.hero-video-wrap a{
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.hero-video-wrap a img{
  width: 40px;
  height: 40px;
  opacity: 1;
}
.hero-video-wrap a span{
  display: block;
  font-weight: 600;
  color: #fff;
  padding-top: 5px;
  font-size: 13px;
}
.btn-submit{
  background-color: #ffffff;
  color: #b20000;
  padding: 8px 55px 8px 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  background-image: url(../images/arrow.png); background-repeat: no-repeat;
  background-position: top 17px right 11px;
  transition: 0.3s;
  border-radius: 0px;
  font-weight: 700;
}
.btn-submit:hover{
  background-position: top 17px right -100%;
  transition: 0.3s;
}
.btn-submit::after{
  content: "";
  position: absolute;
  top: -1px;
  right: 39px;
  width: 2px;
  height: 46px;
  background-color: #b20000;
}
#result{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.anim{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #b20000;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  border-radius: 50%;
  z-index: -1;
  animation: indicator;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes indicator{
  0%{
    transform: translateX(-50%)scale(0);
  }
  50%{
    transform: translateX(-50%)scale(1);
  }
  100%{
    transform:translateX(-50%) scale(0);
  }
}
.fb-team{
  width: 100%;
  padding: 75px 0px;
}
.fb-team-wrap{
  width: 65%;
  margin: 0 auto;
  padding: 70px 0 60px 0;
}
.fb-team-wrap h2{
  font-size: 80px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 700;
}
.fb-team-wrap h2 b{
  color: #b20000;
  font-weight: 700;
}
.team-slide-con h4{
  margin-bottom: 10px;
}
.fb-team-wrap ul li{
  font-size: 15px;
}
.fb-team-wrap p{
  font-size: 18px;
  color: #333;
}
.fb-team-wrap ul{
  color: #333;
}
.fb-team-con{
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.team-slide-con-wrap{
  width: 100%;
  padding-top: 80px;
}
.team-slide-con{
  width: 100%;
  min-height: 485px;
  border: 1px solid;
  position: relative;
  background-color: #1E1E1E;
  padding: 180px 50px 25px 50px;
  text-align: center;
  border-bottom: 8px solid #b20000;

}
.team-slide-con h3{
  font-size: 30px;
  color: #fff;
}
.team-slide-con h3 b{
  font-weight: 600;
  color: #b20000;
}
.team-slide-con h6{
  font-size: 16px;
  color: #e9e9e9;
}
.team-slide-con span{
  display: inline-block;
  margin-top: 32px;
}
.team-slide-con-img-hld{
  width: 190px;
  height: 190px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 50%;
  border: 8px solid #b20000;
  z-index: 3;
}
.team-slide-con:after{
  content: "";
  width: 206px;
  height: 206px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.team-slide-con-text{
  text-align: left;
  margin-top: 22px;
}
.team-slide-con-text h6{
  font-size: 24px;
  font-style: italic;
  color: #b20000;
  margin-bottom: 15px;
}
.team-slide-con-text p{
  font-style: italic;
  color: #b9b9b9;
  line-height: 24px;
  font-size: 17px;
}
.team.owl-carousel .owl-dots.disabled{
  display: block !important;
}
.team.owl-carousel .owl-dots{
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.team.owl-carousel button.owl-dot{
  width: 22px;
  height: 10px;
  background-color: #333;
  margin-right: 5px;
}
.team.owl-carousel button.owl-dot.active{
  background-color: #b20000;
}
.thankyou{
  text-align: center;
  padding: 100px 0px;
}
.thankyou img{
  margin-bottom: 20px;
}
.thankyou a{
  display: inline-block;
  color: #b20000;
  margin-top: 30px;
}
.fb-gallery-text{
  width: 100%;
  background-color: #b20000;
  padding: 160px 0px 150px 0px;
}
.fb-gallery-text-wrap{
  width: 100%;
  text-align: center;
}
.fb-gallery-text-wrap h3{
  font-size: 65px;
  color: #fff;
  margin-bottom: -20px;
}
.fb-gallery-text-wrap h2{
  font-size: 100px;
  color: #fff;
}
.gallery{
  width: 100%;
  margin-top: -110px;
  padding-bottom: 70px;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
  top: auto;
  bottom: 0px !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #29cf00 !important;
}
.map{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map iframe{
  width: 100%;
  height: 700px;
}
.map-address{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 90px;
}
.map-address-con-wrap{
  width: 350px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0 10px 15px #ccc;
}
.map-address-con-wrap h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-weight: 700;
}
.map-address-con-wrap h3 b{
  font-weight: 600;
  color: #b20000;
  font-weight: 700;
}
.map-address-con-wrap ul{
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}
.map-address-con-wrap ul li{
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 700;
}
.map-address-con-wrap ul li i{
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 18px;
  color: #b20000;
}
.map-address-con-wrap p{
  padding-left: 50px;
  position: relative;
  margin-bottom: 0px;
}
.map-address-con-wrap p img{
  position: absolute;
  left: 0px;
  top: 5px;
}
.map-address-con-wrap p span{
  font-size: 18px;
  font-weight: 700;
}
.main-map{
  width: 100%;
  height: 700px;
}

/* ---------mobile nav------ */
.nan-overly{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0px;
  visibility: hidden;
  overflow:inherit;
}
.nan-overly-show{
  visibility: visible;
}
.side-nav-wrap{
  position: fixed;
  width: 330px;
  height: 100vh;
  top: 0px;
  left: -100%;
  background-color: #000000;
  z-index: 100;
  padding: 40px;
  transition: 0.3s;
}
.show-nav{
  left: 0px;
  transition: 0.3s;
}
.sidebar-logo-wrap{
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.sidebar-logo{
  display: inline-block;
}
.side-menu-wrap{
  width: 100%;
}
.side-menu-wrap a{
  display: inline-block;
  font-size: 17px;
  color: #a8a8a8;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.side-menu-wrap a:hover{
  color: #b20000;
}
.side-sub-menu{
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.side-sub-menu li{
  line-height: 16px;
}
.side-sub-menu a{
  display: inline-block;
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
.side-sub-menu .fa{
  color: #b41f24;
  margin-right: 5px;
}
.side-bar-social{
  width: 100%;
  position: absolute;
  margin-top: 15px;
}
.side-bar-social a{
  display: inline-block;
  color: #666666;
  margin-right: 20px;
}
.side-bar-social a:hover{
  color: #b41f24;
}
.nav-close{
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
}
.mob-menu{
  display: none;
}
.footer{
  width: 100%;
  background-color: #000;
  padding: 70px 0px;
}
.footer-con-wrap{
  width: 100%;
}
.footer-con-wrap h3{
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 15px;
} 
.footer-con-wrap h3 b{
  color: #b20000;
  font-weight: 500;
}
.footer-con-wrap p{
  color: #fff;
}
.footer-con-wrap ul{
  display: block;
}
.footer-con-wrap ul li{
  
  margin-bottom: 15px;
}
.footer-con-wrap ul li a{
  color: #fff;
  font-weight: 400;
}
.footer-con-wrap ul li a:hover{
  color: #b20000;
}
.mar-left-90{
  margin-left: 90px;
}
.social-links{
  width: 100%;
}
.social-links a{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #b20000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 3px;
}

.footer-con-frm,.footer-con-frm input{
  background-color: #1e1e1e;
  border: none;
}
.footer-last{
  width: 100%;
  padding: 10px 0px;
  background-color: #b20000;
}
.footer-last p{
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.btn-ftr{
  background-color: #b20000;
  color: #fff;
  background-image: none;
  background-image: url("../images/arrow-ftr.png");
  padding: 8px 55px 8px 18px;
}
.btn-ftr:hover{
  color: #fff;
}
.ftr-devider{
  position: absolute;
  width: 2px;
  height: 42px;
  left: 152px;
  background-color: #000000;
}
.mob-map{
  display: none;
}
@media(max-width: 830px){
  .navbar-nav{
    display: none;
  }
  .mob-menu{
    display: block;
    right: 20px;
    display: block;
    position: absolute;
    top: 50px;
  }
  .dt-pageCover .dt-typetext h2 .typewrite .wrap {
    margin-top: 0px;
    font-size: calc(84px + (26 - 16) * (100vw - 400px)/(800 - 400));
  }
  .fb-inrroduction-con-wrap{
    padding-top: 0px;
  }
  .pl-70{
    padding-left: 0px;
  }
  .pr-90{
    padding-right: 0px;
  }
  .fb-free-trayal-wrap{
    width: 80%;
  }
  .gallery a img{
    width: 350px;
  }
  .mar-left-90{
    margin-left: 0px;
  }
  .footer-con-wrap{
    margin-bottom: 30px;
  }
  .fb-inrroduction-wrap h2{
    text-align: center;
  }
  .tbl-bmi{
    width: 100%;
  }

}
@media(max-width: 768px){
  
  
  .fb-inrroduction-con-wrap{
    padding-top: 0px;
  }
  .fb-free-trayal-wrap{
    width: 100%;
  }
  .team-slide-con-wrap{
    width: 98%;
    margin: 45px 0 25px 0;
    padding: 15px;
    flex-wrap: wrap;
  }
 
  .swiper-slide img{
    width: 100%;
  }
  .inr-bar{
    background-color: #000;
  }
}
@media(max-width: 420px){
  .dt-pageCover .dt-typetext h2 .typewrite .wrap {
    margin-top: 0px;
    font-size: calc(46px + (26 - 16) * (100vw - 400px)/(800 - 400));
  }
  .gallery a img{
    width: 400px;
  }
  .fb-inrroduction-wrap h2{
    font-size: 230px;
  }
  .fb-inrroduction-wrap{
    padding-top: 0px;
    margin-bottom: -42px;
    text-align: center;
  }
  .fb-inrroduction-why-con{
    margin-bottom: -30px;
  }
  .fb-tarining h2{
    font-size: 60px;
  }
  .fb-perfact-body h2{
    font-size: 56px;
  }
  .fb-free-trayal{
    width: 100%;
  }
  .fb-free-trayal h3{
    font-size: 50px;
    margin-bottom: 5px;
  }
  .fb-features{
    padding: 30px 0px 60px 0;
  }
  .fb-testimonials h3{
    font-size: 30px;
  }
  .mar-left-90{
    margin-left: 0px;
  }
  .footer-con-wrap{
    margin-bottom: 40px;
  }
  .fb-gallery-text-wrap h2{
    font-size: 40px;
  }
  .fb-team-wrap h2{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .fb-team-wrap{
    width: 100%;
  }
  .pl-70{
    padding-left: 0px;
  }
  .pr-90{
    padding-right: 0px;
  }
  .fb-bmi-cal-chart-wrap{
    margin-bottom: 20px;
  }
  .fb-get-into-shape span{
    display: inline-block;
    margin-bottom: 40px;
  }
  .fb-free-trayal p{
    width: 100%;
  }
  .fb-whyus h1{
    font-size: 90px;
  }
  .fb-bmi-cal-chart h4{
    text-align: center;
  }
  .fb-col-frm-wrap h4{
    text-align: left;
  }
  .fb-perfact-body h4{
    font-size: 40px;
  }
  .why h1{
    font-size: 80px;
  }
  .fb-gallery-text-wrap h3{
    line-height: 62px;
    margin-bottom: 0px;
  }
  .points{
    font-size: 72px;
    margin-right: 10px;
  }
  .fb-inrroduction-why-con{
    padding-right: 0px;
  }
  .fb-inrroduction-why-txt-con h5{
    font-size: 16px;
    line-height: 20px;
  }
  .fb-inrroduction-why-wrap{
    width: 85%;
  }
  .fb-inrroduction-con-wrap p{
    text-align: justify;
  }
  .fb-get-into-shape{
    padding: 40px 0px;
  }
  .fb-get-into-shape h2{
    font-size: 29px;
  }
  .tbl-bmi{
    width: 100%;
  }
  .fb-bmi-cal-chart h4{
    font-size: 22px;
    text-align: left;
  }
  .fb-get-into-shape span{
    margin-bottom: 0px;
  }
  .owl-nav{
    width: 114%;
    left: -7%;
  }
  .fb-tarining{
    padding: 40px 0px 20px 0px;
  }
  .fb-perfact-body{
    padding: 120px 0px;
  }
  .fb-free-trayal{
    top: -100px;
    padding: 30px 30px;
  }
  .fb-perfact-body h2{
    font-size: 50px;
    margin-bottom: 5px;
  }
  .fb-perfact-body h4{
    font-size: 30px;
  }
  .fb-free-trayal h3{
    font-size: 40px;
    margin-bottom: 5px;
  }
  .fb-free-trayal h5{
    font-size: 22px;
    letter-spacing: 0px;
  }
  .fb-free-trayal p{
    margin-top: 4px;
    line-height: 20px;
  }
  .fb-whyus{
    height: auto;
    padding-bottom: 0px;
  }
  .why{
    padding: 0px;
  }
  .fb-testimonials{
    padding: 50px 0px 0px 0px;
  }
  .fb-team-wrap{
    padding: 0px 0px;
  }
  .fb-team-wrap h2{
    font-size: 62px;
  }
  .team-slide-con{
    padding: 180px 20px 25px 20px;
  }
  .fb-gallery-text{
    padding: 40px 0px 150px 0px;
  }
  .fb-gallery-text-wrap h3{
    font-size: 28px;
    line-height: 28px;
  }
  .fb-gallery-text-wrap h2 {
    font-size: 50px;
    margin-top: -5px;
  }
  .footer{
    padding: 30px 20px 0px 20px;
  }
  .fb-bmi-cal-chart{
    margin-bottom: 30px;
  }
  #result span b{
    font-size: 18px;
    font-weight: 500;
  }
  #result i{
    font-size: 18px;
    font-weight: 500;
  }
  .map iframe{
    display: none;
  }
  .mob-map{
    display: block;
    height: 700px;
    width: 100%;
  }
  .dt-biglg h1{
    display: none;
  }
  .fb-inrroduction-con-wrap{
    padding: 0 20px;
  }
  .fb-get-into-shape{
    padding: 40px 20px;
  }
  
}


.main-nav-wrap li.active a{
  color: #b20000;
}

/* ----Disclaimer---- */

.disclaimer-wrap{
  padding: 150px 0 50px  0;
  color: #D6D6D6;
}
.disclaimer-wrap a{
  color: #b20000;
}


  /* ---------------end css------ */