@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,400,500,700,900');
body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    background: #ffffff;
}

html,
body {
    height: 100%;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 400;
}


/* mine */

.lang ul {
    display: flex;
}

.lang {
    float: right;
}

.top-right {
    float: right!important;
}

.social-icons {
    display: inline-block;
    float: left!important;
}

.header-wrapper2 {
    position: relative;
    z-index: 99;
    color: white;
    padding-top: 10px;
}

.header-wrapper2 * {
    color: white;
}

.header-wrapper2 .top-menu a {
    color: white;
}

.top-bar {
    display: none;
}

.menu-wrapper {
    display: none;
}

@media (max-width: 1199px) {
    .social-icons.large-s {
        display: none;
    }
    .top-bar {
        display: flex;
        justify-content: space-between;
        padding: 9px 15px;
    }
    .lang {
        display: none;
    }
    .lang-top ul {
        display: flex;
    }
    .lang-top a {
        display: inline-block;
        color: #121212;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 10px;
    }
    div#nav_list {
        float: right;
    }
    .stickyribbon {
        /* display: none !important; */
        margin-top: -142px;
    }
}


/* mine-end */

p b {
    color: #273f51;
}

p b.gray-text {
    color: #7b7a7a;
}

a.yellow-color {
    color: #dfba4b;
}

hr {
    border-top: #d5d5d5 2px solid;
}

img.full-width {
    width: 100%;
}


/** Margins **/

