html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #d31222;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 500px) {
  section {
    padding: 60px 0;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  font-family: "Rajdhani", sans-serif;
  padding: 14px 35px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 15px 0;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .btn {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 30px;
  }
}

.btn:focus, .btn:hover, .btn:after {
  color: #fff;
  background-color: #d31222;
  border: 2px solid #d31222;
  border-radius: 54px;
}

.btn-black:hover, .btn-black:focus, .btn-black:after, .btn-black:active, .btn-black:visited {
  background-color: #222;
  border: 2px solid #222;
}

.little-h {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  color: #d31222;
}
@media (max-width: 991px) {
  .little-h {
    letter-spacing: 1px;
  }
}

.title-h {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Rajdhani", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 42px;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.title-p {
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: #d31222;
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: #d31222;
  margin: 25px auto;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/*****navbar start******/
.top-bar {
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 9px;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
    text-align: center;
  }
}
.top-bar a:hover {
  color: #d31222;
}

.top-bar ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
  padding: 6px 0 0 0;
}
@media (max-width: 991px) {
  .top-bar ul {
    text-align: center;
  }
}
.top-bar ul li {
  display: inline-block;
  margin-left: 8px;
}
.top-bar ul li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 992px) {
  nav.navbar.bootsnav.no-background {
    background: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: rgb(255, 255, 255);
  border-bottom: none;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: rgb(255, 255, 255);
  }
}

.navbar {
  min-height: 112px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 80px;
  }
}

.navbar-brand {
  padding: 3px 15px 0 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 3px 5px 2px 5px;
  }
}

.navbar-brand img {
  width: auto;
  height: 88px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 65px;
  }
}

.caret {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .caret {
    display: inline-block;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #fff;
    border-top: 5px solid #d31222;
    width: 290px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 18px 40px 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 10px 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #d31222;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #f9f9f9;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #f9f9f9;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 23px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #333;
    font-size: 20px;
    padding: 3px 0;
    font-weight: 500;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.navbar.bootsnav .btn {
  padding: 12px 15px 12px 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin: 18px 15px 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
  background-color: #d31222;
  border: 2px solid #d31222;
}
@media (max-width: 1165px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 7px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1010px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 6px;
  }
}
@media (max-width: 768px) {
  nav.navbar.bootsnav .btn {
    margin-right: 0px;
  }
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #d31222;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar-fixed.bootsnav {
  border-bottom: 1px solid #f7f7f7;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 120px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
/*****navbar end******/
/*****hero start*********/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    min-height: 60%;
    height: 55vh;
    padding-top: 120px;
  }
}
.hero .back {
  background: rgba(13, 13, 13, 0.4);
}
.hero img {
  height: 170px;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .hero img {
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero .video-overlay {
    min-height: 60%;
    height: 45vh;
  }
}

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #111;
}
@media (max-width: 768px) {
  .hero video {
    min-height: 60%;
    height: 45vh;
  }
}

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.hero-title {
  margin-top: 48vh;
  color: #333;
}
@media (max-width: 1050px) {
  .hero-title {
    margin-top: 19vh;
    margin-bottom: 30px;
    padding-left: 0px;
    text-align: center;
  }
}
.hero-title h2 {
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 500px) {
  .hero-title h2 {
    display: none;
  }
}
.hero-title h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.hero-title .btn {
  margin: 15px 5px;
  padding: 12px 30px;
}
@media (max-width: 400px) {
  .hero-title .btn {
    margin-top: 0;
    padding: 12px 23px;
    margin: 5px 2px;
    display: none;
  }
}
.hero-title .btn:hover {
  border: 2px solid #d31222;
}

.hero-bottom {
  padding: 50px 0 30px 0;
}
@media (max-width: 400px) {
  .hero-bottom {
    padding: 30px 0 10px 0;
  }
}
.hero-bottom .back {
  background-color: rgba(13, 13, 13, 0.95);
}
.hero-bottom .title-h {
  color: #fff;
}
@media (max-width: 400px) {
  .hero-bottom .title-h {
    font-size: 26px;
    line-height: 30px;
  }
}
.hero-bottom a:hover {
  color: #eee;
}

.indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .indicator {
    display: none;
  }
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -10px;
  left: -10px;
  animation-delay: 0.2s;
}

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(10px, 10px);
  }
  20.1%, 100% {
    border-color: #ccc;
  }
}
.mobile-hero {
  padding: 20px 0;
  background-color: #111;
}
.mobile-hero h1, .mobile-hero h2, .mobile-hero h3, .mobile-hero h4 {
  color: #fff;
}
.mobile-hero h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/*************************/
.services {
  padding: 60px 0;
  z-index: 1;
}
.services .title-h {
  margin-bottom: 8px;
}
.services .services-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .services .services-box {
    margin-top: 15px;
  }
}
.services .services-img {
  height: 400px;
}
@media (max-width: 500px) {
  .services .services-img {
    height: 220px;
    background-position: top;
  }
}
.services .services-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 5px;
  padding: 10px 5px 15px 5px;
  text-align: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.services .services-text h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  font-size: 25px;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.services .btn {
  padding: 10px 20px;
  min-width: 240px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}

.services-row .col-md-3 {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 768px) {
  .services-row .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services-box:hover .services-text {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: all 0.3s ease-in-out;
}

/*************************/
.solutions li {
    margin-bottom: 15px;
    }

.about .back {
  background-color: rgba(242, 242, 242, 0.75);
}
.about .about-small-img {
  height: 230px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.about .about-img {
  height: 700px;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 600px) {
  .about .about-img {
    height: 300px;
  }
}

.about-padd {
  height: 80px;
}
@media (max-width: 991px) {
  .about-padd {
    height: 0;
  }
}

.about-box {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .about-box {
    padding: 15px;
  }
}
.about-box .about-img {
  height: 180px;
}
.about-box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}
.about-box a {
  font-weight: 700;
}

.about-box:hover {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
}

.page-padd {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

/********* services end *********/
.services-bottom {
  height: 450px;
  background-color: #111;
  margin-top: -450px;
}

.featured-box {
  overflow: hidden;
  border-radius: 2px;
  margin-top: 16px;
}

.featured figure {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}

figure.effect-julia .features-img {
  max-width: none;
  height: 600px;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  figure.effect-julia .features-img {
    height: 350px;
  }
}

.featured figure figcaption::before,
.featured figure figcaption::after {
  pointer-events: none;
}

.featured figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (max-width: 600px) {
  .featured figure figcaption {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 15px;
  }
}
.featured figure figcaption h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
}
.featured figure figcaption a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

figure.effect-julia {
  background: #222;
}

figure.effect-julia:hover .features-img {
  transform: scale3d(1.1, 1.1, 1);
}

.featured-box figcaption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0;
}

.featured-one-img {
  height: 600px;
}
@media (max-width: 600px) {
  .featured-one-img {
    height: 280px;
  }
}

