/*
 * Fonts
 */
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.page-id-70 .contact-section {
    background-image: url('../../../../uploads/2020/03/blog-bg.jpg');
    background-size: cover;
    background-position: right;
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../assets/fonts/robotocondensed-bold-webfont.html);
    src: url(../assets/fonts/robotocondensed-bold-webfont.html#iefix) format("embedded-opentype"), url(../assets/fonts/robotocondensed-bold-webfont.woff) format("woff"), url(../assets/fonts/robotocondensed-bold-webfont.woff2) format("woff2"), url(../assets/fonts/robotocondensed-bold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Light;
    src: url(../assets/fonts/roboto-light-webfont.html);
    src: url(../assets/fonts/roboto-light-webfont.html#iefix) format("embedded-opentype"), url(../assets/fonts/roboto-light-webfont.woff) format("woff"), url(../assets/fonts/roboto-light-webfont.woff2) format("woff2"), url(../assets/fonts/roboto-light-webfont-2.html) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../assets/fonts/roboto-regular-webfont.html);
    src: url(../assets/fonts/roboto-regular-webfont.html#iefix) format("embedded-opentype"), url(../assets/fonts/roboto-regular-webfont.woff) format("woff"), url(../assets/fonts/roboto-regular-webfont.woff2) format("woff2"), url(../assets/fonts/roboto-regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../assets/fonts/roboto-thin-webfont.eot);
    src: url(../assets/fonts/roboto-thin-webfont.eot#iefix) format("embedded-opentype"), url(../assets/fonts/roboto-thin-webfont.woff) format("woff"), url(../assets/fonts/roboto-thin-webfont.woff2) format("woff2"), url(../assets/fonts/roboto-thin-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../assets/fonts/opensans-regular-webfont.html);
    src: url(../assets/fonts/opensans-regular-webfont.html#iefix) format("embedded-opentype"), url(../assets/fonts/opensans-regular-webfont.woff) format("woff"), url(../assets/fonts/opensans-regular-webfont.woff2) format("woff2"), url(../assets/fonts/opensans-regular-webfont-2.html) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

.container-fluid {
    max-width: 1590px;
}

body {
    color: #696969;
    /*color: #1d1d1d;*/
    font-size: 15px;
    font-family: Roboto-Light;
    line-height: 22px;
}

.d-table {
    display: table;
}

.d-cell {
    display: table-cell;
}

.contact-section #player {
    /*width: 100%;
    height: 100%;*/
}

.header:before {
    content: "";
    background-image: linear-gradient(#6f5b5b, rgba(255, 255, 255, 0));
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
}

.header-fixed:before {
    display: none;
}

.grid {
    overflow: hidden;
}

.grid.video-post-types .video-item .ptitle {
    min-height: 59px;
}

.page-loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
}

.hidden-item {
    display: none;
}

.page-loader .d-table {
    height: 100%;
    margin: auto;
}

.page-loader .d-table .d-cell .loading-contents img {
    width: 100px;
}

.page-loader .d-table .d-cell .loading-contents p {
    font-size: 14px;
}

.page-loader .d-table .d-cell {
    text-align: center;
}

/*
 *  Global CSS
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: bold!important;
    margin-top: 30px;
    color: #364f6b;
    margin-bottom: 20px;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.mission-vision .media .media-body {
    width: 50%;
    padding-right: 0;
    padding: 15px;
}

.mission-vision .media .media-body:last-child {
    border-right: 0;
}

.mission-vision {
    padding: 60px 0;
}

.mission-vision .media .media-body img {
    width: 90px;
    display: block;
    margin: auto;
}

.page-template-page-about .container-space {
    padding-bottom: 0;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.main {
    /*padding-bottom: 60px;*/
}

.main.header-default-fixed {
    margin-top: 50px;
}

.main-about {
    margin-top: 30px;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    line-height: auto;
}

h2, .uk-h2 {
    font-size: 36px;
    font-weight: normal;
    line-height: auto;
}

h3 {
    font-size: 25px;
    font-weight: normal;
    line-height: auto;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: auto;
}

h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: auto;
}

h6 {
    font-size: 10px;
    font-weight: normal;
    line-height: auto;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    transition: all 0.3s;
    font-weight: 300;
}

.btn-lg {
    font-size: 13px;
}

.btn-primary {
    background-color: #9e0b0f;
    border: solid 3px #9e0b0f;
    color: #fff;
    border-radius: 0;
    font-family: Roboto-Light;
    font-size: 18px;
    padding: 10px 25px;
}

.btn-primary:hover, .btn-primary:focus {
    background: #580b0d;
    border: solid 3px #580b0d;
}

.btn-secondary {
    background-color: #e5552a;
    border: solid 3px #e5552a;
    font-size: 16.5px;
    color: #fff;
    border-radius: 0;
    font-family: Roboto-Light;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 7px 16px;
}

.videos-category-filter .btn-secondary {
    display: block;
    margin: auto;
    margin-bottom: 90px;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #d03c55;
    border: solid 3px #d03c55;
    color: #fff;
}

.btn-darkborder {
    background-color: transparent;
    border: solid 3px #000;
    color: #000;
    border-radius: 0;
    font-family: Roboto-Light;
    font-size: 18px;
    padding: 10px 25px;
}

.btn-darkborder:hover, .btn-darkborder:focus {
    background: #000;
    border: solid 3px #000;
    color: #fff;
}

.btn-redborder {
    background-color: transparent;
    border: solid 3px #9e0b0f;
    color: #fff;
    border-radius: 0;
    font-family: Roboto-Light;
    font-size: 18px;
    padding: 10px 25px;
}

.btn-redborder:hover, .btn-redborder:focus {
    background: #9e0b0f;
    border: solid 3px #9e0b0f;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse.collapse {
    align-items: center;
    justify-content: center;
    display: flex!important;
}

.desktop-menu {
    margin-right: 0;
}

.v-middle {
    vertical-align: middle;
}

.form-control {
    height: auto;
    padding: 10px;
    border-radius: 0;
    background-color: #e6e6e6;
}

/*
 *  Buttons
 */
/*
 *  Sections
 */
.homepage-banner {
    /*height: calc(100vh - 25vh);
    position: relative;
    overflow: hidden;
    min-height: 700px;*/
    position: relative;
    overflow: hidden;
    max-height: 80vh;
}

.video-banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.homepage-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.homepage-banner .media-body {
    text-align: right;
}

/*.homepage-banner:before{
      content: "";
    width: 100%;
        height: 18%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../assets/images/banner-overlay-bg.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
  background-repeat: no-repeat;
}*/
.homepage-banner .container, .homepage-banner .container .row, .homepage-banner .container .row .col-xs-12 {
    height: 100%;
}

.homepage-banner .media {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
}

.homepage-banner .media .media-object {
    max-height: 65%;
    height: 100%;
}

.homepage-banner .media-body a {
    font-size: 16.8px;
    padding: 10px 20px;
}

.homepage-banner h1, .homepage-banner h2, .homepage-banner h3, .homepage-banner h4, .homepage-banner h5, .homepage-banner h6, .homepage-banner p {
    color: #fff;
}

.homepage-banner .media-heading {
    font-family: 'Playfair Display', serif;
    font-weight: bold!important;
    font-size: 72px;
}

.text-contents {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.text-contents .line-title {
    margin-top: 0;
}

.text-contents .col-md-9 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}

.text-contents p {
    font-weight: 400;
    margin-bottom: 30px;
}

.text-contents p:last-child {
    margin-bottom: 0;
}

.video-post-types {
    background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 10px;
}

.video-post-types .thumb-video-holder {
    position: relative;
    overflow: hidden;
    /*max-height: 200px;*/
}

.cta-contact {
    background: #3fc1c9;
    min-height: 202px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.cta-contact .btn-secondary {
    min-width: 150px;
    margin-left: 30px;
}

.cta-contact .d-flex {
    display: inline-flex;
    text-align: center;
}

.cta-contact .col-xs-12 {
    text-align: center;
}

.cta-contact h2 {
    color: #fff;
    margin: 0;
}

.video-post-types .col-md-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.container-full-width {
    padding-left: 40px;
    padding-right: 40px;
}

.what-our-clients-say .thumb-video-holder {
    max-height: 210px;
}

.what-our-clients-say .uk-h2, .what-our-clients-say p {
    color: #fff;
}

.video-post-types .thumb-video-holder:hover .video-iframe-link, .video-post-types .thumb-video-holder:focus .video-iframe-link {
    opacity: 1;
    text-decoration: none;
}

.video-iframe-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(68, 68, 68, 0.81);
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-iframe-link span {
    display: table-cell!important;
    vertical-align: middle;
    color: #fff!important;
    text-decoration: none;
}

.blog-item-single:nth-child(even) {
    display: flex;
    align-items: center;
    justify-items: center;
}

.blog-item-single:nth-child(even) .blog-item-img-holder {
    order: 1;
}

.blog-item-single:nth-child(even) .blog-item-text-holder {
    padding-left: 80px;
    order: 2;
    align-self: center;
}

.blog-item-single:nth-child(odd) .blog-item-text-holder h5 {
    margin-top: 0;
}

.blog-item-single:nth-child(odd) {
    display: flex;
    align-items: center;
    justify-items: center;
}

.blog-item-single:nth-child(odd) .blog-item-img-holder {
    order: 2;
}

.blog-item-single:nth-child(odd) .blog-item-text-holder {
    padding-right: 80px;
    order: 1;
    align-self: center;
}

.blog-item-single:nth-child(odd) .blog-item-text-holder h5 {
    margin-top: 0;
}

.blog-item-single .blog-item-img-holder, .blog-item-single .blog-item-text-holder {
    width: 50%;
}

.blog-item-single .blog-item-img-holder img {
    width: 100%;
}

.blog-contents-wrapper {
    padding: 70px;
}

.pager li>a, .pager li>span {
    border-radius: 0;
}

.pager li>a {
    color: #696969;
}

.pager li>span {
    color: #fff;
}

.pager li.active span {
    background: #e5552a;
}

.blog-item-single {
    margin-bottom: 50px;
}

.single .main-default {
    padding: 90px 0;
    margin-top: 90px;
}

.single-blog-contents .alignright {
    float: right;
    margin-left: 5px;
    margin-bottom: 40px;
    max-width: 630px;
}

.single-blog-contents .aligncenter {
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 630px;
}

.single-blog-contents .alignleft {
    float: left;
    margin-right: 5px;
    margin-bottom: 40px;
    max-width: 630px;
}

.single-blog-contents p {
    margin-bottom: 30px;
}

.blog-item-single a {
    text-decoration: none;
}

.blog-item-single h5 {
    font-size: 30px;
}

.blog-item-single:last-child {
    margin-bottom: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #e5552a;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    /*border-bottom: solid 1px #eee;*/
}

.navbar-nav>li>.dropdown-menu {
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-menu>li>span {
    background: #3fc1c9;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
}

.main-default {
    padding: 60px 0;
}

.video-iframe-link span .fa {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}

.video-post-types .thumb-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-post-types .thumb-video-holder img {
    width: 100%;
}

.video-post-types h5 {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.video-post-types h5, .video-post-types span, .video-post-types h5 a {
    display: block;
}

.video-post-types h5 a {
    color: #333;
    display: block;
    min-height: 16px;
}

.video-post-types .video-item {
    margin-bottom: 40px;
}

.what-makes-us-different {
    padding-top: 90px;
    padding-bottom: 90px;
}

.what-makes-us-different .media {
    /*margin-top: 60px;*/
}

.what-makes-us-different p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.what-makes-us-different p:last-child {
    margin-bottom: 0;
}

.what-makes-us-different h2 {
    margin-top: 0;
}

.what-makes-us-different .col-md-6:last-child {
    padding-left: 40px;
}

.d-flex {
    display: flex;
}

.center-items {
    align-items: center;
    justify-items: center;
}

.container-space {
    padding: 90px 0;
}

.container-space .line-title {
    margin-top: 0;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width:1433px!important;
        width: 1433px!important;
    }
}

@media (min-width: 768px) and (max-width:1440px) {
    .videos-category-filter .filters .btn {
        font-size:10px;
    }

    .text-contents, .page-template-page-services-child .default-heading {
        padding-top: 40px!important;
        padding-bottom: 40px;
    }

    .homepage-banner {
        min-height: 600px;
    }

    /*  .text-contents, .video-post-types-holder, .client-logos, .video-post-types, body .video-production-services{
        padding-top: 40px;
      padding-bottom: 40px;
  }

  .page-template-page-services-child .default-heading, .page-template-page-services-child .videos-category-filter{
    padding-top:40px!important;
  }

  body .space-bottom-100{
    padding-bottom: 0;
  }

  .homepage-banner{
    min-height:600px;
  }*/
}

.what-makes-us-different .media .media-right {
    width: 50%;
    padding-left: 30px;
}

.what-makes-us-different .media .media-left p {
    margin-bottom: 20px;
}

.what-makes-us-different .media .media-body {
    padding-right: 30px;
}

.what-our-clients-say {
    background: #364f6b;
    padding: 70px 0;
    padding-bottom: 60px;
}

.what-our-clients-say h2, .what-our-clients-say h5 a, .what-our-clients-say span {
    color: #fff;
}

#map {
    min-height: 500px;
}

.call-to-action .cta-contacts li {
    margin-bottom: 10px;
}

.call-to-action .cta-contacts li:last-child {
    margin-bottom: 0;
}

.testimonials-slider-wrapper {
    background: #4a4a4a;
    padding: 30px 0;
    padding-bottom: 60px;
    overflow: hidden;
}

.testimonials-slider-wrapper h2, .testimonials-slider-wrapper h5, .testimonials-slider-wrapper strong, .testimonials-slider-wrapper p {
    color: #fff;
}

.testimonials-slider {
    margin-bottom: 0;
    position: relative;
}

.testimonials-slider:before {
    content: "";
    position: absolute;
    background-image: url(../../../../uploads/2020/02/quote-left-white.png);
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 53px;
    left: -90px;
    top: -20px;
}

.testimonials-slider:after {
    content: "";
    position: absolute;
    background-image: url(../../../../uploads/2020/02/quote-right-white.png);
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 53px;
    right: -90px;
    top: -20px;
}

.grid-testimonial-wrapper {
    position: relative;
}

.grid-testimonial-wrapper .uk-width-medium-3-5, .grid-testimonial-wrapper .uk-width-medium-2-5 {
    width: 50%;
    display: flex;
    align-items: center;
}

.grid-testimonial-wrapper .uk-width-medium-3-5:first-child {
    position: relative;
}

.grid-testimonial-wrapper .clients-testimonials-gridstack .uk-grid {
    margin-bottom: 0!important;
}

.grid-testimonial-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(../../../../uploads/2020/02/quote-left-red.png);
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 53px;
    left: -90px;
    top: 20px;
    display: none;
}

.grid-testimonial-wrapper:after {
    content: "";
    position: absolute;
    background-image: url(../../../../uploads/2020/02/quote-right-red.png);
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 53px;
    right: -90px;
    top: 20px;
    display: none;
}

.testimonials-slider .media-left {
    padding-right: 10px;
    width: 33%;
    text-align: center;
}

.testimonials-slider .media-left h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonials-slider .media-body p {
    line-height: 22px;
}

.testimonials-slider img {
    margin: auto;
    width: 111px;
    border-radius: 50%;
}

.client-logos img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.3s;
    opacity: 0.5;
}

.client-logos img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.video-production-services h5 {
    color: #333;
    font-size: 14px;
    margin-top: 25px;
}

.video-production-services h2.line-title {
    margin-top: 0;
}

.slick-slide:focus {
    outline: none;
}

.video-production-services img {
    margin: auto;
    display: block;
}

.video-production-services {
    padding-top: 90px;
    padding-bottom: 90px;
}

.client-logos {
    padding-top: 90px;
    padding-bottom: 90px;
}

.client-logos h2.line-title {
    margin-top: 0;
}

.client-logos img {
    display: block;
    margin: auto;
}

.video-production-services a:hover, .video-production-services a:focus {
    text-decoration: none;
}

.video-production-services .col-md-2 a {
    text-align: center;
    display: block;
    margin: 25px auto;
}

.single-video-wrapper {
    padding-top: 106px;
    padding-bottom: 60px;
}

.single-video-wrapper .media-left {
    vertical-align: middle;
    padding-right: 0;
    background: #000000;
}

.single-video-wrapper .media-body {
    vertical-align: middle;
    background: #efefef;
    padding: 40px;
}

.heading-contents {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 70px;
}

.heading-contents .media .media-left {
    width: 50%;
}

.contact-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.contact-section .container {
    position: relative;
    z-index: 3;
}

.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 79, 107, 0.92);
    z-index: 2;
}