.mar-top-0 {
    margin-top: 0px;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-45 {
    margin-top: 45px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-top-70 {
    margin-top: 70px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-90 {
    margin-top: 90px;
}

.mar-top-100 {
    margin-top: 100px;
}

.mar-top-110 {
    margin-top: 110px;
}

.mar-top-120 {
    margin-top: 120px;
}

.mar-top-130 {
    margin-top: 130px;
}

.mar-top-140 {
    margin-top: 140px;
}

.mar-top-150 {
    margin-top: 150px;
}

.mar-top-160 {
    margin-top: 160px;
}

.mar-top-170 {
    margin-top: 170px;
}

.mar-btm-5 {
    margin-bottom: 5px;
}

.mar-btm-10 {
    margin-bottom: 10px;
}

.mar-btm-15 {
    margin-bottom: 15px;
}

.mar-btm-20 {
    margin-bottom: 20px;
}

.mar-btm-25 {
    margin-bottom: 25px;
}

.mar-btm-30 {
    margin-bottom: 30px;
}

.mar-btm-35 {
    margin-bottom: 35px;
}

.mar-btm-40 {
    margin-bottom: 40px;
}

.mar-btm-45 {
    margin-bottom: 45px;
}

.mar-btm-50 {
    margin-bottom: 50px;
}

.mar-btm-55 {
    margin-bottom: 55px;
}

.mar-btm-60 {
    margin-bottom: 60px;
}

.mar-btm-70 {
    margin-bottom: 60px;
}

.mar-btm-80 {
    margin-bottom: 60px;
}

.mar-btm-90 {
    margin-bottom: 60px;
}

.mar-btm-100 {
    margin-bottom: 60px;
}


/** text aligns **/

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

.text-center {
    text-align: center;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-white {
    color: #FFF !important;
}


/** float **/

.al {
    float: left;
}

.ar {
    float: right;
}

.trs {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-36 {
    font-size: 36px !important;
    line-height: 36px;
}


/*header area*/

.top-right {
    float: left;
}


/** menu **/

.big-menu {
    display: table;
    width: 100%;
}

.big-menu-left,
.big-menu-right {
    display: table-cell;
    vertical-align: middle;
}

.big-menu-left {
    width: 300px;
}

.big-menu-right {
    width: calc(100%-300px);
}

.big-menu-left img {
    width: 100%;
    max-width: 100%;
}

.menu-mobile-close {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    right: 15px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.menu-mobile-close:hover {
    color: #fff;
}

.top-menu {
    float: left;
}

.top-menu a {
    display: inline-block;
    color: #121212;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px;
}

.top-menu a i {
    padding: 0 10px;
}

.stickyribbon {
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.menu-mobile-icon {
    float: left;
    cursor: pointer;
    margin-left: 15px;
}

.menu-inner-cont {
    margin: auto;
}

.pushmenu {
    /*this is the nav*/
    background: rgba(223, 186, 75, 0.9);
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 100000;
    position: fixed;
    float: none !important;
    margin-top: 0 !important;
    left: 0px;
    padding: 20px 20px;
    padding-left: 0px;
}

.pushmenu-left {
    /*right: -250px;*/
}

.pushmenu-left.pushmenu-open {
    /*right: 0;*/
    opacity: 1;
    /*display:block;*/
    display: flex;
}

.pushmenu-push {
    /*overflow-x: hidden;
	position: relative;
	right: 0;*/
}

.pushmenu-push-toright {
    /*right: 250px;*/
}


/*Transition*/

.pushmenu,
.pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav_list {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #1181ff;
    position: absolute;
    left: 15px;
    top: 0;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 21px;
}

nav-list.active {
    background-position: -270px top;
}

.main-navigation {
    /*padding-top: 15px;*/
    opacity: 0;
    display: none;
}

.main-navigation a {
    display: block;
}


/*Transition*/

.pushmenu,
.pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav_list {
    cursor: pointer;
}

nav-list.active {
    background-position: -270px top;
}

.main-navigation {
    /*padding-top: 15px;
	right:15px;*/
}

.main-navigation .nav {
    padding-top: 0px;
    right: 15px;
    /*background:#fff;*/
}

.nav>ul>li {
    display: inline-block;
    width: auto;
}

.nav>ul>li a {
    /* border-bottom: 1px solid #cbcbcb; */
    display: block;
    color: #181818;
    padding: 10px 30px;
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.nav>ul>li a:hover {
    color: #181818;
    background: #fff;
}

.nav>ul>li a:hover,
.nav>ul>li.active a {
    color: #181818;
    background: #fff;
}

.nav li:hover ul {
    position: relative;
    background: #e5e5e5;
}

.nav li:hover ul li:hover ul {
    position: relative;
    left: 0px;
    background: #e5e5e5;
}

.social-icons {
    display: inline-block;
    float: right;
}

.social-icons a {
    font-size: 14px;
    color: #121212;
    line-height: 28px;
    /* border: #fff 1px solid; */
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.header-wrapper {
    width: 100%;
    z-index: 9999;
    background-color: #dfba4b;
    padding-bottom: 15px;
}

.banner-wrap {
    /*background: url(../images/banner01.jpg) no-repeat;
	background-size: cover;*/
    min-height: 200px;
    position: relative;
}

.banner-overlay {
    /*background: rgba(51, 51, 51, 0.5);
	position:absolute;*/
    width: 100%;
    height: 100%;
    padding: 50px 0px 60px 0px;
    background: rgba(0, 0, 0, 0.8);
}

.logo-head {
    display: table;
    width: 100%;
}

.logo-head-left {
    display: table-cell;
    vertical-align: middle;
}

.logo-head-right {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.logo-wrap {
    float: right;
    /*width: 350px;*/
}

.page-path a {
    display: inline-block;
    font-size: 14px;
    color: #dfba4b;
    margin: 0 10px;
    position: relative;
}

.page-path a:after {
    content: ">";
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: -15px;
}

.page-path a:last-child {
    margin-right: 0px;
}

.page-path a:last-child:after {
    display: none;
}

.logo-head-right h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 58px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-footer-link {
    position: relative;
    margin-top: -50px;
    padding: 0 15px;
}

.menu-footer-link a {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-footer-link a:hover {
    color: #fff;
}

.menu-footer-link .social-icons a {
    font-size: 24px;
    margin: 0 12px;
}

.menu-footer-link .social-icons a:hover {
    color: #fff;
}

.welcome-text {
    padding: 65px 0 80px;
}

.welcome-text h2 {
    text-align: right;
}

.welcome-text p {
    text-align: right;
}

h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #dfba4b;
    font-weight: 700;
    position: relative;
}

.head-text {
    font-size: 17px;
    line-height: 28px;
    color: #4e4e4e;
    font-weight: 400;
}

.company-warp {
    display: table;
    width: 100%;
}

.company-left,
.company-right {
    display: table-cell;
    width: 50%;
    padding: 0 50px 130px;
}

.company-left {
    background: url(../images/goal_bg.png) no-repeat right bottom #f7f7f7;
}

.company-right {
    background: url(../images/why_bg.png) no-repeat right bottom #f0f0f0;
}

.company-warp-head {
    width: 100%;
    display: table;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 28px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}

.company-head-left,
.company-head-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.company-head-left {
    width: 150px;
}

.company-head-icon {
    background: #dfba4b;
    width: 130px;
    height: 130px;
    display: flex;
    padding: 15px;
    position: relative;
    margin-top: -20px;
}

.company-head-icon img {
    margin: auto;
}

.solution-warp {}

.services-warp-in {
    background: rgba(208, 178, 41, 0.75);
    padding: 80px 35px;
}

.services-warp-in h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 54px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.services-warp-in .flexslider {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    margin-top: 50px;
    min-height: 260px;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    position: absolute;
    margin-left: -50px;
    margin-top: -40px;
    top: 50%;
    width: 40px;
    height: 80px;
    line-height: 80px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    position: absolute;
    margin-right: -50px;
    margin-top: -40px;
    top: 50%;
    width: 40px;
    height: 80px;
    line-height: 80px;
}

.services-box-in {
    background: #181818;
    padding: 30px 20px;
    text-align: center;
}

.services-box-in:hover {
    background: #f7f7f7;
}

.services-box-in .icon {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.services-box-in .icon img {
    width: 100%;
}

.services-box-in h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    min-height: 60px;
}

.services-box-in:hover h3 {
    color: #000;
}

.chairman-warp {
    padding: 50px 0 80px;
}

.chairman-warp h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 30px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.chairman-warp p {
    line-height: 21px;
    text-align: right;
}

a.read-more {
    display: inline-block;
    background: #dfba4b;
    font-size: 14px;
    color: #121212;
    padding: 10px 25px;
}

a.read-more:hover {
    background: #0f0f0f;
    color: #fff;
}

.footer-warp {
    background: url(../images/footer_bg.jpg);
    padding-bottom: 30px;
}

.footer-logo {
    width: 100%;
    max-width: 100px;
}

.copy-right {
    font-size: 14px;
    color: #272727;
    text-align: right;
    margin-top: 50px;
}

.footer-social-icons {
    display: inline-block;
    float: right;
    margin-top: 50px;
}

.footer-social-icons a {
    font-size: 24px;
    color: #dfba4b;
    margin: 0 10px;
}

a.scrollToTop {
    width: 30px;
    height: 30px;
    padding: 4px;
    line-height: 10px;
    text-align: center;
    color: #242424;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    background: #cb9b0d;
    font-size: 22px;
}

a.scrollToTop:hover {
    text-decoration: none;
    background: #dfba4b;
}


/******************************
Inner pages
********************************/

h3.back-head {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 26px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-top {
    padding: 50px 0 80px;
}

.contact-top h3.back-head {
    text-align: right;
}

.contact-top p {
    text-align: right;
}

.contact-info a {
    display: block;
    font-size: 16px;
    color: #dfba4b;
    line-height: 24px;
    margin-top: 15px;
    text-align: right;
}

.contact-info a span {
    margin-right: 10px;
}

.contact-info a span img {
    width: 22px;
}

.contact-form h3 {
    letter-spacing: 10px;
}

.contact-form .form-control {
    background: #f7f7f7;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    padding: 15px 15px;
    height: auto;
    text-align: right;
}

.contact-form .form-control.send-btn {
    background: #272727;
    padding: 10px 23px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}

.contact-form .form-control.send-btn:hover {
    background: #dfba4b;
    color: #121212;
}

.office-address-outer {
    background: #f7f7f7;
    padding: 50px 0 80px;
}

.office-address-box {
    background: #fff;
    padding: 40px 30px;
    min-height: 310px;
}

.office-address-box h3.back-head {
    text-align: right;
}

.office-address-box p {
    text-align: right;
}

.product-outer {
    padding: 50px 0 80px;
}

.pro-box {
    position: relative;
}

.pro-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(208, 178, 41, 0.75);
    top: 0px;
    left: 0px;
    display: flex;
    opacity: 0;
    padding: 20px;
}

.pro-box:hover .overlay {
    opacity: 1;
}

.pro-box .overlay span {
    margin: auto;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    /*word-break: break-all;*/
}

.product-slider-outer {
    padding: 0 47px;
    background: #f7f7f7;
    min-height: 430px;
}

.product-slider-outer .flexslider {
    background: #f7f7f7;
    border-color: #f7f7f7;
}

.pro-box-details {
    padding: 70px 20px;
}

.pro-box-details h3.back-head {
    text-align: right;
}

.pro-box-details p {
    text-align: right;
}

#product-slider .flex-direction-nav .flex-prev {
    color: #131312;
    background: #dfba4b;
    border: #dfba4b 1px solid;
}

#product-slider .flex-direction-nav .flex-next {
    color: #131312;
    background: #dfba4b;
    border: #dfba4b 1px solid;
}

#product-slider .flex-direction-nav .flex-prev:hover {
    color: #fff;
    background: #131312;
    border: #131312 1px solid;
}

#product-slider .flex-direction-nav .flex-next:hover {
    color: #fff;
    background: #131312;
    border: #131312 1px solid;
    ;
}

.custom-gallery .flex-control-nav {
    display: block !important;
    position: relative !important;
}

.custom-gallery .flex-control-nav li {
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 0px 15px;
    margin-bottom: 20px;
    padding: 0px;
    vertical-align: middle;
    width: calc( 50% - 30px);
    display: block !important;
}

.custom-gallery .flex-control-nav .flex-active .pro-box .overlay {
    opacity: 1;
}

.custom-gallery .flex-control-nav li:last-child {
    position: relative;
}

.custom-gallery .flex-control-nav:after {
    content: "";
    position: relative;
    width: 100%;
    display: block;
}

.career-warp {
    background: #f0f0f0;
    padding: 80px 0;
}

h2.sub-head {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.career-warp p {
    text-align: right;
}

ul.vacancies-list {
    width: 100%;
}

ul.vacancies-list li {
    width: 100%;
    margin-top: 20px;
}

.vacancies-list-bx {
    background: #ffffff;
    padding: 25px;
    display: table;
    width: 100%;
}

.vacancies-list-bx-left {
    display: table-cell;
    width: calc( 100% - 250px);
}

.vacancies-list-bx-right {
    display: table-cell;
    width: 250px;
}

.vacancies-list-bx h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.vacancies-list-bx p {
    font-size: 15px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.vacancies-list-bx a.apply-now-btn {
    background: #dfba4b;
    color: #121212;
    padding: 10px 15px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.vacancies-list-bx a.apply-now-btn:hover {
    background: #121212;
    color: #dfba4b;
    text-decoration: none;
}

.warehouse-address .office-address-box {
    min-height: 200px;
}

.warehouse-address .office-address-box h3.back-head {
    text-align: right;
}

.warehouse-address .office-address-box p {
    text-align: right;
}

#career-popup .modal-dialog {
    width: 86%;
    max-width: 1000px;
}

#career-popup .modal-content {
    border-radius: 0px;
}

.career-popup-top {
    padding: 10px 50px 50px 50px;
}

#career-popup .modal-header {
    padding: 0px;
    border-bottom: 0px;
}

#career-popup .modal-body {
    padding: 0px;
}

.career-popup-center {
    background: #f0f0f0;
    padding: 50px 50px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #fff;
    text-decoration: none;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

#career-popup .panel-default {
    border: 0px;
    webkit-box-shadow: none;
    box-shadow: none
}

#career-popup .panel {
    background: rgba(0, 0, 0, 0);
}

#career-popup .panel-default>.panel-heading {
    border: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
}

#career-popup .panel-title>a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
}

.career-popup-bottom {
    background: #fff;
    padding: 50px 50px;
}

.career-popup-bottom .form-control {
    border: #cccccc 1px solid;
    border-radius: 0px;
    padding: 12px 15px;
    height: auto;
}

.career-popup-bottom textarea.form-control {
    height: 120px;
}

.career-popup-bottom .form-control.send-btn {
    background: #dfba4b;
    padding: 10px 23px;
    color: #121212;
    display: inline-block;
    width: auto;
}

.career-popup-bottom .form-control.send-btn:hover {
    background: #030303;
    color: #fff;
}

#career-popup button.close {
    width: 40px;
    height: 40px;
    background: #dfba4b;
    color: #272727;
    position: relative;
    opacity: 1;
    right: -40px;
    top: 30px;
}

.serve-box {
    position: relative;
}

.over-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(223, 186, 75, 1);
    background-image: url(../images/home_service_overlay.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    left: 0px;
    top: 0px;
    display: flex;
    opacity: 0;
}

.serve-box:hover .over-div {
    opacity: 1;
}

.over-div-in {
    margin: auto;
    padding: 25px;
    text-align: right;
}

.over-div-in h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 26px;
    color: #121212;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.over-div-in p {
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 10px;
    text-align: right;
}