/****************************************/
.cta {
  background-color: #333;
  padding: 200px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3, .cta h4, .cta p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.cta .back {
  background-color: rgba(26, 26, 26, 0.55);
}
.cta .title-p {
  padding-bottom: 0px;
  font-weight: 400;
}

.btn-red {
  background-color: #d31222;
  border: 2px solid #d31222;
}

/******about end************/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.under-hero {
  padding: 20px 0;
}
.under-hero .icon-box {
  display: flex;
  padding: 25px 5px;
}
@media (max-width: 1200px) {
  .under-hero .icon-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon-box {
    padding: 25px 5px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon-box {
    padding: 15px 5px;
  }
}
.under-hero .box-border {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .under-hero .box-border {
    border-right: none;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #4d4e4e;
  font-size: 30px;
  line-height: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
  color: #999;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
.under-hero .icon {
  width: 90px;
}
@media (max-width: 1200px) {
  .under-hero .icon {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon {
    width: 90px;
  }
}
.under-hero .text {
  flex: 1;
}
.under-hero img {
  width: 65px;
  margin-top: 10px;
  vertical-align: center;
}
@media (max-width: 1200px) {
  .under-hero img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .under-hero img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .under-hero img {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/***************hero end******/
/******footer start****/
.tc-footer {
  position: relative;
  padding: 70px 0 15px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background-color: rgba(242, 242, 242, 0.73);
}
.tc-footer h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  margin-top: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d31222;
}

.tc-footer img {
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer-navbar {
  margin-top: 5px !important;
}

.tc-footer .footer-navbar li {
  display: inline-block;
  padding: 5px 20px;
}

.tc-footer .footer-icon li {
  display: inline-block;
  padding: 5px 3px;
}

.tc-footer a {
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #333;
  letter-spacing: 1px;
}

.tc-footer a:hover {
  color: #d31222;
}

.tc-footer p {
  color: #333;
  margin-top: 0px;
  font-weight: 500;
  letter-spacing: 0px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
}

.tc-footer .svg-inline--fa {
  font-size: 26px;
  height: 17px;
  width: 17px;
  border: 2px solid #d31222;
  padding: 8px;
  border-radius: 50%;
  color: #d31222;
}

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #d31222;
}

.tc-footer hr {
  border-top: 1px solid #ccc;
}

/*****footer end******/
.tc-header {
  position: relative;
  height: 40vh;
}
@media (max-width: 991px) {
  .tc-header {
    height: 30vh;
  }
}

@media (max-width: 991px) {
  .top-inner {
    height: 80px;
    padding: 60px 0;
  }
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.4);
}

.market-segments figure {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .market-segments figure {
    height: 320px;
  }
}
.market-segments figure.effect-julia .features-img {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .market-segments figure.effect-julia .features-img {
    height: 320px;
  }
}

.market-segment-img {
  height: 450px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .market-segment-img {
    height: 220px;
  }
}

.inner-h {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 33px;
}

.sidebar-box {
  position: relative;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .sidebar-box {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px;
  }
}
.sidebar-box .back {
  background-color: rgba(242, 242, 242, 0.75);
}
.sidebar-box ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-box li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin-top: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #333;
  border-radius: 3px;
  border: 1px solid #eee;
}
.sidebar-box li a:hover {
  color: #d31222;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff;
}
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #d31222;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-text .title-p, .services-right-text .title-p {
  color: #eee;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #111;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

.contact-ul li {
  margin-top: 2px;
  vertical-align: middle;
}
.contact-ul a {
  color: #333;
  display: block;
}
.contact-ul .svg-inline--fa {
  height: 20px;
  width: 20px;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 50%;
  color: #d31222;
  margin-bottom: 25px;
}

input, textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}

select {
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  height: 53px;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

.location-box {
  position: relative;
  padding: 20px 15px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.location-box h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 35px;
  font-weight: 600;
}
.location-box iframe {
  display: block;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 991px) {
  .location-box iframe {
    height: 200px;
  }
}
.location-box .back {
  background: rgba(242, 242, 242, 0.35);
}

.location-text {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .location-text {
    padding: 0;
  }
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 12px 8px;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

table {
  margin-top: 50px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #eee;
  padding: 12px 8px;
}

.video-div .video-overlay {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: #eee;
}

.video-div video {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flex-container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flex-container img {
    height: 90px;
    width: auto;
  }
}

.flex-container > .coach-flex {
  width: 120px;
  margin: 10px 20px;
}
@media screen and (max-width: 768px) {
  .flex-container > .coach-flex {
    margin: 10px 0px;
    width: auto;
  }
}

.location-text .svg-inline--fa {
  font-size: 14px;
  margin-right: 5px;
}

.video-media .svg-inline--fa {
  font-size: 15px;
  margin-right: 7px;
}

.video-media-img {
  height: 255px;
  margin-top: 30px;
}

.video-media .video-overlay {
  margin-top: 30px;
}

.contact-page .flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.contact-page .flex-container > .coach-flex {
  width: 55px;
  margin: 0px;
  text-align: left;
}

.contact-page .flex-container p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-left: 15px;
}

.contact-page .flex-container p a {
  color: #333;
}

.contact-page .flex-container p a:hover {
  color: #d31222;
}/*# sourceMappingURL=style.css.map */