.top-background-new {
    margin-bottom: 45px;
    margin-top: 25px !important;
}

    .top-background-new .img-max {
        /*max-height: 530px;*/
        overflow: hidden;
        border-radius: 5px;
        border: 6px solid #eee;
        position: relative;
    }

    .top-background-new .img-max .first-img {
        width: 100%;
        min-height: 100px;
    }

    .top-background-new .img-max .second-img {
        position: absolute;
        width: 100%;
    }

    .top-background-new .img-max .overlay-img {
        position: absolute;
        width: 100%;
        max-width: 100% !important;
        top: 0 !important;
        left: 0 !important
    }

.top-background {
    background-image: url(../images/home/slider3.jpeg);
    background-size: cover;
    /*background-position: top;*/
    background-repeat: no-repeat;
    min-height: 520px;
    position: relative;
    z-index: 1;
    border: 6px solid #eee;
    border-radius: 5px;
    margin-bottom: 45px;
    margin-top: 115px !important;
    padding-top: 40px !important;
}

    .top-background.position {
        background-position: top;
    }

@media(max-width:992px) {
    .top-background {
        min-height: 400px;
    }

        .top-background.position {
            background-position: left !important;
        }
}

@media(max-width:768px) {
    .top-background {
        min-height: 300px;
    }
}


.top-background.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: -1;
}

.top-background ul {
    padding: 0;
    margin: 0;
    color: #fff;
}

    .top-background ul li {
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 3px;
    }

        .top-background ul li i {
            font-size: 15px;
            color: #f8941e;
        }

.top-background img {
    width: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.btn-color {
    background-color: #f8941e;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    transition: .5s;
    padding: 6px 20px;
}

    .btn-color:hover {
        background-color: #50b848;
        color: #fff;
    }

.innerpage #topBar a {
    color: #888
}

    .innerpage .sps .lang-btn,
    .innerpage #topBar a:hover,
    .innerpage #topBar li.active {
        color: #fff !important;
    }

.title-text {
    line-height: 35px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 30px;
    color: #50b848;
}

    .title-text small {
        padding-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    .title-text img {
        width: 105px;
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: -3;
        transition: .5s;
    }

.about-two:hover .title-text img {
    -webkit-animation: rotation 5s infinite linear;
    animation: rotation 5s infinite linear;
}

/** overview **/
.overview .img-div {
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    min-height: 480px;
    max-width: 480px;
    display: grid;
    box-shadow: 1px 1px 3px #807f7f;
    margin: 0 auto;
    margin-top: -30px;
}

    .overview .img-div.company-profile {
        min-height: 380px;
        max-width: 400px;
    }

    .overview .img-div img {
        height: 100%;
        object-fit: cover;
    }

@media(max-width:992px) {
    .overview .container {
        max-width: 100%;
    }
}


/** timeline  **/
.timeline-sec {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.timeline {
    position: relative;
}

.timeline-sec .timeline-top {
    position: absolute;
    filter: contrast(0.5);
    opacity: .4;
    width: 300px;
    right: -135px;
    top: 10px;
    -webkit-animation: rotation 14s infinite linear;
    animation: rotation 14s infinite linear;
}

.timeline-sec .timeline-bottom {
    position: absolute;
    filter: contrast(0.5);
    opacity: .4;
    width: 300px;
    left: -135px;
    bottom: -50px;
    -webkit-animation: rotation 14s infinite linear;
    animation: rotation 14s infinite linear;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 2px;
    height: 96%;
    background-color: #cad2d6;
}

.timeline__block {
    position: relative;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-right: 15px;
    overflow: hidden;
}

    .timeline__block:last-child {
        margin-bottom: 3em;
    }

    .timeline__block:after {
        content: "";
        display: table;
        clear: both;
    }

.timeline__midpoint {
    position: absolute;
    top: 6px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #50b848;
}

    .timeline__midpoint:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 15px;
        border-top: 1px solid #c5e1ec;
    }

.timeline__content {
    position: relative;
    margin-right: 20px;
}

    .timeline__content p + p {
        padding-top: 0;
    }

    .timeline__content:after {
        content: "";
        display: table;
        clear: both;
    }

.timeline__midpoint--highlight > .timeline__year {
    display: none;
}

.timeline__content .timeline__year {
    padding-top: 6px;
    color: #50b848;
    text-align: right;
    font-size: 21px;
}

.timeline__midpoint--highlight .timeline__year {
    color: #fff;
    line-height: 4;
}

.timeline__year,
.timeline__midpoint--highlight + .timeline__content {
    font-weight: 600;
}

.timeline__content > p {
    font-size: 17px;
}

@media (min-width: 1024px) {

    .timeline:before {
        right: 50%;
        margin-right: -1px;
    }

    .timeline__midpoint {
        right: 50%;
        margin-right: -8px;
    }

        .timeline__midpoint:before {
            width: 40px;
        }

        .timeline__midpoint:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 16px;
            width: 40px;
            border-top: 1px solid #c5e1ec;
        }

    .timeline__midpoint--highlight {
        top: 0;
        width: 76px;
        height: 76px;
        margin-right: -29px;
        margin-right: -38px;
        text-align: center;
    }

        .timeline__midpoint--highlight.no-top-margin {
            margin-top: 0;
        }

        .timeline__midpoint--highlight .timeline__year {
            display: block;
        }

        .timeline__midpoint--highlight:before,
        .timeline__midpoint.timeline__midpoint--highlight:after {
            content: none;
        }

        .timeline__midpoint--highlight,
        .timeline__midpoint--highlight + .timeline__content {
            margin-top: 2em;
            margin-bottom: 2em;
        }

    .timeline__content {
        width: 50%;
    }

        .timeline__content .timeline__year--mobile {
            display: none;
        }

    .timeline__content--left {
        margin-right: -6%;
    }

        .timeline__content--left .timeline__year {
            right: 128%;
        }

    .timeline__year {
        position: absolute;
        width: 100%;
        margin-top: 0;
    }

    .timeline__text--left {
        padding-left: 25px;
        text-align: left;
    }

    .timeline__content--right {
        float: left;
        width: 53%;
        right: 11%;
    }

        .timeline__content--right .timeline__year {
            left: 134%;
            text-align: left;
        }

        .timeline__content--right .timeline__text--right {
            margin-top: 0;
        }

    .timeline__img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .timeline__content--left .timeline__img {
        right: 127%;
    }

    .timeline__content--right .timeline__img {
        left: 133.5%;
    }
}