.contact-section input[type=submit] {
    color: #fff;
}

.contact-section h1, .contact-section h2, .contact-section h3, .contact-section h4, .contact-section h5, .contact-section h6, .contact-section p, .contact-section strong, .contact-section i, .contact-section a, .contact-section span {
    color: #fff;
}

.about-sc {
    padding-top: 25px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.about-sc .container {
    position: relative;
    z-index: 1;
}

.about-sc .video-about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.about-sc .video-bg-about {
    position: absolute;
    height: 307%;
    width: 100%;
    left: 0;
    top: -30%;
}

.about-sc .video-bg-about:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.85);
}

.vid-cat-icon {
    position: relative;
}

.vid-cat-icon:last-child {
    display: none!important;
}

.vid-cat-icon .img-hover {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    opacity: 0;
}

.vid-cat-icon br {
    display: none!important;
}

.video-production-services .uk-panel:hover .vid-cat-icon .img-hover {
    opacity: 1;
    transform: scale(1.2);
}

.video-production-services .uk-panel:hover .vid-cat-icon .img-default {
    opacity: 0;
}

.video-production-services .uk-panel:hover .uk-h5 {
    color: #e5552a;
}

.video-production-services .uk-link-reset, .video-production-services .uk-panel .uk-h5 {
    font-size: 18px;
    font-family: Roboto-Light;
}

