*{
    font-family: 'MaxPro', sans-serif;
}
ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
b, strong{
    font-weight: normal;
}
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e7440d;
  border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e7440d;
}
.navbar-toggler-menu {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: none;
    border: none;
}
a{color:inherit}
a:hover{color:inherit}
button,select,input{
    -webkit-appearance: none !important;
}
button:focus,button:hover,.btn:focus, .btn.focus{
    border:none;
    outline:none;
    box-shadow:none;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-header {
    padding: 0 60px 0 60px;
    border: none;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-body {
    padding: 0;
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.write-wp {
    position: fixed;
    bottom: 0;
    background-color: #67B02D;
    width: 100%;
    z-index: 2;
}
.write-wp a {
    color: white;
    width: 100%;
    display: inline-block;
}
.write-wp a i {
    margin-right: 5px;
}
/*header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*}*/
header.fixed-header {
    position: fixed;
    transition: 500ms all ease;
    z-index: 99999;
    background-color: #f6f6f6;
    top: 0;
    width:100%;
}
.navbar {
    padding: 10px 0;
    background-color:white
}
/*.navbar-nav {*/
/*    width: 78%;*/
/*}*/
.number-header a{
    font-size: 14px;
    color: #212121;
    padding: 2px 0;
    font-weight: bold;
}
.number-header {
    margin: 0 29px;
}
.number-header a i {
    color: #e7440d;
    margin-right: 4px;
    width: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #212121;
    padding: 21px 24px 21px 0;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease;
    letter-spacing: .04em;
    white-space: nowrap;
    position: relative;
    outline: none;
    cursor: pointer;
    font-weight:700;
}
.navbar-expand-lg .navbar-nav .nav-item:last-of-type .nav-link{
    padding-right: 0;
}
.navbar-brand{margin-right:0;}
.drop-li {
    position: relative;
}
nav li .dropdown-toggle:before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 8px;
    top: calc(50% + 1px);
    border: 4px solid transparent;
    border-top: 6px solid #afbbc6;
    transform: translateY(-50%);
}
.dropdown-toggle{
    margin-right: 16px;
}
.navbar-expand-lg .navbar-nav .dropdownMenu {
        z-index: 21;
    position: absolute;
    left: 0;
    width: 250px;
    top: 54px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius:0;
    transition: all .25s ease-in-out;
    border: none;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: block;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav .dropdownMenu a {
    text-decoration: none;
    color: #212121;
    font-size: 12px;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    transition: 500ms all ease;
}
.navbar-expand-lg .navbar-nav .dropdownMenu a:hover{
    background-color: #e7440d;
    color:white
}
#slider{
    height: calc(100vh - 94px);
    background-color: #1e0a04;
    transition:500ms all ease;
}
.fixed-space{
    width:100%;
    height:95px;
    background-color:white;
}
#slider,.static-page,.cat-page,#contact-static,.full-page{
    /*padding-top: 94px;*/
}
.carousel-caption h5{
    color: white;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom:40px;
        position: relative;
    z-index: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    filter:invert(1);
}
.carousel-caption{
    position: relative;
    left:0;
    text-align: left;
    width: 100%;
}
.carousel-caption p{
    color: #000000;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    margin: 16px 0 50px;
        position: relative;
    z-index: 1;
}
.carousel-item img{
    height: 500px;
    object-fit:contain;
        position: relative;
    z-index: 1;
}
/* .carousel-caption a{
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    font-weight: 600;
    border-radius: 100px;
    background-color: #ff8c00;
    transition: 500ms all ease;
    padding: 30px 120px;
    display: inline-block;
} */
  
.carousel-caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background: #e7440d;
    border-radius: 999px;
    color:white;
        position: relative;
    z-index: 1;
  }
  .carousel-caption a:hover {
    -webkit-animation: burn 1000ms ease-out forwards;
    animation: burn 1000ms ease-out forwards;
  }
  .carousel-caption a:hover::before {
    content: "";
    position: absolute;
    left: 40px;
    width: 100px;
    height: 40px;
    background: #ffe66e;
    border-radius: 100%;
    -webkit-animation: flare 1000ms ease-out forwards;
            animation: flare 1000ms ease-out forwards;
  }
  .carousel-caption a:hover::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 100px;
    height: 40px;
    background: #ffe66e;
    border-radius: 100%;
    -webkit-animation: flare 1000ms ease-out forwards;
    animation: flare 1000ms ease-out forwards;
  }
  
  @-webkit-keyframes flare {
    100% {
      transform: translateY(-20px) scale(1.5);
      filter: blur(10px);
      opacity: 0;
    }
  }
  
  @keyframes flare {
    100% {
      transform: translateY(-20px) scale(1.5);
      filter: blur(10px);
      opacity: 0;
    }
  }
  @-webkit-keyframes burn {
    0% {
      color: #ff826e;
      background: #ffe66e;
      box-shadow: 0 0 5px 0 #c8000a, 0 0 5px 0 rgba(230, 30, 10, 0.8), 0 0 5px 0 rgba(230, 230, 10, 0.6);
    }
    100% {
      background: #e7440d;
      box-shadow: 0 -35px 40px 30px rgba(255, 130, 10, 0), 0 -30px 30px 10px rgba(230, 30, 10, 0), 0 -20px 10px 0 rgba(255, 255, 10, 0);
    }
  }
  @keyframes burn {
    0% {
      color: #ff826e;
      background: #ffe66e;
      box-shadow: 0 0 5px 0 #c8000a, 0 0 5px 0 rgba(230, 30, 10, 0.8), 0 0 5px 0 rgba(230, 230, 10, 0.6);
    }
    100% {
      background: #e7440d;
      box-shadow: 0 -35px 40px 30px rgba(255, 130, 10, 0), 0 -30px 30px 10px rgba(230, 30, 10, 0), 0 -20px 10px 0 rgba(255, 255, 10, 0);
    }
  }
  .call-order-button a {
    -webkit-animation: burn 2000ms ease-out infinite;
    animation: burn 2000ms ease-out infinite;
    padding: 5px 16px;
    border-radius: 999px;
    color: white;
    position:relative;
  }
  .call-order-button img{
    margin-right: 10px;
    }
  .call-order-button a::before {
    content: "";
    position: absolute;
    left: 40px;
    width: 100px;
    height: 40px;
    background: #ffe66e;
    border-radius: 100%;
    -webkit-animation: flare 2000ms ease-out infinite;
            animation: flare 2000ms ease-out infinite;
  }
  .call-order-button a::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 100px;
    height: 40px;
    background: #ffe66e;
    border-radius: 100%;
    -webkit-animation: flare 2000ms ease-out infinite;
    animation: flare 2000ms ease-out infinite;
  }
