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

body {
  font-family: "Heebo", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  font-weight: 300;
}

img {
  width: 100%;
}

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

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: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #e0202e;
  border: none;
  padding: 16px 40px;
  font-size: 18px;
  border-radius: 96px;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #e0202e;
  border-color: #e0202e;
  border-radius: 8px;
}

.btn:focus {
  color: #fff !important;
  background-color: #e0202e;
  border-color: #e0202e;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #e0202e;
  border-color: #e0202e;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #e0202e;
  border-color: #e0202e;
}

.title-h {
  font-size: 58px;
  line-height: 62px;
  color: #222;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 40px;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 28px;
  }
}

.sep {
  content: "";
  height: 4px;
  width: 160px;
  background: #e0202e;
  margin: 30px 0;
}

.sep-middle {
  content: "";
  height: 4px;
  width: 160px;
  background: #e0202e;
  margin: 30px auto;
}

.little-h {
  color: #e0202e;
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

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

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

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

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

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

.inner-h {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 22px;
    line-height: 28px;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
  }
}
.top-bar a:hover {
  color: #e0202e;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 17px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px #eee;
  }
}

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

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

.navbar-brand img {
  width: auto;
  height: 74px;
}
@media (max-width: 1180px) {
  .navbar-brand img {
    height: 64px;
  }
}

.caret {
  margin-left: 4px;
}

@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;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    padding: 12px 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #e0202e;
    margin-top: 0px;
    width: 280px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 10px 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #e0202e;
    font-family: "Oswald", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 8px 10px 8px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #e0202e;
  }
  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: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.bootsnav .btn {
  color: #fff !important;
  background-color: #e0202e !important;
  border: 2px solid #e0202e;
}

nav.bootsnav .btn:hover {
  color: #e0202e !important;
  background-color: transparent !important;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    font-size: 21px;
    line-height: 36px;
    padding: 15px 0;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
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.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;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/***************/
.hero {
  width: 100%;
  position: relative;
  min-height: 100vh;
  color: #fff;
}

.hero-text {
  position: relative;
  padding-top: 23vh;
  margin-bottom: 30px;
}

.hero-text h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.hero video {
  width: 90%;
  margin-left: 5%;
  height: auto;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .hero video {
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}

.hero h4 {
  font-size: 44px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-top: 50px;
}

.hero p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.hero small {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hero {
    min-height: 65vh;
  }
  .hero-text {
    position: relative;
    padding-top: 20vh;
  }
  .hero-text h1 {
    font-size: 41px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hero-text h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero h4 {
    font-size: 24px;
    margin-top: 20px;
  }
  .hero p {
    font-size: 15px;
    line-height: 16px;
  }
}
.hero .back {
  background-color: rgba(13, 13, 13, 0.45);
  opacity: 0.96;
}

/***************hero end******/
.services-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: calc(24% - 20px);
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  margin: 10px 8px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .services-box {
    width: calc(49% - 20px);
  }
}
@media (max-width: 600px) {
  .services-box {
    width: calc(100% - 0px);
    margin: 10px 0px;
  }
}
.services-box .services-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (max-width: 768px) {
  .services-box .services-img {
    height: 230px;
  }
}
.services-box .services-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.services-box .services-text {
  padding: 5px 15px 20px 15px;
}
@media (max-width: 600px) {
  .services-box .services-text {
    padding: 5px 10px 15px 10px;
    min-height: auto;
  }
}
.services-box .services-text h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.services-box .services-text a {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: block;
}

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

.services-box:hover .services-img::before {
  transform: scale(1.08);
}

/*****video start****/
.video-div {
  background-color: #222;
}

.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;
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 190px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta .btn {
  margin-top: 10px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/************client start***********/
.clients .clients-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  margin: 10px;
}
@media (max-width: 991px) {
  .clients .clients-logo {
    height: 80px;
    margin: 10px 1px;
  }
}
.clients .owl-theme .owl-controls {
  text-align: center;
}
.clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: #e0202e;
}

/*************client end************/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 60px;
    text-align: center;
  }
}
.tc-footer a, .tc-footer p {
  color: #ddd;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 991px) {
  .tc-footer a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #e0202e;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-logo {
  margin: 10px 0 10px 0;
  width: 90%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 3px;
  color: #e0202e;
  font-size: 17px;
  width: 20px;
  height: 20px;
  padding: 8px;
  border: 2px solid #e0202e;
  border-radius: 50%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: #e0202e;
  border: 1px solid #e0202e;
  color: #fff;
}
.tc-footer .back {
  background: rgba(0, 0, 0, 0.53);
}

