@import url("https://fonts.googleapis.com/css?family=Roboto");

:root {
  --primary: #3174bb;
  --secondary: #fffe;
  --light: #d0dced;
  --dark: #0b1215;
  --gray: #9aa8a8;
  --white: #fff;
}

html,
body {
  height: 103%;
  width: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

hr {
  border-color: var(--primary);
  border-width: 3px;
  max-width: 50px;
  transition: max-width 0.4s;
}

.hr-left {
  border-color: var(--primary);
  border-width: 3px;
  max-width: 50px;
  transition: max-width 0.4s;
  margin-left: 0;
}

.white {
  color: var(--white);
}

hr.light {
  border-color: var(--secondary);
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: rgba(0, 0, 0, 0.54);
}

a:hover,
a:focus {
  color: var(--primary);
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
} */

p,
ul,
ol,
a {
  font-size: 14pt;
  line-height: 1.5;
}

p {
  margin-bottom: 23px;
}

.bg-primary {
  background-color: var(--primary);
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px
}

.mr-0 {
  margin-right: 0;
}

.mr-15 {
  margin-right: 15px;
}

.d-none {
  display: none;
}

.navbar-default {
  background-color: var(--secondary);
  border-color: rgba(34, 34, 34, 0.05);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-brand {
  padding-top: 5px;
}

.navbar-brand > img {
  height: 20px;
  transform: translateY(50%);
}

.navbar-header > a.custom-logo > img {
  max-height: 50px;
}

.navbar-default .navbar-header .navbar-brand {
  color: var(--primary);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: var(--primary);
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  border: none;
  margin-top: 1px;
  margin-bottom: 0;
  padding: 10px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 700;
  font-size: 14px;
  color: black;
}
.menu-news {
  text-transform: uppercase;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: var(--primary);
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: var(--primary) !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

header {
  width: 100%;
  background-color: #002136;
  background-size: cover;
  background-position: center 0px;
  text-align: center;
  color: var(--secondary);
  background-blend-mode: overlay;
  position: relative;
  min-height: 109vh !important;
  margin-top: -25px;
}

header .header-content {
  margin: 50px 0 0 0;
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
  background-position: center 0px;
}

.header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.header-content-inner p {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-top: 25px;
}

#automation {
  padding: 20px 0;
}

#contact {
  position: relative;
  overflow: hidden;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#contact-data {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: var(--light);
  color: var(--dark);
}

#contact-data a {
  color: var(--dark);
}

#contact-data a:hover {
  color: var(--primary);
}

#contact-data hr {
  margin-bottom: 50px;
}

#contact-data p,
#contact-data .fa {
  color: var(--dark);
}

#contact-data .social-network .fa {
  color: var(--primary);
}

#footer {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--light);
}

#footer > p {
  margin-bottom: 0;
  color: var(--gray);
  font-size: 11pt;
}

.hr-title {
  max-width: 0;
  margin-left: 0;
  transition: max-width 0.4s;
  margin-bottom: 15px;
}

section:hover .hr-title {
  max-width: 100%;
}

#contact-data:hover hr {
  max-width: 260px;
}

.contact-col {
  display: flex;
}

.contact-col > div:nth-of-type(2) {
  flex: 0 0 50%;
}

.contact-wrapper .contact-col > i {
  width: 30px;
  min-width: 30px;
}

.contact-wrapper .contact-col > p.mb-0 {
  padding-left: 10px;
  text-align: left;
}

.px-2 {
  padding: 0 10px;
}

.social-network {
  padding-top: 15px;
}

.social-network .contact-col {
  align-items: center;
  justify-content: start;
}

/* .social-network .contact-col > div {
  padding: 0 25px;
} */

.social-network a {
  display: inline-block;
  width: 30px;
  height: 30px;
  /* border: 1px solid var(--dark); */
  border-radius: 100%;
  margin-left: 5px;
}

.social-network a i {
  font-size: 15pt;
  padding: 7px;
  /* color: #909090; */
}

.social-network a#fb:hover {
  background-color: #3b5998;
  border-color: rgba(59,89,152,0);
}

.social-network a#fb:hover i,
.social-network a#in:hover i {
  color: var(--dark);
}

.social-network a#in:hover {
  background-color: #0e76a8;
  border-color: rgba(14, 118, 168, 0);
}

.section-heading {
  margin-top: 0;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
  min-height: 230px;
}

.service-box p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: var(--primary);
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  color: #222222;
  background-color: var(--secondary);
  border-color: var(--secondary);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-default .badge {
  color: var(--secondary);
  background-color: #222222;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-xl {
  padding: 15px 30px;
}

::-moz-selection {
  color: var(--secondary);
  text-shadow: none;
  background: #222222;
}

::selection {
  color: var(--secondary);
  text-shadow: none;
  background: #222222;
}

img::selection {
  color: var(--secondary);
  background: transparent;
}