.language {
    margin: 0 28px;
}
.language ul{
    padding:0;
    list-style-type: none;
    margin: 0;
}
.language ul li{
    list-style-type: none;
    /*display: inline-block;*/
}
.language ul li{
    margin-right:3px
}
.language ul li:last-of-type{margin-right: 0;}
.language img{
    display: inline-block;
}
.pad-1{
    padding:0 50px
}
/* Produts */
#products{padding:50px 0}
.product-box{
    text-align: center;
    border: 2px solid #f2f2f2;
    transition: 500ms border ease;
    margin-bottom: 30px;
}
.product-box img{
    /*height: 224.66px;*/
    height:250px;
    object-fit: cover;
    /*padding: 10px;*/
    width: 100%;
}
.product-box h2{
    color: #222;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin:25px 10px;
    min-height: 65px;
}
.product-box .details{
    font-size: 14px;
    margin: 0px 2px 30px;
    padding: 12px 45px;
    color: #515151;
    border-radius: 3px;
    background-color: #f2f2f2;
    transition: 500ms all ease;
    display: inline-block;
}
.title{
    font-weight: 700;
    margin-bottom: 20px;
}
.carousel-control-prev{left:13px;
    z-index: 1;}
.carousel-control-next{right:13px; 
    z-index: 1;}