.call-to-action {
    background-image: url(../assets/images/contact-us-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
}

.call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 79, 107, 0.92);
}

.call-to-action .form-group:last-child {
    margin-bottom: 0;
}

.call-to-action .giraffe-faceleft-img {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta-contacts i, .cta-contacts a, .cta-contacts span, .cta-contacts strong, .call-to-action p {
    color: #fff;
    font-size: 18px;
}

.cta-contacts strong {
    font-weight: bold;
}

.call-to-action p {
    margin-bottom: 25px;
}

.call-to-action p:last-child {
    margin-bottom: 0;
}

.footer-slant {
    z-index: 3;
    position: relative;
}

.footer-slant:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cta-contacts i {
    margin-right: 5px;
}

.call-to-action .media-left {
    width: 50%;
}

.call-to-action h2, .call-to-action p {
    color: #fff;
}

.call-to-action h2 {
    margin-top: 0;
}

.call-to-action .media-body {
    padding-left: 20px;
}

.call-to-action .form-group {
    position: relative;
    overflow: hidden;
}

.call-to-action .form-group:last-child {
    margin-bottom: 0;
}

.call-to-action .form-group input[type=email].wpcf7-form-control, .call-to-action .form-group input[type=text].wpcf7-form-control, .call-to-action .form-group input[type=tel].wpcf7-form-control, .call-to-action .form-group textarea.wpcf7-form-control {
    padding: 10px;
    width: 100%;
    border: 0;
}

.call-to-action .form-group textarea.wpcf7-form-control {
    height: 135px;
    resize: none;
}

.landing-hww {
    padding: 60px 0;
    background: #e2e2e2;
}

.call-to-action .form-group .wpcf7-submit {
    color: #fff;
}

.category-tiles {
    padding: 60px 0;
}

.file-input-handler {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 42px;
    width: 100%;
}

.file-input-handler .fileName {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    z-index: 6;
    display: block;
    height: 42px;
}

.file-input-handler .fileName input {
    width: 100%;
    height: 42px;
}

.file-input-handler .file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 42px;
    padding: 0;
    line-height: 1.5;
    color: #555;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file-input-handler .file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Attach";
    height: 100%;
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    background-color: #e5552a;
    border: 0;
    border-radius: 0;
    width: 27%;
    text-align: center;
}

