@font-face {
    font-family: 'Cairo';
    src: url(../fonts/Cairo-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

.home-body {
    background-color: #fafafa;
}

.top-bar {
    background-color: #EDEDED;
    padding-top: 10px;
}

.top-bar .info {
    list-style-type: none;
}

@media (max-width: 768px) {
    .top-bar .info {
        margin-right: -2em;
    }
}

@media (max-width: 576px) {
    .top-bar .info {
        display: none;
    }
}

.top-bar .info li {
    float: right;
    margin-left: 1em;
}

@media (max-width: 768px) {
    .top-bar .info li:last-child {
        display: none;
    }
}

.top-bar .info li i {
    color: #F58452;
    vertical-align: middle;
    padding-left: 5px;
}

.top-bar .info li p {
    display: inline-block;
    font-size: 12px;
    font-family: 'Cairo', serif;
}

.top-bar .icons {
    list-style-type: none;
}

@media (max-width: 576px) {
    .top-bar .icons {
        padding: 0;
        /* margin: 0; */
        margin: 50% auto;
        margin-top: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2em;
    }
}

.top-bar .icons li {
    float: left;
}

.top-bar .icons li a {
    text-decoration: none;
    cursor: pointer;
}

.top-bar .icons li a i {
    color: #2E2E2E;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 567px) {
    .top-bar .icons li a i {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.top-bar .icons li a:hover i {
    color: #F58452;
}

.logo-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

@media (max-width: 576px) {
    .logo-bar {
        margin-bottom: 3em;
    }
}

.logo-bar .logo {
    float: right;
    text-align: right;
}

@media (max-width: 576px) {
    .logo-bar .desc {
        display: none;
    }
}

.logo-bar .desc .single-desc-container {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .logo-bar .desc .single-desc-container:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .logo-bar .desc .single-desc-container {
        padding-top: 30px;
    }
}

.logo-bar .desc .single-desc-container img {
    display: inline-block;
    vertical-align: top;
}

.logo-bar .desc .single-desc-container div {
    display: inline-block;
    font-family: 'Cairo', serif;
    text-align: right;
    margin-right: 5px;
}

.logo-bar .desc .single-desc-container div .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.logo-bar .desc .single-desc-container div .text {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 0.9em;
}

.nav-bar {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgb(36, 36, 36);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 5;
    top: 0em;
    right: 0;
}

@media (max-width: 576px) {
    .nav-bar {
        margin-top: -3em;
        margin-bottom: 3.43em;
        text-align: right;
        padding-right: 2em;
    }
    .nav-bar .navbar-toggler {
        position: absolute;
        top: -4.2em;
        left: 1em;
        background-color: #F58452;
    }
    .nav-bar .navbar-toggler i {
        color: #ffffff;
        line-height: 1.5em;
    }
}

.nav-bar .navbar-nav {
    float: right;
    width: 100%;
    padding-right: 0;
    font-family: 'Cairo', serif;
}

.nav-bar .navbar-nav .nav-item .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #ffffff;
    margin-left: 50px;
    border-bottom: 2px solid transparent;
}

@media (max-width: 576px) {
    .nav-bar .navbar-nav .nav-item .nav-link {
        border-bottom: none;
    }
}

.nav-bar .navbar-nav .nav-item .nav-link:hover {
    color: #F58452;
    border-bottom: 2px solid #F58452;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 576px) {
    .nav-bar .navbar-nav .nav-item .nav-link:hover {
        border-bottom: none;
    }
}

.nav-bar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

.nav-bar .navbar-nav .dropdown .dropdown-toggle {
    cursor: pointer;
}

.nav-bar .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
}

.nav-bar .navbar-nav .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    margin-top: -1px;
    z-index: 1;
    padding: 0;
    border-top: 2px solid #F58452;
}

@media (max-width: 576px) {
    .nav-bar .navbar-nav .dropdown .dropdown-menu {
        margin-left: 6em;
        margin-top: -1.5em;
    }
}

.nav-bar .navbar-nav .dropdown .dropdown-menu:first-child {
    border-bottom: 1px solid #2E2E2E;
}

.nav-bar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.nav-bar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    color: #F58452;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slider {
    margin-top: -55px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.slider .carousel-inner {
    height: 35em;
    background-color: #2E2E2E;
}

@media (max-width: 768px) {
    .slider .carousel-inner {
        height: 41em;
    }
}

@media (max-width: 576px) {
    .slider .carousel-inner {
        height: 27em;
    }
}

.slider .carousel-inner .carousel-item img {
    mix-blend-mode: soft-light;
    height: 35em;
}

@media (max-width: 768px) {
    .slider .carousel-inner .carousel-item img {
        height: 41em;
    }
}

@media (max-width: 576px) {
    .slider .carousel-inner .carousel-item img {
        height: 27em;
    }
}

.slider .carousel-inner .carousel-item .content {
    position: absolute;
    width: 100%;
    top: 145px;
    text-align: center;
    font-family: 'Cairo', serif;
}

@media (max-width: 576px) {
    .slider .carousel-inner .carousel-item .content {
        top: 70px;
    }
}

.slider .carousel-inner .carousel-item .content .welcome {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .slider .carousel-inner .carousel-item .content .welcome {
        font-size: 1em;
    }
}

.slider .carousel-inner .carousel-item .content .title {
    color: #F58452;
    font-size: 5em;
    font-weight: bold;
    margin-bottom: .2em;
}

@media (max-width: 576px) {
    .slider .carousel-inner .carousel-item .content .title {
        font-size: 3em;
    }
}

.slider .carousel-inner .carousel-item .content .desc {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 2.5em;
}

@media (max-width: 576px) {
    .slider .carousel-inner .carousel-item .content .desc {
        font-size: .9em;
    }
}

.slider .carousel-inner .carousel-item .content a {
    margin-top: 2em;
    padding: 7px 30px;
    border-radius: 2px;
    background-color: #F58452;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.slider:hover .carousel-control-prev,
.slider:hover .carousel-control-next {
    display: block;
}

.slider:hover .carousel-control-prev span,
.slider:hover .carousel-control-next span {
    margin-top: 18px;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    display: none;
    width: 60px;
    height: 60px;
    background-color: #F58452;
    cursor: pointer;
    margin-top: 17em;
}

.tabs {
    margin-top: -6em;
}

@media (max-width: 576px) {
    .tabs {
        margin-top: 0;
    }
}

.tabs .row div {
    cursor: pointer;
    width: 100%;
    height: 11em;
    padding: 0 !important;
    position: relative;
}

.tabs .row div img {
    width: 100%;
    height: 11em;
}

.tabs .row div a {
    font-family: 'Cairo', serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    position: absolute;
    top: 3em;
    width: 100%;
    right: 0;
    text-align: center;
    z-index: 1;
}

.tabs .row .dep1 .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B0821;
    display: block;
    opacity: .7;
}

.tabs .row .dep2 .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C4B82;
    display: block;
    opacity: .7;
}