.product-box:hover {
    border-color: #e7440d;
}
.product-box .details:hover {
    background-color: #dfdcde;
}
/* end */
/* Categories */
#categories{
    padding:50px 0;
    background-color:#F5F5F5
}
.cat-item {
    position: relative;
    overflow: hidden;
}
.cat-item .image-wrapper{
    background-color: black;
    background-blend-mode: color;
    position: relative;
}
.cat-item .main-img{
    transition: all 500ms ease;
    width: 100%;
    object-fit: cover;
    opacity: .9;
    height: 354px;
    object-position: center;
}
.cat-item .content{
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 80px;
    padding: 0 20px 0 40px;
    color: #fff;
}
.cat-item .content:before{
    position: absolute;
    top: 5px;
    left: 20px;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #fff;
}
.cat-item h2{
    font-size: 23px;
    transform: translateY(2px);
}
.cat-item .overlay{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    right:0;
    background-color:#00000033;
    transition:500ms all ease;
    opacity:0
}
.cat-item:hover .overlay{
    opacity: 1;
}
/* end */
/* Projects */
#projects{
    padding:50px 0
}
.projects-carousel .item img,.project-item img{
    height: 255px;
    border-radius: 12px;
    position: relative;
    object-fit:cover
}
.project-item-large:nth-child(2) img,.project-item-large:nth-child(3) img,.project-item-large:nth-child(4) img,.project-item-large:nth-child(5) img,.project-item-large:nth-child(6) img,.project-item-large:nth-child(7) img,.project-item-large:nth-child(13) img,.project-item-large:nth-child(15) img,.project-item-large:nth-child(16) img,.project-item-large:nth-child(20) img,.project-item-large:nth-child(21) img,.project-item-large:nth-child(23) img,.project-item-large:nth-child(26) img{object-fit:contain;border: 1px solid #ececec;padding:15px;}
.project-item-large:nth-child(18) img,.project-item-large:nth-child(20) img,.object-position-top{
    object-position:top
}
.object-contain{object-fit:contain !important;border: 1px solid #ececec;padding:15px;}
.projects-carousel .item p,.project-item p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
}
.projects-carousel .item .details-project,.project-item .details-project{
    color: #e7440d;
    text-decoration: none;
    position: relative;
    transition: all .25s ease;
    letter-spacing: 0.2px;
    display: inline-block;
}
.project-item {
    margin-bottom: 30px;
}
.projects-carousel .item .details-project:before,.project-item .details-project:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(../img/icon-arrow.svg) no-repeat 50%;
    right: -25px;
    top: 4px;
    transition: all .25s ease;
}
.projects-carousel .item .details-project:hover:before,.project-item .details-project:hover:before{
    right: -29px;
}
.projects-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: block !important;
}
.projects-carousel .owl-nav img{
    width:6px
}
.references-carousel .owl-prev, .references-carousel .owl-next{ 
    top: 0 !important;  
}
.owl-nav .owl-prev{
    left: -24px;
}
.owl-nav .owl-next{
    right:-24px
}
.owl-nav .owl-prev,.owl-nav .owl-next{
    background: #fff !important;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 106px;
    margin-top: 0;
    box-shadow: 0 12px 40px 0 hsl(0deg 0% 77% / 80%);
}
.owl-nav .owl-prev img {
    transform: rotate(180deg);
}
/* end */
footer {
	border-top: 1px solid hsla(0,0%,76.9%,.6);
}

footer .section-top {
	padding: 60px 0;
}