.footer-copyright {
  padding: 10px 0 10px 0;
}
.footer-copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/*****tc-footer end******/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
}
.tc-header h1 {
  margin-top: 20vh;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.tc-header h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

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

.panel-default {
  border-color: rgba(224, 32, 46, 0.2);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: transparent;
  border-bottom: none;
}
.panel-default > .panel-heading .svg-inline--fa {
  font-size: 16px;
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}

.panel-heading .svg-inline--fa {
  color: #e0202e;
  margin-right: 10px;
  margin-left: 5px;
}

.panel-title {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .panel-body {
    padding: 25px 20px;
  }
}
input[type=file] {
  border: none;
  outline: none;
}

.panel-group .panel {
  margin-bottom: 10px !important;
}

input, textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  outline: none;
}

.logo-box {
  width: calc(25% - 20px);
  margin: 15px 7px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .logo-box {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .logo-box {
    width: calc(50% - 20px);
  }
}
.logo-box .logo-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
}
@media screen and (max-width: 550px) {
  .logo-box .logo-img {
    height: 100px;
  }
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 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);
  }
}

.sidebar {
  background-color: #e0202e;
  padding: 20px;
}
.sidebar .inner-h, .sidebar p, .sidebar a {
  text-transform: uppercase;
}

.sidebar-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding: 15px;
}
.sidebar-box p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.who-people {
  height: 300px;
  background-position: top;
}

.who-images p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #e0202e;
}

.services-row ul {
  list-style: none;
  padding-left: 0;
}
.services-row li {
  padding: 15px;
  box-shadow: 0px 0px 3px rgba(224, 32, 46, 0.3);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .services-row li {
    padding: 12px;
    margin-bottom: 11px;
    font-size: 15px;
  }
}

.mast__text {
  font-size: 58px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
  line-height: 62px;
}
@media (max-width: 768px) {
  .mast__text {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 10px 0;
  }
}

.mast__text span {
  animation: letter-glow 0.7s 0s ease both;
}

.mast__text span:nth-child(1) {
  animation-delay: 0.05s;
}

.mast__text span:nth-child(2) {
  animation-delay: 0.1s;
}

.mast__text span:nth-child(3) {
  animation-delay: 0.15s;
}

.mast__text span:nth-child(4) {
  animation-delay: 0.2s;
}

.mast__text span:nth-child(5) {
  animation-delay: 0.25s;
}

.mast__text span:nth-child(6) {
  animation-delay: 0.3s;
}

.mast__text span:nth-child(7) {
  animation-delay: 0.35s;
}

.mast__text span:nth-child(8) {
  animation-delay: 0.4s;
}

.mast__text span:nth-child(9) {
  animation-delay: 0.45s;
}

.mast__text span:nth-child(10) {
  animation-delay: 0.5s;
}

.mast__text span:nth-child(11) {
  animation-delay: 0.55s;
}

.mast__text span:nth-child(12) {
  animation-delay: 0.6s;
}

.mast__text span:nth-child(13) {
  animation-delay: 0.65s;
}

.mast__text span:nth-child(14) {
  animation-delay: 0.7s;
}

.mast__text span:nth-child(15) {
  animation-delay: 0.75s;
}

.mast__text span:nth-child(16) {
  animation-delay: 0.8s;
}

.mast__text span:nth-child(17) {
  animation-delay: 0.85s;
}

.mast__text span:nth-child(18) {
  animation-delay: 0.9s;
}

.mast__text span:nth-child(19) {
  animation-delay: 0.95s;
}

.mast__text span:nth-child(20) {
  animation-delay: 1s;
}

.mast__text span:nth-child(21) {
  animation-delay: 1.05s;
}

.mast__text span:nth-child(22) {
  animation-delay: 1.1s;
}

.mast__text span:nth-child(23) {
  animation-delay: 1.15s;
}

.mast__text span:nth-child(24) {
  animation-delay: 1.2s;
}

.mast__text span:nth-child(25) {
  animation-delay: 1.25s;
}

.mast__text span:nth-child(26) {
  animation-delay: 1.3s;
}

