@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
body {
  height: 100%;
  color: #3e444d;
  background-color: #f4f5f7;
}

html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

#wrapper {
  height: 100%;
  width: 100%;
}

img {
  -webkit-backface-visibility: hidden;
  width: auto\9 ;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

section, aside {
  padding: 50px 0;
}

@media (min-width: 767px) {
  section {
    padding: 80px 0;
  }
}
.well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ebedf1;
}

.jumbotron {
  background-color: #fdfdfd;
}

.page-header {
  border-bottom-color: #d6dae2;
}

.img-light-border {
  border: 5px solid #f4f5f7;
}

.img-dark-border {
  border: 5px solid #3e444d;
}

.light-rgbad-border {
  border: solid 15px rgba(244, 245, 247, 0.5);
}

.dark-rgbad-border {
  border: solid 15px rgba(62, 68, 77, 0.5);
}

.img-centered {
  margin: 0 auto;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

::-moz-selection, ::selection {
  text-shadow: none;
  background: rgba(67, 154, 213, 0.5);
}

img::-moz-selection, img::selection, img::-moz-selection {
  background: transparent;
}

body {
  webkit-tap-highlight-color: rgba(67, 154, 213, 0.5);
}

.owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls .owl-buttons div {
  background: #c8cdd7;
}

.modal-dialog {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

p {
  margin: 0 0 20px;
}

.heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.script {
  font-family: "Montserrat", sans-serif;
}

.allcaps {
  text-transform: uppercase !important;
}

hr.primary, hr.light, hr.dark {
  max-width: 100px;
  margin: 18px auto;
  margin-bottom: 50px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  hr.primary, hr.light, hr.dark {
    margin-bottom: 35px;
  }
}
hr.primary {
  border-top: 2.9px solid #FF0000;
}
hr.light {
  border-top: 6px solid #f4f5f7;
}
hr.dark {
  border-top: 6px solid #3e444d;
}
hr.primary-small, hr.light-small, hr.dark-small {
  max-width: 50px;
  margin: 15px auto;
}
hr.primary-small {
  border-top: 3px solid #439ad5;
}
hr.light-small {
  border-top: 3px solid #f4f5f7;
}
hr.dark-small {
  border-top: 3px solid #3e444d;
}

.text-dark {
  color: #3e444d;
}

.text-light {
  color: #f4f5f7;
}

.text-primary {
  color: #439ad5;
}

.text-success {
  color: #2ecc71;
}

.text-info {
  color: #5fc9d3;
}

.text-warning {
  color: #e67e22;
}

.text-danger {
  color: #e74c3c;
}

@media (min-width: 767px) {
  p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
  }
}
a {
  color: #439ad5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2a80bb;
  outline: none;
}
a.light-text {
  color: #d6dae2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.light-text:hover, a.light-text:focus {
  text-decoration: none;
  color: #b9bfcc;
  outline: none;
}

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

.navbar {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.navbar-dark, .navbar-light {
  background-color: #3e444d;
  margin-bottom: 0;
  border-bottom: 1px solid #33383f;
}

.navbar-dark a, .navbar-light a {
  color: #f4f5f7;
}

.navbar-dark .navbar-brand, .navbar-light .navbar-brand {
  font-weight: 700;
  padding: 0;
}

.navbar-dark .navbar-brand:focus, .navbar-light .navbar-brand:focus {
  outline: none;
}

.navbar-dark .navbar-brand .logo, .navbar-light .navbar-brand .logo {
  display: inherit;
}

.navbar-dark .navbar-brand .logo-collapse, .navbar-light .navbar-brand .logo-collapse {
  display: none;
}

.navbar-dark .navbar-brand .logo img, .navbar-dark .navbar-brand .logo-collapse img {
  height: 30px;
  margin: 9px 0 0 10px;
}

.navbar-light .navbar-brand .logo img, .navbar-light .navbar-brand .logo-collapse img {
  max-height: 40px;
  margin: 7px 0 0 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: rgba(244, 245, 247, 0.5);
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #f4f5f7;
}
.navbar-toggle:focus, .navbar-toggle:active {
  outline: none;
}

@media (min-width: 767px) {
  .navbar-dark, .navbar-light {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-dark .navbar-brand .logo img, .navbar-dark .navbar-brand .logo-collapse img {
    height: 30px;
    margin: 0;
    margin-top: 8px;
  }

  .navbar-light .navbar-brand .logo img, .navbar-light .navbar-brand .logo-collapse img {
    max-height: 50px;
    margin: 0;
  }

  .navbar-dark .nav li, .navbar-light .nav li {
    margin-right: 0;
  }

  .navbar-dark .nav li:last-child, .navbar-light .nav li:last-child {
    margin-right: 0px;
  }

  .navbar-dark .nav li a, .navbar-light .nav li a {
    color: #f4f5f7;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .navbar-dark .nav li a:after, .navbar-light .nav li a:after {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.7px;
    background: #FF0000;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .navbar-dark .nav li a::after, .navbar-light .nav li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .navbar-dark .nav li a:hover, .navbar-dark .nav li a:focus, .navbar-dark .nav li a:active {
    color: #f4f5f7;
    outline: none;
    background-color: transparent;
  }

  .navbar-light .nav li a:hover, .navbar-light .nav li a:focus, .navbar-light .nav li a:active {
    color: #f4f5f7;
    outline: none;
    background-color: transparent;
  }

  .navbar-dark .nav li a:hover::after, .navbar-dark .nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .navbar-light .nav li a:hover::after, .navbar-light .nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .navbar-dark .nav li.active a, .navbar-light .nav li.active a {
    background-color: transparent;
    color: #FF0000 !important;
  }

  .navbar-dark.top-nav-collapse, .navbar-light.top-nav-collapse {
    padding: 5px 0;
    border-bottom: 1px solid;
    border-color: rgba(62, 68, 77, 0.5);
  }

  .navbar-dark.top-nav-collapse {
    background-color: #3e444d;
    border-color: #33383f;
  }
  .navbar-dark.top-nav-collapse a, .navbar-dark.top-nav-collapse li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a:after {
    background: #FF0000;
  }
  .navbar-dark.top-nav-collapse .nav li a:hover, .navbar-dark.top-nav-collapse .nav li a:focus, .navbar-dark.top-nav-collapse .nav li a:active {
    color: #f4f5f7;
  }

  .navbar-light.top-nav-collapse {
    background-color: #f4f5f7;
    border-color: rgba(62, 68, 77, 0.5);
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo {
    display: none;
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
    display: inherit;
  }
  .navbar-light.top-nav-collapse a, .navbar-light.top-nav-collapse li a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse .nav li a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse .nav li a:after {
    background: #439ad5;
  }
  .navbar-light.top-nav-collapse .nav li a:hover, .navbar-light.top-nav-collapse .nav li a:focus, .navbar-light.top-nav-collapse .nav li a:active {
    color: #3e444d;
  }
}
/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {
  .navbar-dark .navbar-brand .logo img, .navbar-dark .navbar-brand .logo-collapse img {
    height: 35px;
    margin: 0;
    margin-top: 6px;
  }
}
.intro-img, .intro-img-half, .intro-slider, .intro-slider-half, .intro-video {
  width: 100%;
  text-align: center;
}

.intro-img .intro-welcome, .intro-img-half .intro-welcome, .intro-slider .intro-welcome, .intro-slider-half .intro-welcome, .intro-video .intro-welcome {
  font-size: 20px;
  margin: 0;
  font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.intro-img .brand-heading, .intro-img-half .brand-heading, .intro-slider .brand-heading, .intro-slider-half .brand-heading, .intro-video .brand-heading {
  font-size: 30px;
  margin: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.intro-img .intro-body, .intro-img-half .intro-body, .intro-slider .intro-body, .intro-slider-half .intro-body, .intro-video .intro-body {
  position: relative;
}

.intro-img .overlay, .intro-img-half .overlay, .intro-slider .overlay, .intro-slider-half .overlay, .intro-video .overlay {
  display: none;
}

@media (min-width: 768px) {
  .intro-img .intro-welcome, .intro-slider .intro-welcome, .intro-video .intro-welcome, .intro-img-half .intro-welcome, .intro-slider-half .intro-welcome {
    font-size: 30px;
    margin: 0 0 -10px;
  }

  .intro-img .brand-heading, .intro-slider .brand-heading, .intro-video .brand-heading, .intro-img-half .brand-heading, .intro-slider-half .brand-heading {
    font-size: 55px;
  }

  .intro-img .intro-body, .intro-slider .intro-body, .intro-video .intro-body, .intro-img-half .intro-body, .intro-slider-half .intro-body {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .intro-img .overlay, .intro-slider .overlay, .intro-video .overlay, .intro-img-half .overlay, .intro-slider-half .overlay {
    display: block;
    width: 100%;
    background-color: black;
    background-image: url("../img/diagonal-noise.png");
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .intro-img .intro-welcome, .intro-slider .intro-welcome, .intro-video .intro-welcome, .intro-img-half .intro-welcome, .intro-slider-half .intro-welcome {
    font-size: 40px;
  }

  .intro-img .brand-heading, .intro-slider .brand-heading, .intro-video .brand-heading, .intro-img-half .brand-heading, .intro-slider-half .brand-heading {
    font-size: 70px;
  }
}
.intro-img, .intro-img-half, .intro-video {
  height: auto;
}

.intro-img, .intro-img-half, .intro-video {
  padding: 100px 0 50px;
}

.intro-slider, .intro-slider-half {
  padding: 0;
  height: 500px;
}

@media only screen and (min-width: 768px) {
  .intro-img, .intro-slider, .intro-video, .video-bg {
    padding: 0;
    height: 100%;
    min-height: 0;
  }

  .intro-img .overlay, .intro-slider .overlay, .intro-video .overlay, .video-bg .overlay {
    height: 100%;
  }

  .intro-img-half {
    height: 60%;
    min-height: 0;
  }
  .intro-img-half .overlay {
    height: 60%;
    min-height: 0;
  }

  .intro-slider-half {
    height: 60%;
    min-height: 0;
  }
  .intro-slider-half .overlay {
    height: 100%;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .intro-img-half .intro-body {
    top: 15%;
  }

  .intro-slider .intro-body {
    top: 0;
  }

  .intro-slider-half .intro-body {
    top: 0;
    margin-top: -25px;
  }
}
.intro-img, .intro-img-half {
  background-color: #3e444d;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
}

.intro-img .carousel h4, .intro-img-half .carousel h4 {
  font-size: 16px;
  height: 50px;
}

.intro-slider, .intro-slider-half {
  background-color: #3e444d;
}

.intro-slider .carousel, .intro-slider-half .carousel {
  height: 100%;
}

.intro-slider .carousel h4, .intro-slider-half .carousel h4 {
  font-size: 22px;
}

.intro-slider .carousel-inner, .intro-slider-half .carousel-inner, .intro-slider .item, .intro-slider-half .item {
  height: 100%;
}

.intro-slider .carousel-caption, .intro-slider-half .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}

.intro-slider .fill, .intro-slider-half .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 768px) {
  .intro-slider .carousel-caption, .intro-slider-half .carousel-caption {
    width: auto;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 0;
  }

  .intro-slider .carousel h4, .intro-slider-half .carousel h4 {
    font-size: 26px;
  }

  .intro-slider .carousel-caption, .intro-slider-half .carousel-caption {
    width: auto;
  }
}
.video-bg {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  min-height: 0;
}
@media only screen and (max-width: 767px) {
  .video-bg {
    height: 70%;
  }
}

.intro-video {
  position: absolute;
  background: no-repeat bottom center scroll;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  bottom: 0;
}

@media (min-width: 768px) {
  .intro-video {
    position: absolute;
    background: transparent;
  }
}
.intro-img .carousel h4, .intro-img-half .carousel h4, .intro-video .carousel h4 {
  font-size: 16px;
  height: 50px;
}

@media (min-width: 768px) {
  .intro-img .carousel h4, .intro-img-half .carousel h4, .intro-video .carousel h4 {
    font-size: 22px;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .intro-img .carousel h4, .intro-img-half .carousel h4, .intro-video .carousel h4 {
    font-size: 26px;
    height: auto;
  }
}
.intro-dark-bg {
  color: #f4f5f7;
}

.intro-light-bg {
  color: #3e444d;
}

.carousel-rgba .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-rgba .carousel-inner .active {
  opacity: 1;
}
.carousel-rgba .carousel-inner .active.left, .carousel-rgba .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-rgba .carousel-inner .next.left, .carousel-rgba .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-rgba .carousel-control {
  z-index: 2;
}

.btn-scroll-dark, .btn-scroll-light {
  font-size: 30px;
  background: transparent;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 45px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-scroll-dark:hover, .btn-scroll-dark:focus, .btn-scroll-dark:active {
  outline: none;
}

.btn-scroll-light:hover, .btn-scroll-light:focus, .btn-scroll-light:active {
  outline: none;
}

.btn-scroll-dark {
  color: #3e444d;
  border: 2px solid #3e444d;
}
.btn-scroll-dark:hover, .btn-scroll-dark:focus, .btn-scroll-dark:active {
  color: #3e444d;
  background: rgba(62, 68, 77, 0.2);
}

.btn-scroll-light {
  color: #f4f5f7;
  border: 2px solid #f4f5f7;
}
.btn-scroll-light:hover, .btn-scroll-light:focus, .btn-scroll-light:active {
  color: #f4f5f7;
  background: rgba(244, 245, 247, 0.2);
}

.about-1 #about-1-carousel .item, .about-1 #about-3-carousel .item {
  margin: 30px;
}

.about-3 #about-1-carousel .item, .about-3 #about-3-carousel .item {
  margin: 30px;
}

.about-1 #about-1-carousel .item .info .list-inline, .about-1 #about-3-carousel .item .info .list-inline {
  font-size: 18px;
}

.about-3 #about-1-carousel .item .info .list-inline, .about-3 #about-3-carousel .item .info .list-inline {
  font-size: 18px;
}

.about-1 #about-1-carousel .item .info p, .about-1 #about-3-carousel .item .info p {
  margin: 0 0 10px;
}

.about-3 #about-1-carousel .item .info p, .about-3 #about-3-carousel .item .info p {
  margin: 0 0 10px;
}

@media (min-width: 767px) {
  .about-1 #about-1-carousel .item, .about-1 #about-3-carousel .item {
    width: 225px;
    height: 225px;
    margin: 15px auto;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-box-shadow: inset 0 0 0 15px rgba(244, 245, 247, 0.5);
    box-shadow: inset 0 0 0 15px rgba(244, 245, 247, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: cover;
    -o-background-size: cover;
  }

  .about-3 #about-1-carousel .item, .about-3 #about-3-carousel .item {
    width: 225px;
    height: 225px;
    margin: 15px auto;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-box-shadow: inset 0 0 0 15px rgba(244, 245, 247, 0.5);
    box-shadow: inset 0 0 0 15px rgba(244, 245, 247, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: cover;
    -o-background-size: cover;
  }

  .about-1 #about-1-carousel .item:hover, .about-1 #about-3-carousel .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .about-3 #about-1-carousel .item:hover, .about-3 #about-3-carousel .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .about-1 #about-1-carousel .item:hover .info, .about-1 #about-3-carousel .item:hover .info {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .about-3 #about-1-carousel .item:hover .info, .about-3 #about-3-carousel .item:hover .info {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .about-1 #about-1-carousel .item:hover .info p, .about-1 #about-1-carousel .item:hover .info ul {
    opacity: 1;
  }
  .about-1 #about-3-carousel .item:hover .info p, .about-1 #about-3-carousel .item:hover .info ul {
    opacity: 1;
  }

  .about-3 #about-1-carousel .item:hover .info p, .about-3 #about-1-carousel .item:hover .info ul {
    opacity: 1;
  }
  .about-3 #about-3-carousel .item:hover .info p, .about-3 #about-3-carousel .item:hover .info ul {
    opacity: 1;
  }

  .about-1 #about-1-carousel .item .info, .about-1 #about-3-carousel .item .info {
    position: absolute;
    background: rgba(67, 154, 213, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
  }

  .about-3 #about-1-carousel .item .info, .about-3 #about-3-carousel .item .info {
    position: absolute;
    background: rgba(67, 154, 213, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
  }

  .about-1 #about-1-carousel .item .info h3, .about-1 #about-3-carousel .item .info h3 {
    color: #f4f5f7;
    font-size: 24px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 120px;
  }

  .about-3 #about-1-carousel .item .info h3, .about-3 #about-3-carousel .item .info h3 {
    color: #f4f5f7;
    font-size: 24px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 120px;
  }

  .about-1 #about-1-carousel .item .info p, .about-1 #about-3-carousel .item .info p {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(244, 245, 247, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }

  .about-3 #about-1-carousel .item .info p, .about-3 #about-3-carousel .item .info p {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(244, 245, 247, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }

  .about-1 #about-1-carousel .item .info ul, .about-1 #about-3-carousel .item .info ul {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }

  .about-3 #about-1-carousel .item .info ul, .about-3 #about-3-carousel .item .info ul {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }

  .about-1 #about-1-carousel .item .info ul li a, .about-1 #about-3-carousel .item .info ul li a {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
  }

  .about-3 #about-1-carousel .item .info ul li a, .about-3 #about-3-carousel .item .info ul li a {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
  }

  .about-1 #about-1-carousel .item .info ul li a:hover, .about-1 #about-3-carousel .item .info ul li a:hover {
    color: #f4f5f7;
  }

  .about-3 #about-1-carousel .item .info ul li a:hover, .about-3 #about-3-carousel .item .info ul li a:hover {
    color: #f4f5f7;
  }
}
@media (min-width: 767px) {
  .about-img-1 {
    background-image: url(../img/demo-portraits/portrait-1.jpg);
  }

  .about-img-2 {
    background-image: url(../img/demo-portraits/portrait-2.jpg);
  }

  .about-img-3 {
    background-image: url(../img/demo-portraits/portrait-3.jpg);
  }

  .about-img-4 {
    background-image: url(../img/demo-portraits/portrait-4.jpg);
  }
}
.blog-1 .blog-col {
  max-width: 400px;
  margin: 0 auto;
}
.blog-1 .blog-col .blog-preview-img {
  display: block;
  position: relative;
}
.blog-1 .blog-col .blog-preview-img .caption {
  background: rgba(62, 68, 77, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.blog-1 .blog-col .blog-preview-img .caption:hover {
  opacity: 1;
}
.blog-1 .blog-col .blog-preview-img .caption .caption-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
  color: #f4f5f7;
}
.blog-1 .blog-col .blog-preview-img * {
  z-index: 2;
}
.blog-1 .blog-col .blog-preview-content {
  background-color: #f4f5f7;
  color: #3e444d;
  padding: 25px;
  margin-bottom: 15px;
}
.blog-1 .blog-col .blog-preview-content h3 {
  margin: 0 0 10px;
}
.blog-1 .blog-col .blog-preview-content h3 a {
  color: #3e444d;
}
.blog-1 .blog-col .blog-preview-content h3 a:hover {
  color: #439ad5;
}
.blog-1 .blog-col .blog-preview-content p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
.blog-1 .blog-col .blog-preview-content ul.meta {
  font-size: 14px;
  color: rgba(62, 68, 77, 0.5);
}
.blog-1 .blog-col .blog-preview-content .continue {
  font-size: 14px;
  padding-bottom: 15px;
}

@media (min-width: 767px) {
  .blog-1 .blog-preview-content {
    margin-bottom: 30px;
  }
}
.blog-2 .blog-col {
  margin-bottom: 15px;
}
.blog-2 .blog-col .blog-item {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.blog-2 .blog-col .blog-item .caption {
  background: rgba(62, 68, 77, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.blog-2 .blog-col .blog-item .caption:hover {
  opacity: 1;
}
.blog-2 .blog-col .blog-item .caption .caption-content {
  padding: 25px;
  color: #f4f5f7;
}
.blog-2 .blog-col .blog-item .caption .caption-content h3 {
  margin: 0;
  padding-bottom: 15px;
}
.blog-2 .blog-col .blog-item .caption .caption-content p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
.blog-2 .blog-col .blog-item .caption .caption-content ul.meta {
  font-size: 14px;
  color: rgba(62, 68, 77, 0.5);
}
.blog-2 * {
  z-index: 2;
}

@media (min-width: 767px) {
  .blog-2 .blog-col {
    margin-bottom: 30px;
  }
}
.contact-1 form .floating-label-form-group, .contact-2 form .floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.contact-2 form .floating-label-form-group input, .contact-2 form .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none;
}

.contact-1 form .floating-label-form-group label, .contact-2 form .floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.contact-1 form .floating-label-form-group::not(:first-child), .contact-2 form .floating-label-form-group::not(:first-child) {
  padding-left: 14px;
}

.contact-1 form .floating-label-form-group-with-value label, .contact-2 form .floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.contact-1.bg-parallax-light form .floating-label-form-group::not(:first-child), .contact-2.bg-parallax-light form .floating-label-form-group::not(:first-child) {
  border-left: 1px solid #555d69;
}

.contact-2 form .floating-label-form-group .form-control, .contact-2.bg-lighter form .floating-label-form-group .form-control {
  color: #6b7686;
}

.contact-1.bg-parallax-light form .floating-label-form-group .form-control, .contact-2.bg-parallax-light form .floating-label-form-group .form-control {
  color: #6b7686;
}

.contact-2 form .row:first-child .floating-label-form-group, .contact-2.bg-lighter form .row:first-child .floating-label-form-group {
  border-top: 1px solid #555d69;
}

.contact-1 ::-webkit-input-placeholder, .contact-1.bg-lighter ::-webkit-input-placeholder {
  color: #555d69 !important;
}

.contact-2 ::-webkit-input-placeholder, .contact-2.bg-lighter ::-webkit-input-placeholder {
  color: #555d69 !important;
}

.contact-1.bg-parallax-light ::-webkit-input-placeholder, .contact-2.bg-parallax-light ::-webkit-input-placeholder {
  color: #555d69 !important;
}

.contact-1 :-moz-placeholder, .contact-1.bg-lighter :-moz-placeholder {
  color: #555d69 !important;
}

.contact-2 :-moz-placeholder, .contact-2.bg-lighter :-moz-placeholder {
  color: #555d69 !important;
}

.contact-1.bg-parallax-light :-moz-placeholder, .contact-2.bg-parallax-light :-moz-placeholder {
  color: #555d69 !important;
}

.contact-1 ::-moz-placeholder, .contact-1.bg-lighter ::-moz-placeholder {
  color: #555d69 !important;
}

.contact-2 ::-moz-placeholder, .contact-2.bg-lighter ::-moz-placeholder {
  color: #555d69 !important;
}

.contact-1.bg-parallax-light ::-moz-placeholder, .contact-2.bg-parallax-light ::-moz-placeholder {
  color: #555d69 !important;
}

.contact-1 :-ms-input-placeholder, .contact-1.bg-lighter :-ms-input-placeholder {
  color: #555d69 !important;
}

.contact-2 :-ms-input-placeholder, .contact-2.bg-lighter :-ms-input-placeholder {
  color: #555d69 !important;
}

.contact-1.bg-parallax-light :-ms-input-placeholder, .contact-2.bg-parallax-light :-ms-input-placeholder {
  color: #555d69 !important;
}

.contact-1.bg-parallax-dark form .floating-label-form-group, .contact-1.bg-dark form .floating-label-form-group, .contact-1.bg-primary form .floating-label-form-group, .contact-1.bg-secondary form .floating-label-form-group, .contact-1.bg-success form .floating-label-form-group, .contact-1.bg-info form .floating-label-form-group, .contact-1.bg-warning form .floating-label-form-group, .contact-1.bg-danger form .floating-label-form-group {
  border-bottom: 1px solid #f4f5f7;
}

.contact-2.bg-parallax-dark form .floating-label-form-group, .contact-2.bg-dark form .floating-label-form-group, .contact-2.bg-primary form .floating-label-form-group, .contact-2.bg-secondary form .floating-label-form-group, .contact-2.bg-success form .floating-label-form-group, .contact-2.bg-info form .floating-label-form-group, .contact-2.bg-warning form .floating-label-form-group, .contact-2.bg-danger form .floating-label-form-group {
  border-bottom: 1px solid #f4f5f7;
}

.contact-1.bg-parallax-dark form .floating-label-form-group::not(:first-child), .contact-1.bg-dark form .floating-label-form-group::not(:first-child), .contact-1.bg-primary form .floating-label-form-group::not(:first-child), .contact-1.bg-secondary form .floating-label-form-group::not(:first-child), .contact-1.bg-success form .floating-label-form-group::not(:first-child), .contact-1.bg-info form .floating-label-form-group::not(:first-child), .contact-1.bg-warning form .floating-label-form-group::not(:first-child), .contact-1.bg-danger form .floating-label-form-group::not(:first-child) {
  border-left: 1px solid #f4f5f7;
}

.contact-2.bg-parallax-dark form .floating-label-form-group::not(:first-child), .contact-2.bg-dark form .floating-label-form-group::not(:first-child), .contact-2.bg-primary form .floating-label-form-group::not(:first-child), .contact-2.bg-secondary form .floating-label-form-group::not(:first-child), .contact-2.bg-success form .floating-label-form-group::not(:first-child), .contact-2.bg-info form .floating-label-form-group::not(:first-child), .contact-2.bg-warning form .floating-label-form-group::not(:first-child), .contact-2.bg-danger form .floating-label-form-group::not(:first-child) {
  border-left: 1px solid #f4f5f7;
}

.contact-1.bg-parallax-dark form .floating-label-form-group .form-control, .contact-1.bg-dark form .floating-label-form-group .form-control, .contact-1.bg-primary form .floating-label-form-group .form-control, .contact-1.bg-secondary form .floating-label-form-group .form-control, .contact-1.bg-success form .floating-label-form-group .form-control, .contact-1.bg-info form .floating-label-form-group .form-control, .contact-1.bg-warning form .floating-label-form-group .form-control, .contact-1.bg-danger form .floating-label-form-group .form-control {
  color: white;
}

.contact-2.bg-parallax-dark form .floating-label-form-group .form-control, .contact-2.bg-dark form .floating-label-form-group .form-control, .contact-2.bg-primary form .floating-label-form-group .form-control, .contact-2.bg-secondary form .floating-label-form-group .form-control, .contact-2.bg-success form .floating-label-form-group .form-control, .contact-2.bg-info form .floating-label-form-group .form-control, .contact-2.bg-warning form .floating-label-form-group .form-control, .contact-2.bg-danger form .floating-label-form-group .form-control {
  color: white;
}

.contact-1.bg-parallax-dark form .row:first-child .floating-label-form-group, .contact-1.bg-dark form .row:first-child .floating-label-form-group, .contact-1.bg-primary form .row:first-child .floating-label-form-group, .contact-1.bg-secondary form .row:first-child .floating-label-form-group, .contact-1.bg-success form .row:first-child .floating-label-form-group, .contact-1.bg-info form .row:first-child .floating-label-form-group, .contact-1.bg-warning form .row:first-child .floating-label-form-group, .contact-1.bg-danger form .row:first-child .floating-label-form-group {
  border-top: 1px solid #f4f5f7;
}

.contact-2.bg-parallax-dark form .row:first-child .floating-label-form-group, .contact-2.bg-dark form .row:first-child .floating-label-form-group, .contact-2.bg-primary form .row:first-child .floating-label-form-group, .contact-2.bg-secondary form .row:first-child .floating-label-form-group, .contact-2.bg-success form .row:first-child .floating-label-form-group, .contact-2.bg-info form .row:first-child .floating-label-form-group, .contact-2.bg-warning form .row:first-child .floating-label-form-group, .contact-2.bg-danger form .row:first-child .floating-label-form-group {
  border-top: 1px solid #f4f5f7;
}

.contact-1.bg-parallax-dark ::-webkit-input-placeholder, .contact-1.bg-dark ::-webkit-input-placeholder, .contact-1.bg-primary ::-webkit-input-placeholder, .contact-1.bg-secondary ::-webkit-input-placeholder, .contact-1.bg-success ::-webkit-input-placeholder, .contact-1.bg-info ::-webkit-input-placeholder, .contact-1.bg-warning ::-webkit-input-placeholder, .contact-1.bg-danger ::-webkit-input-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-2.bg-parallax-dark ::-webkit-input-placeholder, .contact-2.bg-dark ::-webkit-input-placeholder, .contact-2.bg-primary ::-webkit-input-placeholder, .contact-2.bg-secondary ::-webkit-input-placeholder, .contact-2.bg-success ::-webkit-input-placeholder, .contact-2.bg-info ::-webkit-input-placeholder, .contact-2.bg-warning ::-webkit-input-placeholder, .contact-2.bg-danger ::-webkit-input-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-1.bg-parallax-dark :-moz-placeholder, .contact-1.bg-dark :-moz-placeholder, .contact-1.bg-primary :-moz-placeholder, .contact-1.bg-secondary :-moz-placeholder, .contact-1.bg-success :-moz-placeholder, .contact-1.bg-info :-moz-placeholder, .contact-1.bg-warning :-moz-placeholder, .contact-1.bg-danger :-moz-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-2.bg-parallax-dark :-moz-placeholder, .contact-2.bg-dark :-moz-placeholder, .contact-2.bg-primary :-moz-placeholder, .contact-2.bg-secondary :-moz-placeholder, .contact-2.bg-success :-moz-placeholder, .contact-2.bg-info :-moz-placeholder, .contact-2.bg-warning :-moz-placeholder, .contact-2.bg-danger :-moz-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-1.bg-parallax-dark ::-moz-placeholder, .contact-1.bg-dark ::-moz-placeholder, .contact-1.bg-primary ::-moz-placeholder, .contact-1.bg-secondary ::-moz-placeholder, .contact-1.bg-success ::-moz-placeholder, .contact-1.bg-info ::-moz-placeholder, .contact-1.bg-warning ::-moz-placeholder, .contact-1.bg-danger ::-moz-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-2.bg-parallax-dark ::-moz-placeholder, .contact-2.bg-dark ::-moz-placeholder, .contact-2.bg-primary ::-moz-placeholder, .contact-2.bg-secondary ::-moz-placeholder, .contact-2.bg-success ::-moz-placeholder, .contact-2.bg-info ::-moz-placeholder, .contact-2.bg-warning ::-moz-placeholder, .contact-2.bg-danger ::-moz-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-1.bg-parallax-dark :-ms-input-placeholder, .contact-1.bg-dark :-ms-input-placeholder, .contact-1.bg-primary :-ms-input-placeholder, .contact-1.bg-secondary :-ms-input-placeholder, .contact-1.bg-success :-ms-input-placeholder, .contact-1.bg-info :-ms-input-placeholder, .contact-1.bg-warning :-ms-input-placeholder, .contact-1.bg-danger :-ms-input-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}

.contact-2 {
  position: relative;
  padding: 0;
  min-height: 732px;
}
.contact-2.bg-parallax-dark :-ms-input-placeholder, .contact-2.bg-dark :-ms-input-placeholder, .contact-2.bg-primary :-ms-input-placeholder, .contact-2.bg-secondary :-ms-input-placeholder, .contact-2.bg-success :-ms-input-placeholder, .contact-2.bg-info :-ms-input-placeholder, .contact-2.bg-warning :-ms-input-placeholder, .contact-2.bg-danger :-ms-input-placeholder {
  color: rgba(244, 245, 247, 0.8) !important;
}
.contact-2 .map-content {
  padding: 100px 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.contact-2 #map-canvas {
  opacity: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.bg-parallax-light, .bg-parallax-dark {
  width: 100%;
  height: auto;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}

.bg-parallax-light {
  color: #3e444d;
}

.bg-parallax-dark {
  color: #f4f5f7;
}

.aside-overlay, .section-overlay {
  background-color: rgba(67, 154, 213, 0.8);
}

.aside-overlay {
  padding: 50px 0;
}

.section-overlay {
  padding: 100px 0;
}

@media (min-width: 767px) {
  .bg-parallax-light, .bg-parallax-dark {
    background-attachment: fixed;
  }
}
.screen-cta {
  padding-bottom: 0;
  overflow-y: hidden;
}

.clients #clients-carousel {
  list-style: none;
  padding: 0;
}
.clients #clients-carousel li.item {
  margin: 0 15px;
}

.bg-light {
  background: #f4f5f7 !important;
  color: #3e444d !important;
}

.bg-dark {
  background: #3e444d !important;
  color: #f4f5f7 !important;
}

.bg-lighter {
  background: #fdfdfd;
  color: #3e444d !important;
}

.bg-primary {
  background: #439ad5 !important;
  color: #f4f5f7 !important;
}

.bg-success {
  background: #2ecc71 !important;
  color: #f4f5f7 !important;
}

.bg-info {
  background: #5fc9d3 !important;
  color: #f4f5f7 !important;
}

.bg-warning {
  background: #e67e22 !important;
  color: #f4f5f7 !important;
}

.bg-danger {
  background: #e74c3c !important;
  color: #f4f5f7 !important;
}

.portfolio-1 .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
.portfolio-1 .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.portfolio-1 .portfolio-item .portfolio-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(62, 68, 77, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.portfolio-1 .portfolio-item .portfolio-link .cap-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.portfolio-1 .portfolio-item .portfolio-link .cap-text h2 {
  text-align: end;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 15px;
  padding-top: 14px;
  margin: 0;
  line-height: 0.9;
  font-family: "Bebas Neue", cursive;
}
.portfolio-1 .portfolio-item .portfolio-link .cap-text .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
}
.portfolio-1 .portfolio-item .portfolio-link:hover::before {
  opacity: 1;
}
.portfolio-1 .portfolio-item .portfolio-link:hover .cap-text h2 {
  opacity: 0.2;
}
.portfolio-1 .portfolio-item .portfolio-link:hover .play-btn {
  opacity: 1;
}
.portfolio-1 * {
  z-index: 2;
}

@media (min-width: 767px) {
  .portfolio-1 .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-content {
  background-color: #f4f5f7;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #3e444d;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #3e444d;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .row.first {
  margin-top: 100px;
}
.portfolio-modal .page-header {
  margin-top: 0;
}
.portfolio-modal ul.project-details {
  margin-top: 15px;
}
.portfolio-modal ul.project-details li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6dae2;
}
.portfolio-modal ul.project-details li:first-child {
  padding-top: 15px;
  border-top: 1px solid #d6dae2;
}

ul#filters {
  padding-bottom: 15px;
}
ul#filters li button.btn-link {
  color: #3e444d;
}
ul#filters li button.btn-link:hover, ul#filters li button.btn-link:focus, ul#filters li button.btn-link:active, ul#filters li button.btn-link.active {
  color: #439ad5;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-2 #portfolio-2-carousel .item img {
  margin: 0 auto;
  padding: 10px 30px;
}
.portfolio-2 .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px;
}
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px;
}