footer .section-top .media-wrapper {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

footer .section-top .footer-brand {
	margin-bottom: 30px;
	display: block;
}
footer .section-top .footer-brand .logo-text {
    padding-top: 5px;
    width: max-content;
}

footer .section-top .footer-brand .logo-text span {
    font-size: 13px;
}

footer .section-top .social-media-wrap h6 {
	font-size: 16px;
	margin-bottom: 15px;
}

footer .section-top .social-media-wrap .social-media li {
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #e2e2e2;
}

footer .section-top .social-media-wrap .social-media li:not(:last-child) {
	margin-right: 10px;
}

footer .section-top .social-media-wrap .social-media li a {
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
	height: 100%;
}

footer .section-top .social-media-wrap .social-media li i {
	color: black;
	font-size: 20px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
}
footer .section-top .social-media-wrap .social-media li:hover a i{
    color:white
}
footer .section-top .social-media-wrap .social-media li:nth-child(1):hover {
	background-color: #3b5998;
}

footer .section-top .social-media-wrap .social-media li:nth-child(2):hover {
	background-color: #f62403;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

footer .section-top .social-media-wrap .social-media li:nth-child(3):hover {
	background-color: #0966c2;
}

footer .section-top .social-media-wrap .social-media li:nth-child(4):hover {
	background-color: #00aced;
}

footer .section-top .social-media-wrap .social-media li:nth-child(5):hover {
	background-color: #f70100;
}

footer .section-top .footer-list li {
	padding-right: 8px;
}

footer .section-top .footer-list li:not(:last-child) {
	margin-bottom: 15px;
}

footer .section-top .footer-list li a {
	font-size: 16px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
}

footer .section-top .footer-list li:hover a {
	color: #e7440d;
}

footer .section-top .info-box {
	padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

footer .section-top .contact-info-box {
	border: 1px solid #fff;
	background-color: #fff;
}

footer .section-top .order-info-box {
	border: 1px solid #d7dde3;
	background-color: transparent;
}

footer .section-top .info-box h6 {
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
}

footer .section-top .contact-info-box h6 {
	color: #e7440d;
} 

footer .section-top .info-box .tel-link {
	font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	display: block;
}

footer .section-top .info-box span,
footer .section-top .info-box .email-link {
	display: block;
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

footer .section-top .contact-info-box .contact-btn {
	background-color: #e7440d;
	-webkit-box-shadow:none;
	-moz-box-shadow: 0 20px 30px -18px #e7440d;
	-o-box-shadow: 0 20px 30px -18px #e7440d;
	box-shadow: 0 20px 30px -18px #e7440d;
    width: 100%;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.225s ease 0s;
    -moz-transition: all 0.225s ease 0s;
    -o-transition: all 0.225s ease 0s;
    transition: all 0.225s ease 0s;
    padding: 15px 0;
    text-align: center;
    display: block;
}

footer .section-top .contact-info-box .contact-btn:hover {
	background-color: #dd430f;
	box-shadow:none;
}

footer .section-top .order-info-box .order-btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

footer .section-bottom {
    background-color: #111111;
    padding: 30px 0;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .section-bottom .footer-row {
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
}

footer .section-bottom .footer-row .createby {
	margin-bottom: 0;
}

footer .section-bottom .footer-row .createby a {
	position: relative;
	color: #fff;
	margin-left: 5px;
}

footer .section-bottom .footer-row .createby a::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;
    left: 0;
}

footer .section-bottom .footer-row .createby a:hover::after {
    width: 0;
}
/*static pages*/
.static-content,.cat-content,.full-content{
    padding:50px 0;
}
.static-content ul li,.full-content ul li{
    background-image: url(/img/fire.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-bottom: 10px;
    background-size: 20px;
}
.static-content ul li:last-child,.full-content ul li:last-child{
    margin-bottom:0;
}
.static-content ul,.full-content ul{
    padding-left:20px;
}
.product-content table td {
    padding: 15px;
    font-size: 14px;
}
.product-content table tr:nth-child(odd) {
    background-color: #fcfcfc;
}
.full-product-link {
    background-color: #e7440d;
    padding: 12px 16px 10px;
    color: white;
    display: inline-block;
    border-radius: 3px;
    margin: 20px auto 0;
    transition:0.5s all ease;
}
.full-link-icon {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    height: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    top: 3px;
    position: relative;
}
.full-product-link:hover .full-link-icon{
    width: 1.5em;
    opacity: 1;
}
.full-product-link:hover{
    color:white;
}
.head {
    position: relative;
}
.head img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    max-width: 100%;
    margin:0;
}
.first-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 60px;
    z-index: 1;
}
.first-title p {
    font-size: 60px;
    font-weight: 700;
    color: white;
}
.img-layer {
    width: 100%;
    height: 100%;
    background-color: #0000008a;
    position: absolute;
    z-index: 1;
    top: 0;
}
.undo {
    transform: translateY(12px);
    padding-right: 41px;
    position: relative;
}
.undo a {
    color: #ffffff7a;
    transition: all .3s ease;
    display: block;
    font-size: 16px;
}
.undo a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;
}
.page-nav {
    margin: 34px 0px 39px 0px;
}
.page-nav a {
    color: #d9d9d9 !important;
    font-size: 16px;
}
.page-nav i {
    margin: 0px 10px;
}
.static-content.sert-content .highslide {
    width: calc(33.333333% - 15px);
    margin: 15px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.static-content.sert-content .highslide img{
    width:100%;
    margin:0;
    height: 506px;
    object-fit: contain;
}
.sert-content .w-100.col-lg-12{
    margin:0 -15px;
}
/*end*/
/*categories*/
.cat-content #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.project-content .quote,.project-content img{
    width:calc(50% - 10px);
    display:inline-block;
}
.product-content .highslide {
    width: calc(25% - 20px);
    display: inline-block;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border: 3px solid #e3410a;
}
.product-content .fullstory img{
    display: none;
}
.product-content .highslide img{
    display:inherit;
    margin: 0;
    width: 100%;
    height: 250px;
    object-fit:cover;
    object-position:top;
}
.product-content .fullstory .quote{
    margin: 0px -10px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    display: -ms-flexbox;
    display: flex;
}
.highslide-wrapper {
    background: white;
}
.product-content .highslide::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(
-25deg
);
    transform: skewX(
-25deg
);
}
.product-content .highslide:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.project-content .quote{
    margin-left:10px;
}
.project-content img{
    margin:0;
    margin-right:10px;
    height: 350px;
    object-fit: cover;
}
/*end*/
/*highslide*/
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

.highslide-viewport-size{
    background-color: #000;
}
.highslide-container,.modal{z-index:9999999 !Important;}
.modal-backdrop{z-index:999999 !Important;}
/*end*/
/*contact*/
.contact-content {
    padding: 40px 0;
}
.contact-content h2{
    margin-bottom: 0;
}
#map{
    height:500px;
}
.contact-form {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
#contact-static {
    background-color: #f6f6f6;
}
.contact-info .info-box {
    margin: 10px 0;
}
.contact-info .info-box a {
    font-size:14px;
    color: #212121;
}
.contact-info address{
    font-size:14px;
}
.contact-info .info-box i {
    color: #e7440d;
    margin-right: 8px;
    width: 15px;
}
.social-info .social-link {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 500ms opacity ease;
    -moz-transition: 500ms opacity ease;
    -o-transition: 500ms opacity ease;
    transition: 500ms opacity ease;
}
.social-info .social-link:hover {
    opacity: .7;
}
.social-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-info .social-link:nth-child(1) {
    background-color: #5F7AAE;
}
.social-info .social-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.social-info .social-link:nth-child(2) {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-info .social-link:nth-child(3) {
    background-color: #00acee;
}
.social-info .social-link:nth-child(4) {
    background-color: #c4302b;
}

















/*end*/
/*references*/
#references{
    padding: 50px 0;
	background-color: #f4f4f4;
}
#references img,.partners-content img {
    height: 70px;
    object-fit: contain;
    transition: 0.5s all ease;
    filter: grayscale(1);
    opacity: 0.6;
}
#references img{
    margin: 0; 
    padding: 0 15px;
}
.partners-content img {
    padding: 8px;
    border: 1px solid #dbdbdb;
    margin: 15px;
    width: calc(16.666666% - 30px);
}
.partners-content{
    margin: -15px;
}
#references img:hover,.partners-content img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/*end*/