/*  about  */
.about {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

    .about .about-left {
        border: 10px solid #fff;
        background-color: rgb(152, 203, 70);
        box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
        height: 100%;
        z-index: 50
    }

        .about .about-left img {
            width: 100%;
            height: 100%;
            min-height: 300px;
            object-fit: cover;
        }

    .about .about-us-wrap {
        background: #50b848;
        color: #FFF;
        padding: 40px 15px;
    }

.about-us-wrap:before {
    content: '';
    width: calc(100% + 120px);
    height: calc(100% + 40%);
    position: absolute;
    left: 0;
    top: -23%;
    background: #50b848;
    z-index: -40;
}

.about-us-wrap h1 {
    line-height: 35px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 40px;
    color: #FFF;
}

    .about-us-wrap h1 small {
        padding-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

.about-us-wrap img {
    width: 105px;
    position: absolute;
    top: -30px;
    right: 0;
    opacity: .5;
    z-index: -3;
    transition: .5s;
}

.about-us-wrap:hover img {
    -webkit-animation: rotation 5s infinite linear;
    animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width:1200px) {
    .about .container {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    .about-us-wrap:before {
        width: 100% !important;
        height: calc(100% + 30%);
    }
}

/*** video **/
.video {
    background: url(/MyAssets/images/about/video.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 450px;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .video:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.70);
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .video .popup-video {
        z-index: 10
    }

        .video .popup-video a {
            height: 80px;
            width: 80px;
            background: rgb(255 255 255 / 90%);
            display: inline-block;
            border-radius: 50%;
            line-height: 80px;
            text-align: center;
            font-size: 20px;
            transition: .3s;
            color: #f8941e;
            position: relative;
            cursor: pointer;
        }

            .video .popup-video a:before {
                content: "";
                display: inline-block;
                position: absolute;
                top: -2px;
                left: -2px;
                bottom: -2px;
                right: -2px;
                border-radius: inherit;
                border: 1px solid #fff;
                animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) infinite both;
            }

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        transform: scale(1.35)
    }

    to {
        opacity: 0
    }
}

.video .circle-border {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

    .video .circle-border.circle-border1 {
        width: 420px;
        max-width: 420px;
        height: 420px;
    }

    .video .circle-border.circle-border2 {
        width: 538px;
        max-width: 538px;
        height: 538px;
    }

    .video .circle-border.circle-border3 {
        width: 653px;
        max-width: 653px;
        height: 653px;
    }

.video h2 span {
    font-size: 50px;
}

/*** total **/
.about-two {
    padding-top: 60px;
    background-color: #fff;
}

    .about-two .about-text {
        line-height: 35px;
        font-size: 40px;
        position: relative;
        font-weight: 700;
        z-index: 1;
        margin-bottom: 40px;
        color: #50b848;
    }

        .about-two .about-text small {
            padding-bottom: 15px;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

        .about-two .about-text img {
            width: 105px;
            position: absolute;
            top: -30px;
            right: 0;
            z-index: -3;
            transition: .5s;
        }

    .about-two:hover .about-text img {
        -webkit-animation: rotation 5s infinite linear;
        animation: rotation 5s infinite linear;
    }

    .about-two .img-div {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .about-two .img-div img {
            max-width: 380px;
        }

    /*
.about-two .img-div:after {
    content: "";
    background-image: url(../images/Dot-Shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 91%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}
*/
    .about-two p {
        text-align: justify;
        line-height: 30px;
    }

    .about-two h4 {
        color: #50b848;
        margin: 22px 0 12px;
        font-size: 19px;
    }

    .about-two .bottom-title {
        background: linear-gradient(to left, #50b848 0%, rgb(255 255 255 / 63%) 100%);
        padding: 20px 10px;
        border-radius: 10px;
        margin-top: 40px;
        margin-bottom: 70px;
    }

        .about-two .bottom-title h4 {
            color: #ffffff !important;
            font-weight: bold;
            text-shadow: 1px 1px #bfbfbf;
        }

    .about-two .logo-company {
        max-width: 250px;
    }

    .about-two ul {
        list-style: none;
        padding-right: 20px;
    }

        .about-two ul li {
            margin-bottom: 5px;
            margin-left: 8px;
            font-size: 17px;
            position: relative;
            padding-right: 15px;
        }

            .about-two ul li:before {
                content: '\f111';
                font-family: "Font Awesome 5 Free";
                color: #f89520;
                font-size: 11px;
                margin-left: 8px;
                position: absolute;
                top: 4px;
                right: -5px;
            }

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/** our vision  **/
.vision-mission {
    background: #f4f4f6;
    padding: 0 2rem 2rem;
    margin-top: 4rem;
    border-bottom-left-radius: 50px;
    position: relative;
}

.img-vision {
    position: absolute;
    top: -4rem;
    left: 2rem;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(200, 207, 195);
    box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
    width: 100%;
    height: 150px;
    max-width: 250px;
    object-fit: cover;
}

.vision-mission h2 {
    padding-top: 4.2rem;
    margin-bottom: 1rem;
    font-size: 28px;
    padding-top: 95px !important;
}

.trophy-awards {
    background: #50b848;
    padding: 3rem;
    margin-top: 3rem;
    border-bottom-left-radius: 50px;
    position: relative;
    overflow: hidden;
}

.our-vision:hover i {
    transform: rotate(45deg)
}

.our-vision i {
    position: absolute;
    right: 30px;
    bottom: -8px;
    color: #eee;
    font-size: 150px;
    transition: 2s;
}

.trophy-awards h4,
.best-petcare h4 {
    font-weight: 700;
    color: #FFF;
    padding-right: 12rem;
    margin: 0;
}

.best-petcare {
    position: relative;
    background: #f8941e;
    border-top-right-radius: 50px;
    padding: 2.2rem 3rem;
    margin-top: 3.8rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
}



/** slick slider  **/
.rev_slider {
    width: 100%;
    margin: 0 auto !important;
}

    .rev_slider .prev-icon {
        position: absolute;
        left: 0;
        bottom: -25px;
        right: 75px;
        margin: 0 auto;
    }

    .rev_slider .next-icon {
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 75px;
        margin: 0 auto;
    }

.horizontal .rev_slider .next-icon,
.horizontal .rev_slider .prev-icon {
    bottom: -95px !important;
}


.slider-gallary {
    filter: grayscale(1);
    position: relative;
    transition: .5s;
}

    .slider-gallary:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transition: .5s;
    }

    .slider-gallary.slick-current {
        filter: grayscale(0) !important;
        border: 7px solid #fff;
        outline: none !important;
        transition: .5s;
        box-shadow: 0px 2px 5px #d4d4d4;
    }

        .slider-gallary.slick-current:after {
            display: none !important;
        }

    .slider-gallary img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slick-list {
    padding-top: 5% !important;
    padding-bottom: 7% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    /*min-height: 480px;*/
}

.slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
    display: block;
}

.slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
}

.test {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.rev_slider .slick-arrow {
    outline: none;
    box-shadow: none;
    transition: .5s;
}

    .rev_slider .slick-arrow img {
        filter: grayscale(1);
        width: 43px;
        transition: .5s;
    }

    .rev_slider .slick-arrow:hover {
        bottom: -18px;
    }

.horizontal .rev_slider .slick-arrow:hover {
    bottom: -88px !important;
}

.rev_slider .slick-arrow:hover img {
    filter: grayscale(0) !important;
}

@media(max-width:768px) {
    .gallary .container {
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .slick-list {
        min-height: auto;
    }

    .test {
        height: auto;
    }
}

/** gallery-item  **/
.gallery-item {
    min-height: 320px;
}

    .gallery-item .album {
        position: relative;
        width: 65%;
        margin: auto;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-align: center;
    }

        .gallery-item .album img {
            width: 100%;
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            border: 4px solid #FFF;
            -moz-box-shadow: 0 0 4px #999;
            -webkit-box-shadow: 0 0 4px #999;
            box-shadow: 0 0 4px #999;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -webkit-transition: all 1s;
            transition: all 1s;
            -moz-transform-origin: 50% 50% 50%;
            -ms-transform-origin: 50% 50% 50%;
            -webkit-transform-origin: 50% 50% 50%;
            transform-origin: 50% 50% 50%;
            object-fit: contain;
            height: 250px;
            background-color: #eee;
        }

            .gallery-item .album img:first-child {
                position: relative;
                z-index: 10;
                padding: 10px;
            }

                .gallery-item .album img:first-child + img {
                    -moz-transform: rotate(-4deg);
                    -ms-transform: rotate(-4deg);
                    -webkit-transform: rotate(-4deg);
                    transform: rotate(-4deg);
                }

            .gallery-item .album img:last-child {
                -moz-transform: rotate(4deg);
                -ms-transform: rotate(4deg);
                -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
            }

        .gallery-item .album:hover img {
            top: -10%;
            width: 100%;
            /* height: 200px;*/
            object-fit: contain;
            margin-top: -20px;
        }

            .gallery-item .album:hover img:first-child + img {
                left: -40px;
                top: 97%;
                width: 230px;
                height: 200px;
                object-fit: cover;
                -moz-transform: rotate(-3deg);
                -ms-transform: rotate(-3deg);
                -webkit-transform: rotate(-3deg);
                transform: rotate(-3deg);
            }

            .gallery-item .album:hover img:last-child {
                left: 150px;
                top: 97%;
                width: 230px;
                height: 200px;
                object-fit: cover;
                -moz-transform: rotate(3deg);
                -ms-transform: rotate(3deg);
                -webkit-transform: rotate(3deg);
                transform: rotate(3deg);
            }

@media(max-width:992px) {
    .gallery-item .album:hover img:last-child {
        left: 75px;
    }

    .gallery-item .album:hover img:last-child,
    .gallery-item .album:hover img:first-child + img {
        width: 180px;
        height: 150px;
    }

    .gallery-item .album img {
        height: 200px
    }
}

@media(max-width:768px) {
    .gallery-item {
        display: none;
    }
}

/** product **/
.product {
    background-color: #fff;
}

    .product .product-grid7 .product-image7 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/** markting **/

.markting .rate-theme .item .image-flip {
    max-width: 325px;
    margin: 0 auto;
}

.markting .rate-theme .item .backside {
    height: 100%;
}

.markting .rate-theme .item .image-flip:hover .backside,
.markting .rate-theme .item .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    overflow: hidden;
}

.markting .rate-theme .item .image-flip:hover .frontside,
.markting .rate-theme .item .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.markting .rate-theme .item .mainflip {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.markting .rate-theme .item .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    border: 5px solid #f5f5f5;
}

.markting .rate-theme .item .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 0px 0px 10px -4px #9e9e9e;
    -moz-box-shadow: 0px 0px 10px -4px #9e9e9e;
    box-shadow: 0px 0px 10px -4px #9e9e9e;
}

.markting .rate-theme .item .frontside,
.markting .rate-theme .item .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden
}

    .markting .rate-theme .item .frontside .card {
        min-height: 300px;
        border: 0;
        box-shadow: 0 0 6px 0px #d6d6d6;
    }

    .markting .rate-theme .item .backside .card {
        min-height: 300px;
        border: none;
        background: #50b848;
        height: 100%;
    }

    .markting .rate-theme .item .frontside .card .card-title {
        color: #f8941e !important;
        font-size: 19px;
        margin-top: 0px;
        margin-bottom: 3px;
    }

    .markting .rate-theme .item .backside .card .card-title {
        color: #fff !important;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .markting .rate-theme .item .frontside .card .card-text {
        padding: 10px;
        font-size: 16px;
        color: #333 !important;
        margin: 0;
    }

    .markting .rate-theme .item .backside .card .card-text {
        color: #fff !important;
        font-size: 14px;
        padding: 10px;
        margin: 0;
    }

    .markting .rate-theme .item .backside .card a {
        font-size: 19px;
        color: #ffffff !important;
        text-decoration: revert;
    }

    .markting .rate-theme .item .backside .card i {
        position: absolute;
        bottom: 4px;
        right: 6px;
        font-size: 110px;
        color: #ffffff;
        opacity: 0.3;
    }

    .markting .rate-theme .item .frontside .card .card-body {
        background-color: #f5f5f5;
        padding: 0;
        padding-bottom: 10px;
    }

        .markting .rate-theme .item .frontside .card .card-body img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            box-shadow: 0 0 6px 0px #ababab;
        }

