/* Scss Document */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #393939;
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.grid-container {
    max-width: 78rem;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
environmental input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

button:focus,
a:focus,
a:active {
    outline: none !important;
}

a,
a:hover {
    color: #000000;
}

input.input-group-field {
    box-shadow: none;
    height: 30px;
}

input:focus {
    box-shadow: none !important;
}

h4 {
    font-size: 1.1rem;
    color: #3A3A3C;
}

@media (max-width: 639px) {
    h4 {
        font-size: 1rem;
    }
}

h5 {
    font-size: 1rem;
    margin: 0;
    color: #3A3A3C;
}

@media screen and (max-width: 1023px) {

    h3,
    .h3 {
        font-size: 1.5375rem;
    }
}

p {
    font-weight: 500;
    font-size: 1rem;
    padding: 0;
    color: #333333;
    letter-spacing: 0.5px;
    color: #3A3A3C;
}

@media screen and (max-width: 639px) {
    p {
        font-size: 0.8rem;
    }
}

.explorerange .grid-container {
    width: 80%;
    max-width: 1050px;
    margin: auto;
}

.button {
    padding: 0.7rem 1.2rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;
}

a:hover,
a:focus {
    color: #fff;
    transition: 0.3s;
}

.button:focus {
    background-color: #cc182c;
}

.button:hover {
    background-color: #393939;
}

.button_orange {
    background-color: #cc182c;
}

.button_orange :hover {
    background-color: #000000;
}

.button_white {
    background-color: #fff;
    color: #cc182c;
}

.button_white :hover {
    background-color: #000000;
}

.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

.title-bar {
    background: #fff;
}

.menu-icon::after {
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.title-bar-title {
    margin: auto;
}

.nav-up {
    top: -100px;
}

header {
    background-color: #cc182c;
    background-image: -webkit-linear-gradient(30deg, #ffffff 230px, #cc182c 230px);
    font-size: 0.9rem;
    position: fixed !important;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 99999;
}

@media screen and (max-width: 639px) {
    header {
        background-image: -webkit-linear-gradient(30deg, #ffffff 50%, #cc182c 20%);
    }
}

header .logo img {
    max-width: 160px;
    width: 100%;
    margin-left: 1rem;
}

@media screen and (max-width: 1023px) {
    header .logo img {
        max-width: 140px;
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    header .logo img {
        max-width: 130px;
        width: 100%;
    }
}

header .fluid {
    padding: 0rem !important;
}

@media screen and (max-width: 1023px) {
    header .fluid {
        padding: 0.5rem 0rem !important;
    }
}

header select {
    border: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(255, 255, 255)'></polygon></svg>");
    background-color: inherit;
    color: #fff;
}


/* Icon 1 */

#nav-icon3 {
    width: 28px;
    height: 36px;
    position: relative;
    margin: 10px auto;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 1.5rem;
}

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

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

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

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

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

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.menuphoneicon {
    display: none;
}

@media screen and (max-width: 1023px) {
    .menuphoneicon {
        display: block;
        position: absolute;
        top: 0;
        right: 1rem;
    }
}


/* Icon 3 */


/* == Menu */


/* ----------------------------- */

.menu-wrapper {
    position: relative;
    z-index: 9999;
    /* the hidden link for RWD nav */
    /* the rest of the menu lvl 1 */
    /* current links */
    /* submenu ! */
    /* unhide the 2nd level */
}

.menu-wrapper .menuamayaah {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.menu-wrapper .menuamayaah > li {
    padding: 0;
    display: inline-block;
}

.menu-wrapper .menuamayaah > li:first-child {
    float: left;
    margin-left: 5.55rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 1023px) {
    .menu-wrapper .menuamayaah > li:first-child {
        float: inherit;
        margin-left: 0rem;
        margin-top: 0rem;
        padding-right: 0;
    }
}

.menu-wrapper ul.menuamayaah {
    text-align: right;
    margin: auto;
    text-transform: uppercase;
}

.menu-wrapper a {
    display: block;
    position: relative;
    padding: 1.29em 0.5rem 1.29rem 0.5rem;
    margin: 0rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.menu-wrapper a.menu-link {
    text-align: center;
    margin: auto;
    display: none;
    padding: 0.7em;
    background: #b92120;
}

.menu-wrapper a.firstlist {
    border-left: 0px solid #e7e6e4;
}

.menu-wrapper a:hover {
    transition: all 0.5s;
    background: #393939;
}

@media screen and (max-width: 1023px) {
    .menu-wrapper a:hover {
        background: inherit;
    }
}

.menu-wrapper .menuamayaah > .current-menu-item > a,
.menu-wrapper .menuamayaah > .current-menu-ancestor > a {
    position: relative;
    z-index: 12;
    background: #f5d4d4;
    color: #b92120;
    border-bottom: 1px solid transparent;
}

.menu-wrapper .menuamayaah > .current-menu-item > a:hover,
.menu-wrapper .menuamayaah > .current-menu-ancestor > a:hover {
    background: #fffdfd;
}

.menu-wrapper .menuamayaah > .current-menu-item > a:hover:after,
.menu-wrapper .menuamayaah > .current-menu-ancestor > a:hover:after {
    border-top-color: #fffdfd;
}

.menu-wrapper .menuamayaah > .current-menu-item > a:after,
.menu-wrapper .menuamayaah > .current-menu-ancestor > a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f5d4d4;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.menu-wrapper li + li a:before {
    content: "";
    position: absolute;
    left: -0.5em;
    top: 0.2em;
    color: #000000;
    opacity: 0.8;
}

.menu-wrapper .sub-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    max-height: 0em;
    overflow: hidden;
    list-style: none outside none;
    text-align: left;
    text-transform: none;
}

.menu-wrapper .sub-menu li {
    display: inline-block;
    padding: 0.5rem 0.996rem;
}

@media screen and (max-width: 1023px) {
    .menu-wrapper .sub-menu li {
        padding: 0;
    }
}

.menu-wrapper .sub-menu a {
    margin: 0;
    white-space: nowrap;
    border: none;
    text-transform: capitalize;
    padding: 0;
    color: #393939;
}

@media screen and (max-width: 1023px) {
    .menu-wrapper .sub-menu a {
        color: #fff;
    }
}

.menu-wrapper .sub-menu a:hover {
    color: #cc182c;
    background: #fff;
}

@media screen and (max-width: 1023px) {
    .menu-wrapper .sub-menu a:hover {
        background: inherit;
        color: #fff;
    }
}

.menu-wrapper .sub-menu li:last-child {
    padding-bottom: 0.26em;
}

.menu-wrapper li:hover .sub-menu {
    max-height: 30em;
    transition: max-height 0.5s;
    padding-left: 2rem;
    background-image: -webkit-linear-gradient(25deg, transparent 16px, #ffffff 16px);
}


/* Responsive Menu */

@media screen and (max-width: 1023px) {
    .menu-wrapper li:hover .sub-menu {
        background: none;
    }

    .menu-wrapper .sub-menu {
        padding: 0px 0 0 0;
    }

    header h1 {
        border-bottom: 0;
    }

    .js .menu-wrapper nav[role=navigation] {
        overflow: hidden;
        max-height: 0em;
    }

    .js .menu-wrapper nav[role=navigation].active {
        max-height: 30em;
        transition: max-height 0.5s ease-out;
        background-color: #cc182c;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0.5rem;
    }

    .menu-wrapper {
        /* unhide the 2nd level */
        /* styling the toggle menu */
        /* arrow to indicate that we have subnav*/
    }

    .menu-wrapper a.menu-link {
        display: block;
        width: auto;
        padding-right: 15px;
        padding-left: 10px;
        border: none;
        margin: 0;
    }

    .menu-wrapper a.menu-link:hover {
        background: #9b1c1b;
    }

    .menu-wrapper a.menu-link.active .ico-caret-down:before {
        content: "\f0d8";
    }

    .menu-wrapper .menuamayaah .menuamayaah {
        padding-bottom: 5px;
    }

    .menu-wrapper .menuamayaah li {
        display: block;
        border: 1px solid pink;
        border: none;
    }

    .menu-wrapper .menuamayaah > li {
        padding: 0px;
        border: none;
        padding-right: 1rem;
    }

    .menu-wrapper .menuamayaah > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .menu-wrapper .menuamayaah a {
        padding: 0.5em 0;
        margin: 0px;
        border: none;
    }

    .menu-wrapper .menuamayaah a:hover {
        color: ffffff;
    }

    .menu-wrapper .menuamayaah .rightalign {
        float: none;
    }

    .menu-wrapper li + li a:before {
        content: "";
    }

    .menu-wrapper li:hover .sub-menu {
        max-height: 0em;
        transition: none;
    }

    .menu-wrapper .sub-menu {
        background: none;
        margin-left: 0px;
        margin-top: 1px;
        display: block;
        width: 100%;
        display: none;
    }

    .menu-wrapper .sub-menu li {
        margin: 0;
        display: block;
        width: 100%;
    }

    .menu-wrapper .sub-menu li a {
        margin: 0;
        display: block;
        width: 100%;
    }

    #menu {
        display: none;
/*
        overflow: hidden;
        max-height: 0em;
*/
    }

    #menu.active {
/*        max-height: 30em !important;*/
        transition: max-height 0.5s ease-out;
        background-color: #cc182c;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0.5rem;
        overflow: hidden !important;
        display: block;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .menu-wrapper .sub-menu li a {
        font-weight: 400;
    }
}

@media screen and (max-width: 1023px) {
    .menu-wrapper .sub-menu a {
        padding-left: 0.8em;
    }

    .menu-wrapper .sub-menu li {
        text-align: right;
    }

    .menu-wrapper .sub-menu li:last-child {
        padding: 0;
    }

    .menu-wrapper .sub-menu li:last-child a {
        border: none;
    }

    .menu-wrapper .menu .has-subnav {
        position: relative;
    }

    .menu-wrapper li .sub-menu.active {
        max-height: 30em;
        overflow: visible;
        position: relative;
        z-index: 9;
        transition: max-height 0.5s ease-out;
        display: block;
            transition: opacity linear 1s, width linear 1s;
    }

    .menu-wrapper .toggle-link {
        height: 38px;
        width: 38px;
        display: block;
        position: absolute;
        right: 0px;
        z-index: 200;
        font-size: 0em;
        cursor: pointer;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 100%;
    }

    .menu-wrapper .toggle-link:hover {
        transition: all 0.2s;
    }

    .menu-wrapper .menuamayaah .has-subnav > .toggle-link:after {
        content: "";
        position: absolute;
        width: 50px;
        top: 50%;
        margin-top: -15px;
        bottom: 50%;
        right: 4px;
        font-size: 28px;
        color: #fff;
    }

    .menu-wrapper .menuamayaah .has-subnav > .toggle-link.active:after {
        content: "";
        margin-top: -18px;
    }
}

.sticky-social-bar {
    padding: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.sticky-social-bar li {
    list-style: none;
    margin-right: 1rem;
}

.sticky-social-bar li a {
    background: #393939;
    padding-top: 0.5rem;
    padding-left: 0.8rem;
    display: block;
    transition: all 0.3s;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    float: right;
    margin-top: 1rem;
}

.sticky-social-bar li a:hover {
    background: #cc182c;
    color: #fff;
}

.sticky-social-bar li a img {
    width: 21px;
    margin-top: 0.3rem;
    vertical-align: text-bottom;
}

@media screen and (max-width: 1023px) {
    .sticky-social-bar li a img {
        width: 21px;
    }
}

.sticky-social-bar li.phone a span {
    visibility: hidden;
    color: #fff !important;
}

.sticky-social-bar li.phone a:hover {
    width: 215px;
    border-radius: 20px;
}

.sticky-social-bar li.phone a:hover span {
    visibility: visible;
    transition-delay: 0.2s;
    vertical-align: middle;
    color: #fff !important;
}


/*--------------expendable serach box start---------------------*/

#serarchbox {
    /*margin: 50px 100px;*/
    display: inline-block;
    position: relative;
    position: relative;
    margin-bottom: 2px;
    padding: 0.85rem 0.85rem 0.85rem 1.3rem;
}

@media screen and (max-width: 1023px) {
    #serarchbox {
        width: 100%;
    }
}





@media screen and (max-width: 1023px) {
    #serarchbox input[type="text"] {
        padding: 5px;
    }


    #menu.active #serarchbox input[type=text] {
        position: static;
        /*		border-bottom:1px solid rgba(255, 255, 255, 0.3);*/
        width: 100%;
        cursor: inherit !important;
        height: 30px !important;

    }

    #menu.active #serarchbox input[type="text"]:focus {
        width: 100% !important;
        background: none !important;
        border: 0 !important;
        color: #ffffff !important;
    }

    #menu.active #serarchbox input[type="submit"] {
        top: 6px !important;
    }

    #menu.active #serarchbox {
        position: absolute !important;
        top: 11px;
        left: 7px;
        right: 12px;
        margin: auto !important;
        /*		background: #fff;*/
        width: 96%;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .menu-wrapper .menuamayaah .menuamayaah {
        padding-top: 2.5rem;
    }


}