.blog-all-title {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.blog-section .blog {
    height: 250px;
    position: relative;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 5px;
    overflow: hidden;
    width: 31%;
}
.blog-section .blog img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    filter: contrast(1.2);
    transition: .3s;
}
.blog-section .blog .blog-span {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #d8c46a;
    padding: 5px 15px;
    z-index: 9;
    border-radius: 5px;
}
.blog-section .blog-content {
    position: absolute;
    padding: 25px;
    color: white;
    z-index: 8;
    width: 100%;
}
.blog-section .blog::after {
    content: "";
    background: linear-gradient(to top, #080808db, #1515158f, #0000ff00);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.blog-section .blog h3 {
    font-size: 16px;
    margin: 22px 0px 11px;
    color: #fff;
    line-height: 20px;
}
.blog-section .blog .etrafli {
    display: flex;
    width: 100%;
    align-items: center;
    color: #b1b1b1;
    font-size: 15px;
}
.blog-section .blog .etrafli span {
    display: block;
    width: 0;
    opacity: 0;
    transition: .3s;
    height: 20px;
    overflow: hidden;
}
.blog-section .blog .etrafli i {
    height: 14px;
}
.blog-section .blog:hover img {
    transform: scale(1.1);
}
.blog-section .blog:hover .etrafli span {
    opacity: 1;
    width: 100px;
}
.blog-f-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.blog-f-text {
    margin-top: 30px;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.4px;
}
#allblogs {
    display: flex;
    flex-wrap: wrap;
}