.tabs .row .dep3 .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414141;
    display: block;
    opacity: .7;
}

.tabs .row .dep4 .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #091236;
    display: block;
    opacity: .7;
}

.trucks-slider {
    padding-top: 3em;
}

.trucks-slider .item {
    text-align: center;
}

.trucks-slider .item img {
    width: 15em;
}

.trucks-slider .item .content {
    margin-top: 1em;
}

.trucks-slider .item a {
    font-family: 'Cairo', serif;
    font-size: 1.1em;
    margin-top: 1em;
    text-decoration: none;
    color: #2E2E2E;
}

.trucks-slider .item a:hover {
    color: #F58452;
}

.trucks-slider .view-more {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
}

.trucks-slider .view-more a {
    padding: 7px 30px;
    border-radius: 2px;
    font-size: 0.9em;
    background-color: #F58452;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Cairo', serif;
}

.news,
.page-news,
.page-media {
    padding-top: 3em;
}

.news .title,
.page-news .title,
.page-media .title {
    padding-bottom: 2em;
}

.news .title h6,
.page-news .title h6,
.page-media .title h6 {
    font-family: 'Cairo', serif;
    font-weight: normal;
    font-size: 1.5em;
}

@media (max-width: 576px) {
    .news .title h6,
    .page-news .title h6,
    .page-media .title h6 {
        width: 100%;
        text-align: center;
    }
}

.news .title hr,
.page-news .title hr,
.page-media .title hr {
    border: 1px solid #EDEDED;
    width: 90%;
    margin-left: 0;
}

@media (max-width: 576px) {
    .news .title hr,
    .page-news .title hr,
    .page-media .title hr {
        display: none;
    }
}