.mast__text span:nth-child(27) {
  animation-delay: 1.35s;
}

.mast__text span:nth-child(28) {
  animation-delay: 1.4s;
}

.mast__text span:nth-child(29) {
  animation-delay: 1.45s;
}

.mast__text span:nth-child(30) {
  animation-delay: 1.5s;
}

.mast__text span:nth-child(31) {
  animation-delay: 1.55s;
}

.mast__text span:nth-child(32) {
  animation-delay: 1.6s;
}

.mast__text span:nth-child(33) {
  animation-delay: 1.65s;
}

.mast__text span:nth-child(34) {
  animation-delay: 1.7s;
}

.mast__text span:nth-child(35) {
  animation-delay: 1.75s;
}

.mast__text span:nth-child(36) {
  animation-delay: 1.8s;
}

.mast__text span:nth-child(37) {
  animation-delay: 1.85s;
}

.mast__text span:nth-child(38) {
  animation-delay: 1.9s;
}

.mast__text span:nth-child(39) {
  animation-delay: 1.95s;
}

.mast__text span:nth-child(40) {
  animation-delay: 2s;
}

.mast__text span:nth-child(41) {
  animation-delay: 2.05s;
}

.mast__text span:nth-child(42) {
  animation-delay: 2.1s;
}

.mast__text span:nth-child(43) {
  animation-delay: 2.15s;
}

.mast__text span:nth-child(44) {
  animation-delay: 2.2s;
}

.mast__text span:nth-child(45) {
  animation-delay: 2.25s;
}

.mast__text span:nth-child(46) {
  animation-delay: 2.3s;
}

.mast__text span:nth-child(47) {
  animation-delay: 2.35s;
}

.mast__text span:nth-child(48) {
  animation-delay: 2.4s;
}

.mast__text span:nth-child(49) {
  animation-delay: 2.45s;
}

.mast__text span:nth-child(50) {
  animation-delay: 2.5s;
}

.mast__text span:nth-child(51) {
  animation-delay: 2.55s;
}

.mast__text span:nth-child(52) {
  animation-delay: 2.6s;
}

.mast__text span:nth-child(53) {
  animation-delay: 2.65s;
}

.mast__text span:nth-child(54) {
  animation-delay: 2.7s;
}

.mast__text span:nth-child(55) {
  animation-delay: 2.75s;
}

.mast__text span:nth-child(56) {
  animation-delay: 2.8s;
}

.mast__text span:nth-child(57) {
  animation-delay: 2.85s;
}

.mast__text span:nth-child(58) {
  animation-delay: 2.9s;
}

.mast__text span:nth-child(59) {
  animation-delay: 2.95s;
}

.mast__text span:nth-child(60) {
  animation-delay: 3s;
}

.mast__text span:nth-child(61) {
  animation-delay: 3.05s;
}

.mast__text span:nth-child(62) {
  animation-delay: 3.1s;
}

.mast__text span:nth-child(63) {
  animation-delay: 3.15s;
}

.mast__text span:nth-child(64) {
  animation-delay: 3.2s;
}

.mast__text span:nth-child(65) {
  animation-delay: 3.25s;
}

.mast__text span:nth-child(66) {
  animation-delay: 3.3s;
}

.mast__text span:nth-child(67) {
  animation-delay: 3.35s;
}

.mast__text span:nth-child(68) {
  animation-delay: 3.4s;
}

.mast__text span:nth-child(69) {
  animation-delay: 3.45s;
}

.mast__text span:nth-child(70) {
  animation-delay: 3.5s;
}

.mast__text span:nth-child(71) {
  animation-delay: 3.55s;
}

.mast__text span:nth-child(72) {
  animation-delay: 3.6s;
}

.mast__text span:nth-child(73) {
  animation-delay: 3.65s;
}

.mast__text span:nth-child(74) {
  animation-delay: 3.7s;
}

.mast__text span:nth-child(75) {
  animation-delay: 3.75s;
}

.mast__text span:nth-child(76) {
  animation-delay: 3.8s;
}

.mast__text span:nth-child(77) {
  animation-delay: 3.85s;
}

.mast__text span:nth-child(78) {
  animation-delay: 3.9s;
}

.mast__text span:nth-child(79) {
  animation-delay: 3.95s;
}