@media (min-width: 767px) {
  .portfolio-2 #portfolio-2-carousel .item img {
    max-width: 725px;
  }
}
.pricing-col {
  max-width: 400px;
  margin: 0 auto;
}
.pricing-col .pricing-table {
  border: 1px solid #d6dae2;
  margin: 15px 0;
  background: #f4f5f7;
  color: #3e444d;
}
.pricing-col .pricing-table .pricing-heading {
  background-position: center center;
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
}
.pricing-col .pricing-table .pricing-heading h2 {
  padding: 40px 0 55px;
  margin: 0;
  color: #f4f5f7;
}
.pricing-col .pricing-table .content {
  position: relative;
  margin: 0;
}
.pricing-col .pricing-table .content .price {
  position: absolute;
  background: #f4f5f7;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  text-align: center;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 0 7px rgba(62, 68, 77, 0.2);
  box-shadow: 0 0 0 7px rgba(62, 68, 77, 0.2);
}
.pricing-col .pricing-table .content .price .amount {
  margin-top: 18px;
  font-size: 24px;
  display: block;
  line-height: 24px;
}
.pricing-col .pricing-table .content .price .period {
  font-style: italic;
  color: rgba(62, 68, 77, 0.5);
  font-size: 12px;
  display: block;
}
.pricing-col .pricing-table .content ul.pricing-items {
  padding: 55px 0 0;
  margin: 0;
}
.pricing-col .pricing-table .content ul.pricing-items li {
  padding: 15px;
  border-top: 1px solid rgba(62, 68, 77, 0.2);
}
.pricing-col .pricing-table .content ul.pricing-items li.item {
  font-style: italic;
}
.pricing-col .pricing-table .content ul.pricing-items li.pricing-button {
  text-align: center;
}
.pricing-col .pricing-table.featured {
  margin: 0;
}
.pricing-col .pricing-table.featured .pricing-heading {
  padding: 15px;
}
.pricing-col .pricing-table.featured .content .price, .pricing-col .pricing-table.featured ul.pricing-items li.item {
  font-weight: bold;
}