.file-input-handler .file-custom:after {
    content: "Attach your brief (Optional)";
    background: #e6e6e6;
    width: 70%;
    display: inline-block;
    padding: 10px 15px;
    height: 100%;
}

.category-tiles .tile-category-item {
    display: block;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 25px;
}

.page-template-page-contact .contact-section p {
    font-size: 18px;
    margin-bottom: 25px;
}

.page-template-page-contact .contact-section .row {
    display: flex;
    align-items: center;
    justify-items: center;
}

.page-template-page-contact .contact-section strong {
    font-weight: 300;
}

.category-tiles .tile-category-item:hover, .category-tiles .tile-category-item:focus {
    text-decoration: none;
    background-position: left top;
}

.category-tiles .tile-category-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 6, 11, 0.85);
}

.category-tiles .tile-category-item img {
    position: relative;
}

.category-tiles .tile-category-item h5 {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.call-to-action .ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 5;
}

.header .header-dark-logo {
    display: none;
}

.header-fixed .header-dark-logo {
    display: block;
}

.header-fixed .header-white-logo {
    display: none;
}

.header-fixed {
    position: fixed!important;
    top: 0!important;
    z-index: 999!important;
    width: 100%!important;
    background: #fff;
    transition: all 0.3s;
    border-bottom: solid 1px #eee;
}

.header-fixed .navbar-nav>li>a {
    color: #333;
}

.header-fixed .navbar-right {
    /*margin-top: 12px;*/
    margin-top: 0;
}

.header-fixed .navbar-brand>img {
    width: 200px;
}

.header-fixed.header-landing .navbar-right {
    margin-top: 22px!important;
}

.header-landing .navbar-collapse.collapse {
    align-items: end;
    justify-content: flex-end;
    display: flex!important;
}

.header-fixed.header-landing .navbar-brand>img {
    width: 90px;
}

.map-reduce-space {
    padding-bottom: 40px;
}

.call-to-action div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .call-to-action div.wpcf7-response-output {
    border: 0;
    color: #fff;
}

.call-to-action span.wpcf7-not-valid-tip {
    color: #fff;
}

.default-heading h1, .default-heading p, .default-heading h2, .default-heading h3, .default-heading h4, .default-heading h5 {
    margin: 0;
}

.videos-category-filter {
    padding: 60px 0;
    padding-bottom: 0;
}

.videos-category-filter .filters .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    outline: 0;
    background: transparent;
}

.videos-category-filter .filters .is-checked, .videos-category-filter .filters .btn:hover {
    background: #f8f8f8;
}

.videos-category-filter .filters {
    margin-bottom: 20px;
}

.videos-category-filter .filter .btn:last-child {
    border-right: 0;
}

/*- FILTER OPTIONS -*/
.videos-category-filter ul#filterOptions {
    width: 802px;
    height: 52px;
    margin: 30px 0;
    overflow: hidden;
}

.videos-category-filter ul#filterOptions li {
    height: 52px;
    margin-right: 2px;
    float: left;
}

.videos-category-filter ul#filterOptions li a {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #999;
    background: #cfcfcf;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    display: block;
}

.videos-category-filter ul#filterOptions li a:hover {
    background: #c9c9c9;
}

.videos-category-filter ul#filterOptions li.active a {
    background: #999;
}

.process-section .media {
    min-height: 500px;
    display: table;
}

.process-section .media .media-left, .process-section .media .media-right {
    width: 50%;
    background-size: cover;
    background-position: center;
    padding: 40px;
    position: relative;
}

.process-section .media .media-left:before, .process-section .media .media-right:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.8);
}

.process-section .media .media-left .step-process, .process-section .media .media-right .step-process {
    text-align: center;
    position: relative;
}

.process-section .media .media-left .step-process h2, .process-section .media .media-right .step-process h2 {
    color: #000;
    font-size: 60px;
    font-weight: bold;
}

.page-template-page-services-child .default-heading .line-title {
    margin-bottom: 66px;
}

.page-template-page-services-child .default-heading p {
    margin-bottom: 20px;
}

.process-section .media .media-left .step-process span, .process-section .media .media-right .step-process span {
    position: absolute;
    top: -260px;
    font-size: 500px;
    left: 0;
    display: block;
    right: 0;
    line-height: initial;
    color: #000;
    opacity: 0.1;
    font-weight: bold;
}

.process-section .media .media-body {
    padding: 100px;
}

.process-section .media .media-body p {
    font-size: 18px;
    line-height: 40px;
}

.hww-sc .media .media-left img {
    width: 32px;
}

.hww-sc .media .media-body .media-object {
    font-size: 22px;
    margin: 0;
}

.hww-sc .col-md-4 {
    border-right: solid 1px #696969;
}

.hww-sc .col-md-4:last-child {
    border-right: 0;
}

.hww-sc {
    background: #eee;
    margin: 20px auto;
    padding: 30px;
}

