/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
/*.slick-slide img {
    height: 300px;
}*/

span.status {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 20px;
    color: white;
    margin-bottom: 22px;
    display: inline-block;
}

.home-h1 {
    font-size: 40px;
    color: white;
}

.home-p {
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    color: white;
}
.home-p .home-p-type {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
}

.mar-b-3 {
    margin-bottom: 3px;
}

.mar-r-3 {
    margin-right: 3px;
}

.item {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #0198cb;
    padding-top: 40px;
}

/*.item:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 55%;
        height: 110%;
        background-color: white;
        right: -5px;
        top: 80%;
    }

    .item:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 50%;
        height: 100%;
        background-color: #e0efe3;
        left: 0;
        top: 27%;
    }*/

.curve {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

/*.item {
    padding-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    height: 1071px;
    background-color: #3b4b9e;
}

    .item:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 340px;
        height: 1071px;
        background-color: white;
        right: -5px;
        top: 40px;
    }

    .item:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 300px;
        height: 1071px;
        background-color: #e0efe3;
        left: 0;
        top: 27px;
    }*/

/*.item.orange {
    background-image: url(../img/home-slider/slide1.png);
}

.item.green {
    background-image: url(../img/home-slider/slide2.png);
}

.item.blue {
    background-image: url(../img/home-slider/slide3.png);
}

.item.yellow {
    background-image: url(../img/home-slider/slide4.png);
}*/

#slide1-avatar {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50px;
}

.item.orange span.status {
    background: #d74c07;
    /*box-shadow: 1px 2px 15px 0px #d74c077a;*/
}

.item.green span.status {
    background: #a145ff;
    /*box-shadow: 1px 2px 15px 0px #a145ff7d;*/
}

.item.blue span.status {
    background: #178ece;
    /*box-shadow: 1px 2px 15px 0px #178ece82;*/
}

.item.yellow span.status {
    background: #e3c102;
    /*box-shadow: 1px 2px 15px 0px #e3c10282;*/
}

.list {
    color: white;
    padding-bottom: 20px;
}

.item .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-top: 5px;
    text-shadow: unset;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-delay: 300ms;
    transition-timing-function: ease;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* slide when not active/center*/

.fix-lag .slick-slide,
.fix-lag
.slick-slide[aria-hidden="true"]:not(.slick-cloned)
~ .slick-cloned[aria-hidden="true"] {
    /*    transform: scale(0.7, 0.7);*/
    transition: transform 0.5s ease;
}

/* slide when active/center */

.fix-lag .slick-center,
.fix-lag
.slick-slide[aria-hidden="true"]:not([tabindex="-1"])
+ .slick-cloned[aria-hidden="true"] {
    transform: scale(1, 1);
}

.carousel-indicators {
    background: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    bottom: 5px;
    left: 25%;
    width: auto;
    margin-left: 0;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.24);
}

.carousel-indicators li {
    margin: 10px 5px 5px 5px;
    height: 12px;
    width: 12px;
}

.carousel-indicators li {
    background-color: #eee;
}

.carousel-indicators .active {
    background-color: #3b4b9e;
    margin: 10px 5px 5px 5px;
}

.who-span {
    font-size: 28px;
    color: #5c6078;
}

.who-h1 {
    color: #5b6075;
    font-size: 35px;
    font-weight: 800;
}

.landing-logo:hover {
    transition: all 0.5s ease-in;
    transform: scale(1.2, 1.2);
}

.landing-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: table;
    vertical-align: middle;
    height: auto;
    text-align: center;
    transition: all 1.2s ease-out;
    cursor: pointer;
    /*margin-bottom: 250px;*/
}

