@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	overflow-x: hidden;
    font-family: source-sans-pro, sans-serif;
    color: #3f4245;
}
a{
	transition: color .5 ease !important;
    color:inherit;
}
a:hover{
	color:  #1f7fa5;
}
.main-content a:link, .main-content a:active, .main-content a:visited {
    color: #1f7fa5;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
h1, h2, h3{

    font-weight: 800;
}
h1{
    font-size: 3.75rem;
} 

h2{
    font-size: 34px;
    font-weight: 300;
}
h3{
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3em;
}
h4{

}
h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 8px 0;
    padding: 0;
    color: #3f4245;
    text-transform: none;
}
p, #content ul, #content ol{
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
}
#Page_Title h1{
       margin-top: 20px;
}
.bold{
    FONT-WEIGHT: 800;
}
.marker-text{
 font-family: uppercut-angle, sans-serif;

font-weight: 400;

font-style: normal;
    color: #cb0404 !important;
}
#top-nav .marker-text{
 font-size: 2.1em;   
}
/* Theme buttons */
.btn{
    margin-bottom: 5px;
    margin-top: 5px;
}
.btn:hover{
}
.offset-btn{
      text-align: center;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9;
}
.ghost-btn{
        border: 2px solid #fff;
    border-radius: 0;
    background: rgba(0,0,0,0);
    color: #fff;
    text-transform: uppercase;
    min-width: 200px;
    transition: background .5s ease;
}
.ghost-btn:hover, .ghost-btn:active{
    background: rgba(0,0,0,1);

}

section{
  padding:50px 0 60px;
    position: relative;
}
section#easel-content{
 padding: 0; 
}
section.template-default-wide{
padding-top: 0 !important;
padding-bottom: 0 !important;
    position: relative;
}
section.no-animation{
	visibility: visible !important;
	opacity: 1 !important;
}
.btn{
    color: #3f4245;
    border-radius: 0;
    font-weight: 600;
}
.btn-default{
    background: #eef0f0;
    border-color: #eef0f0;
}
.btn.btn-primary{
    background-color: #84c361;
    border-color: #84c361;
}
.btn-primary:hover{
    background: #9de476;
    border-color:  #9de476;;
    color: inherit;
}
.pageID- #main-content{
    padding-top: 0 !important;
}
.pageID- #breadcrumbs{
    display: none;
}
.full-width{
	position: relative;
}
.full-width:before{
	content: '';
    background: inherit;
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
    top: 0;
    z-index: -1;
}

@media (max-width: 575px){
    .no-container{
       width: 100vw;
           margin-left: -15px;
       margin-right: -15px;
   }
}
@media (min-width: 576px){
    .no-container{
       width: 100vw;
       margin-left: calc(-100vw / 2 + 510px / 2);
       margin-right: calc(-100vw / 2 + 510px / 2);
   }
}
@media (min-width: 768px){
    .no-container{
       width: 100vw;
       margin-left: calc(-100vw / 2 + 690px / 2);
       margin-right: calc(-100vw / 2 + 690px / 2);
   }
}

@media (min-width: 992px){
    .no-container{
       width: 100vw;
       margin-left: calc(-100vw / 2 + 930px / 2);
       margin-right: calc(-100vw / 2 + 930px / 2);
   }
}

@media (min-width: 1200px){
    .no-container{
       width: 100vw;
       margin-left: calc(-100vw / 2 + 1110px / 2);
       margin-right: calc(-100vw / 2 + 1110px / 2);
   }
}
.no-padding{
 padding: 0 !important;   
}
.green-bg{
    background: #91D46D;
}
.light-blue-bg{
    background: #4ebde5!important;
    color: #fff;
}
.blue-bg{
    background: #0083CA;
    color: #fff;
}
.grey-bg{
    background: #ebeced;
}
.dark-grey-bg{
    background: #3F4245;
    color: #fff;
}
.form-control{
    border-radius: unset !important;
}
#hero{
    padding: 4.5rem 0;
}
#hero  h1{
margin-bottom: 0;
}
#breadcrumbs{
    background: #e9ecef;
}