.news .content .news-container,
.page-news .content .news-container,
.page-media .content .news-container {
    height: 15em;
    margin-bottom: 2em;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.news .content .news-container img,
.page-news .content .news-container img,
.page-media .content .news-container img {
    width: 100%;
    height: 15em;
}

.news .content .news-container div,
.page-news .content .news-container div,
.page-media .content .news-container div {
    position: absolute;
    bottom: 0%;
    width: 92%;
    text-align: center;
    height: 3em;
    padding-top: .5em;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(34, 34, 34, 0.84)), color-stop(78%, rgba(5, 5, 5, 0.84)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(69%, rgba(0, 0, 0, 0.84)), color-stop(78%, rgba(0, 0, 0, 0.84)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 69%, rgba(0, 0, 0, 0.84) 78%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#050505', GradientType=0);
}

.news .content .news-container div a,
.page-news .content .news-container div a,
.page-media .content .news-container div a {
    text-decoration: none;
    font-size: 1.1em;
    color: #ffffff;
    font-family: 'Cairo', serif;
}

.news .view-more,
.page-news .view-more,
.page-media .view-more {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news .view-more a,
.page-news .view-more a,
.page-media .view-more a {
    padding: 7px 30px;
    border-radius: 2px;
    font-size: 0.9em;
    background-color: #F58452;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Cairo', serif;
}

.counter {
    margin-top: 3em;
    background-image: url(../imgs/counter.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}

.counter .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #242424;
    opacity: .7;
}

.counter .row div {
    text-align: center;
    font-family: 'Cairo', serif;
}

@media (max-width: 576px) {
    .counter .row div {
        margin-bottom: 2em;
    }
}

.counter .row div .num {
    font-size: 3em;
    color: #ffffff;
    margin-bottom: 0;
}

.counter .row div .word {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 0;
}

.products,
.product-related-slider {
    padding-bottom: 3em;
    padding-top: 3em;
}

.products .title,
.product-related-slider .title {
    padding-bottom: 2em;
}

.products .title h6,
.product-related-slider .title h6 {
    font-family: 'Cairo', serif;
    font-weight: normal;
    font-size: 1.5em;
}

@media (max-width: 576px) {
    .products .title h6,
    .product-related-slider .title h6 {
        width: 100%;
        text-align: center;
    }
}

.products .title hr,
.product-related-slider .title hr {
    border: 1px solid #EDEDED;
    width: 85%;
    margin-left: 0;
}

@media (max-width: 768px) {
    .products .title hr,
    .product-related-slider .title hr {
        width: 77%;
    }
}

@media (max-width: 576px) {
    .products .title hr,
    .product-related-slider .title hr {
        display: none;
    }
}

.products .prev,
.product-related-slider .prev,
.products .next,
.product-related-slider .next {
    text-align: center;
}

.products .prev a,
.product-related-slider .prev a,
.products .next a,
.product-related-slider .next a {
    cursor: pointer;
}

.products .prev a i,
.product-related-slider .prev a i,
.products .next a i,
.product-related-slider .next a i {
    width: 3em;
    height: 3em;
    line-height: 3em;
    border-radius: 50%;
    color: #2E2E2E;
    background-color: #ffffff;
    margin-top: 6em;
    -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.75);
}

.products .prev a i:hover,
.product-related-slider .prev a i:hover,
.products .next a i:hover,
.product-related-slider .next a i:hover {
    color: #ffffff;
    background-color: #F58452;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 576px) {
    .products .prev,
    .product-related-slider .prev {
        margin-top: -6em;
        margin-bottom: 2em;
    }
}

@media (max-width: 576px) {
    .products .next,
    .product-related-slider .next {
        margin-top: -4em;
        margin-bottom: 0em;
    }
}

.products .imgs .item,
.product-related-slider .imgs .item {
    width: 100%;
    height: 15em;
    overflow: hidden;
    position: relative;
}

.products .imgs .item:hover .content,
.product-related-slider .imgs .item:hover .content {
    display: block;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.products .imgs .item img,
.product-related-slider .imgs .item img {
    width: 100%;
    height: 15em;
}

.products .imgs .item .content,
.product-related-slider .imgs .item .content {
    position: absolute;
    display: none;
    opacity: 0;
    top: 0%;
    right: 0%;
    text-align: center;
    background-color: rgba(46, 46, 46, 0.7);
    display: block;
    font-family: 'Cairo', serif;
    margin-right: 1em;
    margin-left: 1em;
    height: 15em;
    cursor: pointer;
}

.products .imgs .item .content h5,
.product-related-slider .imgs .item .content h5 {
    font-size: 1.1em;
    color: #ffffff;
    margin-top: 2em;
}

.products .imgs .item .content p,
.product-related-slider .imgs .item .content p {
    max-height: 7em;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.9em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    line-height: 1.7em;
}

.products .imgs .item .content a,
.product-related-slider .imgs .item .content a {
    text-decoration: none;
    cursor: pointer;
    color: #F58452;
}

.about,
.iron-factory,
.plastic-factory,
.iron-content,
.plastic-content,
.product-content {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #ffffff;
}

.about .title,
.iron-factory .title,
.plastic-factory .title,
.iron-content .title,
.plastic-content .title,
.product-content .title {
    padding-bottom: 2em;
}

.about .title h6,
.iron-factory .title h6,
.plastic-factory .title h6,
.iron-content .title h6,
.plastic-content .title h6,
.product-content .title h6 {
    font-family: 'Cairo', serif;
    font-weight: normal;
    font-size: 1.5em;
}

@media (max-width: 576px) {
    .about .title h6,
    .iron-factory .title h6,
    .plastic-factory .title h6,
    .iron-content .title h6,
    .plastic-content .title h6,
    .product-content .title h6 {
        width: 100%;
        text-align: center;
    }
}

.about .title hr,
.iron-factory .title hr,
.plastic-factory .title hr,
.iron-content .title hr,
.plastic-content .title hr,
.product-content .title hr {
    border: 1px solid #EDEDED;
    width: 90%;
    margin-left: 0;
}

@media (max-width: 768px) {
    .about .title hr,
    .iron-factory .title hr,
    .plastic-factory .title hr,
    .iron-content .title hr,
    .plastic-content .title hr,
    .product-content .title hr {
        width: 85%;
    }
}

@media (max-width: 576px) {
    .about .title hr,
    .iron-factory .title hr,
    .plastic-factory .title hr,
    .iron-content .title hr,
    .plastic-content .title hr,
    .product-content .title hr {
        display: none;
    }
}

.about .content .sub-title h6,
.iron-factory .content .sub-title h6,
.plastic-factory .content .sub-title h6,
.iron-content .content .sub-title h6,
.plastic-content .content .sub-title h6,
.product-content .content .sub-title h6 {
    font-family: 'Cairo', serif;
    font-weight: normal;
    font-size: 1em;
    display: block;
    width: 100%;
    text-align: right;
}

.about .content .sub-title hr,
.iron-factory .content .sub-title hr,
.plastic-factory .content .sub-title hr,
.iron-content .content .sub-title hr,
.plastic-content .content .sub-title hr,
.product-content .content .sub-title hr {
    border: 1px solid #F58452;
    display: block;
    width: 10%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.about .content .info,
.iron-factory .content .info,
.plastic-factory .content .info,
.iron-content .content .info,
.plastic-content .content .info,
.product-content .content .info {
    text-align: right;
    font-family: 'Cairo', serif;
    font-size: 0.8em;
    margin-top: 1.5em;
    line-height: 2.1em;
    max-height: 18em;
    overflow: hidden;
}

@media (max-width: 768px) {
    .about .content .info,
    .iron-factory .content .info,
    .plastic-factory .content .info,
    .iron-content .content .info,
    .plastic-content .content .info,
    .product-content .content .info {
        max-height: 24em;
    }
}

@media (max-width: 576px) {
    .about .content .info,
    .iron-factory .content .info,
    .plastic-factory .content .info,
    .iron-content .content .info,
    .plastic-content .content .info,
    .product-content .content .info {
        max-height: 24em;
    }
}

.about .content .continue,
.iron-factory .content .continue,
.plastic-factory .content .continue,
.iron-content .content .continue,
.plastic-content .content .continue,
.product-content .content .continue {
    text-align: right;
}

@media (max-width: 576px) {
    .about .content .continue,
    .iron-factory .content .continue,
    .plastic-factory .content .continue,
    .iron-content .content .continue,
    .plastic-content .content .continue,
    .product-content .content .continue {
        margin-bottom: 3em;
    }
}

.about .content .continue a,
.iron-factory .content .continue a,
.plastic-factory .content .continue a,
.iron-content .content .continue a,
.plastic-content .content .continue a,
.product-content .content .continue a {
    font-size: 0.9em;
    color: #F58452;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Cairo', serif;
}

.about .content .img img,
.iron-factory .content .img img,
.plastic-factory .content .img img,
.iron-content .content .img img,
.plastic-content .content .img img,
.product-content .content .img img {
    height: 18em;
    width: 100%;
}

@media (max-width: 768px) {
    .about .content .img img,
    .iron-factory .content .img img,
    .plastic-factory .content .img img,
    .iron-content .content .img img,
    .plastic-content .content .img img,
    .product-content .content .img img {
        height: 25em;
    }
}

.contact {
    background-image: url(../imgs/contact3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;
    background-position: 50%;
}

.contact .title {
    padding-bottom: 2em;
}

.contact .title h6 {
    font-family: 'Cairo', serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #ffffff;
}

@media (max-width: 576px) {
    .contact .title h6 {
        width: 100%;
        text-align: center;
    }
}

.contact .title hr {
    border: 1px solid #EDEDED;
    width: 90%;
    margin-left: 0;
}

@media (max-width: 576px) {
    .contact .title hr {
        display: none;
    }
}

.contact .contact-content {
    background-color: #ffffff;
    padding: 2em;
}

.contact .contact-content .col-lg-6 {
    padding-top: 15px;
}

.contact .contact-content .contact-form input {
    background-color: #EDEDED;
    text-align: right;
    font-family: 'Cairo', serif;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 0.9em;
    text-indent: 0.5em;
    color: #2E2E2E;
    margin-bottom: 1.5em;
}

.contact .contact-content .contact-form textarea {
    background-color: #EDEDED;
    text-align: right;
    font-family: 'Cairo', serif;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: .5em;
    padding-bottom: .5em;
    text-indent: .5em;
    resize: none;
    height: 13em;
}

.contact .contact-content .contact-form button {
    width: 100%;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Cairo', serif;
    background-color: #F58452;
    color: #ffffff;
    margin-top: .5em;
}

@media (max-width: 576px) {
    .contact .contact-content .contact-form button {
        margin-bottom: 2em;
    }
}

.contact .contact-content .map-part {
    height: 25.8em;
    overflow: hidden;
}

.footer {
    background-color: #2E2E2E;
    color: #ffffff;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: 'Cairo', serif;
}

.footer .footer-about {
    border-left: 1px solid #505050;
}

@media (max-width: 576px) {
    .footer .footer-about {
        border-left: none;
        border-bottom: 1px solid #505050;
    }
}

.footer .footer-about .sub-title h6 {
    font-weight: normal;
    font-size: 1em;
    display: block;
    width: 100%;
    text-align: right;
}

.footer .footer-about .sub-title hr {
    border: 1px solid #F58452;
    display: block;
    width: 10%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.footer .footer-about .info {
    text-align: right;
    font-family: 'Cairo', serif;
    font-size: 0.7em;
    margin-top: 1.5em;
    line-height: 2.1em;
    max-height: 18em;
    width: 95%;
}

@media (max-width: 768px) {
    .footer .footer-about .info {
        font-size: 0.65em;
    }
}

@media (max-width: 576px) {
    .footer .footer-about .info {
        max-height: 25em;
    }
}

.footer .footer-links {
    text-align: right;
    border-left: 1px solid #505050;
}

@media (max-width: 576px) {
    .footer .footer-links {
        border-left: none;
        border-bottom: 1px solid #505050;
        margin-top: 2em;
        padding-bottom: 1em;
    }
}

.footer .footer-links h6 {
    color: #F58452;
    margin-bottom: 2em;
    font-weight: bold;
}

.footer .footer-links ul {
    list-style-type: none;
    padding-right: 1em;
}

.footer .footer-links ul li {
    margin-bottom: 0.5em;
}

.footer .footer-links ul li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
    color: #ffffff;
    margin-right: .5em;
}

.footer .footer-links ul li a:hover {
    color: #F58452;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer .footer-links ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    color: #F58452;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: .5em;
    margin-right: -1em;
}

.footer .footer-info {
    text-align: right;
}

@media (max-width: 576px) {
    .footer .footer-info {
        margin-top: 2em;
        padding-bottom: 1em;
    }
}

.footer .footer-info h6 {
    color: #F58452;
    margin-bottom: 2em;
    font-weight: bold;
}

.footer .footer-info .info {
    list-style-type: none;
    padding-right: 1em;
}

.footer .footer-info .info li {
    float: right;
    margin-left: 1em;
}

.footer .footer-info .info li i {
    color: #F58452;
    vertical-align: middle;
    padding-left: 5px;
}

.footer .footer-info .info li p {
    display: inline-block;
    font-size: 12px;
    font-family: 'Cairo', serif;
}

.footer .footer-info .icons {
    list-style-type: none;
    text-align: right;
    padding-right: 1em;
}

.footer .footer-info .icons li {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
}

.footer .footer-info .icons li a {
    cursor: pointer;
}

.footer .footer-info .icons li a:hover {
    color: #F58452;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.copyrights {
    background-color: #242424;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
}

.copyrights p {
    margin-bottom: 0;
    font-family: 'Cairo', serif;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

.owl-item {
    overflow: hidden !important;
}

.owl-nav,
.owl-dots {
    display: none !important;
}


/* ================================================================================================================================================= */

.news-header,
.news-details-header,
.about-header,
.media-header,
.iron-header,
.plastic-header,
.product-header {
    background-image: url(../imgs/news-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25em;
    margin-top: -55px;
    padding-top: 55px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 576px) {
    .news-header .container .row,
    .news-details-header .container .row,
    .about-header .container .row,
    .media-header .container .row,
    .iron-header .container .row,
    .plastic-header .container .row,
    .product-header .container .row {
        width: 80%;
    }
}

.news-header .after,
.news-details-header .after,
.about-header .after,
.media-header .after,
.iron-header .after,
.plastic-header .after,
.product-header .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2E2E2E;
    display: block;
    opacity: .7;
}

.news-header .row,
.news-details-header .row,
.about-header .row,
.media-header .row,
.iron-header .row,
.plastic-header .row,
.product-header .row {
    font-family: 'Cairo', serif;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    text-align: right;
    margin-top: 7em;
}

.news-header .row h1,
.news-details-header .row h1,
.about-header .row h1,
.media-header .row h1,
.iron-header .row h1,
.plastic-header .row h1,
.product-header .row h1 {
    font-size: 3em;
    display: block;
    width: 100%;
}

.news-header .row p,
.news-details-header .row p,
.about-header .row p,
.media-header .row p,
.iron-header .row p,
.plastic-header .row p,
.product-header .row p {
    font-size: 1em;
    display: block;
    width: 100%;
}

.bread {
    background-color: #e9ecef;
    font-family: 'Cairo', serif;
}

.bread .container {
    padding-right: 0 !important;
}

.bread li a {
    cursor: pointer;
    color: #F58452;
    text-decoration: none;
}

.bread li.active a {
    color: #2E2E2E;
}

.bread .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.page-news,
.page-media {
    padding-top: 1em;
}


/* ================================================================================================================================================= */

.news-details-header {
    background-image: url(../imgs/news-details-header.png);
}

@media (max-width: 576px) {
    .news-details-header .container .row {
        width: 80%;
    }
}

.news-content {
    margin-bottom: 2em;
    margin-top: 2em;
}

.news-content .news-slider {
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .news-content .news-slider {
        margin-bottom: 1em;
    }
}

.news-content .news-slider .slide {
    width: 100%;
}

.news-content .news-slider .carousel-inner {
    height: 20em;
}

.news-content .news-slider .carousel-inner img {
    height: 20em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-content .news-slider .carousel-control-prev,
.news-content .news-slider .carousel-control-next {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #F58452;
    cursor: pointer;
    margin-top: 8em;
    line-height: 66px;
}

.news-content .container .img {
    width: 100%;
    height: 20em;
    overflow: hidden;
}

.news-content .container .img img {
    width: 100%;
    height: 20em;
}

.news-content .container article {
    font-family: 'Cairo', serif;
    text-align: right;
}

.news-content .container article h1 {
    font-size: 2em;
    margin-top: .5em;
    font-weight: 600;
}

.news-content .container article .info ul {
    list-style-type: none;
    padding-right: 0;
    margin-top: 2em;
}

.news-content .container article .info ul li {
    display: inline-block;
    margin-left: 1em;
}

.news-content .container article .info ul li i {
    color: #CBCBCB;
}

.news-content .container article .info ul li p {
    display: inline-block;
    margin-right: 0.3em;
    font-size: 0.9em;
}

.news-content .container article .desc {
    line-height: 2em;
    font-size: 1em;
}

.news-content .container article .desc figure {
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.news-content .container article .desc figure img {
    width: 100%;
}

.news-content .container article .desc figure figcaption {
    text-align: center;
    color: #CBCBCB;
}

@media (max-width: 576px) {
    .news-content .container .col-1 {
        display: none;
    }
}

.news-content .container .side {
    font-family: 'Cairo', serif;
}

@media (max-width: 576px) {
    .news-content .container .side {
        margin-top: 2em;
    }
}

.news-content .container .side .title {
    margin-bottom: 1.5em;
}

.news-content .container .side .title h4 {
    font-size: 1.2em;
    color: #2E2E2E;
    display: block;
    width: 100%;
    text-align: right;
}

.news-content .container .side .title hr {
    border: 1px solid #F58452;
    display: block;
    width: 10%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.news-content .container .side .content .news-container {
    height: 10em;
    margin-bottom: .5em;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.news-content .container .side .content .news-container img {
    width: 100%;
    height: 10em;
}

.news-content .container .side .content .news-container div {
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
    height: 3em;
    padding-top: .5em;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(34, 34, 34, 0.84)), color-stop(78%, rgba(5, 5, 5, 0.84)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(69%, rgba(0, 0, 0, 0.84)), color-stop(78%, rgba(0, 0, 0, 0.84)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 69%, rgba(0, 0, 0, 0.84) 78%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#050505', GradientType=0);
}

.news-content .container .side .content .news-container div a {
    text-decoration: none;
    font-size: 1.1em;
    color: #ffffff;
    font-family: 'Cairo', serif;
}


/* ================================================================================================================================================= */

.about-header {
    background-image: url(../imgs/about-header.png);
}

@media (max-width: 576px) {
    .about-header .container .row {
        width: 80%;
    }
}

.about-content {
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: right;
    font-family: 'Cairo', serif;
}

.about-content .desc {
    line-height: 2em;
    font-size: 1em;
}

@media (max-width: 576px) {
    .about-content .desc {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.about-content .desc figure {
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 2em;
}

.about-content .desc figure img {
    width: 100%;
}

.about-content .desc figure figcaption {
    text-align: center;
    color: #CBCBCB;
}

.about-content .desc .factories {
    margin-top: 1em;
}

.about-content .desc .factories .iron,
.about-content .desc .factories .plastic {
    background-color: #FAFAFA;
    border-top: 2px solid #F58452;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1em;
    padding-right: 2em;
    padding-left: 2em;
}

@media (max-width: 576px) {
    .about-content .desc .factories .iron,
    .about-content .desc .factories .plastic {
        margin-bottom: 1em;
        display: block;
    }
}

.about-content .desc .factories .iron i,
.about-content .desc .factories .plastic i {
    display: inline-block;
}

.about-content .desc .factories .iron p,
.about-content .desc .factories .plastic p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5em;
}

.about-content .desc .factories .plastic {
    margin-right: 1em;
}

@media (max-width: 576px) {
    .about-content .desc .factories .plastic {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .iron-factory,
    .plastic-factory {
        padding-top: 0em;
    }
}

.iron-factory .content div .sub-title h6,
.plastic-factory .content div .sub-title h6 {
    font-weight: bold;
}

.iron-factory .content div .info,
.plastic-factory .content div .info {
    font-size: 1em;
    max-height: -webkit-fill-available;
}

.iron-factory .content div .info ul,
.plastic-factory .content div .info ul {
    list-style-type: none;
    padding-right: 1em;
}

.iron-factory .content div .info ul li::before,
.plastic-factory .content div .info ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #F58452;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 1em;
    margin-right: -1em;
    margin-left: .5em;
}

@media (max-width: 576px) {
    .iron-factory .img,
    .plastic-factory .img {
        margin-top: 2em;
    }
}

.plastic-factory ul li {
    margin-top: 0.5em;
}


/* ================================================================================================================================================= */

.media-header {
    background-image: url(../imgs/media.png);
}

@media (max-width: 576px) {
    .media-header .container .row {
        width: 80%;
    }
}

.activ-nav-linke {
    color: #F58452 !important;
    border-bottom: 2px solid #F58452 !important;
    -webkit-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.image-container,
.video-container {
    position: relative;
    height: 19em;
    margin-bottom: 2em;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.image-container img,
.video-container img {
    width: 100%;
    height: 15em;
}

.video-container .after {
    position: absolute;
    bottom: 0%;
    width: 92%;
    height: 100%;
    text-align: center;
    padding-top: .5em;
    background-color: #2E2E2E;
    opacity: .7;
}

.video-container .after i {
    color: #ffffff;
    z-index: 1;
    font-size: 4em;
    margin-top: 23%;
}


/* ================================================================================================================================================= */

.iron-header {
    background-image: url(../imgs/iron-header.png);
}

@media (max-width: 576px) {
    .iron-header .container .row {
        width: 80%;
    }
}

.iron-content,
.plastic-content,
.product-content {
    font-family: 'Cairo', serif;
    text-align: right;
    margin-top: -2em;
    background-color: transparent;
    line-height: 2.2em;
    padding-bottom: 1em;
}

@media (max-width: 576px) {
    .iron-content,
    .plastic-content,
    .product-content {
        padding-top: 3em;
        padding-right: 2em;
        padding-left: 2em;
    }
}

.iron-content .sub-title h6,
.plastic-content .sub-title h6,
.product-content .sub-title h6 {
    font-weight: bold;
    display: block;
    width: 100%;
}

.iron-content .sub-title hr,
.plastic-content .sub-title hr,
.product-content .sub-title hr {
    border: 1px solid #F58452;
    margin-right: 0;
    margin-top: .2;
    margin-bottom: 1;
    width: 5%;
}

.iron-content .info,
.plastic-content .info,
.product-content .info {
    font-size: 1em;
    max-height: -webkit-fill-available;
}

.iron-content .info ul,
.plastic-content .info ul,
.product-content .info ul {
    list-style-type: none;
    padding-right: 1em;
}

.iron-content .info ul li::before,
.plastic-content .info ul li::before,
.product-content .info ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #F58452;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 1em;
    margin-right: -1em;
    margin-left: .5em;
}

.sep-hr,
.prod-sep-hr {
    width: 20%;
    border: 1px solid #F58452;
    margin-bottom: 2em;
}

.filter,
.plastic-filter {
    font-family: 'Cairo', serif;
}

.filter .filter-tabs,
.plastic-filter .filter-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2em;
}

.filter .filter-tabs a,
.plastic-filter .filter-tabs a {
    cursor: pointer;
    width: 100px;
    text-align: center;
    padding: 1em;
    padding: .5em 1em;
    border-radius: 5px;
    color: #2E2E2E;
    border: 1px solid #F58452;
}

@media (max-width: 576px) {
    .filter .filter-tabs a,
    .plastic-filter .filter-tabs a {
        margin-bottom: 1em;
    }
}

.filter .filter-tabs .active,
.plastic-filter .filter-tabs .active {
    background-color: #F58452;
    color: #ffffff;
    border: 1px solid transparent;
}

.filter .content,
.plastic-filter .content {
    margin-bottom: 2em;
}

.filter .content .item,
.plastic-filter .content .item {
    width: 100%;
    height: 15em;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}

.filter .content .item:hover .content,
.plastic-filter .content .item:hover .content {
    display: block;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.filter .content .item img,
.plastic-filter .content .item img {
    width: 100%;
    height: 15em;
}

.filter .content .item .content,
.plastic-filter .content .item .content {
    position: absolute;
    display: none;
    opacity: 0;
    top: 0%;
    right: 0%;
    text-align: center;
    background-color: rgba(46, 46, 46, 0.7);
    display: block;
    font-family: 'Cairo', serif;
    margin-right: 1em;
    margin-left: 1em;
    height: 15em;
    cursor: pointer;
}

.filter .content .item .content h5,
.plastic-filter .content .item .content h5 {
    font-size: 1.1em;
    color: #ffffff;
    margin-top: 2em;
}

.filter .content .item .content p,
.plastic-filter .content .item .content p {
    max-height: 7em;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.9em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    line-height: 1.7em;
}

.filter .content .item .content a,
.plastic-filter .content .item .content a {
    text-decoration: none;
    cursor: pointer;
    color: #F58452;
}


/* ================================================================================================================================================= */

.plastic-header {
    background-image: url(../imgs/plastic-header.png);
}

@media (max-width: 576px) {
    .plastic-header .container .row {
        width: 80%;
    }
}

.plastic-filter .filter-tabs a {
    width: 150px;
}


/* ================================================================================================================================================= */

.product-header {
    background-image: url(../imgs/product-header.png);
}

@media (max-width: 576px) {
    .product-header .container .row {
        width: 80%;
    }
}

.product-content .info {
    margin-bottom: 2em;
}

.prod-sep-hr {
    margin-top: 0em;
}

.product-slider {
    cursor: pointer;
}

@media (max-width: 768px) {
    .product-slider {
        margin-bottom: 1em;
    }
}

.product-slider .carousel-inner {
    height: 18em;
}

.product-slider .carousel-inner img {
    height: 18em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #F58452;
    cursor: pointer;
    margin-top: 7em;
    padding-top: 1em;
    line-height: 66px;
}

.product-related-slider {
    padding-top: 0;
}

.product-related-slider .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* =================================================================================================================================================== */

.landing-bg-container {
    overflow: hidden;
}

.landing-bg-container .container-fluid {
    background-color: #F58452;
}

.landing-bg-container .container-fluid .content {
    padding: 0;
}

.landing-bg-container .container-fluid .landing-iron-factory {
    height: 100vh;
    width: 100%;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../imgs/landing-iron-img.jpg);
    background-size: cover;
    cursor: pointer;
    position: relative;
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.landing-bg-container .container-fluid .landing-iron-factory:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: -webkit-filter .5s ease-in-out;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
}

.landing-bg-container .container-fluid .landing-iron-factory:hover .link {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.landing-bg-container .container-fluid .landing-plastic-factory {
    height: 100vh;
    width: 100%;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../imgs/landing-plastic-img.jpg);
    background-size: cover;
    cursor: pointer;
    position: relative;
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.landing-bg-container .container-fluid .landing-plastic-factory:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: -webkit-filter .5s ease-in-out;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
}

.landing-bg-container .container-fluid .landing-plastic-factory:hover .link {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.landing-bg-container .container-fluid .link {
    position: absolute;
    bottom: 15%;
    right: 0;
    left: 0;
    z-index: 11;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.landing-bg-container .container-fluid .link a {
    text-decoration: none;
    font-family: 'Cairo';
    color: #ffffff;
    font-size: 2em;
    padding: 1em;
}

.landing-bg-container .container-fluid .iron-container {
    padding: 0;
    background-color: #183661;
}

.landing-bg-container .container-fluid .plastic-container {
    padding: 0;
    background-color: #F58452;
}

.landing-bg-container .container-fluid .logo-part-container {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    z-index: 111;
    padding: 1em;
}

.landing-bg-container .logo-row {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing-bg-container .logo-row img {
    width: 10em;
}

.landing-bg-container .text-row {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing-bg-container .text-row .title {
    color: #ffffff;
    font-size: 3em;
    width: 100%;
    font-weight: bold;
    margin-bottom: .2em;
    font-family: 'Cairo';
}

.landing-bg-container .text-row .desc {
    width: 100%;
    color: #ffffff;
    font-size: 1.5em;
    font-family: 'Cairo';
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}


/* =============================================== */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #F58452;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    width: 15px;
}


/*# sourceMappingURL=style.css.map */

.new-header {
    text-align: center;
    margin-top: 1em;
    background-color: #E9ECEF;
    padding: .5em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-box-shadow: inset -1px 10px 15px 0px rgba(107, 102, 99, 1);
    -moz-box-shadow: inset -1px 10px 15px 0px rgba(107, 102, 99, 1);
    box-shadow: inset -1px 10px 15px 0px rgba(107, 102, 99, 1);
}

.imag-border {
    border-bottom: 5px solid #AEADAD;
    border-left: 5px solid #AEADAD;
    border-right: 5px solid #AEADAD;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.nav-sticky {
    background-color: #333 !important;
    height: 5em;
    transition: ease-in-out 2s;
}