#serarchbox input[type="text"] {
    color: #fff;
    font-size: 0.8125rem;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    padding: 14px 18px;
    padding-right: 17px;
    width: 0px;
    position: absolute;
    top: 0px;
    right: 17px;
    background: none !important;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1) !important;
    cursor: pointer;
    border-color: inherit !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    height: inherit;
}

@media screen and (max-width: 1023px) {
    #serarchbox input[type="text"] {
        padding: 5px;
    }
}

#serarchbox input[type="text"]:focus {
    color: #000;
    font-weight: 600;
    width: 745px;
    z-index: 1;
    cursor: text;
    background: #cc182c !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    right: 35px;
}

@media screen and (max-width: 1023px) {
    #serarchbox input[type="text"]:focus {
        width: 300px;
    }
}

#serarchbox input[type="submit"] {
    height: 24px;
    width: 20px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/search.png) no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 16px;
    right: 13px;
    z-index: 2;
    cursor: pointer;
    /*opacity: 0.4;*/
    cursor: pointer;
    transition: opacity .4s ease;
}

@media screen and (max-width: 1023px) {
    #serarchbox input[type="submit"] {
        top: 9px;
    }
}

#serarchbox input[type="submit"]:hover {
    opacity: 0.8;
}

.caticon {
    background: #cc182c;
}

.caticon .cell {
    padding: 1.3rem 0;
    border-right: 1px solid #fff;
}

.caticon .cell:nth-child(4) {
    border-right: 0;
}

@media screen and (max-width: 639px) {
    .caticon .cell {
        border-bottom: 1px solid #fff;
    }

    .caticon .cell:nth-child(2) {
        border-right: 0px solid #fff;
    }
}

.caticon .cell h6 {
    color: #fff;
}

.caticon .cell a {
    display: block;
}

.caticon img {
    transition: all 1.5s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .caticon img {
        transform: none;
        transition-duration: 0s;
    }
}

.caticon img:hover {
    transform: scale(1.1);
    transition: all 1.2s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .caticon img:hover {
        transform: none;
    }
}

.caticoninternation {
    background: #cc182c;
}

.caticoninternation .cell {
    padding: 1.3rem 0;
    border-right: 1px solid #fff;
}

.caticoninternation .cell:nth-child(5) {
    border-right: 0;
}

@media (min-width: 200px) and (max-width: 650px) {
    .caticoninternation .cell:nth-child(5) {
        border-right: 1px solid #fff;
    }
}

@media screen and (max-width: 639px) {
    .caticoninternation .cell {
        border-bottom: 1px solid #fff;
    }

    .caticoninternation .cell:nth-child(2) {
        border-right: 0px solid #fff;
    }
}

.caticoninternation .cell h6 {
    color: #fff;
    margin-top: 0.5rem;
}

.caticoninternation .cell a {
    display: block;
}

.caticoninternation img {
    transition: all 1.5s;
/*    height: 46px;*/
    max-height: 46px;
    
}

@media (min-width: 200px) and (max-width: 768px) {
    .caticoninternation img {
        transform: none;
        transition-duration: 0s;
    }
}

.caticoninternation img:hover {
    transform: scale(1.1);
    transition: all 1.2s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .caticoninternation img:hover {
        transform: none;
    }
}

.blackicon {
    background: #333333;
}

.btmimg {
    margin: 4rem auto !important;
}

.btmimg .cell {
    margin-bottom: 1.5rem;
}

.btmimg .cell img {
    width: 100%;
}

.btmimg .cell .btmimgbg {
    background: #393939;
    padding: 1rem 1.4rem;
    min-height: 101px;
}

@media screen and (max-width: 1023px) {
    .btmimg .cell .btmimgbg {
        min-height: 180px;
    }
}

.btmimg .cell .btmimgbg .cell {
    margin-bottom: 0;
}

.btmimg .cell .btmimgbg p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.btmimg .cell .btmimgbg .button {
    margin-bottom: 0;
    float: right;
}

@media screen and (max-width: 1023px) {
    .btmimg .cell .btmimgbg .button {
        float: left !important;
        margin-top: 1rem;
    }
}

.btmimg .cell .btmimgbg .button:hover {
    color: #cc182c;
    background-color: #fff;
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .btmimg .cell .btmimgbg {
        min-height: 150px;
    }
}

.btmimg h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width: 639px) {
    .btmimg h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .btmimg h2 {
        font-size: 2rem !important;
    }
}

.breadcrumbs_main {
    padding: 2rem 0;
    margin-top: 3.88rem;
}

@media screen and (max-width: 1023px) {
    .breadcrumbs_main {
        margin-top: 2.88rem;
    }
}

.breadcrumbs_main .breadcrumbs {
    margin: 0;
}

.breadcrumbs_main .breadcrumbs a {
    color: #393939;
}

.breadcrumbs_main .breadcrumbs a:hover {
    text-decoration: none;
    color: #cc182c;
}

.breadcrumbs_main .breadcrumbs li {
    position: relative;
    padding: 0 0.5rem 0 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    .breadcrumbs_main .breadcrumbs li {
        padding: 0 0.1rem 0 0.9rem;
    }
}

.breadcrumbs_main .breadcrumbs li:first-child {
    padding-left: 0rem;
}

.breadcrumbs_main .breadcrumbs li:last-child {
    color: #cc182c;
}

.breadcrumbs_main .breadcrumbs li:last-child:after {
    border: 0;
}

.breadcrumbs_main .breadcrumbs li:not(:last-child)::after {
    position: absolute !important;
    margin: 0 !important;
    content: "" !important;
}

.breadcrumbs_main .breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 2px;
    z-index: 10;
    border-left: 7px solid #cc182c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.breadcrumbs_main .breadcrumbs li:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 2px;
    z-index: 20;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transition: 0.3s ease;
}

.hmslider {
    width: 100%;
    position: relative;
    margin-top: 3.88rem;
}

@media screen and (max-width: 1023px) {
    .hmslider {
        margin-top: 2.88rem;
    }
}

.hmslider img {
    width: 100%;
    height: calc(106vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .hmslider img {
        height: calc(95vh - 250px);
    }
}

@media screen and (max-width: 1023px) {
    .hmslider img {
        height: auto;
    }
}

.hmslider h3 {
    color: #fff;
    margin-bottom: 1.5rem;
    /*    font-size: 3vw; */
    font-size: 3.375rem;
}

.hmslider h1 {
    color: #fff;
    margin-bottom: 1.5rem;
    /*    font-size: 3vw; */
    font-size: 3.375rem;
}

@media (min-width:640px) and (max-width:980px) {
    .hmslider h1 {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 639px) {
    .hmslider h3 {
        margin-bottom: 0.5rem;
        width: 90%;
        margin: auto;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .hmslider h1 {
        margin-bottom: 0.5rem;
        width: 90%;
        margin: auto;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

.hmslider .clrgrey {
    color: #333333;
}

.hmslider .clrgrey span {
    background: #cc182c;
    color: #fff;
    padding: 0 1rem;
}

.hmslider .imagecaption {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 97%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
    max-width: 82%;
}

@media screen and (max-width: 639px) {
    .hmslider .imagecaption {
        left: 10px;
        width: 90%;
    }
}

.hmslider .swiper-pagination {
    left: 0 !important;
    text-align: center;
    /*    bottom: 20% !important;*/
}

.hmslider .swiper-pagination-bullet {
    border: 0.5px solid #cc182c;
}

@media screen and (max-width: 639px) {
    .hmslider .swiper-pagination {
        top: inherit;
    }
}

.india .swiper-slide:before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.hmintro {
    padding: 2rem 0;
}

.hmintro figure img {
    margin: 1rem 0;
}

.hmintro p {
    max-width: 700px;
    margin: auto;
    text-align: center;
    font-size: 0.9rem;
}

.whoweare {
    padding: 3rem 0;
}

.whoweare .grid-container {
    max-width: 920px;
    margin: auto;
    width: 100%;
}

.whoweare .grid-container h5 {
    color: #cc182c;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 90%;
}

@media screen and (max-width: 639px) {
    .whoweare .grid-container h5 {
        font-size: 1.3rem;
    }
}

.whoweare .grid-container h3 {
    font-size: 3.5rem;
    line-height: 0.9;
    text-align: right;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .whoweare .grid-container h3 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 639px) {
    .whoweare .grid-container h3 {
        text-align: center;
    }
}

.whoweare .grid-container .greytext {
    color: #cc182c;
}

.whoweare .grid-container .whotext {
    position: relative;
}

.whoweare .grid-container .whotext p {
    padding-left: 2rem;
    font-size: 1rem;
    border-left: 8px solid #393939;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: justify;
    position: relative;
}

.whoweare .grid-container .whotext p::after {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 0;
    height: 50px;
    width: 60px;
    border-bottom: 8px solid #393939;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

.whoweare .grid-container .whotext p::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    height: 50px;
    width: 60px;
    border-top: 8px solid #393939;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.whoweare .grid-container .whotext h6 {
    position: absolute;
    bottom: 1rem;
    left: 15%;
}

@media screen and (max-width: 639px) {
    .whoweare .grid-container .whotext h6 {
        left: 23%;
    }
}

.mainproducts {
    margin: 2rem 0 3rem 0;
    padding: 0;
}

.mainproducts .grid-container {
    width: 82%;
    max-width: 1000px;
}

.mainproducts h2 {
    text-align: center;
    /*    font-size: calc(28px + 22 * (175vw + 50vh - 600px) / 820);*/
    background: linear-gradient(to top, #fff 0%, #c2c2c2 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 639px) {
    .mainproducts h2 {
        font-size: 1.5rem;
    }
}

.mainproducts .productblock {
    background: #c8c8c8;
    margin: auto;
    text-align: center;
    transition: all 1s ease;
}

.mainproducts .productblock figure {
    padding: 0;
}

.mainproducts .productblock a {
    color: #393939;
}

.mainproducts .productblock h6 {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #cc182c 50%, #393939 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #fff;
    padding: 1rem 0;
}

.mainproducts .productblock:hover h6 {
    background-position: left bottom;
}

.mainproducts p {
    font-size: 1rem;
}

.mainproducts .button {
    margin-top: 2rem;
    transition: 0.3s !important;
}

.ourrange {
    padding: 2rem 0;
}

.ourrange h3 {
    text-align: center;
}

.ourrange h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0 1rem;
    letter-spacing: 1.2;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ourrange img {
    width: 100%;
}

.ourrange .our-range {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px 0 !important;
}

.ourrange .our-range .swiper-slide {
    position: relative;
    -webkit-box-shadow: 0px 10px 8px -1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 10px 8px -1px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 10px 8px -1px rgba(0, 0, 0, 0.31);
}

.ourrange .our-range .swiper-slide:before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.ourrange .swiper-button-next {
    right: 60px;
    background-size: 15px;
}

.ourrange .swiper-button-prev {
    left: 60px;
    background-size: 15px;
}

.videoslider {
    margin: 0;
}

.gallery-top {
    width: 100%;
}

.gallery-top .swiper-pagination-bullet {
    border: 0.5px solid #cc182c;
}

.gallery-top .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.gallery-top .swiper-slide {
    position: relative;
    cursor: pointer;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.gallery-top .swiper-slide img{
    width: 100%;
}

.gallery-top .videoWrapper {
    padding-bottom: 74.25%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 30px 0 !important;
    max-width: 80%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    border: 1px solid #ececec;
    box-sizing: border-box;

}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs img {
    width: 100%;
}

.videobutton:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -18px 0 0 -25px;
    /*border: 2px solid rgba(000, 000, 000, 0.8);*/
    /*! border: 2px solid rgba(133, 130, 102, 0.99); */
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    background: #e3dddd;
}

.videobutton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -8px 0 0 -10px;
    /*border-left: 16px solid rgba(000, 000, 000, 0.8);*/
    border-left: 16px solid rgba(255, 99, 10, 0.99);
    border-top: 10px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videobutton:hover:before,
.videobutton:focus:before {
    border-color: #514e31;
}

.videobutton:hover:after,
.videobutton:focus:after {
    border-left-color: #514e31;
}

.videoWrapper {
    position: relative;
    padding-bottom: 44.25%;
    padding-top: 0px;
    height: 0;
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -18px 0 0 -25px;
    /*border: 2px solid rgba(000, 000, 000, 0.8);*/
    /*! border: 2px solid rgba(133, 130, 102, 0.99); */
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    background: #cc182c;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 2px 0 0 0px;
    /*border-left: 16px solid rgba(000, 000, 000, 0.8);*/
    border-left: 16px solid rgba(255, 255, 255, 0.99);
    border-top: 10px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #514e31;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #514e31;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.ytp-thumbnail-overlay ytp-cued-thumbnail-overlay button {
    display: none !important;
}

.videoIframe .ytp-hide-controls .ytp-watermark,
.videoIframe .html5-video-player .ytp-watermark {
    display: none !important;
}

.reveal-overlay {
    background-color: rgba(10, 10, 10, 0.9);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.reveal {
    background: none;
    width: 90%;
    max-width: 900px;
    border: 0;
    padding-top: 2rem;
}

.reveal .close-button,
.reveal .close-button.medium {
    right: 0rem;
    top: 10px;
}

.create_with_munix {
    padding: 0;
}

.create_with_munix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (device-width: 1024px) {
    .create_with_munix img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .create_with_munix img {
        height: 100%;
        object-fit: cover;
        width: auto;
    }
}

.create_with_munix .vediopnl {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.create_with_munix .vediopnl img {
    transform: scale(1);
    opacity: 1;
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .vediopnl img {
        transform: none;
        transition-duration: 0s;
    }
}

.create_with_munix .vediopnl img:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .vediopnl img:hover {
        transform: none;
    }
}

.create_with_munix .vediopnl:hover .videoPoster {
    width: 52px;
    height: 52px;
}

.create_with_munix .vediopnl:hover .videoPoster:before {
    background: #393939;
}

.create_with_munix .vediopnl:hover .videoPoster:after {
    border-left: 16px solid rgba(255, 255, 255, 0.99);
}

.create_with_munix .vediopnl:hover .videoPoster:hover:after,
.create_with_munix .vediopnl:hover .videoPoster:focus:after {
    border-left-color: #514e31;
}

.create_with_munix .vediopnl .videoPoster {
    width: 52px;
    height: 52px;
}

.create_with_munix .vediopnl .videoPoster:before {
    background: #cc182c;
}

.create_with_munix .vediopnl .videoPoster:after {
    border-left: 16px solid rgba(255, 255, 255, 0.99);
}

.create_with_munix .vediopnl .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
}

.create_with_munix .vediopnl .imagecaption h3 {
    text-transform: uppercase;
    font-size: 2.7rem;
    margin-bottom: 0;
}

@media screen and (max-width: 639px) {
    .create_with_munix .vediopnl .imagecaption h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .create_with_munix .vediopnl .imagecaption h3 {
        font-size: 2rem;
    }
}

.create_with_munix .cell {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.create_with_munix .get_inspired {
    background: #cc182c;
    height: 20.6vw;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .create_with_munix .get_inspired {
        height: inherit;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .create_with_munix .get_inspired {
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}

.create_with_munix .get_inspired h3 {
    color: #fff;
    text-transform: uppercase;
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 2.5rem;
}

@media screen and (max-width: 639px) {
    .create_with_munix .get_inspired h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .create_with_munix .get_inspired h3 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .create_with_munix .get_inspired h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.create_with_munix .get_inspired p {
    color: #fff;
}

.create_with_munix .get_inspired img {
    transform: scale(1);
    opacity: 1;
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .get_inspired img {
        transform: none;
        transition-duration: 0s;
    }
}

.create_with_munix .get_inspired img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .get_inspired img:hover {
        transform: none;
    }
}

.create_with_munix .get_inspired .hoverzoom {
    overflow: hidden;
}

.create_with_munix .garden {
    background: #393939;
}

.create_with_munix .garden img {
    transform: scale(1);
    opacity: 1;
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .garden img {
        transform: none;
        transition-duration: 0s;
    }
}

.create_with_munix .garden img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .create_with_munix .garden img:hover {
        transform: none;
        transition-duration: 0s;
    }
}

.create_with_munix .garden article {
    padding: 2.2rem;
}

.create_with_munix .garden article h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.create_with_munix .garden article .button {
    margin-bottom: 0;
    transition: 0.3s;
}

.create_with_munix .garden article .button:hover {
    color: #cc182c;
    background-color: #fff;
}

.create_with_munix .garden article ul {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    margin-left: auto;
    list-style: none;
    height: 100%;
    overflow: auto;
}

.create_with_munix .garden article ul li {
    font-weight: 900;
    cursor: pointer;
    padding-left: 1.3rem;
}

.create_with_munix .garden article ul li:hover {
    background-image: url(../images/icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.create_with_munix .garden article ul li a {
    color: #fff;
}

.create_with_munix .garden .frame {
    position: relative;
    overflow: hidden;
}

.create_with_munix .garden .frame .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .create_with_munix .garden {
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}

.getintouch {
    padding: 4rem 0;
    margin: 3.88rem 0 0 0;
}

.getintouch .button:hover {
    color: #cc182c;
    background-color: #fff;
}

@media screen and (max-width: 639px) {
    .getintouch {
        padding: 0rem 0 2rem 0;
    }
}

.getintouch h2 {
    font-size: 2.6rem;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.getintouch h1 {
    font-size: 2.6rem;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
    .getintouch h2 {
        font-size: 2rem !important;
    }

    .getintouch h1 {
        font-size: 2rem !important;
    }
}

.getintouch h5 {
    color: #cc182c;
    margin: 1rem 0;
    text-transform: uppercase;
    max-width: 300px;
    margin: 1rem auto;
    width: 100%;
}

.getintouch p {
    max-width: 300px;
    width: 100%;
    margin: 1rem auto;
}

.getintouch figure {
    margin-top: 1.5rem;
}

.getintouch .grid-container {
    margin: auto;
    width: 100%;
}

.getintouch .getform {
    max-width: 650px;
    margin: auto;
    width: 100%;
}

.getintouch .getform .mandatory {
    color: #cc182c;
}

.getintouch .getform label {
    position: relative;
}

.getintouch .getform label span {
    position: absolute;
    right: 0;
    color: #cc182c;
    font-size: 2rem;
}

.getintouch [type="text"],
.getintouch [type="password"],
.getintouch [type="date"],
.getintouch [type="datetime"],
.getintouch [type="datetime-local"],
.getintouch [type="month"],
.getintouch [type="week"],
.getintouch [type="email"],
.getintouch [type="number"],
.getintouch [type="search"],
.getintouch [type="tel"],
.getintouch [type="time"],
.getintouch [type="url"],
.getintouch [type="color"],
.getintouch textarea {
    background-color: inherit;
    box-shadow: none;
    border: 1px solid #8a8a8a;
    color: #393939;
    font-size: 1rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: 3px solid #393939;
    margin-bottom: 2rem;
    font-weight: 700;
}

.getintouch textarea {
    height: 100px;
}

.getintouch.homegetin {
    background: #393939;
    color: #fff;
}

.getintouch.homegetin h2 {
    color: #e1e1e1;
    font-size: 3rem;
}

@media screen and (max-width: 639px) {
    .getintouch.homegetin h2 {
        font-size: 2rem;
        padding-top: 1.5rem;
    }
}

.getintouch.homegetin p {
    color: #fff;
    max-width: 90%;
    margin-bottom: 2.5rem;
}


/*
  .getintouch .button:hover {
    color: #cc182c;
    background-color: #fff; }
*/

.testimonial {
    text-align: center;
    padding: 3rem 0;
}

.testimonial figure {
    position: relative;
    display: block;
    max-width: 64px;
    margin: auto;
}

.testimonial figure::after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 100%;
    height: 100%;
    background: url(../images/icon/inverted_comma_right.png) no-repeat;
    background-size: 26px;
}

.testimonial figure::before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    background: url(../images/icon/inverted_comma_left.png) no-repeat;
    background-size: 26px;
}

.testimonial figure img {
    max-width: 64px;
    margin-bottom: 1rem;
}

.testimonial p {
    max-width: 500px;
    margin: auto;
}

.testimonial h3 {
    margin-bottom: 2rem;
}

.testimonial h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial h6 {
    font-weight: 400;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    background-size: 15px 44px;
}

.about-the-group {
    background-size: cover;
    margin: 0 0 2rem 0;
    min-height: 500px;
    position: relative;
    background: #cc182c;
}

.about-the-group .abt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.about-the-group .abt_box h4 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 3rem;
}

@media screen and (max-width: 639px) {
    .about-the-group .abt_box h4 {
        text-align: left;
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 1023px) {
    .about-the-group .abt_box h4 {
        font-size: 2.3rem;
    }
}

.about-the-group .abt_box p {
    color: #fff;
    padding-left: 2rem;
    font-size: 1rem;
    border-left: 8px solid #fff;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.about-the-group .abt_box p::after {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 0;
    height: 50px;
    width: 20%;
    border-bottom: 8px solid #fff;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

.about-the-group .abt_box p::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    height: 50px;
    width: 20%;
    border-top: 8px solid #fff;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.about-the-group .button {
    margin-bottom: 0;
    transition: 0.3s !important;
}

.globalmap {
    margin: 3rem auto;
}

.globalmap h4 {
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width: 639px) {
    .globalmap h4 {
        font-size: 2rem;
    }
}

.globalmap p {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.plant {
    width: 100%;
}

.plant img {
    width: 100%;
}

.news {
    text-align: center;
    margin: 2rem 0;
}

.news img {
    max-width: 200px;
    margin: 1rem 0;
}

.news h4 {
    font-size: 1.9375rem;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1023px) {
    .news h4 {
        font-size: 1.2375rem;
    }
}

@media screen and (max-width: 639px) {
    .news h4 {
        font-size: 1.2rem;
    }
}

.news p {
    text-transform: uppercase;
    font-weight: 700;
}

.btmlogopnl {
    background: url(../images/logo/bgimg.png) repeat-x;
    padding: 3rem 0;
    text-align: center;
}

.btmlogopnl .swiper-container {
    max-width: 900px;
    margin: auto;
}

.btmlogopnl .swiper-container .swiper-wrapper {
    align-items: center;
    -webkit-align-items: center;
}


/*
footer {
  background-color: #393939;
  padding: 2rem 0 1rem 0;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 1023px) {
    footer .grid-container {
      width: 100%; } }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #c0c0c0; }
  footer p {
    color: #fff;
    margin-top: 2rem; }
    footer p:last-child {
      font-size: 0.70rem; }
  footer h6 {
    color: #ff630a;
    font-size: 0.70rem;
    text-transform: uppercase; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      margin: 0;
      padding: 0; }
      footer ul li a {
        color: #fff;
        padding: 0.2rem 0 1rem 0 !important;
        font-size: 0.8rem; }
        footer ul li a:hover {
          color: #c0c0c0; }
  footer .social ul li {
    list-style: none;
    display: inline-table;
    margin: 0 0.2rem 0; }
    footer .social ul li img {
      width: 32px; }
  footer .privacy_mn {
    text-align: center;
    margin-top: 1rem; }
    footer .privacy_mn li {
      text-align: center;
      margin: 0 1rem;
      display: inline-block; }
      @media screen and (max-width: 639px) {
        footer .privacy_mn li {
          margin: 0 0.2rem; } }
      footer .privacy_mn li a {
        color: #fff;
        position: relative; }
        footer .privacy_mn li a ::after {
          content: "";
          position: absolute;
          left: -0.5em;
          top: 0.2em;
          color: #000000;
          opacity: 0.8; }
  footer input.input-group-field {
    height: inherit;
    margin-right: 10px; }
  footer .button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px; }
  footer [type="text"],
  footer [type="password"],
  footer [type="date"],
  footer [type="datetime"],
  footer [type="datetime-local"],
  footer [type="month"],
  footer [type="week"],
  footer [type="email"],
  footer [type="number"],
  footer [type="search"],
  footer [type="tel"],
  footer [type="time"],
  footer [type="url"],
  footer [type="color"],
  footer textarea {
    background: #393536;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2rem;
    border: 0;
    font-size: 0.75rem; }
  footer [type="text"]:focus,
  footer [type="password"]:focus,
  footer [type="date"]:focus,
  footer [type="datetime"]:focus,
  footer [type="datetime-local"]:focus,
  footer [type="month"]:focus,
  footer [type="week"]:focus,
  footer [type="email"]:focus,
  footer [type="number"]:focus,
  footer [type="search"]:focus,
  footer [type="tel"]:focus,
  footer [type="time"]:focus,
  footer [type="url"]:focus,
  footer [type="color"]:focus,
  footer textarea:focus {
    background: #000;
    border: 0;
    color: #fff; }
*/

footer {
    background-color: #201c1d;
    padding: 2rem 0 1rem 0;
    color: #fff;
    position: relative;
}

footer:before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
/*    background: url(../images/icon/border_design_footer.png);*/
    background-repeat: repeat-x;
    background-position: top;
}

@media screen and (max-width: 1023px) {
    footer .grid-container {
        width: 100%;
    }
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #c0c0c0;
}

footer p {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

footer h6 {
    color: #cc182c;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

footer hr {
    margin: 0.5rem 0;
    border-bottom: 1px solid #363636;
}

footer .disclaimerftr {
    margin-top: 0.6rem;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 0;
    padding: 0;
    display: inline-table;
}

footer ul li a {
    color: #fff;
    padding: 0.2rem 0 0.5rem 0 !important;
    font-size: 0.85rem;
}

footer ul li a:hover {
    color: #c0c0c0;
}

footer .social ul li {
    margin: 0 0.2rem 0;
}

footer .social ul li img {
    width: 32px;
}

footer .address img {
    float: left;
    width: 17px;
    margin-right: 0.6rem;
    padding-bottom: 0rem;
}

@media screen and (max-width: 639px) {
    footer .address img {
        /*        padding-bottom: 3rem;*/
        width: 18px;
    }
}

footer .address .phoneicon img {
    padding-bottom: 0rem;
}

footer .address .locationadd {
    text-indent: -1px;
    padding-left: 2.1em;
}

@media (min-width:640px) and (max-width:980px)
{
  footer .address .phoneadd {
    text-indent: -1px;
    padding-left: 2.1em;
}  
     footer .address .mailadd {
    text-indent: -1px;
    padding-left: 2.1em;
}  
   
    
}

footer .privacy_mn {
    text-align: center;
    margin-top: 1rem;
}

footer .privacy_mn li {
    text-align: center;
    margin: 0 1rem;
    display: inline-block;
}

@media screen and (max-width: 639px) {
    footer .privacy_mn li {
        margin: 0 0.2rem;
    }
}

footer .privacy_mn li a {
    color: #545454;
    position: relative;
}

footer .privacy_mn li a ::after {
    content: "";
    position: absolute;
    left: -0.5em;
    top: 0.2em;
    color: #000000;
    opacity: 0.8;
}

footer input.input-group-field {
    height: inherit;
    margin-right: 10px;
    color: #fff;
}

footer .button {
    background: url(../images/icon/arrowright_white.svg);
    background-repeat: no-repeat;
    background-color: #ff630a;
    background-position: 50% 50%;
    background-size: 10px;
}

footer [type="text"],
footer [type="password"],
footer [type="date"],
footer [type="datetime"],
footer [type="datetime-local"],
footer [type="month"],
footer [type="week"],
footer [type="email"],
footer [type="number"],
footer [type="search"],
footer [type="tel"],
footer [type="time"],
footer [type="url"],
footer [type="color"],
footer textarea {
    background: #393536;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2rem;
    border: 0;
    font-size: 0.75rem;
}

footer [type="text"]:focus,
footer [type="password"]:focus,
footer [type="date"]:focus,
footer [type="datetime"]:focus,
footer [type="datetime-local"]:focus,
footer [type="month"]:focus,
footer [type="week"]:focus,
footer [type="email"]:focus,
footer [type="number"]:focus,
footer [type="search"]:focus,
footer [type="tel"]:focus,
footer [type="time"]:focus,
footer [type="url"]:focus,
footer [type="color"]:focus,
footer textarea:focus {
    background: #000;
    border: 0;
    color: #fff;
}

@media screen and (max-width: 639px) {
    footer .ftrmenu {
        padding-left: 0.6rem !important;
    }
}

.insideheader {
    position: relative;
    margin-top: 3.88rem;
}

@media screen and (max-width: 1023px) {
    .insideheader {
        margin-top: 3.45rem;
    }
}

.insideheader img {
    width: 100%;
/*
    height: calc(80vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
*/
}

@media screen and (max-width: 639px) {
    .insideheader img {
        height: calc(70vh - 250px);
    }
    .insideheader .imagecaption{
        width: 90%;
    }
}

@media screen and (max-width: 1023px) {
    .insideheader img {
        height: auto;
    }


}

.insideheader .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
    width: 90%;
}




.insideheader .imagecaption h3 {
    font-weight: 900;
    margin-bottom: 0rem;
    font-size: 2.5rem;
}

.insideheader .imagecaption h1 {
    /* font-weight: 900; */
    margin-bottom: 0rem;
    font-size: 2.5rem;
}
@media screen and (max-width: 639px){
    .insideheader .imagecaption h1{
       font-size: 1.2rem!important;
    } 
}


.insideheader .imagecaption h2 {
    text-transform: uppercase;
    margin-bottom: 0rem;
    font-size: 6vw;
    color: #1c1c1c;
    margin-top: 2rem;
}

.insideheader .imagecaption p {
    color: #fff;
    font-size: 1rem;
}

.insideheader:after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.insideheader.career .imagecaption {
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 700px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 639px) {
    .insideheader.career .imagecaption {
        top: 50%;
        left: 50%;
/*        margin-right: -50%;*/
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .career {
        margin-top: 3.5rem;
    }
}

.insideheader.career .imagecaption p {
    width: 100%;
    left: 2rem !important;
}

@media screen and (max-width: 639px) {
    .insideheader.career .imagecaption p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
}

.insideheader.career .imagecaption h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 900;
}

.insideheader.career .imagecaption h1 {
/*    margin-bottom: 1rem;*/
    font-size: 3rem;
    /* font-weight: 900; */
}

@media screen and (max-width: 639px) {
    .insideheader.career .imagecaption h3 {
        font-size: 1.5rem;
    }

    .insideheader.career .imagecaption h1 {
        font-size: 1.5rem;
    }
}

.insideheader.career .imagecaption h1 span {
    background: #cc182c;
    padding: 0 0.2rem;
}

.insideheader.career .imagecaption h3 span {
    background: #cc182c;
    padding: 0 0.2rem;
}

.insideheader.abouthead .imagecaption {
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media screen and (max-width: 639px) {
    .insideheader.abouthead .imagecaption {
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 1rem;
    }
}

.insideheader.abouthead .imagecaption p {
    width: 100%;
    left: 2rem !important;
}

.insideheader.abouthead .imagecaption h3 {
    font-size: 3vw;
    line-height: 1;
    font-weight: 900;
}

.insideheader.abouthead .imagecaption h1 {
   font-size: 2.5rem;
    line-height: 1;
    /* font-weight: 900; */
}

@media screen and (max-width: 639px) {
    .insideheader.abouthead .imagecaption h3 {
        font-size: 1.5rem;
    }

    .insideheader.abouthead .imagecaption h1 {
       font-size: 1.2rem !important;
    }
}

.insideheader.abouthead .imagecaption h1 span {
    background: #cc182c;
    padding: 0 0.2rem;
}

.othercategory {
    margin: 2rem 0 3rem 0;
    padding: 0;
}

.othercategory h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.othercategory .imgblock {
    position: relative;
}

.othercategory .imgblock .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
}

.othercategory .imgblock .imagecaption h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3rem;
    margin-bottom: 0rem;
    color: #fff;
    border-bottom: 2px solid #ff630a;
    text-align: center;
    padding-bottom: 0.2rem;
}

.othercategory .imgblock:after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.othercategory .imgblock:hover:after {
    transition: all 1s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.catdtl h3 {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.explorerange {
    margin: 2rem 0 3rem 0;
    padding: 0;
}

.explorerange h4 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
}

@media screen and (max-width: 639px) {
    .explorerange h4 {
        font-size: 1.5rem;
    }
}

.explorerange .productblock {
    background: #f1f1f1;
}

.explorerange .productblock a {
    color: #393939;
}

.explorerange .productblock h6 {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #cc182c 50%, #393939 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #fff;
    padding: 1rem 0;
}

.explorerange .productblock:hover h6 {
    background-position: left bottom;
}

.explorerange p {
    font-size: 1rem;
}

.explorerange img {
    width: 100%;
    transition: all 0.4s linear;
}

.explorerange .button {
    margin-top: 2rem;
}

.prdtl_video {
    margin: 2rem 0;
    padding: 0;
}

.prdtl_video h4 {
    text-align: center;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
}

.prdtl_video p {
    max-width: 900px;
    margin: auto;
    width: 100%;
    margin-bottom: 1.7rem;
}

.swiper-button-next {
    background-image: url("../images/home/arrow_right.png") !important;
    background-size: 84px !important;
    width: 84px !important;
    right: -81px !important;
    height: 62px !important;
    outline: 0;
}

@media screen and (max-width: 1023px) {
    .swiper-button-next {
        background-size: 34px 30px !important;
        width: 34px !important;
        right: -27px !important;
    }
}

.swiper-button-prev {
    background-image: url("../images/home/arrow_left.png") !important;
    background-size: 84px !important;
    width: 84px !important;
    left: -81px !important;
    height: 62px !important;
    outline: 0;
}

@media screen and (max-width: 1023px) {
    .swiper-button-prev {
        background-size: 34px 30px !important;
        width: 34px !important;
        left: -27px !important;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.productslider {
    margin-bottom: 3rem;
}

.productslider .grid-container {
    width: 85%;
}

.productslider .grid-container .video-container {
    position: relative;
    padding-bottom: 40.25%;
    height: 0;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
}

.productslider .grid-container .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productslider .grid-container .topproductimg {
    width: 80%;
    margin: auto;
}

.productslider .grid-container h6 {
    margin-top: 2rem;
}

.productslider .grid-container p {
    max-width: 250px;
    width: 100%;
    margin-top: 1rem;
}

.productslider.prdmrgntop {
    margin-top: 3rem;
}

.topprodcutdtl {
    margin: 0 0 3rem 0;
    padding: 0;
    /*------select color-----*/
}

.topprodcutdtl .grid-container {
/*
    max-width: 1050px;
    width: 90%;
*/
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.topprodcutdtl h3 {
    color: #cc182c;
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

.topprodcutdtl h1 {
    color: #cc182c;
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

@media screen and (max-width: 639px) {
    .topprodcutdtl {
        margin: 0rem 0;
    }
}

.topprodcutdtl .product_detail {
/*    padding-left: 2rem;*/
    padding-left: 1rem;;
}

@media screen and (max-width: 639px) {
    .topprodcutdtl .product_detail {
        padding-left: 0rem;
    }
}

.topprodcutdtl .product_detail h6 {
    font-size: 1rem;
    margin-top: 1rem;
}

.topprodcutdtl .product_detail h5 {
    color: #393939;
    font-size: 1.6rem;
}

.topprodcutdtl .product_detail h1 {
    color: #393939;
    font-size: 1.6rem;
}

.topprodcutdtl .product_detail h5 span {
    margin-left: 1rem;
}

.topprodcutdtl .product_detail h1 span {
    margin-left: 1rem;
}

.topprodcutdtl .product_detail p {
    font-size: 0.9rem!important;
    line-height: 1.2!important;
    font-family: 'Montserrat', sans-serif!important;
}

.topprodcutdtl .product_detail .button {
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.topprodcutdtl .product_detail .stapleuse ul {
    margin: 0;
}

.topprodcutdtl .product_detail .stapleuse ul li {
    list-style: none;
    border: 1px solid #393939;
    padding: 0.3rem;
    margin: 0 0.5rem 0.7rem 0;
    display: inline-block;
    font-size: 0.9rem;
}

.topprodcutdtl .product_detail .stapleuse p {
    color: #cc182c;
    font-size: 0.8rem;
}

.topprodcutdtl .product_detail .packaging ul {
    align-items: first baseline;
}

.topprodcutdtl .product_detail .packaging ul li {
    margin-right: 0.5rem;
}

.topprodcutdtl .product_detail .packaging ul li img {
    max-width: 70px;
}

.topprodcutdtl .product_detail .packaging ul li:last-child img {
    max-width: 110px;
}

.topprodcutdtl .product_detail .prd_download {
    margin-top: 1rem;
}

.topprodcutdtl .product_detail .prd_download p {
    color: #cc182c;
}

.topprodcutdtl .product_detail .prd_download p a {
    color: #cc182c;
}

.topprodcutdtl .product_detail .prd_download p img {
    margin-right: 0.3rem;
}

.topprodcutdtl .nextprevious {
    margin-top: 2rem;
}

.topprodcutdtl .nextprevious .button_orange {
    background: #fff;
    color: #cc182c;
    border: 1px solid #393939;
    padding: 0.3rem 1rem;
}

.topprodcutdtl .nextprevious .button_orange:hover {
    color: #393939;
}

.topprodcutdtl .nextprevious .btnprevious {
    background: url("../images/product/pre_left_arrow.png") no-repeat;
    background-position: 11px 7px;
    padding-left: 1.4rem;
}

.topprodcutdtl .nextprevious .btnnext {
    background: url("../images/product/next_left_arrow.png") no-repeat;
    background-position: 64px 8px;
    padding-right: 1.4rem;
}

.topprodcutdtl .color {
    margin: 0;
    padding: 0;
}

.topprodcutdtl .color ul {
    margin: 0;
    padding: 0;
}

.topprodcutdtl .color ul li {
    position: relative;
    display: inline-block;
    letter-spacing: 0.1rem;
    font-size: 0.625rem;
    margin: 0;
    padding: 0px;
    border: 1px solid #fff;
    text-align: center;
}

.topprodcutdtl .color ul li p {
    font-weight: 600;
    margin-bottom: 1rem;
}

.topprodcutdtl .color ul li a {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.topprodcutdtl .color ul li a:hover {
    border: 0px solid #5A5858;
}

.topprodcutdtl .color ul li:first-child {
    border: 0px solid #000;
    text-align: left;
    padding: 0px;
    max-width: 55px;
    width: 100%;
}

.topprodcutdtl .color ul li a:hover {
    color: #fff !important;
}

.topprodcutdtl .color ul li .red {
    background: #c91425;
}

.topprodcutdtl .color ul li .green {
    background: #57b853;
}

.topprodcutdtl .color ul li .yellow {
    background: #ffdb39;
}

.topprodcutdtl .color ul li .blue {
    background: #305ea7;
}

.topprodcutdtl .color ul li span {
    position: absolute;
    white-space: nowrap;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    color: #666;
    line-height: 17px;
    bottom: -20px;
}

.topprodcutdtl .color ul li:hover span {
    display: block;
}

.color {
    margin: 0;
    padding: 0;
}

.color ul {
    margin: 0;
    padding: 0;
}

.color ul li {
    position: relative;
    display: inline-block;
    letter-spacing: 0.1rem;
    font-size: 0.625rem;
    margin: 0;
    padding: 0px;
    border: 1px solid #fff;
    text-align: center;
}

.color ul li p {
    font-weight: 600;
    margin-bottom: 1rem;
}

.color ul li a {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.color ul li a:hover {
    border: 0px solid #5A5858;
}

.color ul li:first-child {
    border: 0px solid #000;
    text-align: left;
    padding: 0px;
    max-width: 55px;
    width: 100%;
}

.color ul li a:hover {
    color: #fff !important;
}

.color ul li .red {
    background: #c91425;
}

.color ul li .green {
    background: #57b853;
}

.color ul li .yellow {
    background: #ffdb39;
}

.color ul li .blue {
    background: #305ea7;
}

.color ul li span {
    position: absolute;
    white-space: nowrap;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    color: #666;
    line-height: 17px;
    bottom: -20px;
}

.color ul li:hover span {
    display: block;
}

.careercontainer {
    padding: 3rem 0;
}

.careercontainer h3 {
    font-size: 2.5rem;
}

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

@media screen and (max-width: 1023px) {
    .careercontainer h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 639px) {
    .careercontainer h3 {
        font-size: 1.5rem;
    }

    .careercontainer .lifeatkgoc {
        margin: 3rem auto 0!important;
    }

}

.careercontainer .ourvalues {
    max-width: 620px;
    width: 100%;
    margin: 2rem auto 0 auto;
}

.careercontainer .ourvalues p {
    text-align: left;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1.5rem;
}

.careercontainer .ourvalues p span {
    background: url("../images/career/bullet.png") no-repeat;
    width: 52px;
    height: 60px;
    margin-right: 1rem;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.careercontainer .lifeatkgoc {
    background: #393939;
    margin: 3rem auto;
    color: #fff;
}

.careercontainer .lifeatkgoc img {
    width: 100%;
    border-left: 2px solid #fff;
}

@media screen and (max-width: 1023px) {
    .careercontainer .lifeatkgoc img {
        border-left: 0px solid #fff;
    }
}

.careercontainer .lifeatkgoc article {
    max-width: 500px;
    margin: auto;
    width: 70%;
}

@media (min-width:640px) and (max-width:980px){
    .careercontainer .lifeatkgoc article{
        padding: 2rem 0 2rem;
    } 
}

@media screen and (max-width: 639px) {
    .careercontainer .lifeatkgoc article {
        padding: 2rem 0 2rem 0;
        width: 90%;
    }
}

.careercontainer .lifeatkgoc article h4 {
    color: #fff;
    font-size: 2.5rem;
}

.careercontainer .lifeatkgoc article h5 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.careercontainer .lifeatkgoc article .button_orange:hover {
    background: #ffffff;
    color: #cc182c;
}

@media screen and (max-width: 639px) {
    .careercontainer .lifeatkgoc article h4 {
        font-size: 1.5rem;
    }
}

.careercontainer .lifeatkgoc article p {
    color: #fff;
    text-align: justify;
}

.careercontainer .explore {
    margin: 2rem auto 0 auto;
}

.careercontainer .explore h3 {
    color: #575656;
}

.the_promise .miles_pnl {
    /*  background: #cc182c;*/
    position: relative;
    padding: 0;
}

.the_promise .miles_pnl img {
    width: 100%;
    height: 100%;
}

@media screen and (device-width: 1024px) {
    .the_promise .miles_pnl img {
        height: 100%;
        object-fit: cover;
    }
}

.the_promise .miles_pnl .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
}

.the_promise .miles_pnl .imagecaption h3 {
    color: #fff;
}

.the_promise .miles_pnl .imagecaption h6 {
    color: #fff;
    padding-left: 2rem;
    font-size: 1rem;
    border-left: 8px solid #fff;
    padding-left: 1.5rem;
    margin-left: 2.5rem;
    max-width: 300px;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 639px){
    .the_promise .miles_pnl .imagecaption h6{
      width: 70%;   
    } 
}

.the_promise .miles_pnl .imagecaption h6 a {
    color: #fff;
}




.the_promise .miles_pnl .imagecaption h6::after {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 0;
    height: 50px;
    width: 20%;
    border-bottom: 8px solid #fff;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

.the_promise .miles_pnl .imagecaption h6::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    height: 50px;
    width: 20%;
    border-top: 8px solid #fff;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.the_promise .miles_rgt_png {
    padding: 0;
    background: #393939;
}
/*

.the_promise .miles_rgt_png .kangaro {
    background: url("../images/about/reliability.jpg") no-repeat;
    background-size: auto;
    background-size: cover;
    height: 20.3vw;
}
*/

.the_promise .miles_rgt_png h5 {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1rem;
}

.the_promise .miles_rgt_png p {
    color: #fff;
    min-height: 130px;
}

@media screen and (max-width: 1023px) {
    .the_promise .miles_rgt_png p{
        min-height: inherit;
    }
}
@media screen and (min-width: 1500px) {
 .the_promise .miles_rgt_png p {
        min-height: inherit;
    } 
}



.the_promise .miles_rgt_png .bgred {
    background: #cc182c;
}

.the_promise .miles_rgt_png .bggrey {
/*
    background: #393939;
    height: 20.3vw;
    background-image: -webkit-linear-gradient(-180deg, #cc182c 50%, #575656 50%);
*/
    position: relative;
}

@media screen and (max-width: 1023px) {
    .the_promise .miles_rgt_png .bggrey {
/*
        height: inherit;
        padding: 2rem 0;
*/
    }
}

@media screen and (device-width: 1024px) {
    .the_promise .miles_rgt_png .bggrey {
        height: 27.3vw;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .the_promise .miles_rgt_png .bggrey {
        height: inherit;
    }
}

.the_promise .miles_rgt_png .reliability {
/*
    background: url("../images/about/reliability.jpg") no-repeat;
    background-size: cover;
    height: 20.3vw;
*/
    position: relative;
}

@media screen and (max-width: 1023px) {
/*
    .the_promise .miles_rgt_png .reliability {
        height: inherit;
        padding: 2rem 0;
    }
*/
}

.the_promise .miles_rgt_png .cell {
/*    padding: 0 4vw;*/
}

.the_promise.kgocfamily h5 {
    text-transform: none;
    background: url("../images/about/white_arrow.png") no-repeat right;
    background-position-y: center;
    display: inline;
    padding-right: 1rem;
}

.the_promise.kgocfamily a:focus{
    background-color: #ffffff;
    color: #cc182c;
}
.the_promise.kgocfamily .button{
    padding: 0.4rem 1rem;
border-radius: 14px;
}

/*
.the_promise.kgocfamily .reliability {
    background: #000000;
}
*/

.the_promise.kgocfamily .bggrey {
/*
    background: #393939;
    background-image: -webkit-linear-gradient(-180deg, #cc182c 50%, #393939 50%);
*/
}

.ourlogo {
    margin: 5rem 0;
}





.ourlogo .grid-container {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

.ourlogo .grid-container h3 {
    text-transform: uppercase;
}

.ourlogo .grid-container p {
    width: 70%;
    text-align: justify;
}

@media (min-width:640px) and (max-width:980px) {
    .ourlogo .grid-container img {
        width: 90%;
    }
}

@media screen and (max-width: 639px) {
    .ourlogo .grid-container img {
        width: 90%;
    }
}


@media screen and (max-width: 639px) {
    .ourlogo .grid-container p {
        width: 100%;
    }
}

.ourmission {
    margin: 3rem 0;
}

.ourmission img {
    width: 100%;
}

.ourmission .text_dic {
    max-width: 650px;
    margin: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.ourmission .text_dic h6 {
    color: #cc182c;
    font-weight: 800;
    font-size: 1.1rem;
}

.abt_cntr {
    max-width: 860px;
    margin: 3rem auto;
}

.abt_cntr p {
    text-align: justify;
}

.abt_cntr p span {
    font-size: 2rem;
}

.abt_cntr h6 {
    text-transform: uppercase;
}

.abt_cntr h3 {
    margin-bottom: 2rem;
}

.abt_cntr .logopnl {
    margin: 3rem auto;
    max-width: 400px;
}

.abt_cntr .tradepnl {
    margin: 2rem auto;
}

.abt_cntr .tradepnl img {
    max-width: 90px;
}

.abt_cntr .tradepnl h6 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.networkpnl {
    margin: 3rem auto;
}

.networkpnl h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem 0;
}

.abtkgoc {
    background: url("../images/about/kgoc.jpg") no-repeat;
    color: #fff;
    padding: 2rem 0;
    background-size: cover;
}

.abtkgoc p {
    color: #fff;
}

.abtkgoc ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.abtkgoc .button {
    margin-left: 2rem;
}

.environmental .missionimg {
    padding: 0;
    margin: 1rem 0;
}

.environmental .missionimg img {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 100%;
}

.environmental h4 img {
    margin-right: 0.5rem;
}

.environmental .swiper-pagination {
    position: static;
}

.environmental .swiper-pagination-bullet {
    background: #393939;
}

.environmental .swiper-pagination-bullet-active {
    background: #cc182c;
}

.our_power {
    margin: 4rem 0;
}

.our_power h4 {
    font-size: 2.5rem;
    max-width: 1060px;
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
}

@media screen and (max-width: 639px) {
    .our_power h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .our_power h4 {
        font-size: 2rem !important;
    }
}

.our_power .cntpnl {
    max-width: 860px;
    width: 100%;
    margin: auto;
}

.our_power .cntpnl p {
    text-align: justify;
}

.our_power .cntpnl ul {
    margin: 0;
    padding: 0;
}

.our_power .cntpnl ul li {
    list-style: none;
    background: url("../images/about/blt_icon.png") no-repeat;
    padding-left: 1rem;
    background-position-y: center;
}

.our_power.our_strengths {
    background: #393939;
    padding: 2rem 0;
}

.our_power.our_strengths h4 {
    color: #fff;
}

.our_power.our_strengths p {
    color: #fff;
    text-align: justify;
}

.our_power .profilepnl p{
    text-align: center;
}

.our_power.our_strengths h5 {
    color: #fff;
}

.our_power.our_strengths h5 img {
    margin-right: 0.5rem;
}

.our_power.our_strengths .profilepnl {
    margin: 2rem 0 0 0;
}

.our_power.our_strengths .profilepnl img {
    width: 100%;
}

.our_power.our_strengths .profilepnl h5 {
    margin-top: 1.3rem;
}

.our_power.our_strengths .profilepnl .cell {
    padding-right: 0.3375rem;
    padding-left: 0.3375rem;
}

.contactadd {
    padding: 3rem 0;
}

.contactadd h3 {
    margin-bottom: 3rem;
}

@media screen and (max-width: 639px) {
    .contactadd h3 {
        font-size: 1.7rem;
    }
}

.contactadd h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    max-width: 280px;
    margin: auto;
    min-height: 50px;
}

.contactadd p {
    max-width: 280px;
    margin: auto;
    margin-bottom: 1rem;
}

.contactadd .button {
    margin-bottom: 4rem;
}

.reachus h3 {
    border-bottom: 2px solid #ff630a;
    text-align: center;
    padding-bottom: 0.2rem;
    max-width: 140px;
    margin: 0 auto 2rem auto;
    font-weight: 400;
}

.reachus .reachbg {
    background: #cc182c;
    /*  background: linear-gradient(to left, #575656 0%, #575656 62%, #000 20%, #cc182c 20%, #cc182c 100%);*/
    padding: 1.5rem 0 1.5rem 0;
}

.reachus .reachbg .gpin {
    width: 40px;
}

.reachus .reachbg .phone {
    width: 52px;
}

.reachus .reachbg .mail {
    width: 60px;
}

.reachus .reachbg a {
    color: #ffffff;
}

@media screen and (max-width: 639px) {

    .reachus .reachbg .phone {
        width: 40px;
    }

    .reachus .reachbg .mail {
        width: 40px;
    }



}



/*
  @media (min-width: 1600px) and (max-width: 3000px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 60%, #000 20%, #cc182c 20%, #cc182c 100%); } }
  @media (min-width: 1130px) and (max-width: 1550px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 66%, #000 20%, #cc182c 20%, #cc182c 100%); } }
  @media screen and (max-width: 1023px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 67%, #000 20%, #cc182c 20%, #cc182c 100%); } }
  @media screen and (max-width: 639px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 80%, #000 20%, #cc182c 20%, #cc182c 100%); } }
  @media screen and (device-width: 1024px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 67%, #000 20%, #cc182c 20%, #cc182c 100%); } }
  @media (min-width: 1000px) and (max-width: 1024px) {
    .reachus .reachbg {
      background: linear-gradient(to left, #575656 0%, #575656 67%, #000 20%, #cc182c 20%, #cc182c 100%); } }
*/

.reachus p {
    color: #fff;
    float: left;
    margin: 0;
}

.reachus p span {
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .reachus p {
        font-size: 0.7rem;
    }
}

.reachus img {
    float: left;
    width: 62px;
    margin-right: 0.6rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 639px) {
    .reachus img {
        margin-right: 2rem;
    }
}

#map {
    height: 400px;
}

.blog_header {
    position: relative;
    width: 100%;
    margin-top: 3.88rem;
}

@media screen and (max-width: 1023px) {
    .blog_header {
        margin-top: 2.88rem;
    }
}

.blog_header img {
    width: 100%;
    height: calc(80vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 639px) {
    .blog_header img {
        height: calc(80vh - 250px);
    }
}

@media screen and (max-width: 1023px) {
    .blog_header img {
        height: auto;
    }
}

.blog_header .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    width: 100%;
    max-width: 1220px;
    text-align: center;
}

.blog_header .imagecaption h3 {
    font-weight: 900;
    margin-bottom: 0rem;
    font-size: 3vw;
    line-height: 1.1;
}

.blog_header .imagecaption h1 {
    /* font-weight: 900; */
    margin-bottom: 0rem;
    font-size: 3.375rem;
    line-height: 1.1;
}

@media (min-width:640px) and (max-width:980px) {
    .blog_header .imagecaption h1 {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 639px) {
    .blog_header .imagecaption h3 {
        font-size: 2rem;
    }

    .blog_header .imagecaption h1 {
        font-size: 1.2rem;
    }
}

.blog_header .swiper-slide {
    position: relative;
}

.blog_header .swiper-slide::before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

.blog_header .swiper-slide h3 {
    color: #fff;
    padding: 0 10px;
}

.blog_header .swiper-slide h1 {
    color: #fff;
    padding: 0 10px;
}

.blog_header .swiper-pagination {
    bottom: 10% !important;
}

.blog_container h4 {
    font-size: 2.5rem;
    line-height: 1.1;
}

@media screen and (max-width: 1023px) {
    .blog_container h4 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 639px) {
    .blog_container h4 {
        font-size: 2rem;
    }
}

.blog_container .button {
    margin-bottom: 0;
}

.blog_container .blog_tpheading h4 {
    margin: 0rem 0 2.5rem 0;
}

.blog_container .blogloadmore {
    margin: 2rem 0;
}

.blog_container .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: none;
}

.blog_container ul {
    margin: 0;
}

.blog_container ul li {
    list-style: none;
    margin-bottom: 0.4rem;
    font-weight: 900;
    font-size: 1.4rem;
}

@media screen and (max-width: 1023px) {
    .blog_container ul li {
        font-size: 1rem;
    }
}

@media screen and (max-width: 639px) {
    .blog_container ul li {
        font-size: 1rem;
    }
}

.blog_container ul li span {
    background: #393939;
    padding: 0.2rem 0.4rem;
}

.blog_container ul li span:hover {
    background: #cc182c;
    transition: all .5s ease-out;
}

.blog_container ul li a {
    color: #fff;
    padding: 0.2rem;
}

.blog_container ul li .submenu {
    margin-left: 0rem !important;
}

.blog_container ul li .submenu li {
    margin-bottom: 0;
}

.blog_container ul li .submenu li span {
    background: #9c9c9c;
}

.blog_container ul li .submenu li span:hover {
    background-color: #cc182c;
}

.blog_container ul li .submenu li a {
    padding: 0.2rem 0rem 0.2rem 1.5rem;
    line-height: inherit;
}

.blog_container ul li .submenu li:hover {
    background: url("../images/icon/rightredarrow.png") no-repeat 2px 15px;
    transition: all .5s ease-out;
}

.blog_container .bloglisting .cell {
    position: relative;
    overflow: hidden;
}

.blog_container .bloglisting .cell img {
    transform: scale(1);
    opacity: 1;
    transition: transform, opacity;
    transition-duration: 1s, 1s;
    width: 100%;
}

@media (min-width: 200px) and (max-width: 768px) {
    .blog_container .bloglisting .cell img {
        transform: none;
        transition-duration: 0s;
    }
}

.blog_container .bloglisting .cell img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: transform, opacity;
    transition-duration: 1s, 1s;
}

@media (min-width: 200px) and (max-width: 768px) {
    .blog_container .bloglisting .cell img:hover {
        transform: none;
        transition-duration: 0s;
    }
}

.blog_container .bloglisting .cell .imgoverlay::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
    pointer-events: none;
}

.blog_container .bloglisting .cell .imagecaption {
    position: absolute;
    top: 50%;
    max-width: 600px;
    text-align: left;
    left: 10%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    color: #fff;
    opacity: 1;
    transition: all 1s ease;
}

.blog_container .bloglisting .cell .imagecaption h5 {
    font-weight: 800;
    margin-bottom: 0rem;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .blog_container .bloglisting .cell .imagecaption h5 {
        font-size: 1.3rem;
    }
}

.blog_container .blogarticle .videopnl {
    max-width: 800px;
    width: 100%;
    margin: 1rem auto 3rem auto;
}

.blog_container .blogarticle .products_used {
    margin: 2rem auto;
}

.blog_container .blogarticle .products_used .grid-container {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

@media screen and (max-width: 639px) {
    .blog_container .blogarticle .products_used .grid-container {
        width: 70%;
    }
}

.blog_container .blogarticle .products_used .grid-container h5 {
    margin-bottom: 1rem;
}

.blog_container .blogarticle .products_used .grid-container .productblock {
    background: #eaeaea;
}

.blog_container .blogarticle .products_used .grid-container .productblock h6 {
    font-weight: 500;
    text-align: center;
    background: #fff;
    padding-top: 1rem;
}

.blog_container .blogarticle .products_used .grid-container .productblock a {
    color: #000000;
}

.blog_container .blogarticle .products_used .swiper-button-prev {
    background-size: 40px !important;
    width: 40px !important;
    left: -50px !important;
}

.blog_container .blogarticle .products_used .swiper-button-next {
    background-size: 40px !important;
    width: 40px !important;
    right: -50px !important;
}

.blog_container .blogarticle .products_used .swiper-button-next,
.blog_container .blogarticle .products_used .swiper-button-prev {
    top: 48%;
}

.blog_container .blogarticle .materials_required {
    margin: 0 auto 3rem auto;
}

.blog_container .blogarticle .materials_required .materials {
    margin-top: 1rem;
}

.blog_container .blogarticle .materials_required .materials span {
    color: #cc182c;
}

.blog_container .blogarticle .materials_required .steps_container {
    max-width: 670px;
    width: 100%;
    margin: auto;
}

.blog_container .blogarticle .materials_required .steps_container p span {
    font-weight: 900;
    margin-right: 0.5rem;
}

.blog_container .blogarticle .materials_required .steps_container figure {
    margin-bottom: 2rem;
    text-align: center;
}

.blog_container .blogarticle .other_blogs .swiper-slide {
    position: relative;
}

.blog_container .blogarticle .other_blogs .swiper-slide::before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

.blog_container .blogarticle .other_blogs .swiper-slide .imagecaption {
    position: absolute;
    top: 50%;
    max-width: 600px;
    text-align: left;
    left: 10%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    color: #fff;
    opacity: 1;
    transition: all 1s ease;
}

.blog_container .blogarticle .other_blogs .swiper-slide .imagecaption h5 {
    font-weight: 800;
    margin-bottom: 0rem;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .blog_container .blogarticle .other_blogs .swiper-slide .imagecaption h5 {
        font-size: 1.3rem;
    }
}

.blog_container .blogarticle .other_blogs .swiper-slide:hover .imagecaption {
    opacity: 1;
    transition: all 1s ease;
}

.blog_container .blogarticle .other_blogs .swiper-slide:hover::before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog_container .blogarticle .other_blogs .swiper-slide img {
    width: 100%;
}

.blog_container .blogarticle .inforgraphic figure {
    background: #c8c8c8;
    border-radius: 20px;
    padding: 40px;
}

.blog_container .blogarticle .olcol2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.blog_container .blogarticle01 {
    margin: 0rem auto 5rem auto;
}

.blog_container .blogarticle01 p span {
    font-weight: 900;
    margin-right: 0.5rem;
}

.blog_container .blogarticle01 ul,
.blog_container .blogarticle01 ol {
    font-size: 0.9rem;
}

.blog_container .blogarticle01 h6 {
    margin-top: 2rem;
    font-size: 2rem;
}

.media_header {
    position: relative;
    margin-top: 3.88rem;
}

@media screen and (max-width: 1023px) {
    .media_header {
        margin-top: 3.45rem;
    }
}

.media_header .videoWrapper {
    padding-bottom: 30.25%;
}

@media screen and (max-width: 639px) {
    .media_header .videoWrapper {
        padding-bottom: 56.25%;
    }
}

@media screen and (max-width: 1023px) {
    .media_header .videoWrapper {
        padding-bottom: 62.25%;
    }
}

.media_header img {
    width: 100%;
    height: calc(80vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 639px) {
    .media_header img {
        height: calc(80vh - 250px);
    }
}

@media screen and (max-width: 1023px) {
    .media_header img {
        height: auto;
    }
}

.media_header .imagecaption {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    color: #fff;
    max-width: 1220px;
    width: 100%;
}

.media_header .imagecaption h3 {
    font-weight: 900;
    margin-bottom: 0rem;
    font-size: 3vw;
    line-height: 1;
}


.media_header .imagecaption h1 {
    /* font-weight: 900; */
    margin-bottom: 0rem;
    font-size: 3.375rem;
    line-height: 1;
}

@media (min-width:640px) and (max-width:980px) {
    .media_header .imagecaption h1 {
        font-size: 2.375rem;
    }
}





@media screen and (max-width: 639px) {
    .media_header .imagecaption h3 {
        font-size: 2rem;
    }

    .media_header .imagecaption h1 {
        font-size: 1.2rem;
    }
}

.media_header .swiper-slide {
    position: relative;
}

.media_header .swiper-slide::before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
}

.media_header .swiper-slide h3 {
    color: #fff;
    padding: 0 10px;
}

.media_header .swiper-slide h1 {
    color: #fff;
    padding: 0 10px;
}

.media_header .swiper-pagination {
    bottom: 10% !important;
}

.media_container .media_tpheading {
    margin-top: 2rem;
}

@media screen and (max-width: 639px) {
  .media_container .media_tpheading {
    margin-top: 0rem;
} 
}

.media_container .media_tpheading h4 {
    margin: 0rem 0 2.5rem 0;
    font-size: 2.5rem;
    line-height: 1.1;
    /*    max-width: 700px;*/
    width: 100%;
}

@media screen and (max-width: 639px) {
    .media_container .media_tpheading h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .media_container .media_tpheading h4 {
        font-size: 2rem;
    }
}

.media_container .media_tpheading h5 {
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.media_container .media_tpheading h5 img {
    width: 18px;
    margin-right: 0.6rem;
}

.media_container .mediacontent h4,
.media_container .mediacontent h5 {
    color: #fff;
}

.media_container .mediacontent .cell {
    background: #393939;
}

.media_container .mediacontent article h4 {
    padding: 1rem 0;
    width: 90%;
}

@media screen and (device-width: 1024px) {
    .media_container .mediacontent article h4 {
        width: auto;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .media_container .mediacontent article h4 {
        padding: 0.5rem 0;
    }
}

.media_container .mediacontent article h5 {
    font-weight: 300;
}

.media_container .mediacontent article h5 img {
    width: 18px;
    margin-right: 0.6rem;
}

@media screen and (max-width: 639px) {
    .media_container .mediacontent article {
        padding: 1rem;
    }
}

.media_container .mediacontent img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .media_container .mediacontent img {
        width: 100%;
        height: auto;
    }
}

.media_container .mediacontent .button:hover {
    color: #cc182c;
    background-color: #fff;
}

.media_container .viewall {
    margin-top: 1.7rem;
}

@media screen and (max-width: 639px) {
    .media_container .viewall {
        text-align: center;
    }
}

@media screen and (device-width: 1024px) {
    .media_container .viewall {
        text-align: center;
    }
}

.media_container .pressrelease .button {
    margin: 0 auto 3rem auto;
}

.media_container .mediaslider {
    margin: 3rem auto;
}

.media_container .mediaslider .grid-container {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

@media screen and (max-width: 639px) {
    .media_container .mediaslider .grid-container {
        width: 70%;
    }
}

.media_container .mediaslider .grid-container h5 {
    margin-bottom: 1rem;
}

.media_container .mediaslider .grid-container .productblock {
    background: #eaeaea;
}

.media_container .mediaslider .grid-container .productblock h6 {
    font-weight: 500;
    text-align: center;
    background: #fff;
    padding-top: 1rem;
}

.media_container .mediaslider .grid-container .productblock a {
    color: #000000;
}

.media_container .mediaslider .swiper-button-prev {
    background-size: 40px !important;
    width: 40px !important;
    left: -50px !important;
}

.media_container .mediaslider .swiper-button-next {
    background-size: 40px !important;
    width: 40px !important;
    right: -50px !important;
}

.media_container .mediaslider .swiper-button-next,
.media_container .mediaslider .swiper-button-prev {
    top: 48%;
}

.col.s4.dropOption {
    margin: auto;
}

@media screen and (max-width: 1023px) {
    .col.s4.dropOption {
        width: inherit;
    }
}

.input-field {
    position: relative;
}

.dropdown.dropdown--image {
    display: inline-block;
    position: relative;
    height: 45px;
    font-size: 16px;
    color: #393939;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .dropdown.dropdown--image {
        color: #fff;
    }
}

.dropdown {
    display: inline-block;
    position: relative;
    height: 40px;
    font-size: 14px;
    color: #fff;
}

.dropdown--image .dropdown__select {
    /*background: #ffffff;*/
    cursor: pointer;
    padding-right: 40px;
    color: #fff;
}


/*
.dropdown .active {
 background: none!important;
    color: #fff!important;
}
*/

.dropdown__select {
    cursor: pointer;
    padding: 10px 0px;
}

.dropdown__select:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown__select.active:after {
    transform: translateY(-50%) rotate(-180deg);
}

.dropdown__select-wrap {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.dropdown__select-wrap i {
    display: none;
}

.dropdown--image .dropdown__select-wrap i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: auto;
    max-height: 30px;
    margin-right: 0px;
    padding-left: 0px;
}

.dropdown__select-wrap span,
.dropdown--image .dropdown__select-wrap span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown__options-wrap {
    display: none;
    max-height: 194px;
    position: absolute;
    top: 60px;
    max-width: calc(100% + 200px);
    overflow: auto;
}

.dropdown__option {
    text-indent: 5px;
    margin: 0.5rem 0;
    display: inline-block;
    transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -webkit-transform: skew(-26deg);
}

@media screen and (max-width: 1023px) {
    .dropdown__option {
        margin: 0.33rem 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
}

.dropdown__option a {
    display: inherit !important;
    position: inherit !important;
    padding: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit !important;
}

.dropdown__option a:hover {
    background: none !important;
}

.dropdown--image .dropdown__options-wrap {
    display: none;
    max-height: 200px;
    position: absolute;
    top: 70px;
    max-width: calc(100% + 200px);
    overflow: auto;
}

.dropdown--image .dropdown__options-wrap.active {
    display: inline-block;
    z-index: 99999;
    width: 100%;
    margin: auto;
    border-bottom: none;
    top: 54px;
    cursor: pointer;
    left: 11px;
    width: 263px;
    padding-left: 1rem;
    text-align: left;
    transform: skew(26deg);
    -moz-transform: skew(26deg);
    -webkit-transform: skew(26deg);
    background: #fff;
}

@media screen and (max-width: 1023px) {
    .dropdown--image .dropdown__options-wrap.active {
        background: #cc182c;
        width: 100%;
        top: 46px;
        text-align: right;
        left: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        padding-right: 1rem;
    }
}

.dropdown__options-wrap.active {
    display: inline-block;
    z-index: 99999;
    width: 100%;
    margin: auto;
    border-bottom: none;
    top: 45px;
    cursor: pointer;
    left: 0;
}

.dropdown__option i {
    display: none;
}

.dropdown--image .dropdown__option i {
    display: initial;
    vertical-align: middle;
    width: 24px;
    height: auto;
    max-height: 30px;
    margin-right: 10px;
}

.dropdown__option span {
    white-space: nowrap;
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-transform: capitalize;
}

.dropdown__option:last-child {
    border-bottom: none;
}

.dropdown__option:hover {
    color: #cc182c;
}

@media screen and (max-width: 1023px) {
    .dropdown__option:hover {
        color: #fff;
    }
}

.product_cat_list h4 {
    font-size: 2.5rem;
}

@media screen and (max-width: 639px) {
    .product_cat_list h4 {
        font-size: 1.5rem;
    }
}

.product_cat_list .caltblog {
    margin-top: 1rem;
}

.product_cat_list .caltblog .cell .cellbginside {
    padding: 2rem 0;
    background: #393939;
    transition: 0.3s;
}

.product_cat_list .caltblog .cell .cellbginside img{
    max-height: 46px;
}

@media screen and (max-width: 639px) {
    .product_cat_list .caltblog .cell .cellbginside {
        margin-bottom: 1rem;
    }
}

.product_cat_list .caltblog .cell .cellbginside:hover {
    background: #cc182c;
    transition: 0.3s;
}

.product_cat_list .caltblog .cell .cellbginside:nth-child(4) {
    border-right: 0px solid #fff;
}

.product_cat_list .caltblog .cell .cellbginside.active {
    background: #cc182c;
}

@media screen and (max-width: 639px) {
    .product_cat_list .caltblog .cell .cellbginside {
        border-bottom: 1px solid #fff;
    }

    .product_cat_list .caltblog .cell .cellbginside:nth-child(2) {
        border-right: 0px solid #fff;
    }
}

.product_cat_list .caltblog .cell .cellbginside h6 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

@media screen and (max-width: 639px) {
    .product_cat_list .caltblog .cell .cellbginside h6{
        font-size: 0.8rem;
    } 
}




.product_cat_list .caltblog .cell .cellbginside a {
    display: block;
}

.productlistings {
    padding: 2rem 0;
}

.productlistings h4 {
    font-size: 2.5rem;
}

@media screen and (max-width: 639px) {
    .productlistings h4 {
        font-size: 1.5rem;
    }
}

.productlistings .grid-x {
    margin-bottom: 2rem;
}

.productlistings .grid-x .prdimgblk {
    background: #9c9c9c;
    position: relative;
}

.productlistings .grid-x .prdimgblk img {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
}

.productlistings .grid-x .prdimgblk .newtag {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    color: #fff;
    background: url("../images/icon/newtag.svg") no-repeat;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.85rem;
    z-index: 9;
}

.productlistings .grid-x .prdimgblk h6 {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #cc182c 50%, #393939 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #fff;
    padding: 1rem 0;
}

.productlistings .grid-x .prdimgblk:hover h6 {
    background-position: left bottom;
}

.productlistings .prd_btm_btn .button {
    margin-bottom: 0;
}

.productlistings .prd_btm_btn .button img {
    margin-right: 0.5rem;
}

@media screen and (max-width: 639px) {
    .productlistings .prd_btm_btn .button img {
        max-width: inherit;
        width: inherit;
    }
}

@media screen and (max-width: 639px) {
    .productlistings .prd_btm_btn img {
        max-width: 50px;
        width: 100%;
    }
}
@media screen and (max-width: 1023px){
    .productlistings .prd_btm_btn img {
        max-width: 50px;
        width: 100%;
    }
}

.productlistings.explore_cat .prdimgblk {
    max-width: 289px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 1023px){
   
.productlistings.explore_cat .grid-container {
    width: 93%;
    max-width: 1000px;

}
    
}
@media screen and (max-width: 639px){
 .productlistings.explore_cat .grid-container {
    width: 90%;
    max-width: 1000px;

}   
}



@media (min-width:640px) and (max-width:980px)
{
 .productlistings .prd_btm_btn img {
        max-width: 50px;
        width: 100%;
    }
}


.productlistings.product_cat_mn {
    padding: 0.9rem 0;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.privacy_policy {
    position: relative;
     margin-top: 3.88rem;
}



@media screen and (max-width: 1023px) {
    .privacy_policy {
        margin-top: 3.45rem;
    }
}


.privacy_policy img {
    width: 100%;
    height: calc(80vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
}

.privacy_policy p {
    color: #fff;
    font-size: 1rem;
}

.privacy_policy .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
    max-width: 820px;
}

.privacy_policy .imagecaption h1 {
    font-size: 2.5rem;
}
@media (min-width:640px) and (max-width:980px) {
    .privacy_policy .imagecaption h1 {
        font-size: 2.375rem;
    }
}
@media screen and (max-width: 639px){
    .privacy_policy .imagecaption h1 {
        font-size: 1.2rem!important;
    } 
}

.privacy_policy:after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.privacycontainer {
    padding: 3rem 0;
}

.privacycontainer h3 {
    text-align: left;
}

.privacycontainer p {
    text-align: justify;
}

.privacycontainer ul {
    text-align: left;
}

@media screen and (max-width: 639px) {
    .privacycontainer ul {
        font-size: 0.8rem;
    }
}

.privacycontainer a {
    color: #3A3A3C;
}

.terms_of_use {
    position: relative;
    margin-top: 3.88rem;
}

.terms_of_use img {
    width: 100%;
    height: calc(80vh - 250px);
    -o-object-fit: cover;
    object-fit: cover;
}

.terms_of_use p {
    color: #fff;
    font-size: 1rem;
}

.terms_of_use .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
    max-width: 820px;
}

.terms_of_use:after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.termcontainer {
    padding: 3rem 0;
}

.termcontainer h3 {
    text-align: left;
}

.termcontainer p {
    text-align: justify;
}

.international .menu-wrapper li:hover .sub-menu {
    max-height: 30em;
    transition: max-height 0.5s;
    padding-left: 1rem;
    background-image: -webkit-linear-gradient(25deg, transparent 16px, #393939 16px);
}

.international .menu-wrapper li:hover .sub-menu a {
    color: #fff;
}

.international .menu-wrapper li:hover .sub-menu a:hover {
    color: #cc182c;
    background: #393939;
}

.international .menu-wrapper .sub-menu li {
    display: inline-block;
    padding: 0.5rem 0.54rem;
}

.international .menu-wrapper .sub-menu li a {
    margin: 0;
    white-space: nowrap;
    border: none;
    text-transform: capitalize;
    padding: 0;
    color: #fff;
}

.international .menu-wrapper a {
    padding: 1.29em 0.7rem 1.29rem 0.7rem;
}

@media screen and (max-width: 1023px) {
    .international .menu-wrapper a {
        padding: 0.5em 0;
        margin: 0px;
        border: none;
    }
}

.global_presence p {
    max-width: 900px;
    margin: auto;
}

.menu-wrapper .menuamayaah .activemenu {
    background: #393939;
}

.menu-wrapper .menuamayaah .subactive {
    background: #393939;
}


/*site map start here*/

.sitemapsection {
    padding: 4rem 0;
    margin: 3.88rem 0 0 0;
}

@media screen and (max-width: 639px) {
    .sitemapsection {
        padding: 0rem 0 2rem 0;
    }
}

.sitemapsection h6 {
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.sitemapsection h2 {
    font-size: 2.6rem;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
    .sitemapsection h2 {
        font-size: 2rem !important;
    }
}

.sitemapsection .sitemapcontainer {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

.sitemapsection a:hover {
    color: #cc182c;
}

.sitemapsection a:focus {
    color: #cc182c;
}

.sitemapsection .submenu_sitemap li {
    font-size: 0.93rem;
}

.sitemapsection .cell5padding {
    padding-left: 0;
    padding-right: 0;
}


/*
.menuamayaah .active {
    background: #393939;
    color: #fff;
}
*/



.fourzeropage {
        text-align: center;
        padding: 4rem 0;
        margin: 3.88rem 0 0 0;
        height: calc(100vh - 281px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.fourzeropage h1 {
        line-height: 1.5;
        font-size: 5rem;
        width: 100%;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
}

.fourzeropage h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem !important;
    width: 100%;
    text-transform: uppercase;
}

.fourzeropage p {
    text-transform: capitalize;
    max-width: 500px;
    margin: auto;
}

.fourzeropage a:hover,
a:focus {
    color: #3A3A3C;
}

@media (min-width:200px) and (max-width:639px) {
    .fourzeropage h1 {
        font-size: 5rem !important;
    }
}



.blog_container .blog_detail .content h5 {
    font-size: 1rem;
    line-height: 2;
}

.blog_container .blog_detail .content h5 span {
    color: #cc182c;
}

.blog_container .blog_detail .content p{
    width: 70%;
}
@media (min-width:200px) and (max-width:639px) {
  .blog_container .blog_detail .content p{
    width: 100%;
}  
}

.blog_container .blog_detail .content ol {
    list-style: none;
    counter-reset: li
}
.blog_container .blog_detail .content li::before {
    content: counter(li);
    color: #cc182c;
    display: inline-block;
    width: 1.3em;
    margin-left: -1em
}

.blog_container .blog_detail .content li {
    counter-increment: li
}

.blog_container .blog_detail .content {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 4rem;
}

.blog_container .blog_detail .content .cell{
    margin-bottom: 4rem;
}

@media (min-width:200px) and (max-width:639px) {
  .blog_container .blog_detail .content .cell{
    margin-bottom: 0;
}  
    
    .blog_container .blog_detail .content{
        margin-top: 2rem;
    }    
    
    
}



.the_promise .miles_rgt_png .centertxt{
    position: relative;
}

.the_promise .miles_rgt_png .imagecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    color: #fff;
    width: 80%;
    text-align: left;
}

.the_promise .miles_rgt_png .reliability .imagecaption {

    width: 90%;
    
}

.the_promise .miles_rgt_png .centertxt img{
    width: 100%;
}

.the_promise .miles_rgt_png .bggrey img{
    width: 100%;
}

.product_detail .specifi p{
	margin-bottom: 0px!important;
}



.product_detail .specifi table{
    margin: 0;
    border-collapse: inherit;
    width: 100%;
}

.product_detail .specifi table tbody{
    border: 0;
    background-color: none;
}

.product_detail .specifi table tbody tr:nth-child(2n){
    background-color: transparent;
}



.product_detail .specifi table tbody td{
    padding: 0;
    padding-bottom: 0.5rem;
}
.product_detail .specifi p:empty{
    display: none;
}



.blog_container .blog_custum_container{
  max-width: 837px;
    margin: auto;
}
.blog_container .blog_custum_container p{
    margin-bottom: 2.5rem;
}

.product_detail .specifi table tbody td:first-child{
    width: 40%;
}


.topprodcutdtl .swiper-button-next {
    background-size: 25px !important;
    width: 25px !important;
    right: 0px !important;
    height: 25px!important;
}

.topprodcutdtl .swiper-button-prev {
    background-size: 25px !important;
    width: 25px !important;
    left: 0px !important;
    height: 25px!important;
}
.gallery-thumbs{
    position: static;
}


/*search page */

.searchpage .serachheading{
    margin-top: 2rem;
}




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