/* NAV 
-*--------------------------------------------------*/
/*sticky header position*/

header{
    /*position: absolute;*/
	position: relative;
    width: 100%;
    z-index: 50;
	background: #fff;

}
#top-nav{

}
.position-unset{
	position: unset;
}

#bottom-nav{
 background: #333; 
}
.main-nav-links .justify-content-between {
    flex-direction: row;
}
.navbar{
 box-shadow: 1px 2px 6px rgb(0 0 0 / 5%);
}
.sticky{
    transition: all .8s ease;
    background: #fff;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
	top: 0;
}
.is-sticky.hide-nav{
    top: -85px;

}

ul.navbar-nav{
    width: 100%;
}
.links-block a{
    transition: all .5s ease;
    display: block;
}

a.nav-link{
    padding-left: .75em !important;
    padding-right: .75em !important;
}
a.nav-link:hover, a.nav-link.collapse-btn:not(.collapsed){
  text-decoration: underline;

}

.navbar-toggler{
    background:transparent;
    border-radius: 0;
    border: none !important;
    color: #91D46D
}
.navbar-toggler-icon{
    width: 1.5em;
    background-size: 300% 130%;
}
.navbar-toggler:hover{
    color: #1f7fa5;

}
.sticky-top{
    z-index: 9 !important;
}
@media (min-width: 992px){
 .navbar-toggler{
     display: none;
    }
.dropdown-submenu a::after {
    position: absolute;
    right: 6px;
    top: .8em;
  }
  .dropdown-submenu a.open::after{
    transform: rotate(-180deg);
  }
}

/* --------------SVG LOGO ---------------------
*/
#logo-box {
    transition: height .5s ease;
}





/* dropdown links 
------------------------------------------------*/

.dropdown-menu-slide{
    background: #ebeced !important;
    border-radius: 0;
}
.dropdown-menu a, .dropdown-menu-slide a{
    display: block;
    position: relative;
    color: #3f4245;
}
.dropdown-menu a:hover, .dropdown-menu-slide a:hover{
    color: #1f7fa5;
    text-decoration: underline !important;
}
.dropdown-toggle::after{
    content: none !important;
}
.dropdown-menu ul, .dropdown-menu-slide ul{
    list-style: none;
    padding-left: 1.5rem;
}
.navbar-nav .dropdown-menu{
    background: inherit !important;
    border: none;
    margin: 0;
}
.liLevel-0 > a{
    font-weight: 600;
}
.liLevel-0.active-parent > a, .nav-item.active > a {
    text-decoration: underline !important;
    color: #1f7fa5;
}


/* slide nav mobile */
@media (max-width: 991px){
    .no-scroll .navbar.sticky{
       top: 0 !important;
    }
    .navbar-collapse{
        position: fixed;
        top: 45px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background: #ebeced;
        box-shadow: 3px 0 13px rgb(0 0 0 / 7%);
    }
    .navbar-collapse .dropdown-menu-slide{
        width: 100%;
    }

    .navbar-collapse.collapsing{
        left: -75% !important;
        transition: height 0s ease;
    }

    .navbar-collapse.show{
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .show-mobile{
        display: block !important;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse{
        transition: left 500ms ease-in-out;
    }
}
/* slide nav mobile */
@media (min-width: 992px){
    .liLevel-0 > .collapse-btn{
        display: none;
    }
    .dropdown-menu-slide.sub2 {
        position: fixed;
        top: 76px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 75%;
        height: calc(100% - 76px);
        box-shadow: 3px 0 13px rgb(0 0 0 / 7%);
        border-top: #84c361 5px solid;
    }

   .dropdown-menu-slide.collapsing{
        left: -75% !important;
        transition: height 0s ease;
    }

   .dropdown-menu-slide.show{
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .collapse-btn.collapsed ~ .dropdown-menu-slide {
        transition: left 500ms ease-in-out;
    }
}





/* PEEKABOO SEARCH INPUT
-------------------------------------------------- */

#search-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: #0083CA;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
  }
  #search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #search-menu .container {
    margin: 2em auto 2em auto;
  }
  #search-menu .container input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    font-size: 2em;
    color: #fff;
  }
  #search-menu .container input:focus {
    outline: none;
  }
  #search-menu input::placeholder{
      color: rgba(255,255,255, .5);
  }
  #search-menu .container button {
    background: transparent;
    border: none;
    color: white;
    font-size: 2em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
  }
  #search-menu .container button:hover {
    color: #fff;
  }
  #search-menu .container button:focus {
    outline: none;
  }
  
  #search-icon {
    padding: 0 .5rem;
    font-size: 1.25em;
    cursor: pointer;
    color: #4fbde5;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
  }
  #search-icon:hover {
    color: #fff;
  }