img::-moz-selection {
  color: var(--secondary);
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}

.service-box .fa,
#about .fa {
  color: var(--primary);
  text-align: center;
}

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

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.text-muted {
  font-size: 16px;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: var(--primary);
  left: 40px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  max-width: 100%;
  overflow: hidden;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 100%;
  border: 5px solid var(--primary);
  text-align: center;
  display: table;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

.timeline-panel .timeline-heading h4 {
  color: var(--primary);
  margin-top: 5%;
}

#skew-back-1 {
  background-color: var(--primary);
  height: 85px;
  transform: skew(0deg, 2deg);
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
/*Video arrows*/
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 8%;
}
.arrows svg {
  width: 100%;
}
.arrows path {
  stroke: var(--secondary);
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }

  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }

  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

#news {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

.news-card {
  background-color: var(--secondary);
  margin-right: 60px;
  height: 370px;
}

#about {
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

#services,
#products {
  padding-top: 30px;
  padding-bottom: 30px;
}

.welcome-exo {
  font-size: 25pt;
  color: var(--secondary);
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: -15px;
}

.welcome-small {
  font-size: 9pt;
  color: var(--secondary);
  font-family: "Roboto", sans-serif;
  letter-spacing: 6px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.title-small {
  font-size: 8pt;
  color: #212121;
  font-family: "Roboto", sans-serif;
  letter-spacing: 6px;
  margin-bottom: 0;
}

.title-large {
  font-size: 25pt;
  color: #212121;
  font-family: "Roboto", sans-serif;
}

.title-clients {
  font-size: 20pt;
  color: #212121;
  font-family: "Roboto", sans-serif;
}

.paragraph-normal {
  color: var(--secondary);
  font-size: 16pt;
  font-family: "Roboto", sans-serif;
  margin-bottom: 23px;
}

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

.row-timeline {
  padding-top: 100px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

hr {
  margin-bottom: 80px;
}

.item {
  outline: none;
  border: none;
  border: 1px solid #efefef;
  background-color: #f9f9f9;
  margin: 10px;
}

.item img {
  margin: 0 auto;
  padding: 20px;
}

.item a:active,
a:focus {
  outline: none;
}

.navbar-fixed-top {
  border-bottom: none;
}

.outer-container {
  padding: 0;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  outline: none;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  border-radius: 50%;
}
.overlay a.expand {
  opacity: 0;
  transition: all 0.4s;
}

a.expand {
  position: relative;
  z-index: 100;
  text-align: center;
  color: var(--secondary);
  line-height: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

#basicModalServices {
  background-color: var(--secondary);
}

.modal-content-left {
  padding: 25px 15px;
}

.modal-content-right {
  padding: 0;
}

.img-centered {
  margin: 15px auto;
  width: 50%;
  border-radius: 50%;
}

.social-media {
  margin: 0 30px;
  padding-bottom: 25px;
  text-align: center;
}

.services-modal-header {
  height: 30vh;
  overflow: hidden;
  /* background: linear-gradient(180deg, #dcdcdc 73%, gray 73%); */
}

.services-modal-header > img {
  width: 100%;
  max-width: 100%;
}

.services-img {
  height: 100%;
  float: right;
}

.services-body {
  text-align: justify;
}

.services-knowledge img {
  margin: auto;
  max-width: 60px;
}

div.item a img {
  max-width: 150px;
}

#services-modal-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--primary);
  max-width: 100%;
}

.tech-pipe {
  border-left: 5px solid var(--primary);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a.expand > span.fa:hover {
  color: lightgray;
  transition: all 0.1s;
}

button.close {
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--secondary);
  z-index: 999;
  text-shadow: none;
}

button.close:hover,
button.close:focus {
  color: var(--secondary);
  filter: alpha(opacity=70);
  opacity: 0.7;
}

div.servicesModalClick {
  cursor: pointer;
}

.services-icon {
  margin: 15px auto;
}

.services-icon i {
  color: var(--secondary);
}

.description-div {
  margin: 3%;
  padding: 20px;
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);

  max-height: 50vh;
  overflow-y: scroll;
}

.description-div p {
  margin: 0;
}

.cards-wrapper {
  max-width: 100%;
}

body.modal-open {
  overflow: hidden;
}

#intro {
  padding-bottom: 30px;
  background-color: var(--primary);
}

#intro .thumbnail {
  background: transparent;
  color: var(--white);
}

#intro .thumbnail .caption {
  color: var(--white);
}

#why-us .list-group-item > * {
  display: inline;
}

@media (max-width: 1199px) {
  /*md*/
  p,
  ul,
  ol,
  a {
    font-size: 12pt;
  }

  #header {
    min-height: 640px;
  }

  .hr-overlay-top {
    top: 130px;
  }

  .services-knowledge img {
    max-width: 80px;
  }
}