/** gallary **/

.gallary .gallary-photo img {
    width: auto;
    height: 200px;
    max-width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
}

.gallary .gallary-photo {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    .gallary .gallary-photo:after {
        background-color: #f8941e;
        bottom: 0;
        content: '';
        height: 0%;
        z-index: 4;
        right: 0;
        position: absolute;
        width: 7px;
        z-index: 5;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .gallary .gallary-photo img {
        vertical-align: top;
        max-width: 100%;
        margin: 0 auto;
        backface-visibility: hidden;
    }

    .gallary .gallary-photo figcaption {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgb(0 0 0 / 58%);
        align-items: center;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1em;
        opacity: 0;
    }

    .gallary .gallary-photo h3 {
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
    }

        .gallary .gallary-photo h3 span {
            display: block;
            font-weight: 700;
        }

    .gallary .gallary-photo:hover > img,
    .gallary .gallary-photo.hover > img {
        opacity: 0.1;
    }

    .gallary .gallary-photo:hover:after,
    .gallary .gallary-photo.hover:after {
        height: 100%;
    }

    .gallary .gallary-photo:hover figcaption,
    .gallary .gallary-photo.hover figcaption {
        opacity: 1;
    }

/** contact  **/
.contact .form-group {
    position: relative;
    margin-bottom: 40px;
}

    .contact .form-group .form-input {
        width: 100%;
        min-height: 40px;
        border: none;
    }

    .contact .form-group label {
        position: absolute;
        bottom: 0px;
        right: 0px;
        margin: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border-bottom: 1px solid #eee;
    }

    .contact .form-group .label-active::after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: 0px;
        width: 0%;
        height: 100%;
        border-bottom: 2px solid #f8941e;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }

    .contact .form-group .content-name {
        position: absolute;
        right: 0px;
        padding-bottom: 13px;
        transition: all 0.3s ease;
    }

    .contact .form-group .form-input:focus {
        outline: none;
    }

    .contact .form-group .label-name.label-active::after {
        transform: translateX(0%);
        width: 100%;
    }

    .contact .form-group .label-name.label-active .content-name {
        transform: translateY(-55%);
        font-size: 12px;
        right: 0px;
        color: #f8941e;
    }

    .contact .form-group .form-input:focus + .label-name.label-active .content-name,
    .contact .form-group .form-input:valid + .label-name.label-active .content-name {
        transform: translateY(-55%);
        font-size: 12px;
        right: 0px;
        color: #f8941e;
    }

    .contact .form-group .form-input:focus + .label-name.label-active::after,
    .contact .form-group .form-input:valid + .label-name.label-active::after {
        transform: translateX(0%);
        width: 100%;
    }


@media (max-width: 992px) {
    .contact .container {
        max-width: 100%;
    }
}

.contact .contact-form label {
    color: #848484;
    font-size: 13px;
}

.contact .contact-form .form-control {
    background-color: #eee;
    border: 0;
    outline: none;
    box-shadow: none;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
    color: #999;
}


.contact .place-dev {
    padding: 25px;
    text-align: center;
}

    .contact .place-dev h3 {
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 17px;
    }

    .contact .place-dev p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
        text-align: center;
    }

        .contact .place-dev p i {
            margin-left: 10px;
            color: #f0ac1d;
        }

    .contact .place-dev.color1 {
        background-color: #42a13c;
    }

    .contact .place-dev.color2 {
        background-color: #49ab42;
    }

    .contact .place-dev.color3 {
        background-color: #50b848;
    }

    .contact .place-dev.color4 {
        background-color: #53c64a;
    }

.contact .contact-form-details {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.contact .map {
    margin-top: 100px;
}

/** button  **/
.btn-animation {
    background-image: linear-gradient(to right, #f8941e, #50b848, #f8941e);
    background-size: 300% 100%;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 16px;
    opacity: 1;
    padding: 10px 25px;
    line-height: 1.1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .btn-animation:hover,
    .btn-animation:active {
        background-position: -50% 0;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

/** image company **/

.images-company .carousel {
    margin-top: 40px;
}

.images-company .carousel-inner {
    border: 4px solid #e4e4e4 !important;
    border-radius: 4px;
}

    .images-company .carousel-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.images-company .carousel-indicators {
    display: inline-block;
}

.images-company .carousel-item {
    max-height: 450px;
}

@media screen and (max-width:992px) {
    .images-company .carousel-indicators {
        display: inline-flex;
        direction: inherit;
        height: auto;
        width: 100%;
        max-width: 800px;
        overflow-x: auto;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        overflow-y: hidden;
        justify-content: normal;
        margin-bottom: 20px;
    }

    .images-company .carousel-inner {
        margin-left: 0 !important;
    }
}

.images-company .item {
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}

    .images-company .item.active img {
        border: 3px solid #eee;
        opacity: 1;
    }

    .images-company .item img {
        border: 1px solid transparent;
        opacity: 0.5;
        transition: 0.5s;
        width: 100%;
        height: 100px;
        object-fit: cover
    }

    .images-company .item:hover img {
        border: 1px solid #e4e4e4;
        opacity: 1;
    }

.images-company .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

    .images-company .content p {
        font-size: 15px;
    }

@media screen and (max-width: 992px) {
    .images-company .content {
        position: static;
    }
}

@media screen and (min-width: 1440px) {
    .images-company .carousel-inner {
        margin-left: -60px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .images-company .carousel-inner {
        margin-left: -20px;
    }
}

@media screen and (min-width: 880px) and (max-width: 1199px) {
    .images-company .carousel-inner {
        margin-left: 20px;
    }

    .images-company .content {
        position: static;
    }
}

@media screen and (min-width: 576px) and (max-width: 879px) {
    .images-company .carousel-inner {
        margin-left: 50px;
    }

    .images-company .content {
        position: static;
    }
}


.images-company .vert .carousel-item-next.carousel-item-left,
.images-company .vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.images-company .vert .carousel-item-next,
.images-company .vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.images-company .vert .carousel-item-prev,
.images-company .vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 11px !important;
    padding: 13px !important;
    background-position: center !important;
    position: absolute !important;
    top: 45% !important;
    transition: .5s !important;
    filter: drop-shadow(2px 4px 6px transparent);
}

    .lb-nav a.lb-prev:hover,
    .lb-nav a.lb-next:hover {
        background-color: #f8941e !important;
        filter: drop-shadow(2px 4px 6px black);
    }

.lb-nav:hover a.lb-prev,
.lb-nav:hover a.lb-next {
    opacity: 1 !important;
}

/* blogs  */
.blogs {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

    .blogs:hover .owl-buttons .left .fa-angle-right,
    .blogs:hover .owl-buttons .left .fa-angle-left,
    .blogs:hover .owl-buttons .right .fa-angle-right,
    .blogs:hover .owl-buttons .right .fa-angle-left {
        color: #fff;
        background-color: #34a9ee;
    }

    .blogs .item {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        .blogs .item:hover a {
            text-decoration: none;
        }

        .blogs .item li:hover i {
            transform: rotateY(360deg)
        }

        .blogs .item:hover .blog-img:after {
            opacity: 1;
            box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.4);
        }

        .blogs .item:hover .blog-img h3 {
            opacity: 1;
        }

        .blogs .item .blog-img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            position: absolute;
            top: 17px;
            z-index: 50;
        }

            .blogs .item .blog-img:after {
                content: "";
                width: 83%;
                height: 100%;
                background-color: rgba(51, 51, 51, 0.5);
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

            .blogs .item .blog-img h3 {
                color: #fff;
                z-index: 50;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                margin-top: -25px;
                font-size: 21px;
                text-align: center;
                opacity: 0;
            }

            .blogs .item .blog-img img {
                width: 88%;
                max-width: 450px;
                height: 270px;
                object-fit: cover;
                z-index: 500;
                margin: 0 auto;
                display: block;
                border: 6px solid #fff;
            }

        .blogs .item .left-blog {
            padding-top: 300px;
        }

            .blogs .item .left-blog ul {
                list-style: none !important;
                padding-top: 12px;
                float: left;
            }

                .blogs .item .left-blog ul li:before {
                    display: none
                }

                .blogs .item .left-blog ul li {
                    margin-bottom: 15px;
                    color: #f8941e;
                    font-size: 13px;
                    margin-left: 0;
                }

                    .blogs .item .left-blog ul li i {
                        padding-left: 10px;
                        transition: .5s;
                    }

        .blogs .item .side-blog {
            background-color: #50b848;
            padding-top: 310px;
            z-index: 0;
        }

            .blogs .item .side-blog h6 {
                font-size: 21px;
                color: #fff;
            }

            .blogs .item .side-blog p {
                font-size: 14px;
                color: #fff;
                margin-bottom: 10px;
                line-height: 20px;
                margin-top: 18px;
            }

@media (max-width: 767px) {
    .blogs .blog-img {
        position: initial !important;
        padding: 0 !important;
    }

        .blogs .blog-img:after,
        .blogs .blog-img h3 {
            display: none;
        }

        .blogs .blog-img img {
            width: 100% !important;
            margin: 0 auto !important;
            border: 0 !important;
        }



    .blogs .left-blog {
        padding-top: 0 !important;
        background-color: #eee;
    }

        .blogs .left-blog ul {
            list-style: none;
            padding-top: 24px;
            float: inherit !important;
            padding-right: 0;
        }

            .blogs .left-blog ul li {
                display: inline;
                margin-left: 7px;
            }

    .blogs .side-blog {
        padding-top: 14px !important;
    }
}

@media(max-width:500px) {
    .blogs .item .left-blog ul li {
        display: block;
    }
}


/* filter gallary  **/
.filter-gallary .button-group {
    margin: 30px 0;
    text-align: center;
}

    .filter-gallary .button-group:after {
        content: '';
        display: block;
        clear: both;
    }

.filter-gallary .grid img {
    vertical-align: middle;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.filter-gallary .carousel-indicators {
    top: 14px;
    left: 12px;
    right: auto;
    margin: 0;
    bottom: auto;
    z-index: 50;
}

    .filter-gallary .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        border: 1px solid #fff;
        box-shadow: 0px 0px 4px #000;
    }

.filter-gallary .carousel {
    cursor: pointer
}

.modal.fade .close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
    color: #555;
    opacity: 1;
    width: 25px;
    height: 25px;
    background-color: #fff;
    /*border-radius: 50%;*/
    line-height: 0;
    font-size: 18px;
    transition: .5s;
    box-shadow: none;
    outline: none;
}

    .modal.fade .close:hover {
        color: #50b848;
        background-color: #fff !important;
        opacity: 1;
    }

    .modal.fade .close span {
        position: relative;
        top: -1px;
    }

.gallary-modal img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*** hover image **/
.effect-sadie {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2
}

    .effect-sadie p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .effect-sadie p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        margin: 0;
        color: #fff;
        z-index: 5;
        background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgb(45 42 42 / 80%) 0%);
        background: linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgb(45 42 42 / 80%) 0%);
    }

    .effect-sadie:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

/* Common style */
.grid-img .effect-sadie {
    position: relative;
    overflow: hidden;
}

    .grid-img .effect-sadie img {
        position: relative;
        opacity: 0.8;
    }

    .grid-img .effect-sadie figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid-img .effect-sadie figcaption::before,
        .grid-img .effect-sadie figcaption::after {
            pointer-events: none;
        }

    .grid-img .effect-sadie figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.filter-gallary .btn-animation1,
.filter-gallary .btn-animation {
    margin: 5px;
    border-radius: 25px;
}

.btn-animation1 {
    background-image: linear-gradient(to right, #eee, #eee, #eee);
    background-size: 300% 100%;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 15px;
    opacity: 1;
    padding: 10px 13px;
    line-height: 1.1;
    border-radius: 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

    .btn-animation1:hover,
    .btn-animation1:focus,
    .btn-animation1.is-checked {
        background-image: linear-gradient(to right, #f8941e, #50b848, #f8941e);
        color: #fff;
        box-shadow: none;
        outline: none;
    }

@media (max-width:992px) {
    .filter-gallary .container {
        max-width: 100%
    }
}

/*** video filter **/
.video-filter {
    background: url(../images/about/video.jpg) no-repeat center;
    background-size: cover;
    min-height: 220px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

    .video-filter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.70);
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .video-filter .popup-video {
        z-index: 10
    }

        .video-filter .popup-video a {
            height: 50px;
            width: 50px;
            background: rgb(255 255 255 / 90%);
            display: inline-block;
            border-radius: 50%;
            line-height: 55px;
            text-align: center;
            font-size: 17px;
            transition: .3s;
            color: #f8941e;
            position: relative;
            cursor: pointer;
        }

            .video-filter .popup-video a:before {
                content: "";
                display: inline-block;
                position: absolute;
                top: -2px;
                left: -2px;
                bottom: -2px;
                right: -2px;
                border-radius: inherit;
                border: 1px solid #fff;
                animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) infinite both;
            }

        .video-filter .popup-video h2 {
            font-size: 22px;
            margin-bottom: 0;
        }

.video-modal .close {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 4;
    color: #555;
    opacity: 1;
    width: 25px;
    height: 25px;
    background-color: #fff;
    line-height: 0;
    font-size: 18px;
    transition: .5s;
    box-shadow: none;
    outline: none;
}

    .video-modal .close:hover {
        background-color: #50b848;
        color: #fff
    }

/*  jobs   */
.job-item {
    text-align: center;
    border: 1px solid #e8eef1;
    border-radius: 6px;
    position: relative;
    padding: 40px 10px 22px;
    transition: .5s;
    margin-top: 40px;
}

    .job-item:hover {
        box-shadow: 0px 0px 25px 10px rgb(0 0 0 / 3%);
        background-color: #f5f5f5
    }

        .job-item:hover .job-img {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            transform: translateY(-5px);
        }

    .job-item a:hover {
        text-decoration: none;
    }

    .job-item .job-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        overflow: hidden;
        border: 1px solid #e8eef1;
        box-shadow: 0 5px 12px 0 rgb(0 0 0 / 9%);
        margin-bottom: 30px;
        transition: .5s;
        background-color: #fff;
    }

        .job-item .job-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 15px;
        }

    .job-item .job-types {
        top: 10px;
        position: absolute;
        right: 10px;
    }

        .job-item .job-types h5 {
            padding: 5px 15px;
            border: 1px solid #e8eef1;
            border-radius: 30px;
            color: #50b848;
            font-size: 15px;
        }

    .job-item h6 {
        font-size: 14px;
        margin: 27px 0 10px 0;
    }

    .job-item h3 {
        font-size: 23px;
    }

    .job-item h4 {
        color: #50b848;
        margin: 16px 0 12px;
        font-size: 18px;
    }

    .job-item h6 i {
        color: #f8941e;
        padding-left: 5px;
        font-size: 12px;
    }

    .job-item .featured-urgent-label {
        top: 10px;
        position: absolute;
        left: -5px;
        display: flex;
    }

        .job-item .featured-urgent-label .featured {
            margin-bottom: 10px;
            z-index: 2;
            color: #fff;
            font-size: 14px;
            line-height: 10px;
            background: #50b848;
            position: relative;
            text-transform: uppercase;
            padding: 6px 12px 8px 19px;
        }

            .job-item .featured-urgent-label .featured:after {
                width: 0;
                height: 0;
                content: '';
                position: absolute;
                top: 100%;
                border-top: 5px solid #50b848;
                left: 0;
                border-left: 5px solid transparent;
            }

            .job-item .featured-urgent-label .featured:before {
                width: 0;
                height: 0;
                content: '';
                position: absolute;
                top: 0;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 10px solid #50b848;
                left: 100%;
            }

    .job-item .link-job {
        text-align: center;
        margin-top: 30px;
        display: flex;
    }

        .job-item .link-job a {
            padding: 7px 12px;
            font-size: 14px;
            display: flex;
            align-items: center;
            color: #50b848;
            margin: 0 auto;
            font-weight: bold;
        }

            .job-item .link-job a i {
                padding-left: 7px;
                -webkit-animation: linear infinite alternate;
                -webkit-animation-name: arrow;
                -webkit-animation-duration: 2.5s;
                position: relative;
            }

@-webkit-keyframes arrow {
    0% {
        left: 0px;
    }

    25% {
        left: 7px;
    }

    50% {
        left: 0px;
    }

    75% {
        left: 7px;
    }

    100% {
        left: 0px;
    }
}

keyframes arrow {
    0%

{
    left: 0px;
}

25% {
    left: 7px;
}

50% {
    left: 0px;
}

75% {
    left: 7px;
}

100% {
    left: 0px;
}

}

/** job-details  **/
.job-side {
    border: 1px solid #e8eef1;
    border-radius: 5px;
    margin-top: 40px;
}

.job-details .job-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e8eef1;
    box-shadow: 0 5px 12px 0 rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    transition: .5s;
    background-color: #fff;
    margin-top: -60px;
}

    .job-details .job-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 15px;
    }