@media (min-width: 992px){
    nav {
  min-height: 75px;
}
    .sticky.is-sticky .secondary-nav {
        margin-top: -45px;
        opacity: 0; 
    }
      .links-block, #navbarSupportedContent{
        display: block !important;

    }
    .w-100{
        left: 0;
        position: absolute;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 991px){
    .sticky-wrapper{
        height: 0 !important;
    }
    #logo-box{
        flex: 1;
    }
    ul.navbar-nav{
        padding-bottom: 15px;
        flex-direction: column !important;
    }
    .links-block{
        position: relative;
        max-width: none !important;
    }
    .links-block a, li.nav-item a.nav-link {
        z-index: 99;
    }
    #search {
        min-width: 100% !important;
        margin-bottom: 25px;
    }
    .searchFieldInput.peek-search{
        opacity: 100;
        width: 100% !important;
        border-bottom: none !important;
        height: 45px !important;
    }
    #searchBtn{
        height: 45px !important;
    }
    li.nav-item, .secondary-nav{
        display: flex;
        flex-wrap: wrap;
    }

    
}
@media (max-width: 576px){
    .navbar-toggler{
        margin-right: 10px;
    }
    #logo-box{
     height: auto;
        
    }    
    #logo-box img{
        max-width: 130px; 
    }
    #nav-caption{
        order: 3;   
        width: 100%;
            margin-bottom: 15px;
    margin-top: 5px;
    }
    #nav-caption h1{
         font-size: 1.5em;
    display: block;
    text-align: center;
    width: 100%;   
    }
    button.navbar-toggler{
     order: 2;   
    }
    section{
     padding: 50px 0; 
        text-align: center;
    }
    h1{
     font-size: 1.8em;   
    }
    section .col-sm-6{
     margin-bottom: 15px;   
    }
    #floating-mat{
     position: relative !important;
        top: 0 !important;
    }
    #perspective-lay{
      order: 4;
    }
    
}



/* tempalte brand - links*/

.navbar-brand{
    height: 100%;
    position: relative;
}
.navbar-brand img{
 position: relative;
    z-index: 5;
}


/* secondary nav -------------------------------*/
#head-telephone{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
}

/* social icons */
#header-social a.social-link{
    display: inline-block;
    margin-right: 3px;
    height: 32px;
    width: 32px;
        padding: 7px;
    background-color: rgba(24, 89, 138, 0);
    text-align: center;
    font-size: 1.25em;
        color: #000;
        transition: background-color .5s ease;

}
#header-social a.social-link:hover{
    color: #fff !important;
    background-color: rgba(24, 89, 138, 1);

}

#header-social a.social-link i{
    display: block;
    height: 100%;
    width: 100% !important;
}
#header-social a.social-link i:before{
    display: block;
}