@media (min-width: 991px) {
  /* navbar-default */
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: var(--secondary);
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0px #222222;
  }

  .navbar-default .nav > li.menu-button > a,
  .navbar-default .nav > li.menu-button > a:focus {
    color: var(--primary);
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: var(--primary);
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 0%,
      #222222 0%,
      #222222 0%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0)
    );
    text-decoration: none;
  }

  .navbar-default.affix {
    background-color: var(--secondary);
    border-color: rgba(34, 34, 34, 0.05);
  }

  .navbar-default.affix .navbar-header .navbar-brand {
    color: var(--primary);
    font-size: 14px;
  }

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: var(--primary);
  }

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
    text-shadow: 1px 1px rgba(0, 0, 0, 0);
  }

  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: var(--primary);
  }

  .service-box {
    margin: 20px auto 0;
  }

  #header {
    min-height: 400px;
  }
}

@media (max-width: 991px) {
  /* navbar collapse */
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-collapse.collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-height: 500px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-default .nav > li.menu-button a {
    color: var(--primary);
  }

  /*sm*/
  p,
  ul,
  ol,
  a {
    font-size: 10pt;
  }

  #header {
    min-height: 550px;
  }

  .cards-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5%;
  }

  hr.primary {
    margin-bottom: 40px;
  }

  #contact {
    height: 400px;
  }

  #map {
    height: 650px;
  }

  #skew-back-1 {
    margin-top: -95px;
  }

  #skew-back {
    padding-top: 80px;
  }

  .welcome-exo {
    font-size: 20pt;
  }

  .title-large {
    font-size: 23pt;
  }

  .welcome-small {
    font-size: 8pt;
  }

  .paragraph-normal {
    font-size: 11pt;
  }

  #about {
    padding-bottom: 70px;
  }

  #services {
    padding-top: 70px;
  }

  hr {
    margin-bottom: 50px;
  }

  .hr-overlay-top,
  .hr-overlay-bottom {
    display: none;
  }

  a.expand {
    font-size: 10pt;
  }

  .right-content {
    padding: 25px 15px;
  }

  .btn-active,
  .btn-inactive {
    border-radius: 0 !important;
  }

  .btn-inactive {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {

  header .header-content {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 50px;
  }

  header .header-content .header-content-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }

  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .welcome-exo {
    font-size: 16pt;
  }

  .title-large {
    font-size: 18pt;
  }

  #services:hover .hr-title {
    max-width: 80px !important;
  }

  #clients:hover .hr-title {
    max-width: 50px !important;
  }

  .btn-xl {
    padding: 10px 20px;
  }

  button.close {
    color: var(--primary);
    background: var(--secondary);
  }

  .product-row {
    margin-top: 15% !important;
  }
}

@media (max-width: 767px) and (min-width: 350px) {
  .modal-dialog h3 {
    font-size: 16pt;
  }

  .modal-dialog h4 {
    font-size: 12pt;
  }

  .hr-overlay-top,
  .hr-overlay-bottom {
    display: none;
  }

  a.expand {
    font-size: 12pt;
  }
}

@media (max-width: 480px) {
  header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 160% 60%;
    text-align: center;
    color: var(--secondary);
    background-origin: initial;
    background-clip: initial;
    background-blend-mode: overlay;
    position: relative;
    min-height: 0 !important;
    max-height: 80%;
  }

  .header-content-inner h1 {
    font-size: 15px;
  }
  .header-content-inner h2 {
    font-size: 12px;
  }
}

.serviceDetailsText {
  text-decoration: none;
  list-style-type: none;
  margin: 4%;
}

.serviceDetailsText a {
  color: var(--secondary);
}

/********************************************************************/

/*                          PRODUCTS                               */

/********************************************************************/
.product-image img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.product-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  color: var(--primary);
}

.product-subtitle {
  font-size: 20px;
  font-weight: bold;
}

.product-description {
  margin-top: 5%;
  padding: 15px;
}

/********************************************************************/

/*               PAGINATION CUSTOM POSTS, POSTS                    */

/********************************************************************/
#pagination {
  text-align: center;
}

#pagination {
  text-align: center;
}

.pagination {
  margin: 0 auto;
  clear: both;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination a {
  cursor: pointer;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px;
  text-decoration: none;
  width: auto;
  color: #48474c;
  background: #ebebeb;
}

.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 9.5px 10px;
  text-decoration: none;
  width: auto;
  color: #48474c;
  background: #ebebeb;
}

.pagination a:hover {
  color: var(--secondary);
  background: #48474c;
}

.pagination .current {
  background: #48474c;
  color: var(--secondary);
}

/********************************************************************/

/*                        COMMENTS SECTION                         */

/********************************************************************/
.comments-area {
  border-top: 4px solid #f1f1f1;
  margin-top: 40px;
}