.over-div-in a.btn {
    padding: 7px 25px;
    text-align: center;
    color: #dfba4b;
    background-color: #121212;
    transition: all 0.5s ease-in;
    cursor: pointer;
    border-radius: 0px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.over-div-in a.btn:after {
    content: "";
    position: absolute;
    width: 400px;
    left: -200px;
    height: 1px;
    background: #121212;
    top: 50%;
    z-index: -1;
}

.news-box figure {
    position: relative;
}

.news-box figure:after {
    content: "";
    position: absolute;
    background: rgba(218, 174, 50, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.news-box:hover figure:after {
    opacity: 1;
}

.content-scroll,
.contact-scroll {
    float: left;
    width: 100% !important;
    height: 100%;
}

.content-scroll .mCustomScrollBox,
.content-scroll .mCSB_container,
.contact-scroll .mCustomScrollBox,
.contact-scroll .mCSB_container {
    height: 100%;
}

.section .animation-left {
    opacity: 0;
    transform: matrix(1.5, 0, 0, 1.5, -100, -40);
    -webkit-transform-origin: 0 0 0;
    transition: all .7s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -webkit-transition: all .7s cubic-bezier(0.4, 0, 1, 1) 0.2s;
}

.section.active .animation-left {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.section .animation-right {
    opacity: 0;
    transform: matrix(1.7, 0, 0, 1.7, 200, 200);
    transform-origin: 0 0 0;
    transition: all .7s cubic-bezier(0.4, 0, 1, 1) 0.3s;
    -webkit-transition: all .7s cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

.section.active .animation-right {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.section .animation-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.30s cubic-bezier(0.4, 0, 1, 1) 0.5s;
    -moz-transition: 0.30s cubic-bezier(0.4, 0, 1, 1) 0.5s;
    -o-transition: 0.30s cubic-bezier(0.4, 0, 1, 1) 0.5s;
    -ms-transition: 0.30s cubic-bezier(0.4, 0, 1, 1) 0.5s;
    transition: 0.30s cubic-bezier(0.4, 0, 1, 1) 0.5s;
}

.stickyribbon {
    /*display:block !important;*/
    margin-top: 0px;
}

body.fp-viewing-sec-1-0 .stickyribbon {
    /*display:none !important;*/
    margin-top: -130px;
}

ul.photo-galle {}

ul.photo-gallery li {
    width: 25%;
    float: left;
    padding: 10px;
    position: relative;
}

ul.photo-gallery li a.thumbnail {
    border-radius: 0px;
    border: none;
    padding: 0px;
    position: relative;
}

ul.photo-gallery li a.thumbnail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/zoom.jpg) no-repeat center center rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

ul.photo-gallery li a:hover:after {
    opacity: 1;
}

ul.photo-gallery li img {
    width: 100%;
}

.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 700;
}

.viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.viewbox-header {
    margin: 10px;
    position: absolute;
    background: #dfba4b;
    width: auto !important;
    right: 30px;
    bottom: 20px;
    padding: 10px 40px;
    font-size: 21px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.viewbox-header:after {
    background: #dfba4b;
    content: " ";
    height: 100%;
    width: 50px;
    left: 0px;
    top: 0px;
    position: absolute;
    margin-left: -30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.viewbox-content {
    margin: 10px;
    width: 300px;
    height: 300px;
}

.viewbox-footer {
    margin: 10px;
}

.viewbox-content .viewbox-image {
    width: 100%;
    height: 100%;
}


/* buttons */

.viewbox-button-default {
    cursor: pointer;
    height: 64px;
    width: 64px;
}

.viewbox-button-default>svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px);
}

.viewbox-button-default {
    fill: #999;
}

.viewbox-button-default:hover {
    fill: #fff;
}

.viewbox-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.viewbox-button-full-screen {
    position: absolute;
    top: 84px;
    right: 10px;
    z-index: 9;
}

.viewbox-button-next,
.viewbox-button-prev {
    position: absolute;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0;
    z-index: 9;
}

.viewbox-button-next {
    right: 10px;
}

.viewbox-button-prev {
    left: 10px;
}

@media (max-width: 480px) {
    .viewbox-button-close {
        top: 0;
        right: 0;
    }
    .viewbox-button-next,
    .viewbox-button-prev {
        height: 81px;
        width: 81px;
        margin-top: -40px;
    }
    .viewbox-button-next {
        right: -15px;
    }
    .viewbox-button-prev {
        left: -15px;
    }
}


/* loader */

.viewbox-container .loader {
    widows: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.viewbox-container .loader * {
    margin: 0;
    padding: 0;
}

.viewbox-container .loader .spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

ul.photo-gallery li a.lead-more {
    background: #dfba4b;
    position: absolute;
    width: calc(100% - 17px);
    height: calc(100% - 20px);
    top: 0px;
    left: 0px;
    margin: 10px;
    display: flex;
}

ul.photo-gallery li a.lead-more span {
    margin: auto;
    color: #272727;
    font-size: 21px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

ul.pro-list li {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.company-no-img {
    background-image: none !important;
    padding-bottom: 50px;
}

#select-lang {
    display: inline-block;
    width: auto;
    background: transparent;
    border: #121212 1px solid;
    padding: 4px 10px;
    height: auto;
    color: #121212;
    border-radius: 0px;
}

.menu-vs-cell #select-lang {
    border: #464646 1px solid;
    color: #464646;
    position: absolute;
    right: 70px;
    top: 36px;
    font-size: 13px;
}

.owl-carousel-2.owl-drag .owl-item {
    background: #181818;
}


/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {}


/* sm */

@media (min-width: 768px) and (max-width: 1024px) {
    .big-menu-left {
        width: 200px;
    }
    .menu-footer-link .social-icons a {
        margin: 0 6px;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .mission-vision-in h2 {
        font-size: 18px;
    }
    .menu-footer-link .social-icons a {
        margin: 0 3px;
        font-size: 16px;
        width: auto;
    }
    ul.photo-gallery li {
        width: 33.33%;
    }
    .pro-box .overlay span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .site-logo {
        max-width: 250px;
        margin: auto;
    }
    .site-logo img {
        max-width: 250px !important;
    }
    .header-wrapper .logo-wrap {
        float: none;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    .header-wrapper .logo-wrap img {
        max-width: 150px;
        margin: auto;
    }
    .top-right {
        float: none !important;
    }
    #nav_list {
        /*float: right;*/
        position: relative;
        /* margin-top: -30px; */
    }
    .top-menu {
        text-align: center;
        float: none;
    }
    .social-icons {
        float: none;
        text-align: center;
        display: block;
    }
    .logo-head {
        display: block;
        width: 100%;
    }
    .logo-head-left,
    .logo-head-right {
        display: block;
        width: 100%;
        text-align: center;
    }
    .logo-head-right {
        margin-top: 15px;
    }
    .logo-wrap {
        float: none;
        width: auto;
        display: inline-block;
    }
    .logo-head-right h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .company-left,
    .company-right {
        display: block;
        width: 100%;
        padding: 0 20px 130px
    }
    .company-warp-head {
        font-size: 21px;
    }
    .company-head-left {
        width: 90px;
    }
    .company-head-icon {
        width: 70px;
        height: auto;
    }
    .chairman-warp {
        text-align: center;
    }
    .services-warp-in h2 {
        font-size: 24px;
    }
    .chairman-warp h2 {
        font-size: 21px;
    }
    .footer-warp {
        text-align: center;
    }
    .copy-right {
        text-align: center;
        margin-top: 0px;
    }
    .footer-social-icons {
        float: none;
        margin-top: 0px;
    }
    .footer-logo {
        float: none;
        width: auto;
        display: inline-block;
    }
    .pro-box-details {
        padding: 0px;
    }
    .big-menu-left {
        display: none;
    }
    .nav>ul>li a {
        padding: 5px 15px;
        margin: 0px 0;
        font-size: 14px;
    }
    .nav>ul>li {
        display: block;
    }
    .menu-footer-link {
        margin-top: 10px;
    }
    .vacancies-list-bx-left,
    .vacancies-list-bx-right {
        display: block;
        width: 100%;
    }
    h2.sub-head {
        font-size: 21px;
        line-height: 26px;
    }
    .career-popup-top {
        padding: 10px 20px 20px 20px;
    }
    .career-popup-center {
        padding: 20px 20px;
    }
    .career-popup-bottom {
        padding: 20px 20px;
    }
    ul.photo-gallery li {
        width: 50%;
    }
    .pro-box .overlay span {
        font-size: 14px;
    }
}


/* xs */

@media (max-width: 480px) {}