.landing-logo img {
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

.branch-logo {
    width: 40%;
    position: relative;
    z-index: 10;
    top: 100px;
}

.nice {
    z-index: 9;
    width: 85%;
    top: 25px;
}

.nice-one {
    position: absolute;
    z-index: 8;
    width: 95%;
    top: 0;
    transition: all 3s ease-in-out;
    animation-name: nice-two;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.nice-two {
    position: absolute;
    z-index: 7;
    width: 90%;
    top: 0;
    transition: all 6s ease-in-out;
    animation-name: nice-one;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.nice-three {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    transition: all 4s ease-in-out;
    animation-name: nice-two;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes nice {
    0% {
        transform: rotate(33deg);
        transition: all ease-in-out infinite;
    }

    50% {
        transform: rotate(9900deg);
        transition: all ease-in-out infinite;
    }

    100% {
        transform: rotate(180deg);
        transition: all ease-in-out infinite;
    }
}

@keyframes nice-two {
    from {
        transform: rotate(155deg);
        transition: all ease-in-out infinite;
    }

    to {
        transform: rotate(-10deg);
        transition: all ease-in-out infinite;
    }
}

@keyframes nice-one {
    0% {
        transform: rotate(-44deg);
        transition: all ease-in-out infinite;
    }

    44% {
        transform: rotate(-310deg);
        transition: all ease-in-out infinite;
    }

    100% {
        transform: rotate(-10deg);
        transition: all ease-in-out infinite;
    }
}

.bottom-responsive {
    width: 100%;
    z-index: 1000;
}

section.csr,
section.qc,
section.events {
    display: none;
}

.for-arrow .title {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0%;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: large;
    z-index: 15;
}

.rotate-arrow {
    transform: rotateZ(180deg);
    transition: all 0.3s ease-in-out;
}

.branches .for-arrow a.arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: -5px 1px 20px 0px rgba(77, 40, 120, 0.79);
    position: absolute;
    left: calc(50% - 28px);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    margin-top: -30px;
}

.branches .for-arrow a.arrow i {
    color: #4d2878;
    font-size: 53px;
    display: inline-block;
}

/* Branches */

.branches {
    /*margin-bottom: 120px;*/
}

.branches .branch {
    background: #3b4b9e;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 40px 50px;
    position: relative;
}

.branches .branch.csr img {
    position: relative;
    top: -10px;
    left: -5px;
}

.branches .branch.qc img {
    width: 240px;
    top: -80px;
    position: relative;
    left: -50px;
}

.branches .branch.events img {
    position: relative;
    top: 20px;
    left: -15px;
}

.branches .branch p {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.branches .branch a.arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    box-shadow: -7px 5px 10px rgba(85, 41, 136, 0.56);
    position: absolute;
    bottom: -33px;
    left: 96px;
    transition: all 0.3s ease-in-out;
}

.branches .branch.active a.arrow {
    background: #3b4b9e;
}

.branches .branch.active a.arrow i {
    color: white;
    transform: rotate(180deg);
}

.branches .branch a i {
    color: #3b4b9e;
    font-size: 60px;
}

.branches .branch::before {
    content: "";
    background: url(../img/branches/overlay1.png);
    position: absolute;
    left: -4px;
    top: -8px;
    width: 105%;
    height: 105%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotate 15s ease-in-out infinite;
}

.branches .branch::after {
    content: "";
    background: url(../img/branches/overlay2.png);
    position: absolute;
    left: -4px;
    top: -8px;
    width: 93%;
    height: 98%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotate 20s ease-in-out infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* CSR & QC & events */

.branches-details .slick-slider {
    padding-left: 60px;
}

.branches-details section .col-md-4 {
    padding-left: 130px;
}

section.csr,
section.qc,
section.events {
    margin-bottom: 25px;
    display: none;
}

section.csr .row,
section.qc .row,
section.events .row {
    display: flex;
}

section.csr p.title,
section.qc p.title,
section.events p.title {
    margin-bottom: 30px;
    font-size: 13.5px;
}

section.csr p.desc,
section.qc p.desc {
    margin-bottom: 55px;
}

section.csr h2,
section.qc h2,
section.events h2 {
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: bold;
    color: #5b6075;
}

section.csr .csr-slider img,
section.qc .qc-slider img {
    height: 440px;
    border-radius: 5px;
    width: 100%;
    padding-right: 30px;
    object-fit: cover;
}

section.csr .csr-slider .slick-list,
section.qc .qc-slider .slick-list {
    padding: 0 35% 0 0;
}

ul.arrows li {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 10px 20px rgba(85, 41, 136, 0.3);
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

/*.product-details.right ul.arrows li:first-child {
    margin-right: 22px;
}*/

.product-details.left .product-title {
    text-align: left;
    float: right;
    padding-left: 30px;
    /*    margin-right: 100px;*/
}

.product-details .col-md-6 {
    padding-left: 0;
}

.product-details.right .product-title {
    text-align: left;
    float: left;
    padding-left: 40px;
    /*    margin-left: 100px;*/
}

.product-details.left span.color {
    float: right;
}

.product-details.left ul.arrows li:first-child {
    margin-left: 22px;
    float: right;
}

ul.arrows li i {
    font-size: 50px;
    position: absolute;
    color: #3b4b9e;
    transition: all 0.5s ease-in-out;
}

ul.arrows li i {
    top: 3px;
}

ul.arrows li i.right-arrow {
    left: 18px;
}

ul.arrows li i.left-arrow {
    left: 23px;
}

ul.arrows li:hover {
    background: #3b4b9e;
}

ul.arrows li:hover i {
    color: white;
}

/* Events */

section.events ul.events {
    list-style: none;
    margin-top: 33px;
    margin-bottom: 40px;
}

section.events ul.events li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid whitesmoke;
}

section.events ul.events li.active {
    background: white;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}

section.events ul.events li span.date {
    width: 50px;
    height: 50px;
    background: #3b4b9e;
    border-radius: 50%;
    line-height: 50px;
    padding-left: 16px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

/*section.events ul.events li span.date::before {
                content: '';
                background: url(../img/branches/overlay1.png);
                position: absolute;
                left: 2px;
                top: 3px;
                width: 50px;
                height: 50px;
                z-index: -1;
                background-repeat: no-repeat;
                background-size: cover;
                animation: rotate 15s ease-in-out infinite;
            }

            section.events ul.events li span.date::after {
                content: '';
                background: url(../img/branches/overlay2.png);
                position: absolute;
                left: 0px;
                top: 0px;
                width: 50px;
                height: 50px;
                z-index: -1;
                background-repeat: no-repeat;
                background-size: cover;
                animation: rotate 20s ease-in-out infinite;
            }*/

section.events ul.events li p {
    text-align: center;
}

section.events ul.events li p span.name {
    font-size: 17px;
    color: #5b6075;
}

section.events ul.events li p span.time {
    font-size: 11px;
    text-align: left;
}

section.events ul.events li p span.time i {
    color: #3b4b9e;
}

section.events ul.events li p span {
    display: block;
}

section.events ul.events li .icon i {
    color: #3b4b9e;
}

section.events .events-slider img {
    height: 100%;
}

section.events .events-slider .slick-slide {
    position: relative;
}

section.events .events-slider .slick-slide .view-map {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 25px;
    background-color: #3b4b9e;
    z-index: 999;
    border-top-right-radius: 20px;
    /*border-bottom-left-radius: 20px;*/
}

section.events .events-slider .slick-slide .view-map span,
section.events .events-slider .slick-slide .view-map i {
    color: white;
}

section.events .events-slider .slick-slide .view-map i {
    margin-right: 10px;
}

section.events .events-slider .slick-slide .view-map span {
    margin-right: 38px;
}

section.events .events-slider .slick-slide .view-map button {
    background: white;
    color: #3b4b9e;
    font-weight: bold;
    border-radius: 40px;
    font-family: "montserrat";
    font-weight: 500;
    line-height: 0px;
    font-size: 8px;
    padding: 4.5px 12px;
    height: auto;
    width: auto;
}

section.events .events-slider .slick-slide .view-map button img {
    display: inline-block;
    width: 13px;
    height: auto;
}

section.events .events-slider .slick-slide .view-map button i {
    color: #3b4b9e;
}

.items {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.dn {
    display: none;
}

.visible {
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
}

.product-details .slick-slide img {
    display: inline-block;
    width: 500px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* csr */

/*section.csr ul.csr {
    list-style: none;
    margin-top: 33px;
    margin-bottom: 40px;
}*/

section.csr ul.csr li {
    display: inline-block !important;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
}

section.csr ul.csr li.active {
    background: white;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}

section.csr ul.csr li span.date {
    width: 50px;
    height: 50px;
    background: #3b4b9e;
    border-radius: 50%;
    line-height: 50px;
    padding-left: 16px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

section.csr ul.csr li span.date::before {
    content: "";
    background: url(../img/branches/overlay1.png);
    position: absolute;
    left: 2px;
    top: 3px;
    width: 50px;
    height: 50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotate 15s ease-in-out infinite;
}

section.csr ul.csr li span.date::after {
    content: "";
    background: url(../img/branches/overlay2.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotate 20s ease-in-out infinite;
}

section.csr ul.csr li p {
    text-align: center;
}

section.csr ul.csr li p span.name {
    font-size: 17px;
    color: #5b6075;
}

section.csr ul.csr li p span.time {
    font-size: 11px;
    text-align: left;
}

section.csr ul.csr li p span.time i {
    color: #3b4b9e;
}

section.csr ul.csr li p span {
    display: block;
}

section.csr ul.csr li .icon i {
    color: #3b4b9e;
}

/*section.csr .csr-slider img {
    height: 100%;
}*/

section.csr .csr-slider .slick-slide {
    position: relative;
}

section.csr .csr-slider .slick-slide .view-map {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 25px;
    background-color: #3b4b9e;
    z-index: 999;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

section.csr .csr-slider .slick-slide .view-map span,
section.csr .csr-slider .slick-slide .view-map i {
    color: white;
}

section.csr .csr-slider .slick-slide .view-map i {
    margin-right: 10px;
}

section.csr .csr-slider .slick-slide .view-map span {
    margin-right: 38px;
}

section.csr .csr-slider .slick-slide .view-map button {
    background: white;
    color: #3b4b9e;
    font-weight: bold;
    border-radius: 40px;
    font-family: "montserrat";
    font-weight: 500;
    line-height: 0px;
    font-size: 8px;
    padding: 4.5px 12px;
    height: auto;
    width: auto;
}

section.csr .csr-slider .slick-slide .view-map button img {
    display: inline-block;
    width: 13px;
    height: auto;
}

section.csr .csr-slider .slick-slide .view-map button i {
    color: #3b4b9e;
}

/* CEO */

.ceo {
    position: relative;
    margin-bottom: 550px;
    /*margin-top: 100px;*/
}

.ceo img {
    height: 680px;
    border-radius: 5px;
}
.ceo .quote-logo {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.ceo .quote-logo img {
    height: 60px;
}

.ceo .background {
    /* position: absolute;
          bottom: 30px; */
    height: 450px;
    background: #3b4b9e;
    width: 100%;
    right: 0;
    z-index: -1;
}

.ceo .quote {
    position: absolute;
    width: 100%;
    transform: translateY(-31%);
}

.ceo .quote img {
    width: 14px;
    height: auto;
    margin-bottom: 33px;
}

.ceo .quote .word {
    padding: 50px;
    background: white;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.24);
}

.ceo .quote .word p:first-of-type {
    font-size: 18px;
    color: #5b6075;
    margin-bottom: 65px;
    line-height: 36px;
    text-align: justify;
}

.ceo .quote .word span {
    font-size: 18px;
}

.ceo .quote .word span.name {
    font-weight: bold;
}

.col-md-offset-3 {
    margin-left: 27%;
}

@media (max-width: 575.98px) {
    #header-holder.main-header .header-graphic {
        height: auto;
        width: 465px;
    }

    .carousel-caption.animated.slideInRight {
        text-align: center;
    }

    /*.right {
          margin-top: 35px;
      }*/

    /*.list {
          text-align: left;
          margin-left: 40px;
      }*/

    .item.orange.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.green.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.blue.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.yellow.active {
        background: #3b4b9e;
        background-image: unset;
    }

    /*ol.carousel-indicators {
          position: relative;
          margin-top: -90px;
          width: 200px;
          margin-left: auto;
          margin-right: auto;
          left: unset;
          bottom: unset;
      }*/

    /*.who-h1 {
          font-size: 35px;
      }*/

    /*.branches .for-arrow a.arrow {
          bottom: -50px;
      }*/

    /*div#message1 {
          display: none;
      }*/

    .col-md-offset-3 {
        margin: 0;
    }

    img.wow.slideInUp {
        width: 420px;
        height: auto;
    }

    .background {
        display: none;
    }

    .ceo .quote {
        position: relative;
        transform: unset;
    }

    .col-md-6.col-xs-12 {
        margin-bottom: 20px;
    }

    .ceo {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #header-holder.main-header .header-graphic {
        height: auto;
        width: 465px;
    }

    .carousel-caption.animated.slideInRight {
        text-align: center;
    }

    /*.right {
          margin-top: 35px;
      }*/

    .list {
        text-align: left;
        margin-left: 40px;
    }

    .item.orange.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.green.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.blue.active {
        background: #3b4b9e;
        background-image: unset;
    }

    .item.yellow.active {
        background: #3b4b9e;
        background-image: unset;
    }

    /*ol.carousel-indicators {
          position: relative;
          margin-top: -90px;
          width: 200px;
          margin-left: auto;
          margin-right: auto;
          left: unset;
          bottom: unset;
      }*/

    /*.who-h1 {
          font-size: 35px;
      }*/

    /*.branches .for-arrow a.arrow {
          bottom: -50px;
      }*/

    /*div#message1 {
          display: none;
      }*/

    .col-md-offset-3 {
        margin: 0;
    }

    img.wow.slideInUp {
        width: 420px;
        height: auto;
    }

    .background {
        display: none;
    }

    .ceo .quote {
        position: relative;
        transform: unset;
    }

    .col-md-6.col-xs-12 {
        margin-bottom: 20px;
    }

    .ceo {
        margin-bottom: 0;
        margin-top: 0;
    }
}

/*@media (min-width: 768px) and (max-width: 991.98px) {


    .bottom-responsive {
        bottom: 150px;
        zoom: 80%;
        margin-left: -5px;
    }

    #header-holder.main-header .header-graphic {
        height: auto;
        width: 465px;
    }
}*/

/*@media (min-width: 992px) and (max-width: 1199.98px) {


    .bottom-responsive {
        bottom: 150px;
        zoom: 80%;
        margin-left: -5px;
    }

    #header-holder.main-header .header-graphic {
        height: auto;
        width: 465px;
    }
}*/

/*@media (min-width: 1200px) {
}*/

.title {
    color: #3b4b9e !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

.desc {
    color: #7b7f92;
    font-size: 18px;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 0 !important;
}

ul.event.arrows {
    padding-left: 0;
    margin-top: 20px !important;
}

ul.qc.arrows {
    padding-left: 0;
    margin-top: 20px !important;
}

ul.csr.arrows {
    padding-left: 0;
    margin-top: 20px !important;
}

ul.events {
    padding-left: 0;
}

/* ============================================= */
/* ========         Products        ============ */
/* ============================================= */

/*.products .hero {
    width: 100%;
    height: 85vh;
    background-image: url('../img/products/hero-bg1.png');
    background-size: cover;
    background-position: bottom;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
}

.products.facial .hero {
    background-image: url('../img/products/Facial1.png');
}

.products.kitchen .hero {
    background-image: url('../img/products/Kitchen1.png');
}

.products.pocket .hero {
    background-image: url('../img/products/Pocket1.png');
}

.products.Toilet .hero {
    background-image: url('../img/products/Toilet1.png');
}

.products.Napkins .hero {
    background-image: url('../img/products/Napkins1.png');
}*/

.products ul.nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0px;
    border-bottom: 0;
    margin-bottom: 70px;
}

.products ul.nav li {
    background: white;
    border: 1px solid white;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

.products ul.nav li a {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
@media (max-width: 575px) {
    .products ul.nav li a {
        width: 130px;
        height: 130px;
    }
}

.products ul.nav li a:focus {
    background: white;
    outline: 0;
}

.products ul.nav li a img {
    height: 70px;
}

.products ul.nav li p {
    font-size: 16px;
    font-weight: bold;
    color: #3b4b9e;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
}

.products ul.nav li a:hover,
.products ul.nav li a:active,
.products ul.nav li.active a {
    background: none;
    border: none;
}

.products ul.nav li:hover {
    border: 1px solid #3b4b9e;
    /* padding: 2px; */
}

/*.products ul.nav li:hover p {
                color: white;
            }*/

/* li.category-active {
  background: #3b4b9e !important;
} */
li.category-active {
    border-color: transparent !important;
}
.category-active.active {
    background: #48b4dc !important;
}

#tab-category3.category-active.active {
    background: #fecd44 !important;
}
#tab-category4.category-active.active {
    background: #687dca !important;
}
#tab-category2.category-active.active {
    background: #fb7532 !important;
}
#tab-category5.category-active.active {
    background: #7ee13f !important;
}
li.category-active p {
    color: white !important;
}

.x {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.all-products .right .col-md-5,
.allx .right .col-md-5 {
    padding-left: 130px;
}*/

/*.all-products .left .col-md-5,
.allx .left .col-md-5 {
    padding-right: 130px;
}*/

/*.all-products .right .content .color,
.allx .right .content .color {
    float: right;
    margin-top: 5px;
}

.all-products .left .content .color,
.allx .left .content .color {
    float: left;
    margin-top: 5px;
}*/

.product-details,
.x {
    position: relative !important;
    /* padding: 200px 0 100px; */
}

.product-details.right::before,
.right.x::before {
    /*content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 75%;
          background: #3b4b9e;
          background-size: 400% 400%;
          width: 650px;*/
    /* border-radius: 125.5% 237px 330px 104px; */
    /* transform: rotate(-120deg); */
}

.product-details.left::before,
.left.x::before {
    /*content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 75%;
          background: #3b4b9e;
          background-size: 400% 400%;
          width: 650px;*/
    /* border-radius: 125.5% 237px 330px 104px;
      transform: rotate(180deg); */
}

#nylon-550::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    background: #3b4b9e;
    background-size: 400% 400%;
    width: 650px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 37% 0%;
    }

    50% {
        background-position: 64% 100%;
    }

    100% {
        background-position: 37% 0%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 37% 0%;
    }

    50% {
        background-position: 64% 100%;
    }

    100% {
        background-position: 37% 0%;
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 37% 0%;
    }

    50% {
        background-position: 64% 100%;
    }

    100% {
        background-position: 37% 0%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 37% 0%;
    }

    50% {
        background-position: 64% 100%;
    }

    100% {
        background-position: 37% 0%;
    }
}

.product-title .type,
.x .type {
    color: #3b4b9e;
    font-size: 16.5px;
    /*margin-bottom: 24px;*/
    font-weight: bold;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.object-cover {
    object-fit: cover !important;
}

.product-details.left .type {
    text-align: right;
}

.x.left .type {
    text-align: left;
}

.product-title .name,
.x .name {
    color: #000;
    font-size: 20px;
    margin: 0;
    /*width: 450px;*/
    width: 100%;
    display: block;
}

.product-details.left .name,
.x.left .name {
    text-align: left;
}

.slick-dots {
    bottom: 25px;
}

.mt-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-title .color,
.x span.color {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    right: 10px;
    bottom: 20px;
    position: absolute;
}

.product-title .color.yellow,
.x span.color.yellow {
    background: #ffdb00;
}

.product-title .color.orange,
.x span.color.orange {
    background: #f78d44;
}

.product-title .color.blue,
.x span.color.blue {
    background: #2497cf;
}

.product-title .color.yellow,
.x span.color.yellow {
    background: rgb(255, 217, 0);
}

.product-title .color.lovender,
.x span.color.lovender {
    background: rgb(142, 39, 210);
}

.product-title .color.mango,
.x span.color.mango {
    background: rgb(231, 119, 54);
}

.product-title .color.aud,
.x span.color.aud {
    background: rgb(197, 153, 103);
}

.product-title .color.peach,
.x span.color.peach {
    background: rgb(255, 136, 0);
}

.product-title .color.pink,
.x span.color.pink {
    background: rgb(231, 88, 139);
}

.product-title .color.frawla,
.x span.color.frawla {
    background: rgb(235, 55, 55);
}

.product-title .color.green,
.x span.color.green {
    background: rgb(19, 197, 78);
}

.product-title {
    width: 90%;
    position: relative;
    display: inline-block;
    background: white;
    box-shadow: 0px 5px 5px rgba(124, 124, 124, 0.14);
    padding: 20px;
    margin-bottom: -30px;
}

.product-details.right .options,
.x .options {
    list-style: none;
    /*padding: 10px;*/
    /*background: white;
      box-shadow: 0px 5px 5px rgba(124, 124, 124, 0.14);*/
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
    /*margin-top: 30px;*/
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.product-details.left .options,
.x .options {
    list-style: none;
    /*padding: 10px;*/
    /*background: white;
      box-shadow: 0px 5px 5px rgba(124, 124, 124, 0.14);*/
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
    /*margin-top: 30px;*/
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.product-details .options img,
.x .options img {
    width: 70px;
    /*margin-right: 25px;*/
}

.product-details.right .options li:last-child img,
.x .options li:last-child img {
    margin-right: 15px;
    width: 50px !important;
}

.product-details.left .options li:last-child img,
.x .options li:last-child img {
    margin-left: 15px;
    width: 50px !important;
}

.w-100 {
    width: 100%;
    height: auto;
    display: block;
}

.w-75 {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.h-45 {
    max-height: 450px;
}

.product-details .arrows,
.x .arrows {
    margin-top: 20px;
    text-align: center;
}

.product-details.left .arrows,
.x .arrows {
    margin-top: 20px;
    text-align: center;
    position: unset !important;
    width: 142px;
    margin: auto;
}

.product-details .slider,
.x .slider {
    /*margin-bottom: 40px;
      margin-top: 40px;*/
}

/*.product-details .slider img,
    .x .slider img {
        width: 335px;
        padding: 25px;
    }*/

.slick-dots li button {
    width: 30px;
    height: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #3b4b9e;
}

.left .slider .slick-slide img {
    /*float: left;*/
}

/*
{
    transition: all 0.4s ease-in;
}
*/

.product-details .slider .slick-slide {
    padding: 20px 40px;
    height: auto;
    transition: all 0.7s ease;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
}

.product-details .slider .slick-slide.slick-active {
    transition: all 0.7s ease;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

/*.product-details.right .nylon-slider .slick-list {
    padding: 0 45% 0 0 !important;
    margin-right: -85px;
    background: #3b4b9e;
}*/

/*.product-details.right .pocket-slider .slick-list {
    padding: 0 !important;
    margin-right: -85px;
    background: #3b4b9e;
}*/

/*.product-details.left .slider .slick-list {
    padding: 0 0 0 35%;
}*/

/*.product-details.left .slider .slick-list {
    padding: 0 0 0 45% !important;
    margin-left: -85px;
    background: #3b4b9e;
}*/

/*.product-details.right .facial-slider .slick-list {
    padding: 0 !important;
    min-height: 455px;
    margin-right: -200px;
}*/

/*.product-details.right .facial-slider .slick-list {
    padding: 0 !important;
    margin-right: -85px;
    background: #3b4b9e;
}*/

.product-details.right .nylon-slider .slick-list {
    padding: 0 25% 0 0 !important;
}

.product-details.left .slider .slick-list {
    padding: 0 0 0 25% !important;
}

.product-details.left .content {
    text-align: right;
}

/*.product-details.left .arrows li:first-child {
    float: right;
    margin-right: 0;
    margin-left: 22px;
}*/

.product-details.left .arrows li:first-child i {
    left: 23px;
}

.product-details.left .arrows li:first-child i:before {
    content: "\f105";
}

.product-details.left .arrows li:last-child i:before {
    content: "\f104";
}

.product-details.left .arrows li:first-child i {
    left: 23px;
}

.single-product-details .filter-button-group {
    text-align: center;
}

.single-product-details .filter-button-group a {
    background: none;
    margin: 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #594489;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .single-product-details .filter-button-group a {
        font-size: 15px;
        margin: 8px 20px;
        display: inline-block;
    }
}

/*.single-product-details .filter-button-group button:last-child {
    margin-right: 0;
}*/

.single-product {
    position: relative;
    height: 600px;
    width: 100%;
}

.single-product.right::before,
.single-product.left::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 80%;
    background: #3b4b9e;
}

.single-product.right::before {
    right: 0;
}

.single-product.left::before {
    left: 0;
}

.single-product .col-md-3,
.single-product .col-md-7 {
    display: flex;
    align-items: center;
    height: 100%;
}

.single-product .col-md-1 {
    height: 80%;
    display: flex;
    align-items: center;
}

.single-product .desc h2 {
    font-size: 25px;
    color: #666666;
    margin-bottom: 50px;
}

.single-product ul {
    list-style: none;
}

.single-product ul.colors {
    margin-bottom: 50px;
}

.single-product ul li {
    display: inline-block;
    margin-right: 15px;
}

.single-product ul.colors li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
}

.single-product ul.colors li a.pink {
    background: #d8165b;
}

.single-product ul.colors li a.blue {
    background: #2795d2;
}

.single-product ul.colors li a.lovender {
    background: rgb(142, 39, 210);
}

.single-product ul.colors li a.aud {
    background: rgb(197, 153, 103);
}

.single-product ul.colors li a.peach {
    background: rgb(255, 136, 0);
}

.single-product ul.colors li a.green {
    background: #8ec135;
}

.single-product ul.colors li a.yellow {
    background: #ffe339;
}

.single-product ul.colors li a.bg {
    background-image: url(../img/products/Nylon-550-Classic.png);
    background-size: cover;
    background-position: left;
    background-size: 340%;
    background-repeat: no-repeat;
}

.facial,
.Kitchen,
.pocket,
.Toilet,
.Napkins {
    display: block;
}

.single-product ul.options {
    padding: 15px 19px;
    display: inline-block;
    box-shadow: 5px 0 5px rgba(124, 124, 124, 0.14);
}

.single-product ul.options li {
    margin-right: 18px;
}

.single-product ul.options li img {
    width: 40px;
}

.single-product .single-product-image {
    padding: 100px 63px;
    background: white;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.24);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .single-product-image img {
    height: 280px;
    width: auto;
}

.single-product .vertical-options {
    width: 100%;
    padding: 27px 0px;
    border: 1px dashed white;
    border-radius: 30px;
    margin-top: 60px;
}

.single-product .vertical-options li {
    margin-bottom: 19px;
    width: 100%;
    margin-right: 0;
}

.single-product .vertical-options li:last-child {
    margin-bottom: 0px;
}

.single-product .vertical-options a {
    display: inline-block;
    width: 100%;
}

.single-product .vertical-options img {
    width: 100%;
}

.single-product-details .filter-button-group a:hover {
    color: #3b4b9e;
    border-bottom: 4px solid #3b4b9e;
    padding-bottom: 10px;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

/***********************
     Careers
************************/

.careers .hero {
    background-image: url(../img/careers/careerbg.png);
    margin-bottom: 50px;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: bottom;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
}

.careers ul {
    list-style: none;
}

.careers .hero .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.careers .hero h1 {
    font-size: 44px;
    color: white;
    text-transform: uppercase;
}

.careers .job {
    background: white;
    box-shadow: 5.5px 0px 18px rgba(48, 48, 48, 0.16);
    padding: 18px 18px 4px 18px;
    margin-bottom: 15px;
}
.careers .job .desc {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.careers .job .desc p,
.careers .job .specs ul li {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.careers .job .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}

.careers .job .title h2 {
    font-size: 27px;
    color: #5b6075;
}
@media (max-width: 500px) {
    .careers .job .title h2 {
        font-size: 22px;
    }
}

.careers .job .title p {
    color: #3b4b9e;
    border: 1px dashed #3b4b9e;
    padding: 5px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 900;
    margin-right: 15px;
}

.careers .job ul.specs {
    list-style: none;
    margin-bottom: 25px;
}

.careers .job ul.specs li,
.careers .job .desc p {
    font-size: 15px;
    color: #5b6075;
    font-weight: 500;
}

.careers .job .desc p {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.careers .job .info {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.careers .job .info li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers .job .info img {
    width: 21px;
    display: inline-block;
    margin-right: 9px;
}
@media (max-width: 500px) {
    .careers .job .info img {
        width: 14px;
        margin-right: 4px;
    }
}

.careers .job .info span {
    font-size: 14px;
    color: #5b6075;
    font-weight: 900;
}
@media (max-width: 500px) {
    .careers .job .info span {
        font-size: 12px;
        font-weight: 600;
    }
}

.career-apply .modal-dialog {
    width: 90%;
}
@media (max-width: 767px) {
    .career-apply .modal-dialog {
        width: 95%;
        margin: 30px auto;
    }
}
#career-modal .modal-content {
    border: 0;
}

.career-apply .modal-header {
    background: #3b4b9e;
    padding: 23px 30px;
    display: flex;
}
.career-apply .modal-header .modal-title {
    width: -webkit-fill-available;
}

.career-apply .modal-header .close {
    display: flex;
    justify-content: flex-end;
    width: 30px;
    opacity: 1;
    font-size: 24px;
}
.career-apply .modal-header {
    color: white;
}

.career-apply .modal-header h4 {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.career-apply .modal-header span {
    color: white;
}

.career-apply .modal-body {
    font-size: 20px;
    color: #5b6075;
    font-weight: bold;
    padding: 0 30px;
}
@media (max-width: 575px) {
    .career-apply .modal-body {
        font-size: 16px;
        padding: 0 15px;
    }
    .career-apply .modal-header {
        font-size: 18px;
        padding: 15px;
    }
}

.career-apply .modal-body h5 {
    margin-bottom: 45px;
    font-size: 20px;
    color: #5b6075;
}

.career-apply .modal-body h5:first-of-type {
    margin-top: 52px;
}

.career-apply .modal-body label {
    font-size: 15px;
    color: #414042;
    margin-bottom: 18px;
}

.career-apply .modal-body input {
    padding: 11px 16px 13px;
    height: 46px;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.career-apply .modal-body input:focus {
    border-color: #ccc;
}

.career-apply .modal-body select {
    width: 100%;
    height: 46px;
    text-align: left;
    line-height: 12px;
}

.career-apply .modal-body select:focus {
    border-color: #ccc;
}

.career-apply .modal-body .dropdown .caret {
    position: absolute;
    right: 13px;
    top: 22px;
}

.career-apply .modal-body .dropdown .dropdown-menu {
    width: 100%;
}

.career-apply .modal-body .dropdown .dropdown-menu li {
    padding: 10px;
    padding: 0;
}

.career-apply .modal-body .dropdown .dropdown-menu li a {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.career-apply .modal-body .dropdown .dropdown-menu li:hover a {
    color: white;
    background: #3b4b9e;
}

.career-apply .modal-body .custom-checkbox label {
    font-size: 13px;
}

.career-apply .modal-body a.add-more {
    font-size: 13px;
    color: #3b4b9e;
    margin-top: 40px;
    font-weight: bold;
    display: inline-block;
}

.career-apply .modal-body a.add-more i {
    color: #3b4b9e;
}

.career-apply .modal-body .yes-no {
    display: flex;
}

.career-apply .modal-body .yes-no .custom-checkbox:last-child {
    margin-left: 40px;
}

.career-apply .modal-body .min-height60 {
    display: inline-block;
    min-height: 50px;
}

.career-apply .modal-body hr {
    margin: 25px 0;
}

.input-group.date {
    width: 100%;
}

.input-group.date .datepicker {
    border-radius: 4px;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background: #3b4b9e !important;
}

.career-apply .modal-footer {
    text-align: center;
    /* border-top: 0px; */
    background: #f7f7f7;
    padding: 23px;
}

/**************************
     career details
***************************/

.career-details .page-back {
    background: #3b4b9e;
    padding-top: 70px;
}

.career-details .page-back img {
    width: 37px;
}

.career-details .page-intro {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #3b4b9e;
    height: 330px;
    padding-top: 20px;
}

.career-details .page-intro .content {
    width: 380px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
}

.career-details .page-intro .content p {
    color: white;
    border: 1px dashed white;
    padding: 5px;
    border-radius: 15px;
    font-size: 15px;
    margin-bottom: 27px;
    display: inline-block;
}

.career-details .page-intro .content h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 32px;
}

.career-details .page-intro .content ul {
    display: flex;
    justify-content: space-between;
}

.career-details .page-intro .content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-details .page-intro .content ul li img {
    width: 21px;
    display: inline-block;
    margin-right: 10.4px;
}

.career-details .page-intro .content ul li span {
    font-size: 12px;
    color: white;
}

.career-details .job-details .main-requirment .riq {
    height: 260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    background: white;
}

.career-details .job-details .main-requirment .riq .heading {
    font-size: 20px;
    color: #5b6075;
}

.career-details .job-details .main-requirment .riq .desc {
    font-size: 20px;
    color: #5b6075;
    font-weight: bold;
}

.career-details .main-requirment {
    position: relative;
    margin-top: -130px;
    margin-bottom: 119px;
}

.career-details .job-details .job-req {
    margin-bottom: 67px;
    width: 100%;
}

.career-details .job-details .job-req h1,
.career-details .job-qualification h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.career-details .job-details .job-req ul {
    list-style: none;
}

.career-details .job-details .job-req ul li {
    margin-bottom: 20px;
    display: flex;
}

.career-details .job-details .job-req ul li span {
    font-size: 20px;
    color: #5b6075;
}

.career-details .job-details .job-req ul li i {
    font-size: 10px;
    color: #5d2c7f;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 10px;
}

.career-details .job-qualification p {
    font-size: 20px;
    color: #5b6075;
    margin-bottom: 40px;
}

.career-details .job-qualification p:last-child {
    margin-bottom: 0;
}

.career-details .job-qualification {
    margin-bottom: 88px;
    width: 80%;
}

.btn {
    padding: 17px 34px;
    width: 200px;
    height: 50px;
}

.career-details .btn {
    margin-bottom: 230px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.single-product-details .slick-dots li {
    position: absolute;
    right: -350px;
    top: -450px;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    opacity: 1;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    -webkit-animation: KEYFRAME-NAME 7s infinite;
    -moz-animation: KEYFRAME-NAME 7s infinite;
    -o-animation: KEYFRAME-NAME 7s infinite;
    animation: KEYFRAME-NAME 7s infinite;
}

@keyframes KEYFRAME-NAME {
    0% {
        opacity: 0.1;
    }

    10% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.7;
    }

    40% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.7;
    }

    60% {
        opacity: 0.5;
    }

    70% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.1;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.1;
    }
}

.hero-inner-banner, .hero-inner-banner-offer {
    margin-bottom: 50px;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: bottom;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
}

.hero-product-banner {
}
.hero-careers {
    background-image: url(../../images/careerbg.png?v=1.0);
}

.hero-careers-offers {
    background-image: url(../../images/offer.png?v=1.0);
}

.hero-careers-about {
    background-image: url(../../images/about.png?v=1.0);
}
@media (max-width: 991px) {
    .hero-inner-banner , .hero-inner-banner-offer {
        height: 40vh;
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .hero-inner-banner , .hero-inner-banner-offer {
        height: 100px;
        margin-bottom: 25px;
    }
}
.hero-inner-banner .container , .hero-inner-banner-offer .container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 575px) {
    .hero-inner-banner .container , .hero-inner-banner-offer .container {
        align-items: self-start;
        padding-top: 50px;
    }
    .hero-inner-banner .container .Made-in-Egypt , .hero-inner-banner-offer .container .Made-in-Egypt{
        max-width: 70px;
    }
}
.hero-inner-banner h1 , .hero-inner-banner-offer h1{
    width:100%;
    text-align:left;
    font-size: 44px;
    color: white;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .hero-inner-banner h1 , .hero-inner-banner-offer h1 {
        font-size: 24px;
    }
}

.product-details.right .content {
    /*padding-top: 0;
      padding-left: 100px;*/
    text-align: center;
}

.product-details.left .content {
    text-align: center;
}

/*.slick-track {
    width:100%!important;
}*/

.background-right {
    position: absolute;
    height: 100%;
    background: rgb(231, 228, 213);
    width: 70%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.background-left {
    position: absolute;
    height: 100%;
    background: rgb(231, 228, 213);
    width: 70%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*************************
     Contact us
**************************/

.contact-hero {
    background: url(../img/contact-us2.png);
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: bottom;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
    z-index: 2;
}
#hero-bg {
    max-width: 100%;
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .contact-hero {
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    .contact-hero {
        height: 30vh;
    }

}
@media (max-width: 575px) {
    #hero-bg {
        margin-bottom: 20px;
    }
    .contact-hero {
        height: 25vh;
    }
    .contact-hero .container h3.title {
        font-size: 24px !important;
    }
}

.contact-page-section {
    height: 1100px;
    position: relative;
    margin-top: 400px;
    z-index: 1;
}
.contact-banner-info {
    position: absolute;
    left: 15px;
}
@media (max-width: 575px) {
    .contact-banner-info img {
        max-width: 70px;
    }
}
.contact-hero h3.title {
    color: #fff !important;
    letter-spacing: 1px;
    z-index: 13;
    font-size: 44px !important;
    text-transform: uppercase;
}
.contact-hero .container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-hero h1 {
    font-size: 44px;
    color: white;
    text-transform: uppercase;
}

.contact-hero img.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.contact-hero img.arrow {
    position: absolute;
    width: 170px;
    right: 120%;
    bottom: -900px;
    z-index: 10;
    transition: all 2s ease 0s;
}
.contact-hero img.arrow.animated-arrow {
    right: 20%;
    bottom: 60px;
}

@media (max-width: 991px) {
    .contact-hero img.arrow {
        width: 130px;
        right: 14% !important;
        bottom: 10px !important;
    }
}
@media (max-width: 575px) {
    .contact-hero img.arrow {
        width: 90px;
    }

    .contact-hero img.arrow {
        right: 10% !important;
        bottom: 20px !important;
        width: 70px;
    }
}

.contact-page-section #google-map {
    width: 100%;
    height: 100%;
}

.contact-page-section .info {
    position: absolute;
    left: 15px;
    bottom: 1000px;
    width: 600px;
    min-height: 400px;
    border-radius: 8px;
    box-shadow: 0 5.5px 18px 0 rgba(48, 48, 48, 0.16),
    0 3.5px 7px 0 rgba(0, 0, 0, 0.01);
    background-color: #ffffff;
    padding: 50px 70px;
    transition: all 2s ease 0s;
}

.contact-page-section .info.animated-info-box {
    bottom: 45px;
}

.contact-page-section .info h3 {
    color: #3b4b9e;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-page-section .info p {
    margin-bottom: 20px;
    color: #5b6075;
}

.contact-page-section .info ul li {
    min-width: 180px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.contact-page-section .info ul li p {
    margin-bottom: 5px;
}

.contact-page-section .info ul li p:first-child {
    opacity: 0.7;
    font-size: 15px;
}

.contact-page-section .info ul li p:last-child {
    margin-bottom: 5px;
    font-size: 15px;
}

.product-details.left {
    top: unset !important;
}

.product-details.right {
    top: unset !important;
}

.nylon {
    position: unset !important;
}

.aroma {
    position: unset !important;
}

.duplex {
    position: unset !important;
}

.tamara {
    position: unset !important;
}

.compressed {
    position: unset !important;
    width: 142px;
    margin: auto;
}

.compressed-aroma {
    position: unset !important;
}

.semi-compressed {
    position: unset !important;
}

.economy {
    position: unset !important;
}

.multipurpose-rolls {
    position: unset !important;
}
.aroma_kitchen {
    position: unset !important;
}
.classic {
    position: unset !important;
}

.aromac {
    position: unset !important;
}

.compressed2 {
    position: unset !important;
}

.compressed-aroma2 {
    position: unset !important;
}

.semi-compressed2 {
    position: unset !important;
}

.economy2 {
    position: unset !important;
}

.multipurpose-rolls2 {
    position: unset !important;
}

/*.sliderNavFor2 .slick-track {
    transform:unset!important;
}*/

.slide-size.slick-slide.slick-current.slick-active.slick-center {
    display: contents !important;
}

.h-300 {
    height: 300px;
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.p-0 {
    padding: 0;
}

.product-details.right .tbl-posi {
    width: 360px;
    margin: auto;
    margin-top: 180px;
}

.product-details.left .tbl-posi {
    width: 360px;
    margin: auto;
    margin-top: 180px;
}

.cell-border {
    border-right: 1px solid #3b4b9e;
}

.cell-style {
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    width: 180px;
}

.footer-span {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    width: 221px;
    margin-top: 10px;
}

.row-border {
    background: linear-gradient(-45deg, transparent, #3b4b9e38);
    background: linear-gradient(-45deg, transparent, #3b4b9e38);
}

.close-border {
    border: 2px solid;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 1.8px 4.2px;
}

.product-details.right .div-tbl {
    position: absolute;
    right: 0;
    width: 70%;
}

.product-details.left .div-tbl {
    position: absolute;
    left: 0;
    width: 70%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    color: #3b4b9e;
    cursor: pointer;
    border-radius: 100%;
    background: transparent;
    margin-bottom: 100px;
}
@media (max-width: 575.98px) {
    #myBtn {
        margin-bottom: 20px;
    }
}

.product-details .col-md-6.m-b-100 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.product-details .col-md-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