.last-field {
  margin-bottom: 50px;
}

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

.comment-body {
  padding-bottom: 0;
}

.children {
  background-color: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  margin-left: 60px;
}

.children .comment-author:before {
  background-color: var(--secondary);
}

.comment-title {
  margin: 60px 0;
}

/********************************************************************/

/*                PAGINATION CUSTOM POSTS, POSTS                    */

/********************************************************************/
#pagination {
  text-align: center;
}

.pagination {
  clear: both;
  position: relative;
  margin: 0 auto;
  align-items: center;
  font-size: 11px;
  line-height: 13px;
}

.pagination a {
  cursor: pointer;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 12px;
  text-decoration: none;
  width: auto;
  color: #48474c;
  background: #ebebeb;
}

.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 12px;
  text-decoration: none;
  width: auto;
  color: #48474c;
  background: #ebebeb;
}

.pagination a:hover {
  color: var(--secondary);
  background: #48474c;
}

.pagination .current {
  cursor: auto;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 12px;
  text-decoration: none;
  width: auto;
  background: #48474c;
  color: var(--secondary);
}

/********************************************************************/

/*                        COMMENTS SECTION                         */

/********************************************************************/
.comments-area {
  border-top: 4px solid #f1f1f1;
  margin-top: 40px;
}

.last-field {
  margin-bottom: 50px;
}

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

.comment-body {
  padding-bottom: 0;
}

.children {
  background-color: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  margin-left: 60px;
}

.children .comment-author:before {
  background-color: var(--secondary);
}

/********************************************************************/

/*                               NEWS                               */

/********************************************************************/

#modal-content {
  margin-top: 50px;
  min-height: 70%;
}

.card-img {
  width: 20%;
  margin-top: -32px;
  position: relative;
  margin-bottom: 15%;
}

.news-title {
  padding: 25px 0;
  margin-top: 25px;
  background: var(--secondary);
}

.news-title-content {
  font-size: 24px;
  color: var(--primary);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.news-tagline {
  text-align: center;
  margin-top: 50px;
}

.card-img img {
  border: 0;
  width: 500%;
  height: 100%;
}

.news-container {
  margin-bottom: 10px;
  color: black;
  border: 3px solid var(--primary);
}

.news-container div:hover {
  color: var(--secondary);
  background-color: var(--primary);
}

.btn-news {
  margin: 25px;
}

.product-desc {
  padding: 0 5px;
  background-color: var(--primary);
  color: var(--secondary);
  width: 100%;
}

.product-desc h1 {
  padding-top: 15px;
  margin-top: 0;
  font-size: 26px;
}

.product-desc p {
  padding-bottom: 15px;
  font-size: 16px;
}

.products-container {
  margin-top: 4%;
  margin-bottom: 4%;
}

.product-link {
  margin-top: 15px;
}

.products-container,
.product-container {
  margin-top: 5%;
}

.archive_pagination {
  margin-top: 4%;
}

.fa-arrow-circle-o-right,
.fa-arrow-circle-o-left {
  margin: 0 !important;
  z-index: 99999;
}

.fa-white {
  color: var(--secondary);
}

/********************************************************************/

/*                        NEWS Slider CSS                          */

/********************************************************************/
* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-track {
  padding: 0 0;
}

.slick-slide {
  width: 400px;
  margin: 0 5px;
  outline: none;
  transition: all ease-in-out 0.3s;
}

@media (min-width: 1200px) {
  .slick-prev:before {
    color: var(--primary);
    margin-left: -30px;
    position: relative;
    z-index: -1;
  }

  .slick-next:before {
    color: var(--primary);
    margin-right: -35px;
    position: relative;
    z-index: -1;
  }
}

@media only screen and (min-width: 991px) {
  .menu-button {
    background-color: var(--secondary);
    border: 2px solid var(--primary);
    height: 35px;
    border-radius: 5px;
    margin-left: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 80px;
    margin-top: 7.5px;
    opacity: 0.8;
  }

  .navbar-default .nav > li.btn-outlined:hover,
  .navbar-default.affix .nav > li.btn-outlined:hover {
    background-color: var(--primary);
    opacity: 0.8;
  }
  .navbar-default .nav > li.btn-outlined > a:hover,
  .navbar-default.affix .nav > li.btn-outlined > a:hover {
    color: var(--secondary) !important;
  }
  .navbar-default .nav > li.btn-contained:hover,
  .navbar-default.affix .nav > li.btn-contained:hover {
    opacity: 0.8;
    color: var(--secondary);
  }
  .navbar-default .nav > li.btn-contained a:hover,
  .navbar-default .nav > li.btn-contained a:focus,
  .navbar-default .nav > li.btn-contained a:visited {
    color: var(--secondary) !important;
  }
  .navbar-default .nav > li.btn-outlined-news-blog a {
    color: var(--primary);
    text-shadow: none;
  }

  .btn-contained {
    background-color: var(--primary);
    color: var(--secondary);
  }
}

@media screen and (max-width: 768px) {
  .arrows {
    display: none;
  }
  /* .header-content-inner h1 {
    font-size: 15px;
  }
  .header-content-inner h2 {
    font-size: 12px;
  } */
  .slick-prev:before {
    color: var(--primary);
    margin-left: -10px;
    position: relative;
    z-index: -1;
  }

  .slick-next:before {
    color: var(--primary);
    margin-right: -10px;
    position: relative;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slick-prev:before {
    color: var(--primary);
    margin-left: -30px;
    position: relative;
    z-index: -1;
  }

  .slick-next:before {
    color: var(--primary);
    margin-right: -35px;
    position: relative;
    z-index: -1;
  }
}

.slick-slide:hover {
  z-index: 2;
  transform: scale(1.02);
  transition: 0.3s ease-in-out all;
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: var(--secondary);
  min-width: 270px;
  height: 450px;
  margin: 5px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 8px;
  padding: 0px;
}

.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: var(--primary);
  width: 100%;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: var(--secondary);
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-module .thumbnail .date .day {
  font-size: 18px;
}

.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}

.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: var(--secondary);
  width: 100%;
  height: 210px;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: var(--primary);
  padding: 10px 15px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #333333;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
}