@media (min-width: 992px){
}
@media (max-width: 991px){
    
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

        top: -45px;
    margin-bottom: -45px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-item .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-caption {
     z-index: 10;
    background: rgba(255,255,255, .5);
    color: #000;
    padding: 15px 25px;
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    right: 0;
    left: 0;
    bottom: auto;
    margin-top: 150px;
}
.carousel-caption h1{
        text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
}
.carousel-caption h4{
    color: #000 !important;
}
.carousel-caption a.btn{
        position: absolute;
    bottom: -35px;
    right: 25px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 85vh;
    max-height: 760px;
    min-height: 450px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-carousel .carousel-control-prev, .homepage-carousel .carousel-control-next{
    font-size: 4em;
    
}
.homepage-carousel .carousel-control-prev{
    margin-left: -25px;
    
}
.homepage-carousel .carousel-control-next{
    margin-right: -25px;
    
}

/* FOOTER
-------------------------------------------------- */

#content{
    margin-bottom: 50px;
}
#footer-bar{
     background: #333;; 
    position: relative;
    margin-bottom: 30px;
    color: #ccc !important;
}
#footer-bar:before{
    background: #333; 
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    
}
#footer-bar:after{
    background: #333; 
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    
}
footer{
	background: #eee;
	padding-top: 50;
    overflow-x: hidden;
}
#footer-company-info p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
#footer-company-info a{
    color: #fff;
}
#footer-company-info a:hover{
    text-decoration: underline;
    color: #666;
}
footer .footer-nav ul{
	list-style: none;
	padding-left: 0;
}

.footer-nav, #footer-company-info{
    font-size: .9em;
}

footer #copyright{
	padding: 10px 0;
	align-items: center;
}
footer #copyright a{
    color: inherit;
}
footer #copyright a:hover{
    color:#005c8c;
}
footer #copyright p{
	margin-bottom: 0 !important;
    color: #4a4a4a;
}

#footer-logo{
    flex: 2;
        padding-top: 6px;
    padding-bottom: 6px;
}
#footer-logo img{
     max-height: 50px;
    margin-top: 9px;
    margin-bottom: 5px;   
}
/* social icons */

#footer-social, #footer-subscribe{
   
}
#footer-social{
	font-size: 1.5em;
}
#footer-social a.social-link{
    display: inline-block;
    margin-right: 3px;
    padding: 15px;
    background-color: rgba(24, 89, 138, 0);
    text-align: center;
	width: unset;
	height: unset;
    color: #fff;
    transition: background-color .5s ease;

}
#footer-social a.social-link:hover{
    color: #fff !important;
    background-color: rgba(30,90,65,.1);

}

#footer-sociall a.social-link i{
    display: block;
    height: 100%;
    width: 100% !important;
}
#footer-social a.social-link i:before{
    display: block;
}
#footer-subscribe{
    flex: 2;
}
#footer-subscribe form, #footer-subscribe .form-group{
    height: 100%;
}
#footer-subscribe label{
    position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#footer-subscribe .form-group{
    display: flex;
    margin-bottom: 0;
}
#footer-subscribe .form-control{
    background: #ccc !important;
}
#footer-subscribe button.btn{
    margin: 0 !important;
    background: #000 !important;
}
#footer-subscribe button.btn:hover{
}
#footer-subscribe small#emailHelp{
    display: none;
}

/*////////////////////////
PRODUCT CAROUSEL - THUMBS 
////////////////////////////*/
#featured-products{
    position: relative;
}
#product-carousel .owl-stage{
    display: flex;
  flex-direction: row;
  height: 100%;
}
.owl-stage div.owl-item{
    height: 100% !important;
}
.thumb-container{
    height: 100%;
    position: relative;
    text-align: center;
    font-size: .85em;
    margin: 0 25px;
    line-height: 1.1;
}
.thumb-container img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.owl-nav, .owl-dots{
    height: 0;
}
.nav-btn{
    position: absolute;
    display: block;
      height: 30px;
    width: 30px;
    border-color:blue;
    top: 30%;
    z-index: 9;
}
.thumb-prev{
    border-left: 5px solid#bf8256; 
    border-bottom: 5px solid#bf8256;
    transform: rotate(45deg);
    left: 0; 
    
}
.thumb-prev:hover{
    opacity: .5;
}
.thumb-next{
    border-right: 5px solid#bf8256; 
    border-bottom: 5px solid#bf8256;
    height: 30px;
    width: 30px;
    transform: rotate(-45deg);
    right : 0;
}


/*//////// FEATURE /////*/

.row#features{
    margin-left: -5px;
    margin-right: -5px;
}
.row#features [class^="col-"]{
    padding-left:5px;
    padding-right: 5px;
}
.img-thumb{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==);
    background-size: 5.66px 5.66px;
    background-blend-mode: color;
    border-radius: 5px;
    padding: 9px;
}
.img-thumb a{
        background: rgba(0,0,0,.3);
    width: 100%;
    display: block;
    padding: 5px;
}
a span.thumb-caption{
 color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}