.hww-sc .media .media-left h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.process-number-wrapper {
    /*display: table;
    background: #e6e6e6;
    border: solid 2px #909090;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    font-size: 30px;
    padding-top: 37px;
    position: relative;
    z-index: 1;*/
    font-size: 104px;
    color: #e5552a;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.process-number br {
    display: none!important;
}

.process-number {
    /*position: relative;
  display: table;
    margin: auto;*/
}

.process-number:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 200%;
    background: #909090;
    z-index: 1;
    right: -200%;
    top: 50%;
    display: none;
}

.the-process .col-sm-3:last-child .process-number:before {
    display: none;
}

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

.the-process {
    padding-top: 90px;
    padding-bottom: 90px;
}

.the-process h3 {
    margin-bottom: 10px;
}

.the-process h4 {
    font-family: Roboto-Light;
}

.the-process h2.line-title {
    margin-top: 0;
}

.line-title-center {
    display: table!important;
    margin: auto;
}

.light-panel {
    background: #e5552a;
    padding: 42px 0;
}

.light-panel h2 {
    margin: 0;
    position: relative;
    font-weight: 500!important;
    color: #fff;
}

.light-panel .light-panel-contents:before {
}

.light-panel .light-panel-contents:after {
}

.dark-panel {
    background: #3fc1c9;
    padding: 42px 0;
}

.dark-panel h2 {
    margin: 0;
    color: #fff;
    position: relative;
    font-weight: 500!important;
}

.light-panel-contents {
    display: table;
    margin: auto;
}

.light-left-quote-wrapper img {
    position: relative;
    left: -35px;
    top: 30px;
}

.light-right-quote-wrapper {
    text-align: right;
}

.light-right-quote-wrapper img {
    position: relative;
    right: -35px;
    bottom: 30px;
}

.dark-panel h2:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #fff;
}

.dark-panel h2:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #fff;
}

.hww-sc .media .media-left {
    width: 60%;
}

.hww-sc .media .media-body {
    text-align: center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-video #player {
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 1;
    transition: opacity 0.5s;
    width: 100%;
    min-height: 1174px;
    min-width: 1903px;
    height: 145%;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.about-ceo {
    padding: 60px;
    margin-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.about-ceo .media-left {
    padding-right: 50px;
}

.about-ceo .media-left img {
    width: 480px;
    max-width: inherit;
}

.about-ceo h3 {
    font-family: Roboto-Thin;
    color: #333333;
    font-weight: 100!important;
}

.owner-ava {
    position: relative;
}

.blog-post-media-left {
    padding-right: 22px;
}

.blog-post-media-left .media-object {
    width: 330px;
}

.avatar-post-wrapper {
    border-radius: 50%;
    overflow: hidden;
}

.avatar-post-wrapper img {
    width: 45px;
    height: auto;
}

.media-blog-posts-desc a:hover,.media-blog-info a:focus {
    text-decoration: none;
}

.media-blog-posts-desc a h5 {
    font-weight: bold;
    color: #806969;
}

.owner-position {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.82);
    width: 100%;
    padding: 7px;
}

.owner-position h4 {
    color: #f93;
    font-size: 18px;
}

.owner-position p {
    color: #fff;
}

.bg-video embed, .bg-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.sidebar-social-links ul li a i {
    color: #848484;
    font-size: 20px;
}

.media-blog-post {
    border: solid 1px #dbdbdb;
}

.g-map-sc img {
    width: 100%;
}

.main-contact {
    /*padding-bottom: 355px;*/
    /*padding-bottom: 250px;*/
}

.media-blog-posts-desc {
    padding: 30px;
}

.sidebar-social-links ul li {
    border-bottom: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.page-template-page-services-child .default-heading {
    padding-top: 90px;
}

.page-template-page-services-child .videos-category-filter {
    padding-top: 90px;
}

.posts-banner {
    padding: 60px 15px;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.posts-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(66, 66, 66, 0.31);
}

.posts-banner h1 {
    position: relative;
}

.sidebar {
}

.sidebar h3 {
    font-size: 25px;
}

.sidebar .wpcf7 .form-group {
    position: relative;
}

.sidebar .wpcf7 .form-group input[type='email'] {
    padding: 10px;
    width: 100%;
}

.sidebar .wpcf7 .form-group input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: transparent;
    border: solid 2px #9e0b0f;
    transition: all 0.3s;
    height: 100%;
}

.home .text-contents h2 {
    margin-top: 0;
}

.sidebar .wpcf7 .form-group input[type='submit']:hover, .sidebar .wpcf7 .form-group input[type='submit']:focus {
    background: #9e0b0f;
    color: #fff;
}

.other-vidoes ul li .media .media-left img {
    width: 160px;
}

.other-vidoes ul li .media .media-body a {
    color: dimgrey;
    font-size: 14px;
}

.other-vidoes ul li .media .media-body strong {
    display: block;
    font-weight: normal;
}

.other-vidoes ul li {
    margin-bottom: 20px;
}

.other-vidoes ul li:last-child {
    margin-bottom: 0;
}

.sidebar .wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
}

.sidebar .sidebar-address .media .media-body a {
    color: #1d1d1d;
}

.sidebar-call-to-action {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.sidebar-call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.sidebar-call-to-action:after {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    height: 145%;
    width: 100%;
    background: rgba(255, 153, 51, 0.85);
    transform: skewY(-52deg);
    transition: all 0.3s;
}

.sidebar-call-to-action:hover:after {
    transform: skewY(0deg);
}

.sidebar-call-to-action a {
    display: table;
    height: 100%;
    min-height: 200px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 200px;
}

.testimonials-slider .media-left strong {
    font-weight: normal;
}

.sidebar-call-to-action .d-table {
    height: 100%;
    width: 100%;
}

.sidebar-call-to-action a h4 {
    color: #fff;
    position: relative;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.sidebar-call-to-action a:hover h4, .sidebar-call-to-action a:hover, .sidebar-call-to-action a:focus {
    text-decoration: none;
}

.sidebar ul {
    padding-left: 0;
    list-style-type: none;
}

.sidebar ul li {
    border-bottom: solid 1px;
    padding: 10px 0;
}

.sidebar ul li:last-child {
    border-bottom: 0;
}

.sidebar ul li a {
    color: #696969;
}

.header-default-fixed .main {
    margin-top: 70px;
}

.widgetkit-banner-container .uk-active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(54, 79, 107, 0.92);
    opacity: 0.7;
}

.widgetkit-banner-container .uk-position-cover {
    filter: grayscale(0.6);
}

.widgetkit-banner-container .uk-overlay-panel {
    z-index: 1;
}

.widgetkit-banner-container .uk-overlay-panel .uk-margin h2 {
    font-size: 60px;
    margin: 0;
}

.widgetkit-banner-container .uk-overlay-panel {
    width: 1170px;
    margin: auto;
}

.clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-panel-space {
    padding: 30px 0;
    padding-right: 80px;
}

.clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(even) .uk-panel-space {
    padding: 30px 0;
    padding-left: 80px;
}

.clients-testimonials-gridstack .uk-width-medium-1-2:first-child {
    position: relative;
    padding-bottom: 28.25%;
}

.clients-testimonials-gridstack .uk-grid {
    margin-left: 0;
    margin-bottom: 50px;
}

.clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-width-medium-1-2:last-child {
    padding-left: 0;
}

.clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(even) .uk-width-medium-1-2:last-child {
    padding-left: 0;
}

.clients-testimonials-gridstack iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    border: 0;
}