.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}

.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}

.post-module a:hover {
  text-decoration: none;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container-card {
  max-width: 800px;
  min-width: 640px;
  margin: 0 auto;
}

@media only screen and (min-device-width: 120px) and (max-device-width: 980px) {
  .container-card {
    min-width: 40px;
  }
}

.container-card:before,
.container-card:after {
  content: "";
  display: block;
  clear: both;
}

.container-card .column {
  width: 50%;
  padding: 0 5px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.container-card .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.container-card .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.container-card .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.container-card .info span {
  color: #666666;
  font-size: 12px;
}

.container-card .info span a {
  color: #000000;
  text-decoration: none;
}

.container-card .info span .fa {
  color: var(--primary);
}

.align-center {
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

/********************************************************************/

/*                    SINGLE PAGE NEWS CSS                          */

/********************************************************************/

/* GLOBAL VARIABLES */
:root {
  --font: "Roboto", sans-serif;
  --fontOrigin: 1rem;
  /* 16px */
  --fontSmall: 0.625em;
  /* 10px */
  --fontMedium: 0.875em;
  /* 14px */
  --fontNormal: 1em;
  /* 16px */
  --fontLarge: 1.375em;
  /* 22px */
  --fontLight: 100;
  --fontRegular: 400;
  --speed: 0.65s;
}

@keyframes zoom {
  from {
    object-position: 0 50%;
  }

  to {
    object-position: 100% 50%;
  }
}

@keyframes blur {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(2, 2);
  }
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  grid-template-rows: auto;
  grid-template-areas:
    "menu menu menu"
    ". card .";
  width: 100vw;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu {
  grid-area: menu;
  align-self: end;
}

/*     CAREER BUTTON     */

.left-title-wrapper {
  padding: 25px 0;
}

.btn-career {
  cursor: pointer;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.btn-active {
  background-color: white;
  border-radius: 1.5rem 0 0 1.5rem;
}

.btn-inactive {
  background-color: #c0c0c0;
  border-radius: 0 1.5rem 1.5rem 0;
  margin-right: 10px;
}

/*    CAREER PAGINATION     */

.page-numbers {
  display: inline-block;
  background-color: var(--primary);
  padding: 5px 10px 5px 10px;
  margin: 0px 2px 15px 0px;
  color: var(--secondary);
  position: relative;
  text-align: center;
}

.nav-links a {
  color: var(--secondary);
}

.page-numbers.current {
  background-color: var(--primary);
  padding: 5px 10px 5px 10px;
  color: var(--secondary);
}

.page-numbers a:hover:not(.current) {
  background: var(--primary);
  color: var(--secondary);
}

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

.nav-links a:hover {
  background-color: var(--primary);
  padding: 5px 10px 5px 10px;
  color: var(--secondary);
}

.page-numbers:not(.current) {
  background-color: var(--primary);
  padding: 5px 10px 5px 10px;
  color: var(--secondary);
}

.page-numbers:not(.current):hover {
  background-color: var(--primary);
  padding: 5px 10px 5px 10px;
  color: var(--secondary);
  align-items: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

/*   CAREER MODAL CONTENT   */

.career-subtitle {
  color: var(--secondary);
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}

.career-text {
  color: var(--secondary);
  font-size: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.career-hr {
  max-width: 70%;
  margin-left: 15%;
  border-color: var(--secondary);
}

/*   SINGLE INTERNSHIP AND SINGLE JOBS   */

.jobs-image {
  padding-top: 15px;
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.internship-title-content,
.jobs-title-content,
.services-title-content {
  background: var(--secondary);
  color: var(--primary);
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 15px;
}

/********************************************************************/

/*                   Lending page CSS                               */

/********************************************************************/
nav#mainNav {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0),
    rgba(49,116,187, 0.26),
    rgba(255, 66, 67, 0.06)
  );
}

nav#mainNav.affix {
  background-color: var(--secondary);
}

p.bold {
  margin-top: 2%;
  font-size: 30px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary);
  }
}

/********************************************************************/

/*                           EXO BLOG                               */

/********************************************************************/

.img-blog {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.img-blog-header {
  width: 100%;
}

#headerS {
  padding-bottom: 0;
}

.post-date {
  position: absolute;
  z-index: 10;
  border: 1px solid #787878;
  background-color: var(--secondary);
  text-align: center;
}

.post-date a {
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font-family: "helveticaneuemedium";
}

.post-date a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: #878787;
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.sidebar-widget-area .single-blog-post .post-content h4 {
  margin-bottom: 10;
  line-height: 1;
}

.sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
  font-size: 16px;
  color: #000000;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
  font-size: 11px;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover,
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
  color: #000000;
}

.sidebar-widget-area .title {
  font-size: 18px;
}

.collapsible {
  background-color: grey;
  cursor: pointer;
  padding: 15px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--secondary);
}