.job-details .table td {
    border-bottom: 1px solid #e8eef1;
    border-top: 0;
}

.job-details .table tr:last-child td {
    border-bottom: 0;
}

.job-details .table td {
    font-size: 14px;
    color: #333
}

    .job-details .table td.title-table {
        font-size: 15px;
        color: #50b848
    }

.desc-text-job {
    margin-bottom: 50px;
}

    .desc-text-job h3 {
        color: #50b848;
        font-size: 19px;
        position: relative;
        padding-bottom: 14px;
    }

        .desc-text-job h3:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 1px;
            background-color: #50b848;
            bottom: 3px;
            right: 0;
        }

    .desc-text-job p {
        font-size: 17px;
    }

    .desc-text-job ul li {
        font-size: 17px;
    }

        .desc-text-job ul li:before {
            font-size: 8px;
            top: 6px;
            right: -2px;
        }

@media(max-width:992px) {
    .jobs .container {
        max-width: 100%;
    }
}

.contact-modal .form-control {
    background-color: #f5f5f5;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    margin-bottom: 23px;
    overflow: hidden;
}

.contact-modal .btn {
    font-size: 15px;
    border-radius: 5px !important;
}

    .contact-modal .btn.cancel {
        background-color: #4c4c4c
    }

.contact-modal .modal-header {
    border: 0;
    margin-top: 6px;
    margin-bottom: 10px;
}

    .contact-modal .modal-header h5 {
        color: #50b848;
        font-size: 20px;
        margin: 0 auto;
        position: relative;
    }

        .contact-modal .modal-header h5:after {
            content: '';
            position: absolute;
            bottom: -12px;
            width: 52px;
            height: 2px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-bottom: 2px dotted #f8941e;
        }