.clients-testimonials-gridstack p {
    margin-bottom: 25px;
}

.clients-testimonials-gridstack {
    margin-bottom: 0;
}

.what-our-clients-say h2 {
    margin-top: 0;
    margin-bottom: 45px;
}

.clients-testimonials-gridstack .uk-grid:nth-child(odd) .uk-width-medium-1-2:first-child {
    position: relative;
}

.clients-testimonials-gridstack .uk-grid:nth-child(even) .uk-width-medium-1-2:first-child {
    position: relative;
}

.widgetkit-grid-stack-sc {
    padding: 60px 0;
    background: #f5f5f5;
}

.light-testimonials .testimonials-slider-wrapper {
    background: #fff;
    padding: 90px 0;
}

.light-testimonials .testimonials-slider-wrapper .line-title {
    margin-top: 0;
}

.light-testimonials .testimonials-slider .media-body p, .light-testimonials .testimonials-slider .media-left h5, .light-testimonials .testimonials-slider .media-left strong {
    color: #333333;
}

.light-testimonials .testimonials-slider .media-left h5 {
    font-family: Roboto-Light;
}

.light-testimonials .testimonials-slider-wrapper h2 {
    color: #364f6b;
}

.light-testimonials .testimonials-slider-wrapper .testimonials-slider:before {
    background-image: url(../../../../uploads/2020/02/quote-left-gray.png);
    display: none;
}

.light-testimonials .testimonials-slider-wrapper .testimonials-slider:after {
    background-image: url(../../../../uploads/2020/02/quote-right-gray.png);
    display: none;
}

/*
.content h1{
  font-size: 38px;
}

.content h2{
  font-size:34px;
}

.content h3{
  font-size:30px;
}

.content h4{
  font-size:28px;
}
*/
.page-banner {
    height: calc(53vh - 100px);
}

.page-banner:before {
    height: 35%;
}

.page-banner h1 {
    font-size: 35px;
}

.page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.82);
}

.padding-zero {
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

/*- -*/
/*
 *  Header
 */
.navbar-fixed-top {
    background: #fff;
    border-bottom: solid 1px #dbdbdb;
}

.navbar-brand {
    height: auto;
}

.nav>li>a {
    position: relative;
}

.nav>li>a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #e5552a;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
}

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

.nav>li>a:focus:before, .nav>li>a:hover:before, .nav>li.current_page_item>a:before {
    width: 50%;
}

.iframeWrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.iframeWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar-nav>li>a {
    color: #fff;
    font-family: Roboto-Light;
    padding: 10px 20px;
    border: solid 2px transparent;
}

/* .navbar-nav>li:last-child>a{
      border: solid 2px #fff;
       margin-left: 25px;
 }*/
.navbar-nav>li:last-child>a:before {
    display: none;
}

/*.navbar-nav>li:last-child>a:hover, .navbar-nav>li:last-child>a:focus{
  background:#9e0b0f;
  border-color:#9e0b0f;
  color:#fff;
 }*/
a {
    transition: all 0.3s;
}

.navbar-right {
    margin-top: 27px;
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.single-video {
    padding-top: 60px;
}

.video-iframe-single iframe {
    max-width: 100%;
    max-height: 100%;
}

.video-iframe-single.stuck {
    z-index: 5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
}

/*
 *  Footer
 */
footer {
    background: #364f6b;
    padding-top: 47px;
    padding-bottom: 47px;
    position: relative;
    overflow: hidden;
}

footer .widget-title {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
}

footer p, footer strong {
    color: #fff;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* The height of the item will now be 56.25% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.giraffe-bg {
    position: relative;
}

.giraffe-bg .giraffe-img {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    max-height: 380px;
}

footer .giraffe-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

footer .list-inline {
    margin-top: 40px;
}

footer .list-inline .fa {
    font-size: 22px;
    color: #fff;
    transition: all 0.3s;
}

footer li a, footer a, footer .fas, footer span, footer .far {
    color: #fff;
}

footer a:hover, footer a:focus, footer .list-inline a:hover .fa, footer .list-inline a:focus .fa {
    color: #fff;
}

footer h2 {
    color: #fff;
    margin-top: 0;
}

.line-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
    font-size: 36px!important;
}

footer .row:first-child {
    /*display:flex;
  align-items:center;
  justify-items:center;*/
}

footer .row:first-child .col-sm-6 {
    margin-top: 59px;
}

footer .row:first-child .col-md-2 ul li {
    margin-bottom: 2px;
}

footer .row:first-child .col-md-2 ul li:last-child {
    margin-bottom: 0;
}

footer .col-md-offset-1 {
    margin-left: 2.333333%;
}

footer .footer-contact-info {
    margin-left: 5.333333%;
}

.page-template-page-services-child .default-heading .line-title {
    text-align: center;
}

.line-title:before {
    content: "";
    background: #364f6b;
    position: absolute;
    left: 0;
    width: 100px;
    height: 4px;
    bottom: -30px;
    right: 0;
    display: block;
    margin: auto;
}

.video-post-types h5 a {
    font-family: Roboto-Light;
}

.video-post-types .video-item span {
    color: #444;
}

.videos-dark-sc .video-post-types {
    background: #4a4a4a;
    padding-top: 40px;
}

.videos-dark-sc .video-post-types h2 {
    color: #fff;
}

.videos-dark-sc .video-post-types .video-item span {
    color: #999999;
}