/*Media queries*/
@media (min-width: 991.98px) {
    .call-order-button:hover{
    color: white
    }
    .drop-li:hover .dropdownMenu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        color:#e7440d
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover:before{
        border-top-color: #e7440d;
    }
}
@media (max-width: 1199.98px) and  (min-width: 991.98px){
    .language img {
        height: 17px;
    }
    .navbar-brand img{width:104px;}
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 21px 21px 21px 0;
        font-size: 10px;
    }
    .language ul li{
        top: -1px;
        position: relative;
    }
    .call-order-button{
        font-size:13px;
        margin-left: 15px;
    }
    .call-order-button img {
        margin-right: 4px;
        height: 14px;
    }
}
@media (max-width: 1399.98px) and  (min-width: 1199.98px){
    .language img {
        height: 17px;
    }
    .navbar-brand img{width:104px;}
    .number-header a {
        font-size: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size:10px;
    }
}
@media (max-width: 1199.98px) {
    .blog-section .blog {
        width: 100%;
    }
    .section-top .col-xl-4:nth-child(2) .footer-list{
        margin-top: 15px;
    }
    .language{width:auto;}
    footer .section-top .info-box{
        padding:0;
        margin-top:20px;
    }
    .cat-item{margin-bottom:30px;}
    .navbar-nav {
    width: 100%;
    }
}
@media (max-width: 991.98px) and (min-width: 767.98px){
    .product-content .highslide{
        width:calc(50% - 20px);
    }
    .partners-content img{
        width:calc(33.333333% - 30px);
    }
    .static-content.sert-content .highslide{
        width:calc(50% - 33px);
    }
}
@media (max-width: 991.98px) {
    #references .owl-nav{display:none;}
    .contact-info{margin-top:20px;}
    .page-nav {
    margin: 15px 0px 20px 0px;
    }
    .undo a i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    }
    .head img{height:300px;}
    .first-title p {
        font-size: 35px;
    }
    footer .section-top,#products,#categories,#projects{padding:40px 0;}
    footer .section-bottom .footer-row{
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    footer .section-bottom {
    margin-bottom: 56px;
    }
    .navbar-expand-lg > .container{
            padding-right: 15px;
    padding-left: 15px;
    }
    #references img{
        /*width: 33.333333%;*/
        /*margin-bottom:20px;*/
    }