.tag {
  align-self: flex-start;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  font-size: 10pt;
  position: relative;
  top: 7px;
}

.tag + .tag {
  margin-left: 0.5em;
}

.section-blog {
  padding-top: 0px;
  padding-bottom: 10px;
}

.mask {
  background-color: rgba(251, 251, 251, 0.15);
}

/* Blog Content Area */

.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .single-blog-thumbnail {
  position: relative;
  z-index: 1;
}

.line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 0px;
}

.post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.post-tag:hover,
.single-blog-area .single-blog-content .post-tag:focus {
  color: #000000;
}

.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0px;
}

.single-blog-area .single-blog-content h4 a:hover,
.single-blog-area .single-blog-content h4 a:focus {
  color: #30336b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 20px;
  }
}

.single-blog-area .single-blog-content > p {
  line-height: 2;
  margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content > p {
    margin-bottom: 30px;
  }
}

.single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block;
}

.single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px;
}

.single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}

.single-blog-area.blog-style-2 .single-blog-content > p {
  margin-bottom: 30px;
}

.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 20%;
}

.sidebar-widget-area .title {
  margin-bottom: 35px;
}

.sidebar-widget-area .title.subscribe-title {
  margin-bottom: 20px;
}

.sidebar-widget-area .single-blog-post {
  margin-bottom: 25px;
}

.sidebar-widget-area .single-blog-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  min-width: 115px;
  padding-right: 15px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag:hover,
.sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
  color: #000000;
}

.blog-post-author {
  position: absolute;
  z-index: 1;
  padding: 70px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c5c5c5;
}

.single-blog-wrapper .single-blog-area .single-blog-content {
  margin-left: 10px;
}

.author-info {
  position: absolute;
  width: 90%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Open Sans";
}

ul,
ol {
  margin: 0;
}

.mt-30 {
  margin-top: 30px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 10px;
}

.pt-30 {
  padding-top: 30px;
}

/*    Search Blog   */
.search {
  margin-bottom: 0px;
}

/*      Blog Comments    */

.comment {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 3px outset var(--primary);
  background-color: var(--secondary);
  font-family: "Roboto", sans-serif;
  color: #000000;
}

.fa-calendar {
  color: var(--primary);
  margin-left: 40px;
}

/********************************************************************/

/*                   Extra Small Devices, Phones                    */

/********************************************************************/

@media screen and (max-width: 768px) {
  /* Video */

  header .header-content {
    top: -7%;
  }

  /*  MODAL CONTENT   */

  #modal-content {
    height: auto;
  }

  #skew-back {
    margin-top: -27px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 1deg);
    margin-top: -22px;
    z-index: -1;
  }
}

/*       BLOG       */

@media only screen and (min-width: 320px) {
  .img-blog {
    height: 25%;
    padding: 50px 0px;
  }

  #headerS {
    padding-top: -5px;
    margin-top: 15px;
    height: 70px;
  }

  .form-control {
    width: 43%;
    font-size: 15px;
    font-weight: bold;
  }

  .post-date {
    left: 60px;
    top: 0px;
    padding: 2px 5px;
  }

  .post-date a {
    font-size: 13px;
  }

  .post-date a span {
    font-size: 10px;
  }

  .sidebar-widget-area {
    margin-top: 0px;
    margin-right: 32px;
    margin-bottom: 10px;
  }

  #imgPost {
    width: 85%;
  }

  .recent-blog {
    margin-right: 45px;
    font-size: 15px;
  }

  .sidebar-widget-area .title {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .collapsible {
    width: 30%;
  }
}