.mast__text span:nth-child(80) {
  animation-delay: 4s;
}

.mast__text span:nth-child(81) {
  animation-delay: 4.05s;
}

.mast__text span:nth-child(82) {
  animation-delay: 4.1s;
}

.mast__text span:nth-child(83) {
  animation-delay: 4.15s;
}

.mast__text span:nth-child(84) {
  animation-delay: 4.2s;
}

.mast__text span:nth-child(85) {
  animation-delay: 4.25s;
}

.mast__text span:nth-child(86) {
  animation-delay: 4.3s;
}

.mast__text span:nth-child(87) {
  animation-delay: 4.35s;
}

.mast__text span:nth-child(88) {
  animation-delay: 4.4s;
}

.mast__text span:nth-child(89) {
  animation-delay: 4.45s;
}

.mast__text span:nth-child(90) {
  animation-delay: 4.5s;
}

.mast__text span:nth-child(91) {
  animation-delay: 4.55s;
}

.mast__text span:nth-child(92) {
  animation-delay: 4.6s;
}

.mast__text span:nth-child(93) {
  animation-delay: 4.65s;
}

.mast__text span:nth-child(94) {
  animation-delay: 4.7s;
}

.mast__text span:nth-child(95) {
  animation-delay: 4.75s;
}

.mast__text span:nth-child(96) {
  animation-delay: 4.8s;
}

.mast__text span:nth-child(97) {
  animation-delay: 4.85s;
}

.mast__text span:nth-child(98) {
  animation-delay: 4.9s;
}

.mast__text span:nth-child(99) {
  animation-delay: 4.95s;
}

.mast__text span:nth-child(100) {
  animation-delay: 5s;
}

.mast__text span:nth-child(101) {
  animation-delay: 5.05s;
}

.mast__text span:nth-child(102) {
  animation-delay: 5.1s;
}

.mast__text span:nth-child(103) {
  animation-delay: 5.15s;
}

.mast__text span:nth-child(104) {
  animation-delay: 5.2s;
}

.mast__text span:nth-child(105) {
  animation-delay: 5.25s;
}

.mast__text span:nth-child(106) {
  animation-delay: 5.3s;
}

.mast__text span:nth-child(107) {
  animation-delay: 5.35s;
}

.mast__text span:nth-child(108) {
  animation-delay: 5.4s;
}

.mast__text span:nth-child(109) {
  animation-delay: 5.45s;
}

.mast__text span:nth-child(110) {
  animation-delay: 5.5s;
}

.mast__text span:nth-child(111) {
  animation-delay: 5.55s;
}

.mast__text span:nth-child(112) {
  animation-delay: 5.6s;
}

.mast__text span:nth-child(113) {
  animation-delay: 5.65s;
}

.mast__text span:nth-child(114) {
  animation-delay: 5.7s;
}

.mast__text span:nth-child(115) {
  animation-delay: 5.75s;
}

.mast__text span:nth-child(116) {
  animation-delay: 5.8s;
}

.mast__text span:nth-child(117) {
  animation-delay: 5.85s;
}

.mast__text span:nth-child(118) {
  animation-delay: 5.9s;
}

.mast__text span:nth-child(119) {
  animation-delay: 5.95s;
}

.mast__text span:nth-child(120) {
  animation-delay: 6s;
}

.mast__text span:nth-child(121) {
  animation-delay: 6.05s;
}

.mast__text span:nth-child(122) {
  animation-delay: 6.1s;
}

.mast__text span:nth-child(123) {
  animation-delay: 6.15s;
}

.mast__text span:nth-child(124) {
  animation-delay: 6.2s;
}

.mast__text span:nth-child(125) {
  animation-delay: 6.25s;
}

.mast__text span:nth-child(126) {
  animation-delay: 6.3s;
}

.mast__text span:nth-child(127) {
  animation-delay: 6.35s;
}

.mast__text span:nth-child(128) {
  animation-delay: 6.4s;
}

.mast__text span:nth-child(129) {
  animation-delay: 6.45s;
}

.mast__text span:nth-child(130) {
  animation-delay: 6.5s;
}

.mast__text span:nth-child(131) {
  animation-delay: 6.55s;
}

.mast__text span:nth-child(132) {
  animation-delay: 6.6s;
}

.mast__text span:nth-child(133) {
  animation-delay: 6.65s;
}