@media (max-width: 991px) {
  .pricing-col .pricing-table.featured {
    margin: 15px auto;
  }
  .pricing-col .pricing-table.featured .pricing-heading {
    padding: 0;
  }
}
.services-1 .icon {
  display: block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px auto;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  color: #f4f5f7;
  background: #439ad5;
}
.services-1 .icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.services-1 .icon:before {
  font-family: "fontawesome";
  speak: none;
  font-size: 50px;
  line-height: 125px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.services-1 .icon-effect .icon {
  -webkit-box-shadow: 0 0 0 8px rgba(67, 154, 213, 0.5);
  box-shadow: 0 0 0 8px rgba(67, 154, 213, 0.5);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.services-1 .icon-effect .icon:after {
  display: none;
}
.services-1 .icon-effect li:hover .icon {
  background: transparent;
  color: #439ad5;
  -webkit-box-shadow: 0 0 0 4px #439ad5;
  box-shadow: 0 0 0 4px #439ad5;
}
.services-1 .icon-effect li:hover .icon:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.services-1 #services-1-carousel .item {
  margin: 0 15px;
}
.services-1 .icon-rocket:before {
  content: "";
}
.services-1 .icon-code:before {
  content: "";
}
.services-1 .icon-mobile:before {
  content: "";
}
.services-1 .icon-envelope-o:before {
  content: "";
}
.services-1 .icon-pencil:before {
  content: "";
}
.services-1 .icon-wrench:before {
  content: "";
}
.services-1 .icon-info-circle:before {
  content: "";
}
.services-1 .icon-flag:before {
  content: "";
}
.services-1.bg-dark .icon, .services-1.bg-primary .icon, .services-1.bg-secondary .icon, .services-1.bg-success .icon, .services-1.bg-info .icon, .services-1.bg-warning .icon, .services-1.bg-danger .icon, .services-1.bg-parallax-dark .icon {
  color: #439ad5;
  background: #f4f5f7;
}
.services-1.bg-dark .icon-effect .icon, .services-1.bg-primary .icon-effect .icon, .services-1.bg-secondary .icon-effect .icon, .services-1.bg-success .icon-effect .icon, .services-1.bg-info .icon-effect .icon, .services-1.bg-warning .icon-effect .icon, .services-1.bg-danger .icon-effect .icon, .services-1.bg-parallax-dark .icon-effect .icon {
  -webkit-box-shadow: 0 0 0 8px rgba(244, 245, 247, 0.5);
  box-shadow: 0 0 0 8px rgba(244, 245, 247, 0.5);
}
.services-1.bg-dark .icon-effect li:hover .icon, .services-1.bg-primary .icon-effect li:hover .icon, .services-1.bg-secondary .icon-effect li:hover .icon, .services-1.bg-success .icon-effect li:hover .icon, .services-1.bg-info .icon-effect li:hover .icon, .services-1.bg-warning .icon-effect li:hover .icon, .services-1.bg-danger .icon-effect li:hover .icon, .services-1.bg-parallax-dark .icon-effect li:hover .icon {
  background: transparent;
  color: #f4f5f7;
  -webkit-box-shadow: 0 0 0 4px #f4f5f7;
  box-shadow: 0 0 0 4px #f4f5f7;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.services-2 .services-col {
  text-align: center;
  margin-bottom: 30px;
}
.services-2 .services-col h3, .services-2 .services-col i {
  margin: 0 0 15px;
}

@media (min-width: 767px) {
  .services-2 .services-col {
    text-align: inherit;
    margin-bottom: inherit;
  }
  .services-2 i {
    margin: 0 0 0;
  }
}
.services-3 h3, .services-3 p {
  text-align: center;
}
.services-3 .row .col-md-4 {
  margin-bottom: 15px;
}

.text-md-right {
  /** Medium devices (tablets, 768px and up) **/
}
@media (min-width: 992px) {
  .text-md-right {
    text-align: end;
  }
}

@media (min-width: 992px) {
  .footer-1 .row.vertical-align {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-1 {
    text-align: center;
  }
}
.footer-1 .img-responsive {
  display: inline-block;
}
.footer-1 .upper {
  padding: 50px 0;
  color: #f4f5f7;
  background-color: #000;
}
.footer-1 .upper p {
  color: rgba(244, 245, 247, 0.8);
}
.footer-1 .upper h2 {
  padding-bottom: 10px;
}
.footer-1 .upper h4 {
  padding-bottom: 10px;
  padding-top: 25px;
}
.footer-1 .upper .footer-links li {
  padding-bottom: 10px;
}
.footer-1 .upper .footer-links li a {
  color: #f4f5f7;
}
.footer-1 .upper .footer-links li a:hover {
  color: #FF0000;
}
.footer-1 .lower {
  padding: 15px 0;
  background-color: #111214;
}
.footer-1 .lower .small {
  color: rgba(244, 245, 247, 0.7);
}

@media (max-width: 990px) {
  .footer-1, .footer-2 {
    text-align: center;
  }
}
.browser-demo {
  background-color: #e8ebf0;
  border-radius: 20px;
  height: auto;
  padding: 0 5px 5px;
}
.browser-demo .inner {
  background-color: #fff;
  padding: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
}
.browser-demo .img-demo-bar {
  padding: 20px;
}
.browser-demo .fly-in {
  background-color: #f4f5f7;
  margin-bottom: 20px;
  border: 2px dashed #d9dce1;
  display: table;
  width: 100%;
}
.browser-demo .fly-in-name {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.browser-demo .fly-in-name h5 {
  padding: 15px 0;
}
.browser-demo .last {
  margin-bottom: 0;
}
.browser-demo .nav {
  height: 50px;
}
.browser-demo .intro {
  height: 250px;
}
.browser-demo .about, .browser-demo .services, .browser-demo .contact {
  height: 150px;
}

p.demo-text {
  font-family: "Pacifico", serif;
  margin-top: 20px;
  font-size: 25px;
}

/*# sourceMappingURL=spectrum.css.map */
/*--------------------------------------------------------------
# nav
--------------------------------------------------------------*/
.social-nav {
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .social-nav {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .social-nav {
    margin-left: 0;
  }
}
.social-nav li a {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  padding: 10px 2px;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 482px) {
  .social-nav li a {
    padding: 0px 1px;
  }
}
.social-nav li a::after {
  display: none;
}
.social-nav li a img {
  height: 27px;
}
@media only screen and (max-width: 482px) {
  .social-nav li a img {
    height: 18px;
  }
}
.social-nav li a:hover {
  background: none;
}

.video-bg .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .video-bg .flex-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
  }
}
.video-bg .btn-main {
  order: 1;
}
@media only screen and (max-width: 575px) {
  .video-bg .btn-main {
    order: 2;
    margin: 12px 0px;
  }
}
.video-bg .page-scroll {
  order: 2;
}
@media only screen and (max-width: 575px) {
  .video-bg .page-scroll {
    order: 3;
    width: 100%;
  }
}
.video-bg .con-links {
  display: flex;
  flex-direction: column;
  order: 3;
}
@media only screen and (max-width: 575px) {
  .video-bg .con-links {
    order: 1;
    width: 100%;
  }
}
.video-bg .con-links .mail-link {
  display: inline-block;
  color: #fff;
  margin-bottom: 2px;
}
.video-bg .con-links a {
  display: inline-block;
  font-size: 16px;
  color: #eee;
}

.btn-main {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  padding: 11px 30px;
  background-color: #FF0000;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in;
  outline: none;
  text-transform: uppercase;
}
.btn-main:hover, .btn-main:focus {
  color: #fff;
  background-color: #ff3333;
}

.btn-main-2 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  padding: 11px 30px;
  background-color: #3e444d;
  border-radius: 15px;
  color: #fff !important;
  font-size: 16px;
  transition: all 0.2s ease-in;
  outline: none;
  text-transform: uppercase;
}
.btn-main-2:hover, .btn-main-2:focus {
  color: #fff;
  background-color: #555d69;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about {
  background-color: #3e444d;
}
.about .abt-text h2 {
  font-size: 33px;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .about .abt-text h2 {
    margin-bottom: 36px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about .abt-text h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 482px) {
  .about .abt-text h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.about .abt-text .spe-p {
  position: relative;
  font-size: 17px;
  color: #fff;
  padding-left: 30px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about .abt-text .spe-p {
    font-size: 16px;
    padding-left: 16px;
  }
}
.about .abt-text .spe-p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #FF0000;
}
.about .abt-text a {
  opacity: 1;
  display: inline-block;
  color: #98B5DD;
}

/*--------------------------------------------------------------
# portfolio-1
--------------------------------------------------------------*/
.portfolio-1 #filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-1 #filters li {
  margin-bottom: 10px;
}
.portfolio-1 #filters li .btn-tab {
  display: inline-block;
  border: 0;
  width: 180px;
  height: 60px;
  background-color: #3e444d;
  color: #eee;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  outline: none !important;
}
.portfolio-1 #filters li .btn-tab:hover {
  background-color: #1f1f1f;
}
.portfolio-1 #filters li .btn-tab.active {
  background-color: #1f1f1f !important;
}
@media only screen and (max-width: 482px) {
  .portfolio-1 #filters li .btn-tab {
    font-size: 11.5px;
    width: 150px;
    height: 45px;
  }
}