.videos-dark-sc .video-post-types .video-item h5 a {
    color: #fff;
}

.header-fixed .navbar-brand {
    display: block!important;
}

.header-fixed .navbar-collapse.collapse {
    align-items: flex-end;
    justify-content: flex-end;
    display: flex!important;
}

.header-fixed .navbar-right {
    margin-top: 22px!important;
}

.video-post-types .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu {
    /*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;*/
    left: 0!important;
    right: auto!important;
}

.page-id-62 .video-post-types {
    padding-top: 30px;
}

/*
  * 
 *  Media Queries
 */
@media (min-width: 1947px) and (max-width:2560px) {
    .footer-curve-bg {
        top: -265px;
    }

    footer {
        padding-top: 76px;
    }
}

.landing-main {
    margin-top: 90px!important;
}

.video-post-types-holder {
    background: #f5f5f5;
    padding: 85px 0;
}

.page-template-page-services-child .videos-category-filter .btn-secondary {
    margin-bottom: 0;
}

.mobile-filter-handler {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    background: whitesmoke;
    padding: 15px;
}

.mobile-filter-handler .fa {
    font-size: 22px;
    cursor: pointer;
}

.mobile-filter-handler, .mobile-filters {
    display: none;
}

.wp-caption-text {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        display: block!important;
        padding-right: 0;
        margin-top: 60px;
        height: 0;
        overflow: hidden;
    }

    .header-menu-fixed {
        height: 100%;
        overflow: scroll;
    }

    .file-input-handler .file-custom:after {
        font-size: 12px;
    }

    .bg-banner-video video {
        width: 190%;
    }

    .header-fixed .navbar-nav>li:last-child>a {
        margin-left: 0!important;
    }

    .header-fixed .navbar-brand>img {
        width: 60px!important;
    }

    .landing-main {
        margin-top: 70px!important;
    }

    .single-blog-contents .alignright, .single-blog-contents .alignleft {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .header-fixed.header-landing .navbar-brand>img {
        width: 60px;
    }

    .single .main-default {
        margin-top: 40px;
    }

    .mobile-filter-handler, .mobile-filters {
        display: flex;
    }

    .desktop-filters {
        display: none;
    }

    .videos-category-filter .filters {
        display: none;
    }

    .videos-category-filter .filters .btn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(even) .uk-panel-space, .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-width-medium-1-2:last-child {
        padding-top: 20px;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-panel-space {
        padding-top: 0;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(even) .uk-width-medium-1-2:last-child, .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-width-medium-1-2:last-child {
        margin-top: 0!important;
    }

    .clients-testimonials-gridstack .uk-width-medium-1-2:first-child {
        padding-top: 16%;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-panel-space {
        padding-top: 0;
    }

    .grid-testimonial-wrapper .uk-width-medium-3-5:first-child {
        padding-top: 50%;
    }

    .grid-testimonial-wrapper .uk-width-medium-3-5:last-child {
        margin-top: 0;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(odd) .uk-panel-space {
        padding-right: 0;
    }

    .clients-testimonials-gridstack .uk-flex-middle.uk-grid:nth-child(even) .uk-panel-space {
        padding-left: 0;
    }

    .blog-contents-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-item-single:nth-child(odd), .blog-item-single:nth-child(even) {
        display: block;
    }

    .collapse.in, .header-fixed .navbar-collapse.collapse.in {
        height: auto!important;
        overflow: visible!important;
    }

    .blog-item-single:nth-child(odd) .blog-item-text-holder {
        padding-right: 0;
        margin-top: 20px;
    }

    .blog-item-single:nth-child(even) .blog-item-text-holder {
        padding-left: 0;
        margin-top: 20px;
    }

    .blog-item-single .blog-item-img-holder, .blog-item-single .blog-item-text-holder {
        width: 100%;
    }

    .page-template-page-contact .contact-section .row {
        display: block;
    }

    .about-ceo {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-post-types {
        padding-top: 40px;
    }

    .cta-contact .d-flex {
        display: block;
    }

    .cta-contact .btn-secondary {
        margin-left: 0;
        margin-top: 20px;
    }

    .container, .widgetkit-banner-container .uk-overlay-panel, .container-fluid {
        width: 100%;
    }

    .homepage-banner .media-left, .homepage-banner .media-body {
        display: block;
        width: 100%;
    }

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

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

    .homepage-banner .media-body {
        text-align: center;
    }

    .header-fixed .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-right.desktop-menu {
        background: #f3f3f3;
        margin-top: 0!important;
    }

    .navbar-nav>li>a {
        color: #9e0b0f;
    }

    .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-ceo .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .about-ceo .media-left img {
        width: 100%;
    }

    .section-about iframe {
        width: 100%;
        height: auto;
    }

    .nav>li>a:focus:before, .nav>li>a:hover:before, .nav>li.current_page_item>a:before {
        right: auto;
        width: 100%;
    }

    .mission-vision .media .media-body {
        width: 100%;
        display: block;
    }

    .hww-sc .media .media-left {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .mission-vision .media .media-body:last-child {
        border-bottom: 0;
    }

    .navbar-right {
        margin-top: 0;
    }

    .navbar-brand>img {
        width: 50px;
    }

    .navbar-toggle {
        padding-top: 17px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .collapse {
        width: 100%;
    }

    .collapse.in {
        max-height: fit-content;
        padding-right: 0;
    }

    .homepage-banner {
        height: auto;
        /*padding: 50px 0;*/
        max-height: none;
        min-height: auto;
    }

    .video-banner-text {
        padding: 50px 0;
        padding-top: 90px;
    }

    .call-to-action .media-left {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    .call-to-action .media-body {
        padding-left: 0;
    }

    .homepage-banner .media-heading {
        font-size: 18px;
    }

    .homepage-banner .media .media-object {
        max-height: 121px;
        margin: auto;
    }

    .header:before {
        display: none;
    }

    .homepage-banner .media-body a {
        font-size: 12px;
    }

    footer .col-xs-12 {
        margin-bottom: 40px;
    }

    footer .col-xs-12:last-child {
        margin-bottom: 0;
    }

    h1 {
        font-size: 25px;
        font-weight: normal;
        line-height: auto;
    }

    h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: auto;
    }

    h3 {
        font-size: 19px;
        font-weight: normal;
        line-height: auto;
    }

    h4 {
        font-size: 16px;
        font-weight: normal;
        line-height: auto;
    }

    h5 {
        font-size: 13px;
        font-weight: normal;
        line-height: auto;
    }

    h6 {
        font-size: 10px;
        font-weight: normal;
        line-height: auto;
    }

    .home .text-contents {
        padding-top: 40px;
    }

    .testimonials-slider .media-body p {
        text-align: center;
    }

    .navbar-toggle {
        padding-right: 0;
    }

    .testimonials-slider .media-left, .what-makes-us-different .media .media-left {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .what-our-clients-say br {
        display: none;
    }

    .navbar-nav>li:last-child>a {
        margin-left: 0;
    }

    .client-logos br {
        display: none;
    }

    .client-logos a {
        margin-top: 20px;
    }

    .what-makes-us-different .media .media-body {
        padding-left: 0;
    }

    .what-makes-us-different .media {
        margin-top: 0;
    }

    .what-makes-us-different .media .media-body iframe {
        width: 100%;
        height: auto;
    }

    .giraffe-bg .giraffe-img {
        height: auto;
        bottom: 0;
        top: auto;
    }

    .client-logos img {
        width: 100%;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .testimonials-slider:before, .testimonials-slider:after {
        display: none;
    }

    .testimonials-slider .slick-next, .testimonials-slider .slick-prev {
        display: none!important;
    }

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

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

    .dropdown-menu {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
    }

    .grid-testimonial-wrapper .uk-width-medium-3-5, .grid-testimonial-wrapper .uk-width-medium-2-5 {
        display: block;
        width: 100%;
        min-height: auto!important;
    }

    .clients-testimonials-gridstack iframe {
        min-height: auto!important;
        height: auto!important;
    }

    .light-left-quote-wrapper img, .light-right-quote-wrapper img {
        width: 15px;
    }

    .light-panel-contents {
        max-width: 90%;
    }

    .light-left-quote-wrapper img {
        left: -20px;
    }

    .light-right-quote-wrapper img {
        right: -20px;
    }

    .process-number-wrapper {
        font-size: 70px;
    }

    .what-makes-us-different .d-flex {
        display: block;
    }

    .what-makes-us-different .col-md-6:last-child {
        padding-left: 15px;
        margin-top: 40px;
    }

    footer .col-xs-12 {
        margin-bottom: 20px;
    }

    footer .row:first-child .col-sm-6 {
        margin-top: 0;
    }

    footer .col-md-offset-1 {
        margin-left: 0;
    }

    footer .footer-contact-info {
        margin-left: 0;
    }

    .widgetkit-banner-container .uk-overlay-panel .uk-margin h2 {
        font-size: 36px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .client-logos img {
        width: 100%;
    }

    .mobile-filter-handler, .mobile-filters {
        display: flex;
    }

    .desktop-filters {
        display: none;
    }

    .videos-category-filter .filters {
        display: none;
    }

    .videos-category-filter .filters .btn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .cta-contact .d-flex {
        align-items: center;
    }

    .blog-item-single:nth-child(odd), .blog-item-single:nth-child(even) {
        display: block;
    }

    .blog-item-single .blog-item-img-holder, .blog-item-single .blog-item-text-holder {
        width: 100%;
    }

    .blog-item-single .blog-item-img-holder {
        margin-bottom: 20px;
    }

    .blog-item-single:nth-child(odd) .blog-item-text-holder {
        padding-right: 0;
    }

    .blog-item-single:nth-child(even) .blog-item-text-holder {
        padding-left: 0;
    }

    .container {
        width: 100%;
    }

    .what-makes-us-different .media .media-body iframe {
        width: 100%;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .widgetkit-banner-container .uk-overlay-panel {
        width: 100%;
    }

    .widgetkit-banner-container .uk-overlay-panel .uk-margin h2 {
        font-size: 42px;
    }

    .light-panel-contents {
        max-width: 470px;
    }

    footer .col-md-offset-1, footer .footer-contact-info {
        margin-left: 0;
    }

    .navbar-brand>img {
        width: 70px;
    }

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

    .about-ceo .media-left img {
        width: 250px;
    }

    .about-ceo .media-body h2 {
        margin-top: 0;
    }

    .about-ceo {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-ceo .media-left {
        vertical-align: top;
    }

    .navbar-right {
        margin-top: 15px;
    }

    .navbar-nav>li:last-child>a {
        margin-left: auto;
    }

    .homepage-banner .media-heading {
        font-size: 40px;
    }

    .homepage-banner .media .media-object {
        max-height: 300px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .navbar-nav>li>a {
        padding: 10px 10px;
    }

    .container {
        width: 100%;
    }

    .navbar-brand>img {
        width: 90px;
    }

    .client-logos img {
        width: 100%;
    }

    .homepage-banner .media-heading {
        font-size: 50px;
    }

    .homepage-banner .media .media-object {
        max-width: 260px;
    }

    .what-makes-us-different .media .media-body iframe {
        width: 100%;
    }

    .what-makes-us-different {
        padding-bottom: 0;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .homepage-banner .media .media-object {
        max-width:250px;
    }

    .homepage-banner .media-heading {
        font-size: 40px;
    }

    .category-tiles .col-sm-3 {
        width: 25%;
    }
}

@media screen and (max-width: 1280px) {
    img.giraffe-img, img.giraffe-faceleft-img {
        display:none;
    }
}

@media screen and (min-width: 991px) {
    header .navbar-right .dropdown:hover .dropdown-menu {
        display:block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 1170px;
    }

    .blog-contents-wrapper {
        padding: 70px 0;
    }
}

.header-fixed .navbar-nav>li:last-child>a {
    background: #e5552a;
    color: #fff!important;
    margin-left: 20px;
}

.header-fixed.header-landing .navbar-nav>li:last-child>a:hover, .header-fixed.header-landing .navbar-nav>li:last-child a:focus {
    background: #d03c55;
}

@media screen and (min-width: 1921px) {
    .container-fluid {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1921px) and (max-width:2880px) {
    .homepage-banner {
        max-height: 85vh;
    }
}

@media (min-width: 1610px) and (max-width:2880px) {
    .videos-category-filter .text-center .container {
        max-width:1610px;
        width: 1610px;
    }
}

@media (min-width: 1441px) and (max-width: 1609px) {
    .videos-category-filter .text-center .container {
        max-width: 1500px;
        width: 100%;
    }
}

@media (min-width: 568px) and (max-width:568px) {
    .bg-banner-video video {
        width:100%;
    }
}