.mast__text span:nth-child(134) {
  animation-delay: 6.7s;
}

.mast__text span:nth-child(135) {
  animation-delay: 6.75s;
}

.mast__text span:nth-child(136) {
  animation-delay: 6.8s;
}

.mast__text span:nth-child(137) {
  animation-delay: 6.85s;
}

.mast__text span:nth-child(138) {
  animation-delay: 6.9s;
}

.mast__text span:nth-child(139) {
  animation-delay: 6.95s;
}

.mast__text span:nth-child(140) {
  animation-delay: 7s;
}

.mast__text span:nth-child(141) {
  animation-delay: 7.05s;
}

.mast__text span:nth-child(142) {
  animation-delay: 7.1s;
}

.mast__text span:nth-child(143) {
  animation-delay: 7.15s;
}

.mast__text span:nth-child(144) {
  animation-delay: 7.2s;
}

.mast__text span:nth-child(145) {
  animation-delay: 7.25s;
}

.mast__text span:nth-child(146) {
  animation-delay: 7.3s;
}

.mast__text span:nth-child(147) {
  animation-delay: 7.35s;
}

.mast__text span:nth-child(148) {
  animation-delay: 7.4s;
}

.mast__text span:nth-child(149) {
  animation-delay: 7.45s;
}

.mast__text span:nth-child(150) {
  animation-delay: 7.5s;
}

.mast__text span:nth-child(151) {
  animation-delay: 7.55s;
}

.mast__text span:nth-child(152) {
  animation-delay: 7.6s;
}

.mast__text span:nth-child(153) {
  animation-delay: 7.65s;
}

.mast__text span:nth-child(154) {
  animation-delay: 7.7s;
}

.mast__text span:nth-child(155) {
  animation-delay: 7.75s;
}

.mast__text span:nth-child(156) {
  animation-delay: 7.8s;
}

.mast__text span:nth-child(157) {
  animation-delay: 7.85s;
}

.mast__text span:nth-child(158) {
  animation-delay: 7.9s;
}

.mast__text span:nth-child(159) {
  animation-delay: 7.95s;
}

.mast__text span:nth-child(160) {
  animation-delay: 8s;
}

.mast__text span:nth-child(161) {
  animation-delay: 8.05s;
}

.mast__text span:nth-child(162) {
  animation-delay: 8.1s;
}

.mast__text span:nth-child(163) {
  animation-delay: 8.15s;
}

.mast__text span:nth-child(164) {
  animation-delay: 8.2s;
}

.mast__text span:nth-child(165) {
  animation-delay: 8.25s;
}

.mast__text span:nth-child(166) {
  animation-delay: 8.3s;
}

.mast__text span:nth-child(167) {
  animation-delay: 8.35s;
}

.mast__text span:nth-child(168) {
  animation-delay: 8.4s;
}

.mast__text span:nth-child(169) {
  animation-delay: 8.45s;
}

.mast__text span:nth-child(170) {
  animation-delay: 8.5s;
}

.mast__text span:nth-child(171) {
  animation-delay: 8.55s;
}

.mast__text span:nth-child(172) {
  animation-delay: 8.6s;
}

.mast__text span:nth-child(173) {
  animation-delay: 8.65s;
}

.mast__text span:nth-child(174) {
  animation-delay: 8.7s;
}

.mast__text span:nth-child(175) {
  animation-delay: 8.75s;
}

.mast__text span:nth-child(176) {
  animation-delay: 8.8s;
}

.mast__text span:nth-child(177) {
  animation-delay: 8.85s;
}

.mast__text span:nth-child(178) {
  animation-delay: 8.9s;
}

.mast__text span:nth-child(179) {
  animation-delay: 8.95s;
}

.mast__text span:nth-child(180) {
  animation-delay: 9s;
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.95);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
/****************************************************************/
.icon-box {
  width: calc(25% - 15px);
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .icon-box {
    width: calc(49% - 15px);
    margin: 5px 5px;
  }
}
@media screen and (max-width: 650px) {
  .icon-box {
    width: calc(100% - 0px);
    margin: 5px 0;
  }
}
.icon-box img {
  height: 100px;
  width: auto;
}
.icon-box h3 {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
}
.icon-box p {
  font-size: 15px;
  line-height: 22px;
}