/*--------------------------------------------------------------
# clients-carousel
--------------------------------------------------------------*/
#clients-carousel .item img {
  width: 150px;
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #clients-carousel .item img {
    height: 100px;
  }
}
#clients-carousel .owl-controls {
  margin-top: 50px;
}
@media only screen and (max-width: 482px) {
  #clients-carousel .owl-controls {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# nick
--------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
.nick {
  background-color: #f4f5f7;
}
@media (min-width: 768px) {
  .nick .row.vertical-align {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .nick {
    text-align: center;
  }
}
.nick .nick-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.nick .author-image {
  width: 300px;
  min-width: 300px;
  height: 300px;
  border-radius: 100%;
}
.nick .nick-text {
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .nick .nick-text {
    padding-left: 0;
    padding-top: 16px;
  }
}
.nick .nick-text h2 {
  font-weight: 500;
  font-size: 35px;
  margin: 0;
  margin-bottom: 14px;
  color: #6e6e6e;
}
@media only screen and (max-width: 767px) {
  .nick .nick-text h2 {
    font-size: 24px;
  }
}
.nick .nick-text p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #6e6e6e;
}
@media only screen and (max-width: 767px) {
  .nick .nick-text p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/
.cta {
  background-color: #3d444e;
}
.cta .ctr-text .fade-text {
  color: #c3c3c3;
  margin-top: 0;
  margin-bottom: 30px;
}
.cta .ctr-text .cta-single:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cta .ctr-text .cta-single:not(:last-child) {
    margin-bottom: 24px;
  }
}
.cta .ctr-text .cta-single h5 {
  color: #fff;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .cta .ctr-text .cta-single h5 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.cta .ctr-text .cta-single p {
  margin: 0;
  color: #c3c3c3;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 15px;
}

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.contact-1 .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .contact-1 .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.contact-1 .flex-row .con-links a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 482px) {
  .contact-1 .flex-row .con-links a {
    font-size: 15px;
  }
}
.contact-1 .flex-row .con-links .mail-link {
  font-weight: 500;
}
.contact-1 .flex-row .btn-send {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  padding: 15px 30px;
  background-color: #FF0000;
  border-radius: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
@media only screen and (max-width: 482px) {
  .contact-1 .flex-row .btn-send {
    padding: 12px 26px;
    font-size: 16px;
  }
}
.contact-1 .flex-row .btn-send:hover {
  color: #fff;
  opacity: 0.7;
}
.contact-1 .floating-label-form-group label {
  color: #fff;
}
.contact-1 .floating-label-form-group input,
.contact-1 .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  font-size: 1.3em;
  box-shadow: none;
  resize: none;
  padding: 20px 15px;
  min-height: 50px;
  border-radius: 10px;
}
.contact-1 .floating-label-form-group input:focus,
.contact-1 .floating-label-form-group textarea:focus {
  border-color: #FF0000;
}
.contact-1 .form-group ul {
  list-style: none;
  padding: 0;
}

#modal-fullscreen.modal.fade .modal-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  top: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#modal-fullscreen.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
  opacity: 1;
}

.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-fullscreen .modal-header {
  border: 0;
}
.modal-fullscreen .modal-header .close {
  font-size: 34px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1;
  background-color: #FF0000;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(30, 30, 30, 0.7);
}

.modal-fullscreen .modal-body {
  width: 100%;
  height: 90vh;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

.btn-open-modal {
  margin-bottom: 0.5em;
}

.contact-1 {
  width: 100%;
}

.d-block {
  display: block;
  width: 100%;
  height: 100%;
}

footer .footer-logo {
  height: 43px;
}
@media only screen and (max-width: 991px) {
  footer .footer-logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  footer .list-inline {
    margin-top: 15px;
  }
}
footer .list-inline li {
  padding: 0;
}
footer .list-inline li:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 482px) {
  footer .list-inline li:not(:last-child) {
    margin-right: 1px;
  }
}
footer .list-inline li a img {
  height: 27px;
}
@media only screen and (max-width: 482px) {
  footer .list-inline li a img {
    height: 19px;
  }
}

/*--------------------------------------------------------------
# hero-page
--------------------------------------------------------------*/
.active-color {
  color: #FF0000 !important;
}

.bg-main {
  background-color: #3e444d;
  border-color: #33383f;
}