@media only screen and (min-width: 480px) {
  .img-blog {
    height: 15%;
  }
}

/********************************************************************/

/*                      Small Devices, Tablets                      */

/********************************************************************/

/****************** iPad *****************/

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* Video */

  .video {
    width: 100%;
  }

  #skew-back {
    margin-top: -30px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 1deg);
    margin-top: -51px;
    z-index: -1;
  }
}

/*      BLOG      */

@media only screen and (min-width: 600px) {
  .img-blog {
    height: 40%;
  }

  #headerS {
    padding-top: 10px;
    margin-top: 25px;
    height: 55px;
  }

  .form-control {
    width: 45%;
    font-size: 16px;
    font-weight: bold;
  }

  .post-date {
    left: 60px;
    top: 10px;
    padding: 2px 5px;
  }

  #imgPost {
    width: 50%;
  }

  .recent-blog {
    font-size: 13px;
  }

  .collapsible {
    width: 15%;
  }
}

/********************************************************************/

/*                    Medium Devices, Desktops                      */

/********************************************************************/

/*********************************Apple MacBook 12-inch/Pro 13-inch/Pro 15-inch AND Microsoft Surface Book *************************************/

@media (min-width: 2300px) and (max-width: 3000px) {
  /* Video */

  .video {
    height: 100%;
    width: 100%;
  }

  #skew-back {
    margin-top: -40px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 1deg);
    margin-top: -51px;
    z-index: -1;
  }

  /*       BLOG      */

  .img-blog {
    height: 33%;
  }

  #headerS {
    padding-top: 10px;
    margin-top: 25px;
    height: 55px;
  }

  .form-control {
    width: 47%;
    font-size: 16px;
    font-weight: bold;
  }

  .post-date {
    left: 130px;
    top: 45px;
    padding: 10px 10px;
  }

  .post-date a {
    font-size: 24px;
  }

  .post-date a span {
    font-size: 11px;
  }

  .sidebar-widget-area {
    margin-top: 65px;
  }

  #imgPost {
    width: 100%;
  }

  .recent-blog {
    margin-right: 0px;
    font-size: 18px;
  }

  .collapsible {
    width: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .img-blog {
    height: 30%;
  }
}

/*********************************Desktop/laptop with FullHD display*************************************/

@media (min-width: 1600px) {
  .right-content {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1600px) and (max-width: 2300px) and (min-height: 700px) and (max-height: 850px) {
  #modal-content {
    height: auto;
  }
}

@media (min-width: 1600px) and (max-width: 2300px) and (min-height: 850px) and (max-height: 2000px) {
  /* Video */

  .video {
    height: 100%;
    width: 100%;
  }

  #skew-back {
    margin-top: -40px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 2deg);
    margin-top: -51px;
    z-index: -1;
  }

  /*       BLOG      */

  .img-blog {
    height: 33%;
  }

  #headerS {
    padding-top: 10px;
    margin-top: 25px;
    height: 55px;
  }

  .form-control {
    width: 47%;
    font-size: 16px;
    font-weight: bold;
  }

  .post-date {
    left: 130px;
    top: 45px;
    padding: 10px 10px;
  }

  .post-date a {
    font-size: 24px;
  }

  .post-date a span {
    font-size: 11px;
  }

  .sidebar-widget-area {
    margin-top: 65px;
  }

  #imgPost {
    width: 100%;
  }

  .recent-blog {
    margin-right: 0px;
    font-size: 18px;
  }

  .collapsible {
    width: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .img-blog {
    height: 30%;
  }
}

/***************************Laptops with medium DPI(Apple MacBook Air 11-inch) AND Laptops with high DPI(Apple MacBook Air 13-inch)*******************************************/

@media (min-width: 1360px) and (max-width: 1600px) {
  /* Video */
  header .header-content {
    top: 35%;
  }

  .video {
    height: 100%;
    width: 100%;
  }

  #skew-back {
    margin-top: -30px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 1deg);
    margin-top: -51px;
    z-index: -1;
  }

  /*       BLOG      */

  .img-blog {
    height: 33%;
  }

  #headerS {
    padding-top: 10px;
    margin-top: 25px;
    height: 55px;
  }

  .form-control {
    width: 47%;
    font-size: 16px;
    font-weight: bold;
  }

  .post-date {
    left: 130px;
    top: 45px;
    padding: 10px 10px;
  }

  .post-date a {
    font-size: 24px;
  }

  .post-date a span {
    font-size: 11px;
  }

  .sidebar-widget-area {
    margin-top: 65px;
  }

  #imgPost {
    width: 100%;
  }

  .recent-blog {
    margin-right: 0px;
    font-size: 18px;
  }

  .collapsible {
    width: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .img-blog {
    height: 30%;
  }
}

/*********************************Laptops with low DPI*************************************/

