

h1 {
    text-align: left;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 15px 0 15px;
}
h2 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 15px 0 15px;
    font-size: 1.5rem;
}
h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 1.6rem;
}
h4 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 0 0 60px;
    font-size: 1.4rem;
}
h4::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #5942F4;
    left: 0;
    right: 0;
    bottom: -10px;
}
.bg-dark {
    background-color: #343a40!important;
}
.col-center {
    margin: 0 auto;
    float: none !important;
}
.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.carousel .overview {
    font-style: italic;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #5942F4;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
    border-top: 0;
    border-bottom: 0;
}
.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.copyright {
  color: #E0E0E0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.jumbotron {
  background-image: url("../img/assets/jumbo2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  min-height: 550px;
  padding-top: 0;
  border-radius: 0;
}
.jumbo-subbulet {
  margin-top: 40px;
}
.responsive {
  width: 100%;
  height: auto;
}
.glass-img-container {
    position: relative;
    float: right;
    height: 0;
}
.glass-img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 0;
    margin-top: 20px;
}
/*.top-left {
  position: absolute;
  left: 16px;
}*/
.hero {
  position: relative;
  display: inline-block;
  height: 100%;
}
iframe {
    border: none;
}
.intro-text {
  color: #E0E0E0;
}
nav.navbar {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  color: #E0E0E0 !important;
  font-family: "Montserrat", sans-serif;
}
.navbar-nav .nav-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.navbar-text {
  margin-right: 15px;
  height:50px;
}
.text-muted {
  color: #212529!important; /*6c757d*/
}
.project-caption {
  color: #007BFF;
  text-align: center;
}
.case-study-caption {
  color: #007BFF;
  text-align: center;
  padding-right : 30px;
  padding-left: 30px;
}
.case-study-text {
  padding-right : 30px;
  padding-left: 30px;
  margin-bottom: 1rem;
}
.row-case-study {
  padding: 40px 0 20px;
  text-align: center;
}
ul {
    list-style-type: disc;
    overflow: hidden;
    min-width: 350px;
}
.img {
  height: 300px;
  display: block;
  float: left;
  clear: right;
}
.img-fluid {
  height: 225px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#mainNav {
  padding-left: 47px;
  padding-right: 47px;
  background-image: url("../img/assets/jumbo3.jpg");
  background-size: cover;
}
@media (max-width: 576px) {
    #mainNav {
      padding-left: 35px;
      padding-right: 15px;
    }
}
#my-photo-container {
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#my-photo {
    width: 300px;
    height: 450px;
}
.image-caption {
    display: block;
    font-size:12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0;
}
.section-top {
    margin-top: 32px;
}
.text-justify {
    text-align: justify;
}
/* Slider */

        .slick-slide {
                margin: 0px 20px;
        }

        .slick-slide img {
                width: 100%;
        }

        .slick-slider
            {
                position: relative;
                    display: block;
                        box-sizing: border-box;
                            -webkit-user-select: none;
                                -moz-user-select: none;
                                    -ms-user-select: none;
                                                user-select: none;
                                                    -webkit-touch-callout: none;
                                                        -khtml-user-select: none;
                                                            -ms-touch-action: pan-y;
                                                                    touch-action: pan-y;
                                                                        -webkit-tap-highlight-color: transparent;
        }

        .slick-list
            {
                position: relative;
                    display: block;
                        overflow: hidden;
                            margin: 0;
                                padding: 0;
        }
        .slick-list:focus
            {
                outline: none;
        }
        .slick-list.dragging
            {
                cursor: pointer;
                    cursor: hand;
        }

        .slick-slider .slick-track,
        .slick-slider .slick-list
            {
                -webkit-transform: translate3d(0, 0, 0);
                       -moz-transform: translate3d(0, 0, 0);
                               -ms-transform: translate3d(0, 0, 0);
                                        -o-transform: translate3d(0, 0, 0);
                                                    transform: translate3d(0, 0, 0);
        }

        .slick-track
            {
                position: relative;
                    top: 0;
                        left: 0;
                            display: block;
        }
        .slick-track:before,
        .slick-track:after
            {
                display: table;
                    content: '';
        }
        .slick-track:after
            {
                clear: both;
        }
        .slick-loading .slick-track
            {
                visibility: hidden;
        }

        .slick-slide
            {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }
        [dir='rtl'] .slick-slide
            {
            float: right;
        }
        .slick-slide img
            {
            display: block;
        }
        .slick-slide.slick-loading img
            {
            display: none;
        }
        .slick-slide.dragging img
            {
            pointer-events: none;
        }
        .slick-initialized .slick-slide
            {
            display: block;
        }
        .slick-loading .slick-slide
            {
            visibility: hidden;
        }
        .slick-vertical .slick-slide
            {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }
        .slick-arrow.slick-hidden {
            display: none;
        }