.border {
  border-right: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .border {
    border-right: none;
  }
}

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

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 250px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #eee;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.red .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0202e+0,000000+100&0.65+0,0+100 */
  background: linear-gradient(to right, rgba(135, 18, 26, 0.95) 30%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 991px) {
  .red .back {
    background: linear-gradient(to bottom, rgba(135, 18, 26, 0.95) 30%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.red .title-h, .red .title-p {
  color: #fff;
}
.red .red-box {
  border: 4px solid #fff;
  padding: 70px;
  border-radius: 17px;
}
@media screen and (max-width: 650px) {
  .red .red-box {
    padding: 30px 20px;
  }
}
.red .red-box h3 {
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  .red .red-box h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.red .red-box h4 {
  text-align: right;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 25px;
}
.red .red-box h5 a {
  color: #fff;
  font-size: 21px;
}
.red .red-box h5 a:hover {
  color: #e0202e;
  font-size: 21px;
}

.red-2 .red-box h4 {
  text-align: center;
}

.core-values .core-box {
  border: 1px solid #eee;
  width: calc(25% - 15px);
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 30px 30px;
}
@media screen and (max-width: 1100px) {
  .core-values .core-box {
    width: calc(49% - 15px);
  }
}
@media screen and (max-width: 650px) {
  .core-values .core-box {
    width: calc(100% - 0px);
    margin: 5px 0;
    padding: 30px 20px;
  }
}
.core-values img {
  height: 80px;
  width: auto;
}
.core-values h3 {
  font-family: "Oswald", sans-serif;
}
.core-values p {
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
}

.left, .right {
  box-shadow: 4px -3px 40px rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .left, .right {
    padding: 30px 20px;
    margin-top: 15px;
  }
}

.core-values .core-box ul {
  padding-left: 20px;
  margin: 20px 0 0 0;
}

.under-hero {
  z-index: 4;
}
.under-hero .icon2-box {
  background-color: #eee;
  border-radius: 8px;
  display: flex;
  padding: 25px 25px;
}
@media (max-width: 1200px) {
  .under-hero .icon2-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon2-box {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.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: 26px;
  line-height: 26px;
  font-family: "Oswald", 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-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
@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: 110px;
}
.under-hero img {
  width: 75px;
  vertical-align: center;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .process-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.process-item {
  position: relative;
  border-radius: 4px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.13);
  padding: 25px 15px;
}
.process-item .svg-inline--fa {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #e0202e;
  font-size: 15px;
}
@media (max-width: 991px) {
  .process-item .svg-inline--fa {
    bottom: 15px;
    right: 10px;
  }
}

@media (max-width: 991px) {
  .fa-arrow-right-long {
    transform: rotate(90deg);
    display: inline-block; /* obavezno da transform radi kako treba */
  }
}

.process-item .num {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  color: #e0202e;
  margin: 5px 0px 0 0;
}

.process-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}

.process-item p {
  font-size: 15px;
  line-height: 19px;
}

.left-img {
  height: 500px;
}
@media (max-width: 768px) {
  .left-img {
    height: 240px;
  }
}

.row-btn .btn {
  margin: 15px 5px;
  min-width: 280px;
}
@media (max-width: 768px) {
  .row-btn .btn {
    margin: 4px 0px;
    min-width: 260px;
  }
}

.services-left-text li {
  width: 49%;
  vertical-align: top;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px 0.4% 5px 0;
  padding: 20px 15px 10px 30px;
  background-color: #fff;
  font-size: 18px;
  line-height: 20px;
  min-height: 70px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .services-left-text li {
    width: 100%;
    margin: 5px 0% 5px 0;
    min-height: auto;
    padding: 15px 15px 15px 30px;
  }
}

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

.services-left-text li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e0202e;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 30px;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .services-left-text li::before {
    top: 25px;
  }
}

.li-100 li {
  width: 100%;
  margin: 15px 0% 5px 0;
  display: block;
  padding: 20px 15px 20px 30px;
}
.li-100 li span {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  margin-bottom: 1px;
  display: block;
  color: #e0202e;
}

@media (max-width: 1200px) {
  .li-100 li::before {
    top: 30px;
  }
}

.red-service .title-a {
  color: #fff;
}
.red-service .title-a:hover {
  color: #ccc;
}
.red-service h3 .svg-inline--fa {
  margin-right: 10px;
}
.red-service label {
  color: #fff;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */