/* Scss Document */

* {
    font-family: "MontserratLight";
}

body {
    line-height: 1;
    font-family: "MontserratLight";
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    padding: 0;
}

header {
    padding: 30px 0 0;
    overflow: hidden;
}

header .container {
    width: 95%;
}

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

.marg-btm-100 {
    margin-bottom: 100px;
}

.main-menu {
    overflow: hidden;
    margin: 15px 0 0;
}

.main-menu ul {
    margin: 5px 0 0;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase;
}

.main-menu ul li:last-child {
    margin-right: 20px;
}

.main-menu ul li a {
    color: #262022;
    font-family: "MontserratLight";
}

.main-menu ul li a.active {
    color: #fc6546;
}

.main-menu ul li a:hover {
    color: #fc6546;
}

#banner h1 {
    font-size: 5em;
    text-transform: uppercase;
    color: #262022;
    line-height: 0.9;
    font-family: "MontserratBold";
}

#banner p {
    font-size: 1.25em;
    color: #262022;
    line-height: 1.4;
    font-family: "MontserratLight";
    margin: 10px 0 0;
    padding-right: 35px;
}

.banner-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 15%;*/
}

.banner-caption .btn-yenmin a span svg .shape {
    stroke: rgba(0, 0, 0, 0.9);
}

#yenminService {
    overflow: hidden;
    background: url(../images/home_bg_services.jpg) no-repeat 0 0;
    background-size: cover;
}

.our-services .padding-contain, .our-works .padding-contain, .yenmin-about .padding-contain {
    display: flex;
    flex-wrap: wrap;
}

.our-services ul, .yenmin-about ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -20px;
    flex-direction: column;
    justify-content: center;
}

.our-services ul li, .yenmin-about ul li {
    flex-basis: 45%;
    width: 45%;
    text-transform: uppercase;
    height: 245px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0 0 20px;
}

.our-services ul li figure, .our-works ul li figure, .yenmin-about ul li figure {
    align-self: center;
    width: 100%;
    padding-right: 25px;
}

.our-services ul li p, .our-works ul li p, .yenmin-about ul li p {
    font-family: "MontserratRegular";
    font-size: 1.4375em;
    color: #fff;
    align-self: flex-end;
    margin: 0 0 20px;
    line-height: 1.2;
}