.contact-modal .modal-content {
    border: 6px solid #eee;
}

/* file input */
.file-input {
    display: inline-block;
    padding: 2px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

    .file-input > [type='file'] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

    .file-input > .button {
        display: inline-block;
        cursor: pointer;
        background: #50b848;
        color: #fff;
        padding: 7px 18px;
        margin-left: 8px;
        border: 0;
        position: relative;
        top: -2px;
        left: 2px;
    }

    .file-input > .label {
        color: #333;
        white-space: nowrap;
        opacity: .3;
        font-size: 14px;
    }

    .file-input.-chosen > .label {
        opacity: 1;
    }

/** quality  **/
.blog-slider {
    width: 95%;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    margin-left: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        /*height: 400px;*/
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}


.blog-slider__item {
    display: flex;
    align-items: center;
}

    .blog-slider__item:nth-child(2) {
        min-height: 300px
    }

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
        transition-delay: 0.3s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
        transition-delay: 0.4s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
        transition-delay: 0.5s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
        transition-delay: 0.6s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
        transition-delay: 0.7s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
        transition-delay: 0.8s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
        transition-delay: 0.9s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
        transition-delay: 1s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
        transition-delay: 1.1s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
        transition-delay: 1.2s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
        transition-delay: 1.3s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
        transition-delay: 1.4s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
        transition-delay: 1.5s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
        transition-delay: 1.6s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
        transition-delay: 1.7s;
    }

