@media (min-width: 1400px) {
    #header .container,
    .navbar-stick .container,
    #footer .container{ 
        max-width:1432px!important;
    }
}

#footer .footer-column-5 form .form-control {
    background: transparent;
    border: 1px solid #7d7d7d;
    border-radius: 0;
    margin-bottom: 15px;
    color:#f2f2f2;
}

#footer .footer-column-5 form textarea {
    height:80px;
}

#footer .footer-column-5 form .btn-success {
    padding: 2px 2px 2px 24px;
    background: var(--bs-secondary);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #F2F2F2;
    border-radius: 0;
    border: none;
    gap:20px
}

#footer .footer-column-5 form .btn-success:after {
    content: "\e940";
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    font-family: Unicons!important;
    font-size: 16px;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-expand-lg .navbar-collapse .navbar-nav {
    align-items:center;
}
.navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item {
    position:relative;
    transition:0.3s;
}
.navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item:hover a {
    transition:0.3s;
    color:var(--bs-secondary)!important;
}
.navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: transparent;
    transition:0.3s;
}
.navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item:hover::after {
    background-color: var(--bs-secondary);
}


.navbar-other .navbar-nav>.nav-item {
    height: min-content;
}
.navbar-other .navbar-nav>.nav-item {
    padding: 10px!important;
    background: var(--bs-primary);
    border-radius: 10px;
    transition:0.3s;
    cursor:pointer;
}
.navbar-other .navbar-nav>.nav-item a {
    color: white!important;
    transition:0.3s;
    font-weight:700!important;
}
.navbar-other .navbar-nav>.nav-item:hover{
    background: var(--bs-secondary);
    transition:0.3s;
}











/*body {*/
/*	 background-color: rgba(0, 181, 245, 0.05);*/
/*}*/
 .social-container {
	width: min-content;
    text-align: center;
    position: fixed;
    top: 35vh;
    z-index: 999;
    right: 0;
}
 .social-icons {
	 padding: 0;
	 list-style: none;
	 margin: 1em;
}
 .social-icons li {
	 display: inline-block;
	 margin: 0.15em;
	 position: relative;
	 font-size: 1.2em;
}
 .social-icons i {
	 color: #fff;
	 position: absolute;
	 top: 14px;
	 left: 14px;
	 transition: all 265ms ease-out;
}
 .social-icons a {
	 display: inline-block;
}
 .social-icons a:before {
	 transform: scale(1);
	 -ms-transform: scale(1);
	 -webkit-transform: scale(1);
	 content: " ";
	 width: 45px;
	 height: 45px;
	 border-radius: 100%;
	 display: block;
	 background: linear-gradient(45deg, #023876 0%, #62C3F0 100%);
	 transition: all 265ms ease-out;
}
 .social-icons a:hover:before {
	 transform: scale(0);
	 transition: all 265ms ease-in;
}
 .social-icons a:hover i {
	 transform: scale(2);
	 -ms-transform: scale(2);
	 -webkit-transform: scale(2);
	 color: #00b5f5;
	 background: -webkit-linear-gradient(45deg, #023876 0%, #62C3F0 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 transition: all 265ms ease-in;
}
button.hamburger {
    color:#f6f6f6!important;
}
#productshow-body .product-request {
    padding: 2rem;
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(2, 56, 118, 0.08);
}
#productshow-body .product-request__text {
    margin-bottom: 0;
    color: #5f6f80;
    line-height: 1.7;
}
#productshow-body #subscribe-form-2353{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:1rem 1.25rem;
    margin-top:1.5rem;
}
#productshow-body #subscribe-form-2353 .form-group-custom-subscribe {
    min-width: 0;
}
#productshow-body #subscribe-form-2353 label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--bs-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}
#productshow-body #subscribe-form-2353 input,
#productshow-body #subscribe-form-2353 textarea {
    display: block;
    width: 100%;
    padding: 1rem 1.125rem;
    border: 1px solid #d7dde5;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: none!important;
    color: #1d2b3a;
    transition: border-color .2s ease, box-shadow .2s ease;
}
#productshow-body #subscribe-form-2353 input:focus,
#productshow-body #subscribe-form-2353 textarea:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(2, 56, 118, 0.12)!important;
    outline: none;
}
#productshow-body #subscribe-form-2353 #uclass-field-2353-subscription-body {
    grid-column: 1 / -1;
}
#productshow-body #subscribe-form-2353 #uclass-field-2353-subscription-body textarea {
    min-height: 8rem;
    resize: vertical;
}
#productshow-body #subscribe-form-2353 .product-request__actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    margin-top: 0.25rem;
}
#productshow-body #subscribe-form-2353 #form-submit-2353 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 1.75rem;
    border: none;
    border-radius: 0.5rem;
    background: var(--bs-primary);
    font-weight: 700;
}
#productshow-body #subscribe-form-2353 #form-submit-2353:after {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    margin-left: 0.5rem;
    font-weight:900;
}

@media (max-width: 768px) {
.display-1 {
    font-size: 14px;
}
.display-2, .item-body,.item-btn {
    font-size: 12px;
}
#productshow-body .product-request {
    padding: 1.25rem;
    border-radius: 0.75rem;
}
#productshow-body #subscribe-form-2353 {
    grid-template-columns: 1fr;
}
#productshow-body #subscribe-form-2353 #form-submit-2353 {
    width: 100%;
}
}
.block-card-v1 .card-body img{
    filter: grayscale(1) opacity(0.5)!important;
}
.block-card-v1 .card-body:hover img{
    filter: grayscale(0) opacity(1)!important;
}#comments{
                      background-color: #f8f8f8;
                      margin-bottom: 50px;
                      padding-bottom: 30px;
                    }
                    #comments .comment-form .form-control{
                      margin-bottom: 15px;
                      border-radius: 5px;
                      padding: 12px;
                      height: 48px;
                      font-size: 16px;
                      border-color: #eee;
                    }
                    #comments .comment-form textarea.form-control{
                      height: 120px;
                    }
                    #comments .comment-form .btn.btn-comment{
                        display: inline-block;
                        position: relative;
                        cursor: pointer;
                        outline: 0;
                        white-space: nowrap;
                        margin: 5px;
                        padding: 0 22px;
                        font-size: 14px;
                        height: 40px;
                        line-height: 40px;
                        background-color: #5cb85c;
                        color: #FFF;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        border: none;
                        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
                        border-radius: 20px;
                    }
                    #comments .comment-list .comment-item{
                    border-left: 3px solid #ccc;
                    position: relative;
                    }
                    #comments .comment-list .comment-item:before{
                        position: absolute;
                        font-family: FontAwesome;
                        content: "\F10C";
                        background: #f8f8f8;
                        font-size: 14px;
                        line-height: 14px;
                        top: 2px;
                        left: -8px;
                        color: #5cb85c;
                    }
                    #comments .comment-list .comment-item:last-child{
                        border-color: transparent;
                    }
                    #comments .panel {
                      margin-bottom: 0px;
                      background-color: transparent;
                      border: 0;
                      border-radius: 0px;
                      -webkit-box-shadow: none;
                      box-shadow: none;
                      text-align: left;
                    }
                    #comments .panel-heading {
                        padding: 0px 15px;
                        border-bottom: 0px solid transparent;
                        border-top-right-radius: 0px;
                        border-top-left-radius: 0px;
                    }
                    #comments .panel-default>.panel-heading {
                        background-color: transparent;
                        border-color: transparent;
                    }
                    #comments .comment-list small{
                      color: #999;
                    }