@media (min-width: 1200px) and (max-width: 1360px) {
  /* Video */

  header .header-content {
    top: 37%;
  }

  .video {
    height: 100%;
    width: 100%;
  }

  #skew-back {
    margin-top: -30px;
  }

  #skew-back-1 {
    background-color: var(--primary);
    height: 85px;
    transform: skew(0deg, 1deg);
    margin-top: -51px;
    z-index: -1;
  }

  /*       BLOG      */

  .img-blog {
    height: 33%;
  }

  #headerS {
    padding-top: 10px;
    margin-top: 25px;
    height: 55px;
  }

  .form-control {
    width: 47%;
    font-size: 16px;
    font-weight: bold;
  }

  .post-date {
    left: 130px;
    top: 45px;
    padding: 10px 10px;
  }

  .post-date a {
    font-size: 24px;
  }

  .post-date a span {
    font-size: 11px;
  }

  .sidebar-widget-area {
    margin-top: 65px;
  }

  #imgPost {
    width: 100%;
  }

  .recent-blog {
    margin-right: 0px;
    font-size: 18px;
  }

  .collapsible {
    width: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .img-blog {
    height: 30%;
  }
}

@media (min-width: 900px) and (max-width: 1200px) and (min-height: 500px) and (max-height: 700px) {
  #modal-content {
    height: auto;
  }
}

/********************************************************************/

/*                          HOME PAGE                               */

/********************************************************************/

#video-wrapper {
  overflow: hidden;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes blinkLoader {
  3% {
    background-color: rgba(255, 255, 255);
    opacity: 1;
  }
}

#skew-back {
  padding-top: 85px;
  overflow: hidden;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}

.row.d-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.card-wrapper,
.career-card-wrapper {
  margin-bottom: 15px;
}

.card-border {
  border: 1px solid var(--primary);
  border-radius: 8px;
}

.label-danger {
  background: var(--primary);
  color: var(--secondary);
}

.card-container {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  backdrop-filter: blur(21.5px);
  border-radius: 1.5rem;
  height: 95%;
}

.card-container:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-image-wrapper,
.services-card-image-wrapper {
  height: 350px;
  border-radius: 1.5rem 1.5rem 0 0;
}

.card-body-wrapper {
  padding: 15px;
}

.card-body-wrapper h3 {
  font-weight: 400;
  font-size: 23px;
  margin: 0;
}

.category-lbl {
  color: var(--secondary);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-top: 28px;
  padding-left: 20px;
  font-size: 20px;
  margin-top: 0px;
}

.card-header {
  color: var(--secondary);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-left: 20px;
  font-size: 27px;
}

.post-data-wrapper {
  padding: 15px;
}

.post-meta-wrapper {
  display: flex;
  justify-content: space-between;
}

.card-container a:hover,
.career-card-wrapper a:hover {
  text-decoration: none;
}

.post-meta-wrapper small {
  font-size: 8pt;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.text-stroke {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* CAREER CARD */

.career-card-container { 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  backdrop-filter: blur(21.5px);
  border-radius: 1.5rem;
  display: flex;
  height: 100%;
}

.career-card-container div.career-card-wrapper-left p {
  font-size: 12px;
}

.career-card-wrapper-left {
  width: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.career-card-wrapper-right {
  width: 45%;
  mask-image: linear-gradient(to left, black, transparent); 
}

.title-career {
  color: #000;
}

  
/* BLOG MAIN CARDS */

.blog-card-container {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  backdrop-filter: blur(21.5px);
  border-radius: 1.5rem;
  overflow-wrap: break-word;
}

.blog-card-container:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.blog-card-image-wrapper {
  height: 230px;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 0px;
}

.blog-card-body-wrapper {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-bottom: 3px;
  overflow-wrap: break-word;
  text-align: left;
  padding-left: 15px;
  padding-right: 1px;
}

.blog-card-body-wrapper h3 {
  font-weight: 600;
  font-size: 21px;
}

.cards-wrapper a {
  text-decoration:none;
  color:#333;
  font-weight: 400;
}

.blog-card-tag-button {
  padding: 7px;
  text-align: center;
  margin: 1%;
  border-radius: 15px;
  border: 0.600px solid #3C3C43;
  background: var(--secondary);
}
  
.input-shade {
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  backdrop-filter: blur(21.5px);
  border-radius: 1.5rem;
}

.input-shade:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.no-border {
  border: none;
}

.no-spacing h3,
.no-spacing p {
  margin: 0;
  line-height: 1;
}

.background-primary {
  background-color: var(--primary);
}

.background-primary h2,
.background-primary .thumbnail,
.background-primary .thumbnail h3,
.background-primary .thumbnail p {
  background-color: transparent;
  color: var(--secondary);
}

/*Additional css*/

.container_text_industries h2{
	margin-bottom:20px;
}