.blog-slider__item.swiper-slide {
    opacity: 0 !important;
}

.blog-slider__item.swiper-slide-active {
    opacity: 1 !important;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    min-height: 200px !important;
    height: 220px !important;
    border-radius: 20px;
    transform: translateX(80px);
    overflow: hidden;
    position: relative;
}

    .blog-slider__img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-147deg, #f89a2a 0%, #50b848 100%);
        border-radius: 20px;
        opacity: 0.8;
    }

    .blog-slider__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all 0.3s;
    }

    .blog-slider__img h3 {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 50;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 20px;
        padding: 0 28px;
        line-height: 34px;
        display: inline-grid;
        align-items: center;
        font-weight: bold;
    }

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 100%;
    }
}

.blog-slider__content {
    padding-left: 25px;
    margin-right: -45px;
}

    .blog-slider__content ul li {
        font-size: 15px;
    }

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 5px;
        margin-right: 0
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 22px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 12px;
}

.blog-slider__text {
    color: #696969;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-size: 15px
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(-147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    right: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    left: 20px !important;
    width: 11px !important;
    text-align: center;
    right: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(50%);
        right: 50% !important;
        top: 150px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f8941e;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.list-quality li {
    color: #828282;
    margin: 4px;
    font-size: 14px !important;
    padding: 6px 21px;
    display: inline-block;
    background-color: #eaeaea;
    border-radius: 5px;
}

    .list-quality li:before {
        display: none;
    }

/** slider **/
.dt-laptop-slider {
    width: 100%;
    z-index: 4;
    position: relative;
    margin-top: 40px;
}

    .dt-laptop-slider .imgBg {
        width: 100%;
        height: auto;
    }

    .dt-laptop-slider .laptop-screen {
        position: absolute;
        top: 6%;
        z-index: 10;
        width: 68.5%;
        height: 82.8%;
        left: 0px;
        right: 0;
        margin: 0 auto;
        border-radius: 0px;
        overflow: hidden;
    }

    .dt-laptop-slider .app-shot {
        position: absolute;
        animation: round 16s infinite;
        opacity: 0;
        z-index: -1;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes round {
    25% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }
}

.dt-laptop-slider img:nth-child(4) {
    animation-delay: 0s;
}

.dt-laptop-slider img:nth-child(3) {
    animation-delay: 4s;
}

.dt-laptop-slider img:nth-child(2) {
    animation-delay: 8s;
}

.dt-laptop-slider img:nth-child(1) {
    animation-delay: 12s;
}

/** company **/

.product-modal .carousel-indicators {
    bottom: 0;
    margin: 0;
    position: relative;
}

    .product-modal .carousel-indicators li {
        background-color: transparent;
        border: 1px solid #eee;
        width: 100% !important;
        height: 110px !important;
        padding: 0;
        opacity: 1;
        transition: .5s;
        border-radius: 5px;
    }

        .product-modal .carousel-indicators li.active {
            border-color: #f8941e
        }

        .product-modal .carousel-indicators li img {
            display: block;
            width: 100%;
            padding: 4px;
            height: 100%;
        }

.product-modal .carousel-inner,
.product-modal .carousel-item {
    height: 100%;
    border-radius: 5px;
}

    .product-modal .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 250px;
    }

/*  oil-company */
.oil-company .about-content {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: .8s;
}

    .oil-company .about-content:hover {
        box-shadow: 1px 1px 4px #c7c7c7;
    }

        .oil-company .about-content:hover img {
            transform: rotate(0) scale(1.2) !important;
            opacity: .8;
        }

    .oil-company .about-content img {
        margin-left: 20px;
        width: 55px;
        position: absolute;
        left: 0;
        opacity: .5;
        transform: rotate(-14deg);
        transition: .8s
    }

    .oil-company .about-content .about-text {
        width: 70%;
        display: inline-block;
    }

        .oil-company .about-content .about-text h4 {
            font-weight: bold;
            margin-bottom: 13px;
            font-size: 20px;
            color: #50b848;
        }

        .oil-company .about-content .about-text p {
            font-size: 17px;
            margin-bottom: 0;
        }

.oil-company p {
    font-size: 15px;
    color: #000;
    text-align: justify;
}

.oil-company .about-left {
    max-width: 750px;
}

@media(max-width:400px) {
    .oil-company .about-content .about-text {
        width: 100%;
    }

    .oil-company .about-content img {
        display: none;
    }

    .oil-company .about-content .about-text h4 {
        font-size: 15px;
    }

    .oil-company .about-content .about-text p {
        font-size: 13px;
    }
}

/** oil-section  */
.oil-section .oil-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 150px;
}

.oil-section .oil-section-img {
    position: relative;
    z-index: 0;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
    height: auto;
    max-width: 230px;
    margin: 0 auto;
}

    .oil-section .oil-section-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        z-index: 1;
    }

/*  faq */
.faq-content {
    position: relative;
}

    .faq-content .title-faq-tab {
        text-align: center;
    }

    .faq-content .card {
        border: 0;
        margin-bottom: 8px;
    }

    .faq-content .card-header {
        padding: 0;
        border: 0;
        border-bottom: 1px solid #eee;
    }

        .faq-content .card-header .btn-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            background: #f5f5f5;
            padding: 14px 16px;
            transition: 0.7s;
            box-shadow: none;
            outline: none;
        }

            .faq-content .card-header .btn-link p {
                color: #ffb12b;
                margin: 0;
                font-size: 20px;
            }

            .faq-content .card-header .btn-link i {
                color: #ffb12b;
                transform: rotate(180deg);
                transition: 0.7s;
            }

            .faq-content .card-header .btn-link.collapsed {
                background: #f5f5f5;
            }

                .faq-content .card-header .btn-link.collapsed p {
                    color: #89c74a;
                }

                .faq-content .card-header .btn-link.collapsed i {
                    color: #89c74a;
                    transform: rotate(0deg);
                }

            .faq-content .card-header .btn-link:hover {
                text-decoration: none !important;
                color: #89c74a;
            }

            .faq-content .card-header .btn-link:focus {
                text-decoration: none !important;
                color: #89c74a;
            }

    .faq-content .card-body {
        border: 2px solid #f5f5f5;
    }

        .faq-content .card-body p {
            color: #888;
            font-size: 17px;
        }

/* import and expot */
.import-export {
    overflow: hidden;
}

.single_services {
    padding: 17px 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: .5s;
}

    .single_services::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #50b848;
        content: "";
        transform: scaleX(1);
        opacity: 0;
        transition: .7s;
    }

    .single_services:first-child {
        margin-bottom: 135px !important;
    }

    .single_services:first-child {
        margin-bottom: 60px;
    }

.service_area1 .single_services {
    padding-left: 15px;
}

.service_area2 .single_services {
    padding-right: 15px;
}

.service_info {
    text-align: left;
    display: inline-block;
    width: calc(100% - 84px);
}

.service_area1 .service_info {
    padding-left: 17px;
    padding-right: 20px;
}

.service_area2 .service_info {
    text-align: right;
    padding-left: 20px;
    padding-right: 17px;
}

.service_info h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 7px 0;
    color: #fff;
}

.service_info p {
    line-height: 23px;
    font-size: 15px;
    color: #fff;
}

.service_image {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    display: flex;
    align-items: center;
}

.service_image {
    border: 1px solid #50b848;
}

    .service_image img {
        width: 44px;
        margin: 0 auto;
        transition: .5s;
    }

.service_area1,
.service_area2 {
    position: relative;
}

    .service_area1::after,
    .service_area2::after {
        content: "";
        width: 310px;
        height: 310px;
        border-top: 2px dashed #fff;
        border-radius: 50%;
        border-bottom: 2px dashed transparent;
        transform: rotate(-45deg);
        position: absolute;
        top: 75px;
    }

    .service_area1::after {
        border-right: 2px dashed transparent;
        border-left: 2px dashed #fff;
        right: 245px;
    }

    .service_area2::after {
        border-right: 2px dashed #fff;
        border-left: 2px dashed transparent;
        transform: rotate(45deg);
        left: 244px;
    }

.single_services:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 5px
}

    .single_services:hover .service_image {
        background: #50b848;
    }

        .single_services:hover .service_image img {
            filter: invert(1);
        }

    .single_services:hover .service_info h2 {
        color: #50b848;
    }

    .single_services:hover .service_info p {
        color: #888;
    }

    .single_services:hover::after {
        opacity: 1;
        transform: scaleX(0);
    }

@media(max-width:992px) {
    .how-work .how-work-center {
        display: none;
    }

    .service_area1::after,
    .service_area2::after {
        display: none;
    }

    .single_services:first-child {
        margin-bottom: 40px !important;
    }

    .how-work .container {
        max-width: 100%;
    }
}

/* finance  */

.shipping .fancy-service {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: .5s;
    height: 330px;
    border-radius: 5px;
}

    .shipping .fancy-service:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        transition: .5s;
    }

    .shipping .fancy-service:hover:before {
        opacity: 0.9;
        background-color: #f8941e;
    }

    .shipping .fancy-service > img {
        height: 100%;
        width: 100%;
        z-index: -1;
        object-fit: cover;
        transition: .5s;
    }

    .shipping .fancy-service:hover > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.shipping .service-detail {
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    transition: .5s;
}

    .shipping .service-detail h3 {
        color: #ffffff;
        font-size: 21px;
        font-weight: 800;
        margin-top: 33px;
        width: 100%;
    }

    .shipping .service-detail > h5 {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        margin-top: 14px;
        width: 100%;
    }

    .shipping .service-detail > i {
        color: #fff;
        font-size: 55px;
        position: relative;
        text-align: center;
        width: 100%;
        transition: .5s;
    }

.shipping .fancy-service:hover .service-detail {
    padding-bottom: 55px;
}

    .shipping .fancy-service:hover .service-detail > i {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

.import-gallery {
    margin: 55px auto;
    text-align: center
}

    .import-gallery img {
        filter: contrast(0.5);
        margin: 7px;
    }

    .import-gallery .gallery-icon {
        display: inline-block
    }

@media(max-width:992px) {

    .import-div .container,
    .shipping .container {
        max-width: 100%;
    }

    .import-gallery {
        display: none;
    }
}

/* member team */
.member {
    float: right;
    margin-left: 3px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.members-area > .member,
.members-area > .member ~ .member {
    width: 33%;
}


    .members-area > .member.clicked,
    .members-area > .member ~ .member.clicked {
        width: 33% !important;
    }




.member.clicked {
    width: 590px;
}

    .member.clicked .member-thumb {
        width: 51.7%;
    }

.member-thumb {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 360px;
}

    .member-thumb:before {
        background: -moz-linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0) 49%, rgba(0, 0, 0, .8) 100%);
        background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(55, 55, 55, 0)), color-stop(49%, rgba(55, 55, 55, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
        background: -webkit-linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0) 49%, rgba(0, 0, 0, .8) 100%);
        background: -o-linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0) 49%, rgba(0, 0, 0, .8) 100%);
        background: -ms-linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0) 49%, rgba(0, 0, 0, .8) 100%);
        background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0) 49%, rgba(0, 0, 0, .8) 100%);
        content: "";
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.member.clicked .member-thumb:before,
.member.clicked .member-thumb .member-info {
    opacity: 0;
    visibility: hidden;
}

.member-thumb > img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.member-thumb .member-info {
    bottom: 0;
    padding: 40px 45px;
    position: absolute;
    width: 100%;
}

    .member-thumb .member-info > h4 {
        margin-bottom: 0;
    }

.member-detail {
    background: rgba(31, 66, 93, 0.95) none repeat scroll 100% 0;
    display: none;
    opacity: 0;
    /*padding: 10px 30px;*/
    vertical-align: middle;
    visibility: hidden;
    width: 0;
}

.member.clicked .member-detail {
    width: 50%;
    display: table-cell;
    opacity: 1;
    visibility: visible;
}

.member-info > span {
    float: right;
    font-family: lato;
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.member-info > h4 {
    float: right;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
    width: 100%;
}

    .member-info > h4 > a {
        color: #ffffff;
        float: right;
        width: 100%;
    }

.member-detail > p {
    color: #e1e1e1;
    font-size: 13px;
    line-height: 26px;
}

.social-btns {
    float: right;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 35px;
    padding-right: 0;
    width: 100%;
}

    .social-btns > li {
        float: right;
        margin-left: 4px;
    }

        .social-btns > li:last-child {
            margin-left: 0;
        }

        .social-btns > li > a {
            border: 1px solid transparent;
            color: #ffffff;
            float: right;
            height: 34px;
            line-height: 34px;
            text-align: center;
            width: 38px;
        }

            .social-btns > li > a:hover {
                background: transparent none repeat scroll 100% 0;
                border-color: #afacac;
            }

.news-details h3 {
    color: #50b848;
    font-size: 22px;
    margin-bottom: 20px;
}

.news-details .news-likes {
    list-style: none;
    background-color: #f5f5f5;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 20px;
}

    .news-details .news-likes li {
        display: inline-block;
        padding: 0;
        font-size: 14px;
        margin-left: 15px;
        color: #777;
    }

        .news-details .news-likes li:before {
            display: none;
        }

        .news-details .news-likes li i {
            font-size: 10px;
            margin-left: 3px;
            color: #f89a2a;
        }

/** marketing **/
.team-worker .our-team {
    padding: 30px 0 8px;
    background: #f7f7f7;
    box-shadow: 1px 2px 3px rgb(19 18 18 / 43%);
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    height: 100%;
}

    .team-worker .our-team .pic {
        display: inline-block;
        width: 130px;
        height: 130px;
        margin-bottom: 27px;
        z-index: 1;
        position: relative;
    }

        .team-worker .our-team .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            transform: scale(1);
            transition: all 0.9s ease 0s;
            object-position: top
        }

        .team-worker .our-team .pic:before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 42%;
            background: #59bc52;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0.2;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

        .team-worker .our-team .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #5293a6;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
        }

#job {
    margin-top: 60px;
}
    .team-worker .our-team .team-content {
        margin-bottom: 30px;
        padding: 0px 29px;
    }

    .team-worker .our-team h3 {
        font-size: 22px;
        font-weight: 700;
        color: #4e5052;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .team-worker .our-team .post {
        display: block;
        font-size: 14px;
        margin-top: 12px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .team-worker .our-team .info-phone {
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
    }

    .team-worker .our-team .phone-icon {
        font-size: 16px;
        color: #53b94b;
        margin-right: 4px;
        width: 20px;
        transform: rotateY(180deg);
    }

    .team-worker .our-team:hover .pic:before {
        height: 100%;
    }

    .team-worker .our-team:hover .pic img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

.about-two.oil-page .carousel-inner {
    position: relative;
}

    /*
.about-two.oil-page .carousel-inner:after {
    content: "";
    background-image: url(../images/bottom-bubble.png);
    background-position: left;
    background-size: cover;
    width: 100%;
    display: block;
    bottom: 0;
    height: 200px;
    position: absolute;
}
*/
    .about-two.oil-page .carousel-inner img {
        border-radius: 50px;
        border: 7px solid #eee;
    }


@media(max-width:992px) {
    .about-two .container {
        max-width: 100%
    }
}

/** about-animation  */
.about-animation {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 100px;
}

    .about-animation .about-img .about-img1 {
        width: 90%;
        position: relative;
        z-index: 50;
    }

    .about-animation .about-img .anime-icon1 {
        position: absolute;
        top: 2%;
        left: 20%;
    }

        .about-animation .about-img .anime-icon1 .anime1 {
            position: absolute;
            width: 55px;
            -webkit-animation: mymove 8s infinite;
            animation: mymove 8s infinite;
        }

    .about-animation .about-img .anime-icon2 {
        position: absolute;
        top: 70%;
        left: 20%;
    }

        .about-animation .about-img .anime-icon2 .anime2 {
            width: 55px;
            position: absolute;
            -webkit-animation: mymove 9s infinite;
            animation: mymove 9s infinite;
        }

    .about-animation .about-img .anime-icon3 {
        position: absolute;
        top: 7%;
        right: 29%;
    }

    .about-animation .about-img .anime3 {
        width: 55px;
        position: absolute;
        -webkit-animation: mymove 12s infinite;
        animation: mymove 12s infinite;
    }

    .about-animation .about-img .anime-icon4 {
        position: absolute;
        top: 50%;
        right: 15%;
    }

    .about-animation .about-img .anime4 {
        width: 55px;
        position: absolute;
        -webkit-animation: mymove 10s infinite;
        animation: mymove 10s infinite;
    }


    .about-animation .about-text {
        text-align: center;
    }

        .about-animation .about-text h2 {
            color: #50b848;
            margin-bottom: 25px;
        }

        .about-animation .about-text p {
            line-height: 35px;
            color: #555;
            font-size: 16px;
        }

@-webkit-keyframes mymove {
    0% {
        top: 0px;
        left: 0;
    }

    20% {
        top: 7px;
        left: 7px;
    }

    40% {
        top: -7px;
        left: 0px
    }

    60% {
        top: 15px;
        left: -5px
    }

    80% {
        top: -15px;
        left: 0;
    }

    100% {
        top: 0px;
        left: 0
    }
}

@keyframes mymove {
    0% {
        top: 0px;
        left: 0;
    }

    20% {
        top: 7px;
        left: 7px;
    }

    40% {
        top: -7px;
        left: 0px
    }

    60% {
        top: 15px;
        left: -5px
    }

    80% {
        top: -15px;
        left: 0;
    }

    100% {
        top: 0px;
        left: 0
    }
}

/**  sales points **/

.sales-point {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    transition: .5s;
    position: relative;
    top: 0;
    height: 100%;
    border: 1px solid #eee;
}

    .sales-point:hover {
        top: -10px;
        box-shadow: 1px 2px 7px #c1c1c1;
    }

    .sales-point .sales-map {
        height: 133px;
        border: 5px solid #fff;
        border-radius: 8px;
        margin-bottom: 25px;
    }

        .sales-point .sales-map iframe,
        .sales-point .sales-map iframe:focus {
            box-shadow: none;
            outline: none;
        }

    .sales-point .sales-info h3 {
        color: #50b848;
        font-size: 17px;
        text-align: center;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 8px;
    }

    .sales-point .sales-info {
        font-size: 15px;
        color: #333
    }

        .sales-point .sales-info p {
            position: relative;
            padding-right: 30px;
            line-height: 21px;
            font-size: 15px;
            text-align: initial;
        }

        .sales-point .sales-info i {
            color: #50b848;
            padding-left: 15px;
            position: absolute;
            right: 8px;
            top: 5px;
        }

.sales-info h4 {
    display: none;
    transition: .5s;
}

.box-grid-list .list-grid-icon {
    font-size: 20px;
    padding: 5px 13px;
    color: #fff !important;
    background-color: #a2a2a2;
    border-radius: 4px;
    margin: 0 4px;
    opacity: .8;
    transition: .5s;
    cursor: pointer
}

    .box-grid-list .list-grid-icon:hover {
        background-color: #50b848 !important
    }

    .box-grid-list .list-grid-icon.active {
        background-color: #f8941e;
    }

.grid-and-list .item-col {
    transition: .3s;
    display: inline-block;
}

    .grid-and-list .item-col.col-lg-12 .sales-point {
        display: flex;
        align-items: center;
        transition: .5s;
    }

        .grid-and-list .item-col.col-lg-12 .sales-point .sales-map {
            margin-bottom: 0;
            height: 150px !important;
            flex: 0 0 30%;
            max-width: 30%;
        }

            .grid-and-list .item-col.col-lg-12 .sales-point .sales-map iframe {
                height: 140px !important;
            }

    .grid-and-list .item-col.col-lg-12 .sales-info h4,
    .grid-and-list .item-col.col-lg-12 .sales-info p span {
        padding-right: 15px;
    }

    .grid-and-list .item-col.col-lg-12 .sales-info p i {
        right: 21px;
    }

    .grid-and-list .item-col.col-lg-12 .sales-info h3 {
        display: none;
    }

    .grid-and-list .item-col.col-lg-12 .sales-info h4 {
        display: block;
        margin: 0;
        padding-bottom: 17px;
    }

@media(max-width:768px) {
    .grid-and-list .item-col.col-lg-12 .sales-point {
        display: block;
    }

        .grid-and-list .item-col.col-lg-12 .sales-point .sales-map {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .grid-and-list .item-col.col-lg-12 .sales-point .sales-map {
            margin-bottom: 15px;
        }
}

.why-choose ul li {
    font-size: 15px;
    list-style: circle;
}

.innerpage.nav-2 .sps--abv {
    background-image: none !important
}

.Extra_Mix_img.images-company .carousel-item {
    max-height: inherit !important;
}

.Extra_Mix_img.images-company .item img {
    height: 250px
}

.Extra_Mix_img.images-company .carousel-indicators {
    bottom: auto !important;
}
/* slider arrow */
.brochure-feed .carousel-control-prev {
    opacity: 1;
    background-color: #50b848;
    height: 24px;
    width: 25px;
    top: 47%;
    border-radius: 50%;
    padding: 5px;
    right: auto;
    left: 6px;
    transition: .5s;
}

.brochure-feed .carousel-control-next {
    opacity: 1;
    background-color: #50b848;
    height: 24px;
    width: 25px;
    top: 47%;
    border-radius: 50%;
    padding: 5px;
    left: auto;
    right: 6px;
    transition: .5s;
}

    .brochure-feed .carousel-control-next:hover,
    .brochure-feed .carousel-control-prev:hover {
        background-color: #f8941e;
    }

    /* Elmagd INTL Contact */
.contact-section ul li i {
    color: #fff;
    background-color: #f8941e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.contact-section .about-text {
    line-height: 35px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 40px;
    color: #50b848;
}

/* Glorcom */
.glorcom-services .title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-left: 4px solid #50b848;
    padding-left: 30px;
    margin-left: 30px;
}

.glorcom-services .title-text img {
    margin: 0;
    top: auto;
}

.glorcom-services .details p {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px #c7c7c76b;
    padding: 20px;
    border-radius: 5px;
    font-size: 18px;
}

.glorcom-services .details img {
    width: 50px;
    margin-left: 20px
}

@media(max-width:768px) {
    .glorcom-services .title-text  {
        border: none;
        margin-bottom: 60px;
    }
    .glorcom-services .title-text img {
        margin: auto;
    }
}

.glorcom-projects .accordion img {
    width: 100%;
    height: 180px;
    margin: 10px 0;
    object-fit: cover;
    display: block;
}

.glorcom-projects .accordion .card-header p {
    text-align: right
}

/* Shipping and Unloading */
.shipping-com .com-images img {
    width: 100%;
    height: 180px;
    margin: 10px 0;
    object-fit: cover;
    display: block;
}

/* Visit website link */
.visit-website {
    padding: 30px 0;
    font-size: 18px;
}

.visit-website a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid #50b848;
    color: #50b848;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.visit-website a .icon {
    margin: 0 5px
}

.visit-website a:hover {
    background-color: #50b848;
    color: #fff;
}