/*//////////////////////////////////
MEDIA 
///////////////////////////////////*/

#contact-form form{
    position: relative;
    padding-top: 15px;
}


/*///////////////////////////////////
Media (news, blog, events) section 
///////////////////////////////////*/

section#media{
    background-image: url(/images/site/notbokeh-1.jpg);
    position:relative;
    border-top: 10px solid #000;
}
#media:before{
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(33,27,25,0.85) 60%);
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    
}
section#media .BlogTitle h1 {
    font-size: 1.2em;
}
section#media .BlogTitle h1 a {
    color: #bf8256;
}
section#media .BlogTitle h1 a {
    color: #925226;
}
#media hr{
   display: none;
}
.media-footer-col{
    position: relative;
    padding-bottom: 55px;

}

.media-footer-col a.btn{
        position: absolute;
    bottom: 0;
    right: 15px;
}
@media (min-width: 992px){

}
@media (min-width: 768px) and (max-width: 992px){

}


/*///////////////////////
general 
////////////////////////*/
ul.checkmark li {
	background: url("/images/checkmark.png") no-repeat 0 0%;
	padding-left: 40px;
	margin-left: -30px;
	list-style: none !important;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2;
	padding-bottom: 10px;
}


.tig-brush-benefits h4{
    margin-bottom:3px;
    margin-top: 18px;
}

.tig-brush-benefits .product-badges{
    text-align: center;
}
.tig-brush-benefits .product-badges img{
     margin-bottom: 30px;
    max-width: 80%;
    max-height: 150px;
}


/*/////////GALLEERY THUMBNAILS-*/
#wrapper_gallery.row, .row.gallery-wrapper{
        margin-right: -5px;
    margin-left: -5px;
}
a.Gallerythumbnails.col-sm-4, .gallery-item{
    padding: 0 5px !important;
    margin-bottom:10px;
}
a.Gallerythumbnails img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.gallery-thumb{
    display: block;
    height: 100%;
}
.gallery-item img{
    object-fit: cover;
    height: 100%;
    height: 320px;
    width: 100%;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.gallery-item:hover img{
      -webkit-transform: scale(1.05);
  transform: scale(1.05);
    transition: transform .5s ease;
}
.thumb-caption{
    display: block;
    background: rgba(0,0,0,0);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);   
    font-size: 1.2em;
    text-transform:uppercase;
    transition: all .4s ease;
    max-height:50px;
    overflow: hidden;
    font-weight: 600;
}
.gallery-item:hover .thumb-caption{
        background: rgba(0,0,0,.85);
    transition: all .4s ease;
    max-height: 50%;
}
.project-link{
    font-family: "Droid Serif",Georgia,Times,serif;
    font-weight: 300 !important;
    font-style: italic;
    font-size: 14px;
    color: #bf8256;
    text-transform: capitalize;
    opacity: 0;
    transition: opacity .5s ease;
    display: block;
    height: 0;
}
.project-link:hover{
    color: #e0b89c;   
}
.gallery-item:hover .project-link{
    opacity: 1;   
    height: auto;
        transition: opacity .1s ease;
}




@media (max-width: 992px){
    
}
@media (max-width: 768px){
    
}
@media (min-width: 576px){
    #footer-social{
        padding-right: 0 !important;
    }
}

@media (max-width: 576px){
    
}









/*  CONTENT
-------------------------------------------------- */
.container-tinted{
 background: rgba(0,0,0, .5);  
        padding: 35px 25px;
    border-radius: 5px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* content 
--------------------------------------------------*/

/* LOGO CAROUSEL
-------------------------------------------------- */
.owl-item{
    padding: 15px;
    text-align: center;   
}
.owl-item div img{
        max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.owl-item span.owl-caption{
    margin-top: 5px !important;
    display: block;
}
#logo-carousel{
border-top: 1px solid #eee;
}
#logo-carousel .owl-stage{
     display: flex;
    align-items: center;   
}



.jotform-form .form-section{
    background: white;
}