.application-section {
    background-image: url(http://wp.oceanthemes.net/industris/wp-content/uploads/sites/3/2019/09/bg-home3.jpg);
}
html.boxed.box-bg-img {
    background-image: url(img/patterns/worn_dots.png);
}
.title-bg-img{
    background-image: url(http://prohauz.bold-themes.com/heating/wp-content/themes/prohauz/overlay/cross_grid.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 0.7;
}
footer#footer {
    background-image: url(https://npoly.hostzam.com/img/parallax/footer-bg.jpg);
    background-position: center;
}
.social-banner-l {
    padding-top: 5px;
    padding-left: 5px;
    width: 50%;
    float: left
}
.social-banner-r
{
    padding-top: 5px;
    padding-left: 5px;
    width: 50%;
    float: right
}
.social-banner img {
    height: 22%;
    width: 100%;
}
.youtube-video img {
    height: 34%;
    width: 100%;
}
a.close-button {
    position: absolute;
    top: 8%;
    right: 17%;
    font-size: 30px;
    z-index: 1;
}
a.open-button {
    position: absolute;
    top: 8%;
    right: 1%;
    font-size: 30px;
    z-index: 1;
}
.application-box {
    background: #ffffff20;
    border-bottom: 4px solid white;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    margin: 25px 0px;
}
.application-box-2 {
    background: #043c86;
    border-bottom: 4px solid white;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 25px 0px;
}
.application-box-3 {
    background: #126cef;
    border-bottom: 4px solid white;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 25px 0px;
}
.application-text p {
    color: white;
    line-height: 18px;
}
.application-text-2 p {
    color: white;
    line-height: 18px;
}
.application-text {
    width: 65%;
}
.application-text-2 {
    width: 60%;
}
.application-icon {
    float: right;
    font-size: 50px;
    color: white;
    width: 35%;
}
.application-icon-2 {
    float: right;
    width: 50%;
}
img.app-gif-img {
    width: 117px;
}
.application-plus-icon {
    color: white;
}
.application-box:hover .application-icon {
    transform: scale(.95) translateX(10px);
    transition: .7s;
}
.application-box:hover .application-text p {
    color: black;
}
.application-box:hover {
    background: #ffffff63;
}
div#main {
    transition: all 0.5s;
}


.header {
    position:relative;
    text-align:center;
    background: linear-gradient(60deg, #0060AE 0%, #0060AE 100%);
    color:white;
}

.inner-header {
    height:0vh;
    width:100%;
    margin: 0;
    padding: 0;
}

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.mb-38 {
    margin-bottom: 38px;
}
.custom-position-center-x-y {
    position: absolute;
    top: 46%;
    left: 45%;
    max-width: 130%;
    transform: translate3d(-50%, -50%, 0);
}

/*clients page*/

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    padding: 20px 0;

}
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}
#clients .clients-wrap, .col-lg-3.col-md-4.col-xs-6 {
    padding: 0 !important;
}
.cat-thumb-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.social-thumb-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: white;
    padding: 1px 6px;
}
img.img-fluid.product-owl-frame {
    border: 1px solid #80808057;
    //padding: 30px;
}
.product-thumb-info-image.pt-info-img {
    border: 1px solid #80808057;
    padding: 10px;
}
.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
    background: white;
    padding: 4px 10px;
    border-radius: 50px;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
a:not(.btn):hover {
    text-decoration: none !important;
}

select {
    height: 40px;
    width: 50%;
}
ul.breadcrumb.d-block.text-md-end a {
    color: white;
    font-weight: 400;
}
.breadcrumb > li {
    color: yellow;
}
article.post.post-medium.border-0.pb-0.m-0 {
    padding: 10px;
    border: 1px solid #80808054 !important;
}
.owl-item.active {
    padding-bottom: 2px;
}
ul.breadcrumb.d-block.text-center a {
    color: white;
}
.btn-outline-primary {
    color: #0060AE !important;
    border-color: #0060AE !important;
}
.btn-outline-primary:hover {
    color: #ED1A3B !important;
    border-color: #ED1A3B !important;
    background: transparent !important;
}
.fa-icon-1 {
    position: absolute;
    width: 16px;
}.yt-icon {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
}