.hero-page {
  background: #f4f5f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 160px 0px 100px 0px;
}
@media only screen and (max-width: 767px) {
  .hero-page {
    padding: 120px 0px 100px 0px;
  }
}
.hero-page .hero-text {
  text-align: center;
}
.hero-page .hero-text h1 {
  margin-bottom: 0;
  position: relative;
  font-size: 46px;
  color: #6e6e6e;
}
@media only screen and (max-width: 991px) {
  .hero-page .hero-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-page .hero-text h1 {
    font-size: 36px;
  }
}
.hero-page .hero-text hr {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# case-study
--------------------------------------------------------------*/
.case-hero-page {
  background-color: #fff;
  padding: 60px;
  padding-bottom: 0px;
}

.case-study {
  background-color: #fff;
  padding-bottom: 60px;
}
.case-study .case-single {
  background-color: #f4f5f7;
  padding: 20px 20px;
  margin-bottom: 32px;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 991px) {
  .case-study .case-single .case-info {
    margin-bottom: 20px;
  }
}
.case-study .case-single .case-info .case-t {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.case-study .case-single .case-info .case-t h2 {
  margin-top: 10px;
  color: #111214;
  margin-bottom: 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 38px;
  color: #111214;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 1399px) {
  .case-study .case-single .case-info .case-t h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .case-study .case-single .case-info .case-t h2 {
    font-size: 30px;
    margin-bottom: 3px;
  }
}
.case-study .case-single .case-info .case-t p {
  margin: 0;
  text-decoration: none;
  color: #58585a;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .case-study .case-single .case-info .case-t p {
    font-size: 16px;
  }
}
.case-study .case-single .case-info .case-t::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #FF0000;
}
.case-study .case-single .case-text {
  color: #464545;
  margin: 0;
}
.case-study .case-single .case-btn {
  margin-top: 30px;
}
.case-study .case-single .case-btn .linked {
  display: inline-flex;
  text-decoration: underline;
  color: #FF0000;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-single .case-btn .linked {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .case-study .case-single .case-btn {
    margin-top: 20px;
  }
}
.case-study .case-single:hover {
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

/*--------------------------------------------------------------
# cta-2
--------------------------------------------------------------*/
.cta-2 {
  background-color: #3D444E;
}
.cta-2 .cta-t h2 {
  font-size: 33px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta-2 .cta-t h2 {
    font-size: 27px;
  }
}
.cta-2 .cta-t p {
  color: #fff;
}
.cta-2 .btn-main {
  padding: 15px 30px;
  font-size: 16px;
}

.d-block {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# hero-page
--------------------------------------------------------------*/
.bg-img {
  padding-top: 90px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bg-img {
    padding-top: 43px;
  }
}
.bg-img .img-cover {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .bg-img .img-cover {
    height: 200px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .bg-img .img-cover {
    height: 170px;
  }
}
@media only screen and (max-width: 482px) {
  .bg-img .img-cover {
    height: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .bg-img .img-cover.img-min-h {
    height: 150px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .bg-img .img-cover.img-min-h {
    height: 140px;
  }
}
@media only screen and (max-width: 577px) {
  .bg-img .img-cover.img-min-h {
    height: 120px;
  }
}
@media only screen and (max-width: 482px) {
  .bg-img .img-cover.img-min-h {
    height: 95px;
  }
}

.page-details {
  padding: 0;
}
.page-details .page-wrapper {
  background-color: #fff;
  padding: 50px 50px;
}
@media only screen and (max-width: 991px) {
  .page-details .page-wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-details .page-wrapper {
    padding: 40px 20px;
  }
}
.page-details .page-wrapper .case-t {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page-details .page-wrapper .case-t h2 {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 38px;
  color: #111214;
  font-weight: 400;
  line-height: 1.1;
}
.page-details .page-wrapper .case-t h2 a {
  display: block;
  text-decoration: none;
  color: #111214;
}
@media only screen and (max-width: 1399px) {
  .page-details .page-wrapper .case-t h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .page-details .page-wrapper .case-t h2 {
    font-size: 30px;
    margin-bottom: 3px;
  }
}
.page-details .page-wrapper .case-t p {
  color: #58585a;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-details .page-wrapper .case-t p {
    font-size: 16px;
  }
}
.page-details .page-wrapper .case-t::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #FF0000;
}
.page-details .page-wrapper .page-text p {
  color: #000000;
  font-weight: 400;
}
.page-details .page-wrapper .page-text p a {
  display: inline-block;
  color: #FF0000;
  font-weight: 500;
}
.page-details .page-wrapper .page-text p span {
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.page-details .pop-video {
  padding: 10px 0px 30px 0px;
}
.page-details .back-btn {
  text-align: left;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page-details .back-btn {
    padding-top: 6px;
  }
}

.owl-pagination .owl-page:nth-child(n+4) {
  display: none !important;
}

/*# sourceMappingURL=spectrum.css.map */