.call-order-button{
    margin: 30px auto 0;
}
.navbar-expand-lg .navbar-nav .dropdownMenu a{
    color:white;
    padding: 20px 60px;
}
.navbar-expand-lg .navbar-nav .dropdownMenu{
    display: none;
    opacity: 1;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    width: 100%;
    transition:none;
}
.dropdown-toggle{margin-right:0;}
nav li .dropdown-toggle:before{
    border-top-color:white;
}
.navbar-toggler-menu {
    display: block;
    position: relative;
    z-index: 99999;
}
#navbarSupportedContent.active {
    right: 0;
}
#navbarSupportedContent {
    padding-top: 100px;
    display: block;
    overflow-y: scroll;
    position: fixed !important;
    height: 100vh;
    right: 0;
    background: #e7440d;
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
    transition: 0.5s all ease;
    z-index:9999;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 30px;
    border-bottom: 1px solid #b1370e;
    color:white;
}
.navbar-nav{width:100%;}
}
@media (max-width: 767.98px) and  (min-width: 575.98px){
    footer .section-top .media-wrapper{height:auto;}
}
@media (max-width: 767.98px) {
    canvas#fire{display:none;}
    .carousel-caption.animated,.carousel-item img.animated{
        animation:none !important;
    }
    .product-content .fullstory .quote{margin:0;}
    .product-content .highslide{
        width: 100%;
        margin:0;
        margin-bottom:10px;
    }
    .product-content .fullstory .quote{margin-top:10px;}
    .product-content .highslide img{
        height:auto;
    }
    .static-content.sert-content .highslide{width:100%;margin:0;margin-bottom:10px;}
    .sert-content .w-100.col-lg-12{margin:0;}
    .project-content .quote {
    margin-left: 0;
    margin-top: 20px;
    }
    .project-content .quote, .project-content img{width:100% !important;max-width:none !important;}
    .partners-content img{
        width:calc(50% - 30px);
    }
    .social-media-wrap{margin-bottom:20px;}
    #slider{height:290px;}
    .carousel-caption h5{
        font-size: 18px;
        word-break: break-word;
    }
    .carousel-item img{height:150px;}
    .carousel-caption p{
        font-size:10px;margin:20px 0 20px;    
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}
    .carousel-caption{width:100%;}
    .carousel-caption a{width:100%;height: 40px;}   
    #references img{
        /*width:50%;*/
    }
}
@media (max-width: 575.98px) {
    .product-content table td{font-size:10px;}
    .product-box img{
        object-fit:cover;
        height:auto;
        
    }
    .owl-nav .owl-prev{left:0;}
    .owl-nav .owl-next{right:0;}
}
@media (max-width: 410px) {
    .carousel-caption h5{font-size:18px;}
    .carousel-caption p{font-size:8px;}
    .navbar-brand img{width:100px}
}
@media (min-width: 767.98px) {
      canvas#fire{
      position:absolute;
      z-index:1;
      bottom:0;
  }
  .carousel-item{
       -webkit-transition: 0s ease-in-out left;
 -moz-transition: 0s ease-in-out left;
 -o-transition: 0s ease-in-out left;
 transition: 0s ease-in-out left;
  }
  .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right{z-index:initial !important;}
}

.objectFit {
    object-fit:contain !important;
}


.blog-section {
   
    padding-bottom: 60px;
}
.blog-card {
    position: relative;
    /*width: 420px;*/
    height: 316px;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.blog-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    border-radius: 20px;
    left:0;
}
.blog-cnt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    width: 90%;
    flex-direction: column;
    gap: 20px;
    z-index:3;
}
.keywords {
    display: flex;
    gap: 15px;
}
.k2 {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 2px 4px;
    color: #fff;
}
.blogtitle {
    color:#fff;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogtitle i {
    font-size: 30px;
    transition: .4s;
}
.blog-card i {
     transform: rotate(-45deg);
}
.blog-card:hover i {
    transform: rotate(0deg);
}

.bn {
    color: #000;

}

.bp {
    color: #000;
   
}
.navigations {
    position: absolute;
    bottom: 0;
}
.blog-card::after {
    position: absolute;
    content:"";
    width:100%;
    transition: .4s;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    /*background: linear-gradient(172deg, rgba(248, 249, 251, 0.4) 0%, rgba(231, 68, 13, 0.4) 100%);*/
    /*opacity: 0;*/
       background: linear-gradient(172deg, rgba(50, 50, 50, 0.4) 0%, rgba(20, 20, 20, 0.4) 100%);

}
.blog-card:hover::after {
/*opacity: 1;*/
background: linear-gradient(172deg, rgba(248, 249, 251, 0.4) 0%, rgba(231, 68, 13, 0.4) 100%);

}

.nav-botn {
    display: flex;
    justify-content:center;
    gap: 30px;
    /*padding-top: 40px;*/
}
.nav-botn i{
    font-size: 24px;
} 

.blog-f-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-f-title {
    border-radius: 60px;
}

.title-f-blog {
    font-size: 36px;
    font-weight: bold;
    padding-bottom" 20px;
}
  /*.full-content {*/
  /*    display: none !important;*/
  /*}*/


.blog-inner-page {
    padding: 40px 0;
}


.full-tags {
    width: 100%;
    border: 2px dashed #dedede;
    border-radius: 10px;
    padding: 30px;
    color: white;
}
.full-tags a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 8px 25px;
    margin: 4px 0 4px 0px;
    background-color: #f1f1f1;
    border-radius: 20px;
    pointer-events: none;
}







#dle-comments-form {
    display: none !important;
}