.our-service-text, .our-work-text, .about-text, .yenmin-creation-text {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.our-service-text h2, .our-work-text h2, .about-text h2, .yenmin-creation-text h2 {
    font-family: "MontserratBold";
    font-size: 1.875em;
    color: #262022;
    margin: 0;
    padding-top: 30px;
}

.our-service-text h1, .our-work-text h1, .about-text h1, .yenmin-creation-text h1 {
    font-family: "MontserratBold";
    font-size: 4.5em;
    color: #fff;
    line-height: 66px;
    margin: 50px 0 0;
}

.our-service-text .btn-yenmin, .our-work-text .btn-yenmin, .about-text .btn-yenmin, .yenmin-creation-text .btn-yenmin {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.our-service-text .btn-yenmin a, .our-work-text .btn-yenmin a, .about-text .btn-yenmin a, .yenmin-creation-text .btn-yenmin a {
    background-image: url(../images/ico_right_arrow_white.png);
}

.our-service-text .btn-yenmin a span, .our-work-text .btn-yenmin a span, .about-text .btn-yenmin a span, .yenmin-creation-text .btn-yenmin a span {
    padding: 16px 30px;
    z-index: 1;
}

.our-service-text .btn-yenmin a span svg, .our-work-text .btn-yenmin a span svg, .about-text .btn-yenmin a span svg, .yenmin-creation-text .btn-yenmin a span svg {
    display: none;
}

.our-service-text .btn-yenmin a span svg .shape, .our-work-text .btn-yenmin a span svg .shape, .about-text .btn-yenmin a span svg .shape, .yenmin-creation-text .btn-yenmin a span svg .shape {
    stroke: rgba(0, 0, 0, 0.9);
    stroke-width: 3px;
}

.clients-recommend {
    background: #262022;
    padding: 75px 0;
    font-size: 2.6875em;
}

.clients-recommend p {
    color: #fff;
    opacity: 0.5;
    line-height: 1.1;
    font-family: "MontserratLight";
}

.our-works ul {
    margin: 0;
    display: block;
    list-style-type: none;
}

.our-works ul li {
    align-items: center;
    position: relative;
    margin: 15px 0 15px;
    width: 100%;
    padding: 10px;
    display: block;
    background: #fff;
}

.our-works ul li figure {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}

.our-works .pagingInfo {
    position: absolute;
    right: -38px;
    bottom: 70px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.our-works .pagingInfo span {
    font-weight: bold;
    font-size: 18px;
}

.our-works .slick-dots {
    position: absolute;
    right: -175px;
    width: 150px;
    bottom: -15px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.our-works .slick-dots li {
    background: transparent;
    width: 60px;
    padding: 0;
    margin: 0;
}

.our-works .slick-dots li a {
    width: 34px;
    height: 4px;
    background: #f3f1f2;
    opacity: 0.5;
    display: block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.our-works .slick-dots li.slick-active a {
    width: 45px;
    background: #fff;
    opacity: 1;
}

.our-work-text {
    justify-content: flex-start;
}

.our-work-text .btn-yenmin a span {
    padding: 19px 30px;
}

.yenmin-about .padding-contain.about-yenmin-products {
    display: block;
}

.about-text h2 {
    color: #fc6546;
}

.about-text h1 {
    color: #262022;
    line-height: 60px;
    margin-left: -28px;
}

.about-text p {
    font-size: 0.965em;
    line-height: 1.5;
    text-transform: lowercase;
    margin: 40px 10px 0;
    padding-left: 50px;
}

.about-text .btn-yenmin a {
    background-image: url(../images/ico_right_arrow_orange.png);
}

.about-text .btn-yenmin a span {
    padding: 16px 36px;
}

.work-recomand {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 70px 65px 50px;
}

.work-recomand svg .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.work-recomand .btn-yenmin {
    margin: 0;
    width: 270px;
}

.work-recomand .btn-yenmin a span {
    font-size: 0.965em;
    padding: 15px 35px 14px;
}

.work-recomand .btn-yenmin a span svg {
    display: none;
}

.work-recomand .btn-yenmin a span svg .shape {
    stroke: #000;
}

.work-recomand-cont {
    display: flex;
    align-items: center;
}

.work-recomand-cont span {
    display: inline-block;
    color: #fc6546;
    font-size: 80px;
}

.work-recomand-cont span sup {
    vertical-align: sub;
}

.work-recomand-cont p {
    font-size: 1.8125em;
    line-height: 1.3;
    margin: 0 0 0 20px;
    width: 60%;
}

.yenmin-products-list {
    width: 49%;
    display: flex;
    justify-content: space-between;
    padding: 50px 50px 50px 0;
}

.yenmin-products-list svg .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.yenmin-products-list-cont {
    text-align: right;
}

.yenmin-products-list-cont h4 {
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'MontserratBold';
}

.yenmin-products-list-cont figure {
    margin: 30px 0 15px;
}

.yenmin-products-list-cont p {
    font-size: 1.25em;
    color: #6f6f6f;
}

.yenmin-products-list-cont .btn-yenmin span {
    padding: 15px 39px;
}

.yenmin-products-list-cont .btn-yenmin span svg {
    display: none;
}

.yenmin-products-list-cont .btn-yenmin span svg .shape {
    stroke: #000;
}

footer {
    overflow: hidden;
    font-family: "MontserratRegular";
}

.footer-wrap {
    display: flex;
}

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

.foo-logo figure {
    width: 96px;
}

.foo-logo figure img {
    width: 100%;
}

.foo-logo ul {
    text-transform: uppercase;
    margin: 20px 0 0;
}

.foo-logo ul li {
    font-size: 0.965em;
    margin: 0 0 10px;
}

.foo-logo ul li a {
    color: #262022;
}

.foo-contain {
    background: #322d2f;
    padding: 50px 47px 0;
    width: 100%;
    margin: 0 0 0 24px;
}

.foo-details {
    display: flex;
    justify-content: space-between;
}

.for-enquriy {
    overflow: hidden;
    padding: 0 0 0 50px;
    background: url(../images/ico_enquiry.png) no-repeat left 0;
}

.phone {
    overflow: hidden;
    padding: 0 0 0 50px;
    background: url(../images/phone.png) no-repeat left 0;
    z-index: 111;
}

.for-enquriy p {
    font-size: 0.965em;
    color: #818181;
    font-family: "MontserratRegular";
}

.for-enquriy p a {
    font-size: 1.375em;
    color: #fc6546;
    display: block;
    margin: 0px 0 0;
    line-height: 1.2;
}

.for-enquriy p a span {
    font-family: "MontserratHairline";
}

.for-social ul li {
    display: inline-block;
}

a.btn-fb, a.btn-tw, a.btn-gp {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-indent: -9999em;
    background: url(../images/social-icon.png) no-repeat;
    margin: 0 7px 0 0;
}

a.btn-tw {
    background-position: -40px 0px;
}

a.btn-gp {
    background-position: -80px 0px;
}

a.btn-fb:hover {
    background-position: 0px -40px;
}

a.btn-tw:hover {
    background-position: -40px -40px;
}

a.btn-gp:hover {
    background-position: -80px -40px;
}

.foo-menu {
    padding: 30px 0 25px;
    margin: 45px 0 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #818181;
}

.foo-menu ul li {
    display: inline-block;
    text-transform: capitalize;
}

.foo-menu ul li:not(:first-child) {
    padding: 0 0 0 17px;
}

.foo-menu ul li a {
    color: #818181;
}

.foo-menu ul li a:hover {
    color: #fff;
}

.foo-menu p {
    color: #818181;
    opacity: 0.5;
    font-family: "MontserratLight";
}

#nav-icon3 {
    width: 37px;
    height: 22px;
    position: absolute;
    top: 60px;
    right: 30px;
    z-index: 11;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    width: 100%;
    left: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    width: 100%;
    left: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3:hover span {
    background: #fc6546;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fc6546;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2) {
    top: 9px;
    width: 70%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#nav-icon3 span:nth-child(3) {
    top: 9px;
    width: 70%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

.mob-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.895);
    z-index: 10;
    display: none;
}

.mob-menu.active {
    display: block;
}

.mob-menu ul {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mob-menu ul li {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.mob-menu ul li a {
    color: #fff;
}

/*About Scss Document*/

.inner-banner {
    color: #fff;
    position: relative;
    padding: 40px 0;
}

.inner-banner .inner-banner-bg {
    background: url("../images/about_banner.jpg") no-repeat center;
    background-size: cover;
    padding: 109px 0;
}

.inner-banner h1 {
    font-size: 3.75em;
    text-transform: uppercase;
    font-family: "MontserratBold";
    margin: 0 0 35px;
}

.inner-banner p {
    font-size: 1.625em;
    line-height: 1.2;
}

.inner-banner-img {
    position: absolute;
    width: 1110px;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: right;
}

.yenmin-creation {
    overflow: hidden;
}

.yenmin-creation-text {
    text-transform: none;
    justify-content: flex-start;
}

.yenmin-creation-text h2 {
    font-size: 1.5625em;
    color: #fc6546;
    text-transform: uppercase;
}

.yenmin-creation-text h1 {
    font-size: 2.5em;
    line-height: 1;
    color: #262022;
    text-transform: uppercase;
}

.yenmin-creation-text p {
    font-size: 1em;
    font-family: "MontserratBold";
    line-height: 1.4;
}

.yenmin-creation-text article {
    font-family: "MontserratLight";
    font-size: 0.965em;
    margin: 36px 0 0;
    line-height: 1.6;
}

.about-services {
    margin: 70px 0 0;
}

.about-services ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}

.about-services ul li {
    flex-basis: 45%;
    width: 45%;
    text-transform: uppercase;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0 0 20px;
}

.topcard {
    top: 25%;
    left: 10%;
}

.about-services ul li p {
    font-size: 1em;
    line-height: 20px;
    font-family: "MontserratBold";
    text-transform: none;
}

.about-clients, .product-text-row {
    background: url("../images/bg_clients.jpg") no-repeat center;
    background-size: cover;
}

.about-clients h1, .product-text-row h1 {
    font-size: 2em;
    color: #fff;
}

.about-brand-banner p {
    font-size: 2em;
    color: #fff;
    font-family: "MontserratLight";
    padding: 45px 0 50px;
    background: url(../images/about_bg_brand.jpg) no-repeat 0 0;
    background-size: cover;
}

.yenmin-brands {
    overflow: hidden;
    margin: 0 0 90px;
}

.yenmin-brands ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.yenmin-brands ul li {
    height: 180px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.yenmin-brands ul li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.yenmin-brands ul li:hover img {
    filter: grayscale(0%);
}

.yenmin-brands ul li img {
    filter: grayscale(100%);
}

.service-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.service-list-wrap svg {
    display: none;
}

.service-list-wrap .btn-yenmin a span {
    padding: 15px 17px 14px;
}

.yenmin-testi-wrap {
    position: relative;
}

.yenmin-testi-wrap ul {
    padding: 37px 26px;
    margin: 0 0 64px;
}

.yenmin-testi-wrap ul li {
    padding: 0 38px;
    position: relative;
    color: #fff;
}

.yenmin-testi-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 2px;
    background: #fff;
}

.yenmin-testi-wrap ul li h3 {
    font-size: 1.375em;
    font-family: "MontserratLight";
    color: #fc6546;
}

.yenmin-testi-wrap ul li h3 span {
    display: block;
    font-size: 1em;
    color: #837575;
}

.yenmin-testi-wrap ul li p {
    color: #fff;
    font-family: "MontserratRegular";
    font-size: 0.965em;
    line-height: 1.2;
    padding: 50px 0 20px;
}

.yenmin-testi-wrap ul li h5 {
    font-size: 0.9375em;
    color: #fc6546;
    font-family: "MontserratLight";
}

.yenmin-testi-wrap ul li h5 span {
    color: #837575;
    font-family: "MontserratRegular";
}

.yenmin-testi-wrap .slick-dots {
    left: 60px;
    padding: 0;
    text-align: left;
    margin: 0;
    bottom: -20px;
}

.yenmin-testi-wrap .slick-dots li {
    padding: 0;
    border: 1px solid #7f7272;
    border-radius: 50%;
}

.yenmin-testi-wrap .slick-dots li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: none;
    display: none;
}

.yenmin-testi-wrap .slick-dots li.slick-active {
    border: 1px solid #fc6546;
    background: #fc6546;
}

/*Product Scss Document*/

.product-services {
    display: flex;
    flex-wrap: wrap;
}

.yenmin-products-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 38px 38px 0 0;
}

.yenmin-products-wrap .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.yenmin-products-wrap figure {
    margin: 0 0 52px;
}

.product-text-row {
    background: url("../images/product_bg_block.jpg") no-repeat center;
    background-size: cover;
}

.product-text-row h1 {
    text-align: center;
    padding: 0 80px;
    font-size: 1.875em;
    font-family: "MontserratLight";
}

/*Our Works Scss Document*/

.yenmin-works-wrap {
    overflow: hidden;
}

.yenmin-works-wrap h1 {
    font-size: 2.5em;
    color: #262022;
    font-family: "MontserratBold";
    text-transform: uppercase;
    margin: 35px 0 75px;
}

.yenmin-works-wrap h2 {
    font-size: 1.5625em;
    color: #fc6546;
    font-family: "MontserratBold";
    text-transform: uppercase;
}

.our-works-head {
    background: #e5e5e5;
    margin: 0 0 35px 0;
    display: flex;
}

.our-works-head ul {
    justify-content: flex-start;
    margin: 0;
}

.our-works-head ul li {
    margin-bottom: 0 !important;
    margin-right: 45px;
    align-items: center !important;
    text-transform: uppercase;
}

.our-works-head ul li a {
    color: #262022;
}

.our-works-head ul li a.active {
    color: #fc6546;
}

.our-works-head ul li:first-child a {
    color: #fff;
}

/*.all-works {
  display: inline-block; }
  .all-works a {
    display: block;
    background: #fc6546 url("../images/all_ico.png") no-repeat center left 22px;
    padding: 28px 22px 26px 65px;
    font-size: 1.25em;
    font-family: "MontserratLight";
    color: #fff; }*/

.hidden-xs {
    display: flex !important;
}

.desk-lap {
    display: inline-block;
}

.viewall {
    display: inline-block;
}

.viewall a {
    display: block;
    background: #fc6546 url("../images/all_ico.png") no-repeat center left 22px;
    font-size: 1.25em;
    font-family: "MontserratLight";
    color: #fff;
    padding: 28px 22px 26px 65px;
}

/*.viewall a:first-child{
    padding-left: 0;
}*/

.yenmin-works-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    height: auto !important;
}

.yenmin-works-wrap ul.show-works li {
    width: 48.5%;
}

/*.yenmin-works-wrap ul.show-works li:nth-child(odd) {
      margin-right: 15px; }
    .yenmin-works-wrap ul.show-works li:nth-child(even) {
      margin-left: 15px; }*/

.yenmin-works-wrap ul.show-works li a {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.yenmin-works-wrap ul.show-works li figure {
    padding: 10px;
}

.yenmin-works-wrap ul li {
    margin-bottom: 30px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.yenmin-works-wrap ul li a {
    display: block;
    width: 100%;
}

.yenmin-works-wrap ul li .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.yenmin-works-wrap ul li h1 {
    position: absolute;
    left: 42px;
    top: 40px;
    font-size: 1.5625em;
    font-family: "MontserratLight";
    color: #262022;
    margin: 0;
    font-weight: 800;
}

.yenmin-works-wrap ul li figure {
    overflow: hidden;
    padding: 3px;
    width: 100%;
}

.yenmin-works-wrap ul li figure img {
    width: 100%;
}

.sdfm-box-hidden {
    height: 0;
}

.lg-download, #lg-counter {
    display: none;
}

.lg-sub-html {
    position: absolute;
    top: 0;
}

.lg-image {
    display: none !important;
}

.lg-actions {
    position: fixed;
    width: 100%;
    top: 50%;
    z-index: 1000000;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.lg-sub-html {
    padding: 0;
    text-align: left;
    width: 1110px;
    margin: 0 auto;
}

.lg-sub-html figure {
    background: #191919;
}

.lg-sub-html figure img {
    display: block;
    margin: 0 auto;
}

.lg-outer .lg {
    overflow-y: scroll;
}

.lg-toolbar {
    background: none;
}

.lg-toolbar .lg-icon {
    font-size: 50px;
    color: #000;
    line-height: 50px;
}

.light-header {
    background: #fff;
    text-transform: uppercase;
    color: #262022;
    overflow: hidden;
}

.light-header .li-hea-cont {
    padding: 40px 30px;
    display: flex;
}

.light-header .li-hea-cont ul {
    width: 40%;
}

.light-header .li-hea-cont .client-quote {
    width: 60%;
    display: flex;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.light-header .li-hea-cont .client-quote figure {
    background-color: transparent;
    background: url("../images/border_fig.png") no-repeat 0 0;
    margin: 0 20px 0 0;
    position: relative;
    padding: 10px;
}

.light-header .li-hea-cont .client-quote p {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 17px;
}

.light-header .li-hea-cont .client-quote p span {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px 0 5px;
}

.light-header h4 {
    background: #f2f2f2;
    font-size: 20px;
    color: #262022;
    padding: 30px 40px;
}

.light-header ul {
    font-size: 13px;
}

.light-header ul li {
    margin: 0 0 10px;
}

.light-header ul li:last-child {
    margin: 40px 0 0;
}

.light-header ul li span {
    font-weight: 700;
}

.light-header ul li a {
    display: block;
    font-weight: 700;
    color: #fc6546;
    text-transform: lowercase;
    letter-spacing: 1px;
}

/*for hiding client quotes*/

.li-hea-cont .text-lowercase.client-quote {
    display: none;
}

/*Contact Scss Document*/

.yenmin-contact-wrap {
    display: flex;
    margin: 0 0 60px;
}

.yenmin-contact-wrap:last-child {
    margin: 0;
}

.yenmin-contact-wrap:last-child .location-area {
    margin: 0 0 0 30px;
}

.yenmin-location {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yenmin-location svg .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.location-area {
    padding: 20px 0 20px 20px;
    border-left: 1px solid #d4d2d3;
    margin: 0 0 0 50px;
    text-transform: uppercase;
}

.location-area h2 {
    font-size: 1.5em;
    font-family: 'MontserratBold';
}

.location-area h4 {
    font-size: 1em;
    font-family: 'MontserratLight';
}

.yenmin-address-wrap {
    margin: 0 0 0 30px;
}

.yenmin-reach-wrap {
    display: flex;
    margin: 28px 0;
    align-items: flex-end;
}

.yenmin-reach-wrap address {
    color: #616161;
    font-size: 0.9375em;
    font-family: "MontserratLight";
    line-height: 1.8;
    margin: 0 60px 0 0;
}

.yenmin-reach-wrap address span {
    display: block;
    font-size: 1.375em;
    color: #262022;
    font-family: "MontserratBold";
}

.yenmin-reach-contact {
    display: flex;
    margin: 20px 0 0;
}

.yenmin-reach-contact figure {
    overflow: hidden;
    width: 38px;
    position: relative;
    margin: 0 12px 0 0;
}

.yenmin-reach-contact figure .shape {
    stroke: #e5e5e5;
}

.yenmin-reach-contact h5 {
    font-size: 0.8125em;
    font-family: "MontserratHairline";
    color: #818181;
    margin: 5px 0 0;
}

.yenmin-reach-contact h5 span {
    font-size: 1.25em;
    color: #262022;
    font-family: "MontserratRegular";
    display: block;
}

.yenmin-reach-contact h5 span a {
    color: #262022;
}

.yenmin-follows {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.yenmin-follows p {
    font-size: 0.9375em;
    color: #262022;
    font-family: "MontserratRegular";
}

.yenmin-follows ul {
    overflow: hidden;
    display: flex;
    margin: 0 0 0 17px;
}

.yenmin-follows ul li {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 8px 0 0;
}

.yenmin-follows ul li .shape {
    stroke: rgba(0, 0, 0, 0.1);
}

.yenmin-address-wrap .bottom-border {
    padding: 55px 0;
    border-bottom: 1px solid #e5e5e5;
}

.yenmin-contact-others .yenmin-address-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.yenmin-contact-others .yenmin-reach-wrap {
    margin: 90px 0 70px;
}

.yenmin-form {
    overflow: hidden;
    margin: 0 55px;
    display: flex;
    justify-content: space-between;
}

.yenmin-form h3 {
    color: #fff;
    font-size: 1.375em;
    font-family: "MontserratLight";
}

.yenmin-form form {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
}

.yenmin-form form div {
    width: 49%;
}

.yenmin-form form textarea {
    width: 49%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    padding: 14px;
    color: #fff;
}

.yenmin-form form p input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    padding: 14px;
    width: 100%;
    color: #fff;
}

.yenmin-form form p:not(:last-child) input {
    margin: 0 0 13px;
}

.yenmin-form form .btn-yenmin {
    width: 100%;
}

.yenmin-form form .btn-yenmin a span {
    color: #fc6546;
    border: 0 solid #fc6546;
    position: relative;
    padding: 15px 27px 14px;
    width: 115px;
    height: 45px;
    background-image: url("../images/btn_bg_sub.png");
}

.yenmin-form form .btn-yenmin a span svg {
    display: none;
}

.yenmin-form form .btn-yenmin a span svg .shape {
    stroke: #fc6546;
    stroke-width: 3px;
}

/* Scss Document */

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

.padding-right-45 {
    padding: 0 45px;
}

.padding-top-90 {
    padding: 90px 0;
}

.padding-contain {
    padding: 90px 45px;
}

.padding-zero {
    padding: 0;
}

.padding-zero {
    padding: 0;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.position-rel {
    position: relative;
}

.barry-60 {
    width: 60px;
    height: 2px;
    background: #262022;
}

.margin-50 {
    margin: 50px 0;
}

.margin-ver-20 {
    margin: 20px 0;
}

.margin-bottom-90 {
    margin: 0 0 90px 0;
}

.width-39 {
    width: 39%;
}

.width-59 {
    width: 59%;
}

.width-100 {
    width: 100%;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

svg .shape {
    stroke-width: 1;
    stroke: rgba(255, 255, 255, 0.1);
    fill: none;
    stroke-dasharray: 0;
    -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    transition: transform 1s linear;
}

.btn-yenmin {
    overflow: hidden;
    margin: 42px 0 0;
}

.btn-yenmin a {
    display: inline-block;
    font-family: "MontserratBold";
    font-size: 0.965em;
    text-transform: uppercase;
    color: #262022;
    padding: 0 18px 0 0;
    background-image: url(../images/ico_right_arrow_orange.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.btn-yenmin a span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 45px;
    width: 190px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-image: url("../images/btn_bg_black.png");
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-yenmin a span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #000;
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-yenmin a span:hover {
    color: #fff;
}

.btn-yenmin a span:hover:before {
    width: 100%;
}

/*service page changes by prabha*/

.head-2 h2 {
    font-size: 18px;
    font-family: 'MontserratLight';
}

.yenmin-works-wrap ul li h1 {
    top: 25px ! important;
}

.yenmin-works-wrap ul li h5 {
    position: absolute;
    left: 43px;
    top: 55px;
    font-size: 1.05em;
    font-family: 'MontserratLight';
    text-transform: uppercase;
    color: #262022;
}

/* .yenmin-reach-contact figure {
    width: 22%;
} */

/*.head-2 li:last-child{
  padding-bottom: 5px;
}*/

/*webkit scroll bar*/

.lg-outer .lg::-webkit-scrollbar {
    width: 12px;
}

.lg-outer .lg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.lg-outer .lg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*close button portfolio */

.lg-toolbar .lg-icon {
    font-size: 50px;
    color: #f00;
    line-height: 50px;
    position: fixed;
    right: 20px;
    top: 10px;
}

/*close button portfolio end*/

* {
    font-family: "MontserratRegular";
}

/*home page ourwork*/

.our-works ul li h1 {
    font-size: 30px;
    text-transform: uppercase;
    z-index: 1111;
    position: absolute;
    margin: 15px 0 0 10px;
    font-weight: bold;
    font-family: "MontserratBold";
    left: 0;
    right: 0;
    text-align: center;
}

.our-works ul li h5 {
    font-size: 16px;
    font-weight: normal;
    color: #5f5f5f;
    z-index: 1111;
    position: absolute;
    margin: 55px 0 0 10px;
    font-family: "MontserratRegular";
    left: 0;
    right: 0;
    text-align: center;
    text-transform: capitalize;
}

.our-works ul li figure img {
    height: 100%;
}

.eagle .port-think-us {
    background: #ee6639;
}

.eagle .port-think-us a {
    color: #ee6639;
}

.slick-dots li.slick-active button:before {
    display: none;
}

/* murali style */

.pad-top-90 {
    padding-top: 90px;
}

.pad-top-50 {
    padding-top: 50 !important;
}

.pad-top-130 {
    padding-top: 130px;
}

.tnpl .port-think-us {
    background: #61ad40;
}

.tnpl .port-btn {
    color: #61ad40;
}

.tnpl .port-layout figure:before, .tnpl .port-layout figure:after, .tnpl h3.port-heading:before {
    background: #61ad40;
}

.tnpl .port-layout:before {
    height: calc(100% - 26%);
    bottom: 48%;
}

.pad-btm-50 {
    padding-bottom: 50px;
}

.tnpl .port-banner-img img, .kiln .port-banner-img img, .sree .port-banner-img img, .rlfc .port-banner-img img, .agathiar .port-banner-img img {
    transform: scale(.85);
}

.kiln .port-layout:before {
    height: calc(100% - 24%);
    bottom: calc(47% - 2px);
}

.kiln .port-layout figure:before, .kiln .port-layout figure:after, .kiln .port-think-us {
    background: #ae9a65;
}

.kiln h3.port-heading {
    padding: 15px 0 20px 40px;
}

.kiln h3.port-heading:before {
    width: 65px;
    height: 15px;
    background: url(../images/port-folio/kiln/style.png);
    background-size: cover;
    top: 22px;
    left: -35px;
}

.sree .port-layout:before {
    height: calc(100% - 16%);
    bottom: 54%;
}

.sree .port-layout figure:before, .sree .port-layout figure:after, .sree h3.port-heading:before, .sree .port-think-us {
    background: #ffa200;
}

.sree .port-btn {
    color: #ffa200;
}

.agathiar .port-layout:before {
    height: calc(100% - 17%);
    bottom: 54%;
}

.agathiar .port-layout figure:before, .agathiar .port-layout figure:after, .agathiar h3.port-heading:before, .agathiar .port-think-us {
    background: #933e4f;
}

/*home page ourwork end*/

@media (max-width: 1400px) {
    .banner-caption {
        width: 50%;
    }
    .banner-caption figure img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 95%;
    }
    #banner .container {
        width: 90%;
    }
}

@media (max-width: 1170px) {
    #banner {
        font-size: 12px;
    }
    .our-service-text, .our-work-text, .about-text, .yenmin-creation-text {
        font-size: 12px;
    }
    .our-service-text h1, .our-work-text h1, .about-text h1, .yenmin-creation-text h1 {
        line-height: 1;
    }
    .yenmin-works-wrap ul li h1 {
        top: 20px; //right: 20px;
    }
}

@media (max-width: 1110px) {
    .lg-sub-html {
        width: 100%;
    }
    .lg-sub-html figure img {
        /*width: 100%;*/
    }
    .yenmin-products-list-cont {
        text-align: center;
    }
    .foo-menu ul li a {
        font-size: 12px;
    }
    .foo-menu p {
        font-size: 12px;
    }
    .our-works .slick-dots li a {
        width: 20px;
    }
    .our-works .slick-dots li.slick-active a {
        width: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1050px) {
    .btn-yenmin a {
        transform-origin: right;
        transform: scale(0.8);
    }
}

@media (max-width: 1050px) {
    .foo-menu {
        font-size: 12px;
    }
    .foo-menu ul li:not(:first-child) {
        padding: 0 0 0 14px;
    }
    /*prabha changes*/
    .yenmin-products-list-cont {
        position: absolute;
        right: 4px;
    }
    .yenmin-products-list-cont p {
        width: 98%;
        font-size: 0.8em;
    }
    .yenmin-products-list-cont .btn-yenmin a {
        /*   margin-right: -1px;*/
    }
    .work-recomand .btn-yenmin {
        width: 423px;
        margin-right: -70px;
    }
    /*logo of each page*/
    .inner-banner-img {
        -moz-transform: translate(-58%, 0);
        -o-transform: translate(-58%, 0);
        -ms-transform: translate(-58%, 0);
        -webkit-transform: translate(-58%, 0);
        transform: translate(-58%, 0);
        text-align: right;
    }
    /*Our Works*/
    .yenmin-works-wrap ul.show-works li {
        width: 48%;
    }
    /*portfolio*/
    .light-header .li-hea-cont .client-quotefigure img {
        width: 121px;
    }
    .client-review {
        width: 470px;
        height: auto;
        overflow: hidden;
    }
    /*services*/
    .about-services ul li p {
        font-size: 1.025em;
    }
    /*.about-services .head-2 h2:last-child{
    padding-top: 20px;
}*/
    /*home page*/
    .yenmin-products-list-cont .btn-yenmin {
        margin: 35px 0 0;
    }
    .kiln h3.port-heading:before {
        width: 45px;
        left: -8px;
    }
}

@media (max-width: 991px) {
    .main-menu {
        margin: 0 15px 0 0;
    }
    .main-menu ul li {
        margin-right: 15px;
    }
    #banner {
        height: auto !important;
        margin: 0 0 90px;
    }
    .banner-contain {
        overflow: hidden;
        flex-wrap: wrap;
    }
    .banner-caption {
        width: 100%;
        order: 2;
    }
    .banner-caption figure {
        text-align: center;
    }
    .banner-caption figure img {
        width: 50%;
    }
    .banner-caption:nth-child(2) {
        order: 1;
    }
    #yenminService {
        background-size: cover;
    }
    .our-services .padding-contain, .our-works .padding-contain, .yenmin-about .padding-contain {
        display: flex;
        flex-wrap: wrap;
    }
    .our-services .padding-contain ul, .yenmin-about .padding-contain ul {
        order: 2;
        width: 100%;
    }
    .our-services .padding-contain .our-service-text, .our-works .padding-contain .our-service-text, .yenmin-about .padding-contain .our-service-text, .our-services .padding-contain .our-work-text, .our-works .padding-contain .our-work-text, .yenmin-about .padding-contain .our-work-text, .our-services .padding-contain .about-text, .our-works .padding-contain .about-text, .yenmin-about .padding-contain .about-text, .our-services .padding-contain .yenmin-creation-text, .our-works .padding-contain .yenmin-creation-text, .yenmin-about .padding-contain .yenmin-creation-text {
        width: 100%;
        padding: 0;
    }
    .our-services .padding-contain .our-service-text .btn-yenmin, .our-works .padding-contain .our-service-text .btn-yenmin, .yenmin-about .padding-contain .our-service-text .btn-yenmin, .our-services .padding-contain .our-work-text .btn-yenmin, .our-works .padding-contain .our-work-text .btn-yenmin, .yenmin-about .padding-contain .our-work-text .btn-yenmin, .our-services .padding-contain .about-text .btn-yenmin, .our-works .padding-contain .about-text .btn-yenmin, .yenmin-about .padding-contain .about-text .btn-yenmin, .our-services .padding-contain .yenmin-creation-text .btn-yenmin, .our-works .padding-contain .yenmin-creation-text .btn-yenmin, .yenmin-about .padding-contain .yenmin-creation-text .btn-yenmin {
        margin: 40px 0;
    }
    .yenmin-about figure {
        text-align: center;
        margin: 0 auto 30px;
        order: 2;
    }
    .yenmin-about .about-text {
        text-align: left;
    }
    .yenmin-about .about-text h1 {
        margin: 20px 0 0;
    }
    .work-recomand {
        display: block;
        padding: 50px 25px;
    }
    .work-recomand .btn-yenmin {
        text-align: center;
        margin: 20px auto 0;
        display: block;
        width: 100%;
    }
    .w-slides {
        width: 100%;
        margin: 25px auto;
    }
    .work-recomand-cont p {
        width: 90%;
    }
    .yenmin-products-list {
        width: 100%;
        margin: 0 0 20px;
    }
    .yenmin-products-list figure {
        margin: 0;
        text-align: right;
    }
    .our-work-text .btn-yenmin {
        margin: 40px 0;
    }
    .foo-menu {
        display: block;
    }
    .foo-menu ul {
        text-align: center;
    }
    .foo-menu p {
        text-align: center;
        margin: 20px 0 0;
    }
    .inner-banner-img {
        display: none;
    }
    .inner-banner p br {
        display: none;
    }
    .yenmin-creation-text h1 {
        margin: 50px 0;
    }
    /*About*/
    .yenmin-testi-wrap {
        margin: 30px 15px 0;
        overflow: hidden;
    }
    .about-services figure {
        margin: 0 0 50px;
    }
    /*Contact*/
    .yenmin-form {
        display: block;
    }
    .yenmin-form form {
        width: 100%;
        margin: 30px 0 0;
    }
    .yenmin-location {
        flex-basis: 40%;
    }
    /*POPUP*/
    .light-header .li-hea-cont .client-quote {
        /*display: none;*/
    }
    .light-header .li-hea-cont ul {
        width: 100%;
    }
    .light-header h4 {
        background: #000;
        color: #fff;
    }
    .yenmin-brands ul li img {
        /*width: 75%;*/
    }
    .light-header .li-hea-cont {
        display: none;
    }
    /*prabha changes*/
    .foo-logo {
        text-align: left;
        display: flex;
        justify-content: center;
    }
    .for-enquriy p a {
        font-size: 1.0375em;
    }
    .footer-wrap {
        display: block;
        padding: 0;
    }
    .foo-logo ul {
        margin: 0 0 0 30px;
    }
    .our-works-head ul li {
        margin-right: 30px;
    }
    .yenmin-products-list-cont {
        right: 60px;
    }
    .yenmin-products-list-cont figure {
        margin: 10px 0;
    }
    .yenmin-products-list-cont p {
        text-align: right;
    }
    .about-services ul li p br {
        display: none !important;
    }
    .tnpl .port-layout figure:before, .tnpl .port-layout figure:after {
        display: none;
    }
    .kiln .port-layout figure:before, .kiln .port-layout figure:after {
        display: none;
    }
    .sree .port-layout figure:before, .sree .port-layout figure:after {
        display: none;
    }
    .agathiar .port-layout figure:before, .agathiar .port-layout figure:after {
        display: none;
    }
}

@media (max-width: 830px) {
    .clients-recommend p br {
        display: none;
    }
    footer .container {
        width: 100%;
    }
    /* .footer-wrap {
        display: block;
        padding: 0;
    }*/
    .foo-logo {
        text-align: left;
        display: flex;
        justify-content: center;
    }
    .foo-logo figure {
        /*margin: 0 auto;*/
    }
    .foo-logo ul {
        margin: 0 0 0 30px;
    }
    .foo-contain {
        margin: 0 auto;
    }
    .location-area {
        padding: 20px 0 20px;
        text-transform: uppercase;
        border-left: 0;
        margin: 0;
    }
    .yenmin-contact-wrap:last-child .location-area {
        margin-left: -129px;
        margin-top: 173px;
    }
    /*Contact*/
    .yenmin-address-wrap {
        padding: 0;
    }
    .yenmin-reach-wrap address {
        margin: 0 10px 0 0;
    }
    /*home page product*/
    .yenmin-products-list-cont {
        position: absolute;
        right: 63px;
    }
    .about-text p {
        font-size: 18px;
        text-align: left;
        margin-left: -115px;
    }
    .about-text .btn-yenmin a {
        float: left;
        left: 0;
        position: absolute;
        bottom: 18px;
    }
    .yenmin-products-list-cont p {
        font-size: 1em;
    }
    /*prabha changes*/
    .yenmin-works-wrap ul.show-works li {
        width: 100%;
    }
    .our-service-text .text-right {
        width: 690px;
        margin-left: -100px;
    }
    .our-service-text h2 {
        text-align: left;
    }
    .our-service-text h1 {
        text-align: left;
        margin: 16px 0 10px 0px;
    }
    .our-works-head ul li {
        margin-right: 25px;
    }
    .services {
        width: 100%;
    }
    .our-service-text .btn-yenmin {
        float: left;
        padding-right: 500px;
    }
    .lg-sub-html figure img {
        width: 100%;
    }
    .yenmin-works-wrap ul.show-works li:nth-child(even) {
        margin-left: 0px;
    }
    /* murali correction */
    .about-text p {
        margin-left: -55px;
    }
}

@media (max-width: 767px) {
    .main-menu ul {
        display: none;
    }
    .our-service-text h1, .our-work-text h1, .about-text h1, .yenmin-creation-text h1 {
        font-size: 3.05em;
    }
    .about-services ul li {
        margin: 0;
    }
    .about-text p {
        margin-left: -50px;
    }
    .foo-details {
        display: block;
    }
    .for-enquriy {
        display: inline-block;
        padding-bottom: 5px;
    }
    .for-enquriy:nth-child(2) {
        float: right;
    }
    .for-social {
        display: block;
        text-align: center;
        margin: 40px 0 0;
    }
    .yenmin-brands ul {
        border: none;
    }
    .yenmin-brands ul li {
        width: 33%;
        border: 1px solid #e5e5e5;
    }
    .yenmin-brands ul li:last-child {
        border: 1px solid #e5e5e5;
    }
    /*Our Works*/
    .yenmin-works-wrap {
        font-size: 12px;
    }
    .yenmin-works-wrap .desk-lap.hide-767 {
        display: none !important;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap {
        width: 100%;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap .viewall {
        padding: 0;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap .viewall a {
        padding: 28px 22px 26px 30px;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap li {
        padding: 10px;
        margin-right: 0;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap li:hover {
        background: #fc6546;
        opacity: 0.8;
    }
    .yenmin-works-wrap .desk-lap.mbl-desk-lap li:hover a {
        color: #fff;
    }
    /*Products*/
    .product-services .col-sm-6 {
        width: 100%;
    }
    .yenmin-creation-text h1 {
        margin: 50px 0;
    }
    .yenmin-creation-text h1 br {
        display: none;
    }
    .yenmin-products-wrap {
        width: 100%;
    }
    .service-list-wrap {
        margin: 50px 0 0;
    }
    .product-text-row h1 {
        padding: 0;
    }
    /*Contact*/
    .yenmin-contact-wrap {
        display: block;
    }
    .yenmin-location {
        width: 100%;
        padding: 80px 0;
    }
    .yenmin-address-wrap {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .container {
        width: 90%;
    }
    .row {
        margin: 0 !important;
    }
    .btn-yenmin a {
        font-size: 1.2em;
    }
    .banner-contain {
        padding-top: 30px;
    }
    .yenmin-products-list {
        display: block;
        overflow: hidden;
        padding: 40px 0;
    }
    .yenmin-products-list figure {
        text-align: left;
    }
    .yenmin-products-list-cont {
        margin: 30px 0 0;
        text-align: center;
        position: static;
    }
    .yenmin-products-list-cont figure {
        text-align: center;
        margin: 10px 0;
    }
    .work-recomand-cont {
        display: block;
        overflow: hidden;
    }
    .work-recomand-cont span {
        text-align: center;
        display: block;
    }
    .clients-recommend {
        font-size: 2.3em;
    }
    .our-works .slick-dots {
        width: 100%;
        bottom: -80px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .our-works .pagingInfo {
        right: auto;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .our-works .slick-dots li {
        display: inline-block;
    }
    .for-enquriy {
        display: block;
        margin: 0 0 40px;
    }
    .for-enquriy:nth-child(2) {
        float: none;
        margin: 0;
    }
    .foo-menu ul {
        display: none;
    }
    .foo-menu p {
        margin: 0;
    }
    .padding-contain {
        padding: 90px 0;
    }
    .padding-right-45 {
        padding: 0 0;
    }
    .footer-wrap {
        padding-top: 30px;
    }
    /*Our Works*/
    .yenmin-works-wrap ul {
        width: 100%;
    }
    .yenmin-works-wrap ul li {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    .yenmin-works-wrap ul li:first-child {
        padding-top: 0px;
    }
    .yenmin-works-wrap ul li:first-child a {
        text-align: center;
        padding-left: 23px;
        color: #fff;
    }
    .yenmin-works-wrap ul li h1 {
        top: 10px;
        right: 10px;
    }
    .padding-left-zero figure img {
        width: auto;
    }
    .yenmin-works-wrap ul li a:hover {
        color: #fc6546;
    }
    .yenmin-works-wrap ul li:first-child a:hover {
        color: #fff;
    }
    .hidden-xs {
        display: none !important;
    }
    /*Contact*/
    .yenmin-form {
        margin: 0;
    }
    .yenmin-form form div {
        width: 100%;
    }
    .yenmin-form form textarea {
        width: 100%;
        margin: 15px 0 0;
    }
    /*about*/
    .yenmin-creation-text article {
        font-size: 1.2em;
    }
    /*prabha changes*/
    .service-list-wrap ul li {
        margin-bottom: 20px;
    }
    .show-works .all-works ul li {
        width: 100%;
    }
    .show-works .all-works ul li h1 {
        text-align: left;
    }
    .show-works .all-works ul li h5 {
        font-size: 0.625em;
    }
    .yenmin-works-wrap ul.show-works li {
        width: 100%;
    }
    .our-service-text .btn-yenmin a {
        bottom: 10%;
        left: 0%;
        position: absolute;
    }
    .about-text p {
        font-size: 18px;
        margin-left: -50px;
    }
    .yenmin-about figure {
        padding: 0;
    }
    .for-enquriy p a {
        font-size: 16px;
    }
    .head-2 h2 {
        padding-top: 15px;
    }
    /*.yenmin-works-wrap ul li{
    width: 100%;
  }*/
    .yenmin-works-wrap ul li h1 {
        text-align: left;
        margin-top: -14px;
    }
    .yenmin-works-wrap ul li h5 {
        top: 35px;
    }
    .yenmin-reach-contact h5 {
        float: left;
        position: absolute;
        margin-left: 14%;
    }
    .yenmin-products-list-cont p {
        font-size: 16px;
    }
    .for-social {
        text-align: left;
    }
    .pad-top-130 {
        padding-top: 50px !important;
    }
    .port-responsive.gray-bg.pad-top-90 {
        padding-top: 15px;
    }
    .port-responsive .port-heading.pad-top-90 {
        padding-top: 15px !important;
    }
}

@media (max-width: 530px) {
    /* start  murali correction */
    .our-services ul {
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
    }
    /* end  murali correction */
    .our-services ul li {
        width: 100%;
        padding: 25px;
        padding-bottom: 0;
    }
    .our-works ul, .yenmin-about ul {
        display: block;
        padding: 0;
    }
    .our-services ul li, .our-works ul li, .yenmin-about ul li {
        width: 100%;
    }
    #work-slide li {
        height: auto;
    }
    .our-works ul li figure {
        transform: scale(0.87);
        -webkit-transform: scale(0.87);
        margin-top: 90px;
    }
    .our-works ul li h1 {
        font-size: 24px;
    }
    .our-works ul li h5 {
        font-size: 13px;
    }
    .our-works ul li {
        height: 300px;
    }
    .our-service-text, .our-work-text, .about-text, .yenmin-creation-text {
        font-size: 10px;
    }
    .our-service-text p, .our-work-text p, .about-text p, .yenmin-creation-text p {
        font-size: 1.4375em;
    }
    .yenmin-about .col-md-5 img {
        width: 100%;
        height: 100%;
    }
    /*Products*/
    .yenmin-products figure:last-child img {
        width: 100%;
    }
    .yenmin-brands ul li {
        width: 50%;
    }
}

@media (max-width: 500px) {
    /*Contact*/
    .yenmin-reach-wrap {
        display: block;
    }
}

@media (max-width: 460px) {
    /*Products*/
    .service-list-wrap ul li {
        width: 100%;
        flex-basis: 100%;
    }
    .yenmin-testi-wrap ul {
        padding: 30px 0;
    }
    .yenmin-testi-wrap ul li {
        padding: 0;
    }
    .yenmin-testi-wrap ul li:before {
        display: none;
    }
    .topcard {
        top: 0%;
        left: 0%;
    }
    .service-list-wrap ul li:nth-child(1) {
        order: 3;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 14px;
    }
    #banner h1 {
        font-size: 3em;
    }
    .our-service-text h1, .our-work-text h1, .about-text h1, .yenmin-creation-text h1 {
        font-size: 3em;
    }
    .clients-recommend {
        font-size: 1.8em;
    }
    .foo-contain {
        padding: 50px 20px;
    }
    .yenmin-brands ul li {
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 330px) {
    .our-service-text h1, .our-work-text h1, .about-text h1, .yenmin-creation-text h1 {
        font-size: 2.8em;
    }
}

/*portfolio section*/

.yenmin-works-wrap .dropdown .dropbtn {
    display: inline-block;
}

.yenmin-works-wrap .dropdown .dropbtn a {
    display: block;
    background: #fc6546 url("../images/all_ico.png") no-repeat center left 22px;
    font-size: 1.25em;
    font-family: "MontserratLight";
    color: #fff;
    padding: 28px 22px 26px 65px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #52ff36;
}

.our-works-head .dropdown {
    position: absolute;
    display: block;
    left: 5%;
    bottom: -148px;
}

.our-works-head .dropdown .dropdown-content {
    display: block;
    position: relative;
    background-color: #f9f9f9;
    min-width: 290px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 65%;
    right: 35%;
}

.our-works-head .dropdown .dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.our-works-head .dropdown a:hover {
    /*background-color: #ffbe0c*/
}

.show {
    display: block;
}

.our-works-head .dropdown ul li:first-child a {
    width: 222px;
    font-size: 16px;
    margin: 106px 0 0 10px;
}

/*portfolio section ends*/

/* Font Scss Document */

@font-face {
    font-family: 'MontserratRegular';
    src: url("../fonts/MontserratRegular.eot");
    src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"), url("../fonts/MontserratRegular.woff2") format("woff2"), url("../fonts/MontserratRegular.woff") format("woff"), url("../fonts/MontserratRegular.ttf") format("truetype"), url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}

@font-face {
    font-family: 'MontserratLight';
    src: url("../fonts/MontserratLight.eot");
    src: url("../fonts/MontserratLight.eot") format("embedded-opentype"), url("../fonts/MontserratLight.woff2") format("woff2"), url("../fonts/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight.ttf") format("truetype"), url("../fonts/MontserratLight.svg#MontserratLight") format("svg");
}

@font-face {
    font-family: 'MontserratHairline';
    src: url("../fonts/MontserratHairline.eot");
    src: url("../fonts/MontserratHairline.eot") format("embedded-opentype"), url("../fonts/MontserratHairline.woff2") format("woff2"), url("../fonts/MontserratHairline.woff") format("woff"), url("../fonts/MontserratHairline.ttf") format("truetype"), url("../fonts/MontserratHairline.svg#MontserratHairline") format("svg");
}

@font-face {
    font-family: 'MontserratBold';
    src: url("../fonts/MontserratBold.eot");
    src: url("../fonts/MontserratBold.eot") format("embedded-opentype"), url("../fonts/MontserratBold.woff2") format("woff2"), url("../fonts/MontserratBold.woff") format("woff"), url("../fonts/MontserratBold.ttf") format("truetype"), url("../fonts/MontserratBold.svg#MontserratBold") format("svg");
}

@font-face {
    font-family: 'MontserratBlack';
    src: url("../fonts/MontserratBlack.eot");
    src: url("../fonts/MontserratBlack.eot") format("embedded-opentype"), url("../fonts/MontserratBlack.woff2") format("woff2"), url("../fonts/MontserratBlack.woff") format("woff"), url("../fonts/MontserratBlack.ttf") format("truetype"), url("../fonts/MontserratBlack.svg#MontserratBlack") format("svg");
}

/*# sourceMappingURL=style.css.map