@font-face {
  font-family: bassy;
  src: url(fonts/Bassy.ttf);
}
:root{
  --red:#ef3024;
  --skyblue:#1d9dbf;
  --x: 901.34375px;
  --y: 493.546875px;
  --opacity: 1;
}
.container {
    width: 80% !important;
    margin: 0 auto;
  }
  *{margin: 0px;padding:0px;}
  html,
  body {
    height: 100%;
  }
  
  .js-ag-hide {
    /*display: none;*/
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background-size: 100% 100%;overflow-x:hidden;

  }
  nav ul {
    list-style: none;
  }
  nav a{text-decoration:none;}
  /* header */
  .js-header-wrap{
    padding: 15px 0;display: flex;
    justify-content: space-between;
    align-items: center;
  position:fixed;width:100%;top:0;z-index:99;transition:all 0.3s ease;
  }
  .ag-logo_link {
    float: left;
  }
  
  .ag-logo_link:hover {
    text-decoration: none;
  }
  .ag-logo_img {
    display: inline-block;
  }
  .ag-logo_tagline {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 10px;
    border-left: 1px solid #CCC;
  
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Exo, sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #525c69;
  }
  .ag-logo_tagline__strong {
    display: block;
  }
  
  .ag-logo_img-mobile {
    display: none;
  }
  
  .ag-navbar-block {
    float: right;
    padding: 6px 0 0;
  }
  .ag-start_btn-reg {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    border: 1px solid #70bd0e;
    background-color: #FFF;
  
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #70bd0e;
  
    -webkit-transition: background-color .2s ease 0s;
    -moz-transition: background-color .2s ease 0s;
    -ms-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s;
  }
  .ag-start_btn-reg:hover {
    background-color: #70bd0e;
  
    text-decoration: none;
    color: #FFF;
  }
  a{text-decoration:none;}
  .main-header{font-family: bassy;}
  .main-wrapper .main-title{font-size:66px;color: #ffffff;line-height: 1;margin-bottom:20px;}
  .main-wrapper p{font-size:18px;font-weight:300;margin:10px 0px 20px;color: #f2f2f2;}
  .main-wrapper a{padding:8px 20px;background-color:#1d9cbd;color:#ffffff;border-radius:5px;
  margin-top:20px;display:inline-flex;}

  .ag-start-block {
    display: inline-block;
  
    position: relative;
  }
  .ag-start-login_link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 15px;
  
    font-size: 14px;
    color: #525c69;
  
    z-index: 9997;
    position: relative;
  }
  .ag-start-login_link:hover {
    text-decoration: none;
    color: #323a45;
  }
  .ag-start-login_panel {
    display: none;
    width: 340px;
    padding: 30px;
    border: 1px solid #d3d3d3;
    background-color: #F1F1F1;
  
    z-index: 9995;
    position: absolute;
    top: 45px;
    right: -105px;
  
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
  }
  .ag-start-login_panel-arrow {
    border-width: 14px 10px;
    border-style: solid;
    border-color: transparent transparent #d3d3d3;
  
    z-index: 9995;
    position: absolute;
    top: -28px;
    right: 115px;
  }
  .ag-start-login_panel-arrow:before {
    content: "";
    border-width: 14px 10px;
    border-style: solid;
    border-color: transparent transparent #F1F1F1;
  
    position: absolute;
    top: -12px;
    left: -10px;
  }
  .ag-start-login_title-form {
    margin: 0 0 20px;
  
    text-transform: uppercase;
    font-size: 18px;
    color: #525c69;
  }
  .ag-start-login_field {
    min-height: 85px;
    position: relative;
  }
  .ag-start-login_label {
    display: block;
    padding: 5px 0;
  
    color: #525c69;
  }
  .ag-start-login_input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    background-color: #FFF;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ag-start-login_input:focus {
    outline: 0;
  }
  .ag-start-login_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    margin: 0 10px 0 0;
    padding: 0 15px;
    border: 0;
    background-color: #70bd0e;
  
    cursor: pointer;
  
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
  
    -webkit-transition: background-color .2s ease 0s;
    -moz-transition: background-color .2s ease 0s;
    -ms-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s;
  }
  .ag-start-login_btn:hover {
    background-color: #8dcd1f;
  }
  .ag-start-login_link-recover {
    color: #0192ff;
  }
  
  
  
  .ag-language_box {
    display: inline-block;
  
    position: relative;
  }
  .ag-language_current {
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 15px;
    padding: 0 15px 0 0;
  
    font-size: 14px;
    color: #525c69;
  
    z-index: 9997;
    position: relative;
  }
  .ag-language_current:before,
  .ag-language_current:after {
    content: "";
    border-style: solid;
    border-width: 5px;
  
    position: absolute;
    top: 7px;
    right: 0;
  
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
  }
  .ag-language_current:before {
    margin: 5px 0 0;
    border-color: #525c69 transparent transparent;
  
    z-index: 1;
  }
  .ag-language_current:hover:before {
    border-color: #323a45 transparent transparent;
  }
  .ag-language_current:after {
    margin: 3px 0 0;
    border-color: #FFF transparent transparent;
  
    z-index: 2;
  }
  .ag-language_current:hover {
    cursor: pointer;
  
    text-decoration: none;
    color: #323a45;
  }
  .js-ag-language_current-show:before,
  .js-ag-language_current-show:after {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js-ag-language_current-show:before {
    margin: 1px 0 0;
  }
  .ag-language_item {
    min-height: 16px;
    border-bottom: 1px solid #ededed;
  }
  .js-ag-language_item-active,
  .ag-language_item:hover {
    background-color: #d3eeff;
  }
  .ag-language_link {
    display: block;
    padding: 7px 10px;
  
    white-space: nowrap;
    font-size: 14px;
    color: #525c69;
  }
  .ag-language_link:hover {
    text-decoration: none;
    color: #323a45;
  }
  .ag-language_icons {
    display: inline-block;
    height: 11px;
    width: 16px;
    margin-right: 5px;
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/menu-and-lamp-light/images/flags.png);
    background-repeat: no-repeat;
    background-color: #EFEFEF;
  }
  .ag-language_icon-cn,
  .ag-language_icon-cn:before {
    background-position: -192px -22px;
  }
  .ag-language_icon-en,
  .ag-language_icon-en:before {
    background-position: -112px -44px;
  }
  .ag-language_icon-es,
  .ag-language_icon-es:before {
    background-position: -240px -33px;
  }
  .ag-language_icon-fr,
  .ag-language_icon-fr:before {
    background-position: -80px -44px;
  }
  .ag-language_icon-id,
  .ag-language_icon-id:before {
    background-position: -208px -55px;
  }
  .ag-language_icon-ko,
  .ag-language_icon-ko:before {
    background-position: -240px -66px;
  }
  .ag-language_icon-my,
  .ag-language_icon-my:before {
    background-position: 0 -99px;
  }
  .ag-language_icon-pk,
  .ag-language_icon-pk:before {
    background-position: -48px -110px;
  }
  .ag-language_icon-pt,
  .ag-language_icon-pt:before {
    background-position: -144px -110px;
  }
  .ag-language_icon-ru,
  .ag-language_icon-ru:before {
    background-position: -256px -110px;
  }
  .ag-language_icon-th,
  .ag-language_icon-th:before {
    background-position: -112px -132px;
  }
  .ag-language_icon-vi,
  .ag-language_icon-vi:before {
    background-position: -224px -143px;
  }
  
  .ag-language_panel {
    display: none;
    width: 380px;
    padding: 15px 10px;
    border: 1px solid #d3d3d3;
    background-color: #FFF;
  
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
  
    z-index: 9995;
    position: absolute;
    top: 45px;
    right: 0;
  }
  
  .ag-language_panel-arrow {
    border-width: 14px 10px;
    border-style: solid;
    border-color: transparent transparent #d3d3d3;
  
    z-index: 9995;
    position: absolute;
    top: -28px;
    right: 25px;
  }
  .ag-language_panel-arrow:before {
    content: "";
    border-width: 14px 10px;
    border-style: solid;
    border-color: transparent transparent #FFF;
  
    position: absolute;
    top: -12px;
    left: -10px;
  }
  .ag-language_title-list {
    min-height: 16px;
    padding: 5px 19px 25px;
  
    font-weight: bold;
    font-size: 14px;
  }
  .ag-language-region_item {
    display: inline-block;
    width: 48%;
  
    vertical-align: top;
  }
  /* /header */
  
  /* menu */
  .ag-menu_nav {
    position: relative;
  }
  .ag-menu_nav a {
    color: #FFF;
  }
  .ag-menu_nav a:hover {
    text-decoration: none;
  }
  .ag-menu_nav {
    padding: 0;
  }
  
  .ag-mob-language_selectbox {
    display: none;
  }
  
  .ag-mob-login_box {
    display: none;
  }
  
  .ag-menu_list {
    display: table;
    width: 100%;margin-bottom:0px;
  }
  .ag-menu_item {
    display: table-cell;
  
    position: relative;
  }
  .ag-menu_link-item {
    display: block;
    height: 50px;
    line-height: 50px;
    max-width: 150px;
    padding: 0 30px;
  
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
  
    -webkit-transition: padding .25s ease-out;
    -moz-transition: padding .25s ease-out;
    -ms-transition: padding .25s ease-out;
    -o-transition: padding .25s ease-out;
    transition: padding .25s ease-out;
  }
  .ag-menu-parent_item:hover .ag-menu_link-item {
    text-align: left;
  }
  .ag-menu_link-item.ag-menu_link-item__lamp {
    padding-left: 40px;
  
    position: relative;
  }
  .ag-menu_link-item__lamp:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwN0E5MzYwNjBCRTExRTdBMjQwRjQ2RUQwRDVFQzUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwN0E5MzYxNjBCRTExRTdBMjQwRjQ2RUQwRDVFQzUxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzA3QTkzNUU2MEJFMTFFN0EyNDBGNDZFRDBENUVDNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzA3QTkzNUY2MEJFMTFFN0EyNDBGNDZFRDBENUVDNTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Xl3R+AAAF+0lEQVR42pxXWWxUVRj+7rnLLJ2WtrRlESoBTBC0iD5ooyZqNAImoCEu8UFBEmPUaGJifCLxARNxeRATt0SNGHEJMWikMfpEDAohwVD2pdiUtKW0dKXtzJ177/E798zMnenMFOVk/rnnnuX/zr+fa0gpgZNPoNCkCVgTQCYJ+HVAYhRoOsm+xUlDr7HSwOCq78N+84kn4cXzmwHTA4ZWAtP17I8DsSnAq+VWP8JY+QMszNasDOASvOth8gy4OQcsBRAfWYqA76fWA3agD6WEMDiXGNN75Sysw3+jeIXU7+EQmQhKkBzKveeA1SOQPpSg9SMAhYLv6/GQ+BcIvceQEZUBq0UFXLXJvp0nX8CXfaXnLNrsOc+g8aJA0gYm53PKL5wrEkA8Ql791MyRUBNFTeSYRKRsmalbATi/cPOmClqaR56bYWfXYGTuanTP2YzAbYE5c5naSx6Kl+JZjBFJTJ2JLE+YsxXkbg7exf4egqzmQCdpFekt0sZIejv8hX2Jn9jZRjrGfhufe8jjQ0q6Oy9fuCUIiiSOjWpbSiM3qxjJVxBgK21zga9bOHg8Ai1WfUH9G8MDSjzPPV3c+1zII+Kn0WJ2EfD8v3lyeojvFDEKp74IGannf2+fcs/LfH5ZkFTx9CmYRXvMbywCrtSU8Cbaued9/N8m8Tb33lvqbMWMZwPWDN7F9TaJHZUngmsCK6e6G9ff2klrqk3OBvxgmYpUrEp6f5ZJw5/k4ZmdssN8unquXLcPlOcAq+h/YuFD8O0N9OylfHOZeR6jFzaVqcigc4gEsxUV4fYTfJpZ7SZg/IjuI5gJPldHJ/YyrCym3X/gTv/Mkd9zCSS5gPmXqpFrtaRyRpqClqzuNqD1JS113R2aJL11yWuEuI+J53K5pfPaM8U6eH47+ocXRBI3nt+FS227kElRokIV8UqNEteAk6eB3l1A6matgfGjLBiLdRERzkxgPwefiiKlmldHOeGvknGzBrh6SgOkVoSxFq6rWa6LwjhzgVU3k9vB8gpVDTgy0a+kwZKJzIDuJpZo6ZWak8v0WLqHS0qq7FCOByrFcymwOnmetDzbS1XBcW9Cq9ZjkfdJiaV6THl2qXjbC0FbPZxyYAFNEniFRM7BnfTuX6IiSlNlevms1yABpXaaKS3HzNpivqqcflBFk0XAg63crHgxNl1X51W10jIb0VC7kQc5UHCwqS4+meidFub3eu1Qk2e5tibP80/SBuWy1VJaBDy0kICmrlDRCTfxVnEF0+lbIMQ9HDkUHsYd0g6WoLrji7SdM315Vkdz2U6V0CukTbOrOkaVmUJHlwoRQ6wP62kgd8JNdyIu1dSjSLC2zeUah2W0YR4vgQR2aOd6HqSOa2rxOOaEbI7Rujt1Tcb66neuOYlSW3hkMu1vhyW3QWlwwlfxd+nqiPHOwHDtG3aqSxrJJQYMGzJ9QcqJWsN25GcmgnPq6tV8gwHbEa8ii/HKFSoP7BTNCuVoQQfBOtDqYN8fLfiow8HiJh89PcOne/pt1nKqVgznMmmaiqmFExenU40N6B0SePNpH0+tYz7vcrfBqlwOjPBe3b2lVPkuxyjp4UODaH/dQzzpIMbDLV5040CNI1p85f0yl+FoGoMUyODyQF/3vLQbYHQsi/07HNzZTo8f8MrjuO3rKtVJOV5zDD92uPDPd2LOxU4kuk8hJdKfw0vTB0l+VlPYT8Pyp7+VPd1weruQOXcee39TOneq3q0rS5z00HnYxIuftKKpzqK2JK9jEsPZoXOB7y03ZlxVJb1cmPaFhnjLMhqeLiJwZdTFxy/04NYVjNMRs1RqSmxVlDYm8M1BgTPpPuaHAH7+IyIdOxF4cnnJ50gILOgW02dHzDPsG2GAnB0z8NV+4L02UTFllgPH6C+XDBw6FqCFkkxdjrKpl00/6/ved+yvLTmqlPsN09wqpsyCZpu4/sBxEYZ4rIajmWvdQFSlY00fv2pA8NvIz2ryXINMjTHDtteZlrlZUCxF7G/h5fF+aSX6fDPFj5KakAw7hTTv62mVwkW5of8VYAAX9VgtW76iwQAAAABJRU5ErkJggg==) 50% no-repeat;
    background-size: contain;
  
    position: absolute;
    top: 15px;
    left: 10px;
  
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
  
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .ag-menu_link-item__lamp:hover:before {
    background-color: rgba(255,255,0,.6);
  
    -webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 0, .75);
    -moz-box-shadow: 0 0 10px 3px rgba(255, 255, 0, .75);
    -ms-box-shadow: 0 0 10px 3px rgba(255, 255, 0, .75);
    -o-box-shadow: 0 0 10px 3px rgba(255, 255, 0, .75);
    box-shadow: 0 0 10px 3px rgba(255, 255, 0, .75);
  }
  
  .ag-menu-parent_item:before,
  .ag-menu-parent_item:after {
    content: "";
    border-style: solid;
    border-width: 5px;
  
    position: absolute;
    top: 25px;
    right: 10px;
  
    -webkit-transition: transform 0.2s ease-out 0s;
    -moz-transition: transform 0.2s ease-out 0s;
    -o-transition: transform 0.2s ease-out 0s;
    -ms-transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
  }
  .ag-menu-parent_item:before {
    margin: -3px 0 0;
    border-color: #FFF transparent transparent;
  
    z-index: 1;
  }
  .ag-menu-parent_item:after {
    margin: -5px 0 0;
    border-color: transparent transparent transparent;
  
    z-index: 2;
  }
  
  .ag-menu-subcat_list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .ag-menu_item:last-child .ag-menu-subcat_list {
    left: auto;
    right: 0;
  }
  .ag-menu-subcat_item {
    border-bottom: 1px solid #d2d2d2;
  }
  .ag-menu-subcat_item:last-child {
    border: 0;
  }
  .stick .ag-menu-parent_item:before{border-color: #212529 transparent transparent;margin-top:3px;}
  .ag-menu-subcat_link-item {
    display: block;
    min-width: 160px;
    line-height: 1.2;
    padding: 15px 30px;
    background-color: #fff;
  
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
  }
  .js-menu-subcat_list a{color:#212529;}
  .ag-menu-subcat_link-item:hover {
    background-color: #1d9dbf;
  }
  .ag-menu-subcat_link-item::after, .ag-menu-subcat_title-list::after{display:none;}
  .ag-search-block {
    width: 0;
    background-color: #393737;
  
    overflow: hidden;
  
    z-index: 9992;
    position: absolute;
    top: 0;
    right: 0;
  
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .js-ag-search-block {
    width: 100%;
  }
  .ag-search_btn {
    width: 50px;
    height: 50px;
    margin: auto 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAA/1BMVEUAAAD///////9VVVUsLCzz8/MyMjIZGRnv7+/p6enMzMyUlJSDg4N3d3dYWFhLS0s3NzchISEcHBz////8/Pz////4+Pj7+/v6+vr19fXw8PDq6url5eXd3d3W1tbT09PT09PKysrJycm/v7+xsbGzs7Oqqqr///+bm5uGhobe3t5vb29KSko8PDwhISEXFxf7+/v////////5+fnv7+/u7u7j4+Pj4+Pc3NzZ2dnPz8/Jycmzs7P///+5ubm1tbW0tLSnp6ednZ2Li4uCgoKcnJz9/f2QkJB7e3tpaWlkZGRbW1vCwsJHR0epqak9PT0zMzOAgIAjIyOCgoL////WcYKeAAAAVHRSTlMA+fQ7FuMbBeDOr3NgVzQwIg4K/PPx8O/p3drRz8G4ta6upZ6bk5CGem1kTzYqDwz87Onm5N3Xy8nAvbienJWRkYyAdnNycXFaSERDPykoJR8dEQrZ9HIcAAABAklEQVQoz3WR1XLDMBQFDXHIThM7zA02XGZm5v3/b+nUEEszznlazWqOdCXFS9xsbue1+nVWkZMwk3gpX8VEEWsBWuPkqAJUZ6GwU7Br5v63PDWgHDZ24Tjus3MBtYW/eIWUHTb04MbHU9Q1JczmPiXvFh8l0oqYR8i4MAFLMnOVoQsboEvGrtAJzEwyjuHXP8BUMnGNvgtvWwwlM4WxC78HGAvRtMi/e3QHA0FkoB2MVoX7pXgpUFgOrqvQy7n4M1LhUijQoNi5tcZnBoAhPJZ+SJBkGnaywqdazSKgpkYxZQB7c2lA/Vn3DutD8lOJTBdqX5EmsQ7175XqPLrPaWuTP1XrL7hsQomzAAAAAElFTkSuQmCC) 50% no-repeat;
    background-size: 25px;
  
    cursor: pointer;
  
    z-index: 9991;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ag-search_btn:hover {
    background-color: #393737;
  }
  .ag-search_field {
    position: relative;
  }
  .ag-search_input {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 60px;
    border: 0;
    background-color: #393737;
  
    outline: none;
  
    font-size: 16px;
    color: #FFF;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ag-search_btn-submit {
    display: none;
    height: 50px;
    width: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAA/1BMVEUAAAD///////9VVVUsLCzz8/MyMjIZGRnv7+/p6enMzMyUlJSDg4N3d3dYWFhLS0s3NzchISEcHBz////8/Pz////4+Pj7+/v6+vr19fXw8PDq6url5eXd3d3W1tbT09PT09PKysrJycm/v7+xsbGzs7Oqqqr///+bm5uGhobe3t5vb29KSko8PDwhISEXFxf7+/v////////5+fnv7+/u7u7j4+Pj4+Pc3NzZ2dnPz8/Jycmzs7P///+5ubm1tbW0tLSnp6ednZ2Li4uCgoKcnJz9/f2QkJB7e3tpaWlkZGRbW1vCwsJHR0epqak9PT0zMzOAgIAjIyOCgoL////WcYKeAAAAVHRSTlMA+fQ7FuMbBeDOr3NgVzQwIg4K/PPx8O/p3drRz8G4ta6upZ6bk5CGem1kTzYqDwz87Onm5N3Xy8nAvbienJWRkYyAdnNycXFaSERDPykoJR8dEQrZ9HIcAAABAklEQVQoz3WR1XLDMBQFDXHIThM7zA02XGZm5v3/b+nUEEszznlazWqOdCXFS9xsbue1+nVWkZMwk3gpX8VEEWsBWuPkqAJUZ6GwU7Br5v63PDWgHDZ24Tjus3MBtYW/eIWUHTb04MbHU9Q1JczmPiXvFh8l0oqYR8i4MAFLMnOVoQsboEvGrtAJzEwyjuHXP8BUMnGNvgtvWwwlM4WxC78HGAvRtMi/e3QHA0FkoB2MVoX7pXgpUFgOrqvQy7n4M1LhUijQoNi5tcZnBoAhPJZ+SJBkGnaywqdazSKgpkYxZQB7c2lA/Vn3DutD8lOJTBdqX5EmsQ7175XqPLrPaWuTP1XrL7hsQomzAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 18px 18px;
  
    cursor: pointer;
  
    z-index: 9993;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ag-search_btn-close {
    display: none;
    height: 50px;
    width: 50px;
  
    cursor: pointer;
  
    z-index: 9993;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ag-search_btn-close:before,
  .ag-search_btn-close:after {
    content: "";
    height: 3px;
    width: 24px;
    background-color: #FFF;
    margin: 0 -11px 0 0;
  
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  
    position: absolute;
    top: 50%;
    right: 50%;
  }
  .ag-search_btn-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ag-search_btn-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  @media only screen and (max-width: 767px) {
  
  
  
    .ag-header-wrap {
      width: 100%;
      z-index: 9999;
      position: fixed;
      top: 0;
      left: 0;
      bottom: auto;
  
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
  
      -webkit-transform-style: flat;
      -moz-transform-style: flat;
      transform-style: flat;
    }
    .js-ag-header-wrap__scroll {
      position: fixed;
  
    }
    .js-ag-header-wrap__overlay {
      top: 0;
    }
    .ag-header {
     width:100%;
    }
  
    .ag-logo_tagline {
      display: none;
    }
    .ag-navbar-block {
      display: none;
    }
  
    .ag-logo_img-mobile {
      display: block;
    }
  
    .ag-menu_btn-wrap {
      display: inline-block;
      float: right;
      height: 17px;
      width: 10px;
      margin: -15px 15px 0;
      padding: 2px 7px;
  
      cursor: pointer;
  
      vertical-align: middle;
      position: relative;
  
      -webkit-tap-highlight-color: transparent;
    }
    .ag-menu_btn {
      height: 2px;
      width: 24px;
      background-color: #ffffff;
  
      position: absolute;
      top: 9px;
      left: 0;
  
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
  
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    .ag-menu_btn:before,
    .ag-menu_btn:after {
      content: "";
      height: 2px;
      width: 24px;
      background-color: #ffffff;
  
      position: absolute;
  
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
  
    .ag-menu_btn:before {
      -webkit-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      -o-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    .ag-menu_btn:after {
      -webkit-transform: translateY(8px);
      -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
      -o-transform: translateY(8px);
      transform: translateY(8px);
    }
    .ag-menu_btn-wrap:hover .ag-menu_btn:before {
      -webkit-transform: translateY(-9px);
      -moz-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
      -o-transform: translateY(-9px);
      transform: translateY(-9px);
    }
    .ag-menu_btn-wrap:hover .ag-menu_btn:after {
      -webkit-transform: translateY(9px);
      -moz-transform: translateY(9px);
      -ms-transform: translateY(9px);
      -o-transform: translateY(9px);
      transform: translateY(9px);
    }
    .js-ag-menu_btn-show {
      background: none;
    }
    .js-ag-menu_btn-show:before,
    .ag-menu_btn-wrap:hover .js-ag-menu_btn-show:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }
    .js-ag-menu_btn-show:after,
    .ag-menu_btn-wrap:hover .js-ag-menu_btn-show:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  
    .ag-menu-block {
      width: 80%;
      max-width: 300px;
      padding: 50px 0 0;
      background-color: #000;
  
      overflow-y: auto;
      overflow-x: hidden;
  
      z-index: 9990;
      position: absolute;
      top: 76px;
      right: -100%;
      bottom: 0;
  
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
  
      -ms-touch-action: none;
    }
    .js-ag-menu-block {
      right: 0;
  
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
    }
  
    .ag-menu_nav {
      padding: 0;
  
      position: static;
    }
  
    .ag-mob-language_selectbox {
      display: block;
  
      position: relative;
    }
    .ag-mob-language_selectbox:before {
      content: "";
      height: 11px;
      width: 16px;
      background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/menu-and-lamp-light/images/flags.png);
      background-repeat: no-repeat;
      background-color: #EDEDED;
      margin-top: -6px;
  
      z-index: 9999;
      position: absolute;
      top: 50%;
      left: 10px;
    }
    .ag-mob-language_form {
      background-color: #FFF;
  
      position: relative;
    }
    .ag-mob-language_form:before,
    .ag-mob-language_form:after {
      content: "";
      border-style: solid;
      border-width: 5px;
  
      position: absolute;
      top: 50%;
      right: 10px;
    }
    .ag-mob-language_form:before {
      margin: -2px 0 0;
      border-color: #525c69 transparent transparent;
  
      z-index: 1;
    }
    .ag-mob-language_form:hover:before {
      border-color: #323a45 transparent transparent;
    }
    .ag-mob-language_form:after {
      margin: -4px 0 0;
      border-color: #FFF transparent transparent;
  
      z-index: 2;
    }
    .ag-mob-language_select {
      height: 40px;
      width: 100%;
      padding: 5px 5px 5px 30px;
      border: 0;
      background: none;
  
      text-indent: .01px;
      text-overflow: "";
      color: #525c69;
  
      z-index: 1;
      position: relative;
  
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .ag-mob-language_select:focus {
      outline: 0;
    }
  
    .ag-mob-login_box {
      display: block;
      border-bottom: 1px solid #454545;
    }
    .ag-mob-login_link {
      display: block;
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
  
      vertical-align: middle;
      white-space: nowrap;
  
      -webkit-transition: padding .25s ease-out;
      -moz-transition: padding .25s ease-out;
      -ms-transition: padding .25s ease-out;
      -o-transition: padding .25s ease-out;
      transition: padding .25s ease-out;
    }
  
    .ag-menu_list {
      display: block;padding:0px;
    }
    .ag-menu_item {
      display: block;
  
      border-bottom: 1px solid #454545;
    }
    .ag-menu_item:last-child {
      border: 0;
    }
    .ag-menu_link-item {
      max-width: 300px;
      padding: 0 15px;
  
      text-align: left;
    }
    .ag-menu_link-item.ag-menu_link-item__lamp {
      padding: 0  40px 0 15px;
    }
    .ag-menu_link-item__lamp:before {
      left: auto;
      right: 10px;
    }
    .js-ag-menu-subcat_list {
      border-top: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
    }
  
    .ag-menu-subcat_list {
      display: none;
  
      position: static;
      top: auto;
      left: auto;
    }
  
    .js-ag-menu-parent_item:before,
    .js-ag-menu-parent_item:after {
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1)
    }
    .js-ag-menu-parent_item:before {
      margin: -9px 0 0;
    }
    .js-ag-menu-parent_item:after {
      margin: -8px 0 0;
      border-color: #393737 transparent transparent;
    }
  
    .ag-menu-subcat_link-item {
      background-color: #f0f0f0;
    }
  
    .js-ag-menu_nav .ag-menu_item:nth-child(1) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.2s;
      -moz-animation: an-slide-in 0.2s;
      -ms-animation: an-slide-in 0.2s;
      -o-animation: an-slide-in 0.2s;
      animation: an-slide-in 0.2s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(2) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.3s;
      -moz-animation: an-slide-in 0.3s;
      -ms-animation: an-slide-in 0.3s;
      -o-animation: an-slide-in 0.3s;
      animation: an-slide-in 0.3s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(3) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.4s;
      -moz-animation: an-slide-in 0.4s;
      -ms-animation: an-slide-in 0.4s;
      -o-animation: an-slide-in 0.4s;
      animation: an-slide-in 0.4s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(4) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.5s;
      -moz-animation: an-slide-in 0.5s;
      -ms-animation: an-slide-in 0.5s;
      -o-animation: an-slide-in 0.5s;
      animation: an-slide-in 0.5s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(5) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.6s;
      -moz-animation: an-slide-in 0.6s;
      -ms-animation: an-slide-in 0.6s;
      -o-animation: an-slide-in 0.6s;
      animation: an-slide-in 0.6s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(6) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.7s;
      -moz-animation: an-slide-in 0.7s;
      -ms-animation: an-slide-in 0.7s;
      -o-animation: an-slide-in 0.7s;
      animation: an-slide-in 0.7s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(7) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.8s;
      -moz-animation: an-slide-in 0.8s;
      -ms-animation: an-slide-in 0.8s;
      -o-animation: an-slide-in 0.8s;
      animation: an-slide-in 0.8s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(8) .ag-menu_link-item {
      -webkit-animation: an-slide-in 0.9s;
      -moz-animation: an-slide-in 0.9s;
      -ms-animation: an-slide-in 0.9s;
      -o-animation: an-slide-in 0.9s;
      animation: an-slide-in 0.9s;
    }
    .js-ag-menu_nav .ag-menu_item:nth-child(9) .ag-menu_link-item {
      -webkit-animation: an-slide-in 1s;
      -moz-animation: an-slide-in 1s;
      -ms-animation: an-slide-in 1s;
      -o-animation: an-slide-in 1s;
      animation: an-slide-in 1s;
    }
  
    @-webkit-keyframes an-slide-in {
      0% {
        -webkit-transform: translateX(100px);
      }
  
      100% {
        -webkit-transform: translateY(0);
      }
    }
  
    @-moz-keyframes an-slide-in {
      0% {
        -moz-transform: translateX(100px);
      }
  
      100% {
        -moz-transform: translateY(0);
      }
    }
  
    @-ms-keyframes an-slide-in {
      0% {
        -ms-transform: translateX(100px);
      }
  
      100% {
        -ms-transform: translateY(0);
      }
    }
  
    @-o-keyframes an-slide-in {
      0% {
        -o-transform: translateX(100px);
      }
  
      100% {
        -o-transform: translateY(0);
      }
    }
  
    @keyframes an-slide-in {
      0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
      }
  
      100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
      }
    }
  }
  
  .lwrap{display:flex;justify-content:space-between;align-items:center;}
 
  .swiper-container {
    width: 100%;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    color: #ffffff;
    font-size: 3.5vw;
    font-weight: bold;
  }
  
  .banner{background:url(images/red.webp) no-repeat;background-size:cover;align-items:center;display:flex;
  padding-top:70px;}
.swc{display:grid;grid-template-columns:45% 45%;justify-content:space-between;align-items: center;
padding-top:200px;}
img{max-width:100%;}
.swc div{padding-bottom:100px;}

.banner .swiper-slide {
  opacity: 0 !important;
  transition: 0.4s;display:grid;justify-content:space-between;align-items:center;
}
.left-side{color:#ffffff;display:flex;align-items:center;}
.banner  .swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide .main-wrapper > *,
.swiper-slide .main-content > * {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
}

.banner .swiper-slide-active .main-wrapper > *,
.banner .swiper-slide-active .main-content > * {
  transform: none;
  opacity: 1;
}

.swiper-slide .bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  object-position: 60%;
}

.swiper-slide-active .bottle-bg {
  opacity: 1;
  transform: none;
  object-position: 50%;
}

.swiper-slide .bottle-img {
  transition-duration: 0.8s;
  transform: scale(1.2);
  opacity: 0;
}

.swiper-slide-active .bottle-img {
  opacity: 1;
  transform: scale(1.6);
}
.banner{height:800px;position: relative;}
.swiper-pagination-bullet{border:1px solid #a6c0d0;background-color:transparent;opacity: 1;}
.swiper-pagination-bullet-active{background-color:#a6c0d0;}
.ag-menu_nav a.active::after,.ag-menu_nav a:hover::after{
  transform:scale(1);
}
.ag-menu_nav a::after{content:'';position: absolute;bottom:0;background-color:#ffffff;
width:5px;height:5px;border-radius:50%;transform:scale(0);transition:all 0.2s ease-in;}
.ag-menu_nav a{display:flex;justify-content:center;}
.hsec1 .pl10{padding-left:10%;}
.hsec1{padding-top:10%;position: relative;}
.hsec1 img{width:80%;border-radius: 20px 0px 0px 20px;height:400px;}
.hsec1::after,.hsec2::after,.hsec4::after,.hsec5::after{content:"About Us";text-transform:uppercase;position: absolute;top:0;font-size: 140px;
  width: 100%;line-height:1;
  height: 100%;
  left: 0%;z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b9bac0;
  color: transparent;
  opacity: 0.3;font-weight:bold;}
.facts .count{font-size:50px;font-weight:600;color:var(--skyblue);line-height:1;}

.ck::after{
  content:'K';
  position:absolute;
}
.cplus::after{
  content:'+';
  position:absolute;
}
.ck,.cplus{margin-left:-5px;}
section{position: relative;z-index:1;overflow-x:hidden;}
.hsec2{padding:100px 0px;background-color:#d7eaf5;margin-top:80px;}
.hsec2::after{content:'Products'}
h2.h1{font-weight:bold;}

.mgrid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;    position: relative;
  overflow: hidden;
}
.mgrid .wide {
	grid-column: span 2;width:auto;
}
.wt img{width:auto !important;}
.mgrid .tall {
	grid-row: span 2;
  flex-direction:column;
}
.mgrid .big {
	grid-column: span 2;
	grid-row: span 2;
}
.mgrid > div, .red{background-color:#d9251b;display:flex;align-items:center;justify-content:center;gap:20px 40px;
border-radius:30px;padding:60px 0px 60px 20px;color:#ffffff;position: relative;z-index:9;overflow:hidden;}
img{max-width:100%;}
.mirror{flex-direction:column;}
.mgrid img{object-fit:contain;width:50%;}
.mirror, .tall{text-align:center;}
.mgrid a{color: #fff;font-size:15px;font-weight:300;}
.tall img{width:80%;}
.mgrid > div::after,.red::after{content:'';position:absolute;width:100%;height:100%;transform:scale(0);
left:0;bottom:0;background-color:var(--skyblue);z-index:-1;border-radius:20px;transition:all 0.4s ease-out;}
.mgrid > div:hover::after,.red:hover::after{transform:scale(1);}
.mirror{padding-left:0px !important;}
.menuwrap{width:80%;margin:0px auto;display:flex;justify-content:space-between;align-items:center;}.stick{background-color:#fff;}
.hsec3{background-image:url(images/blogbg.png);background-attachment:scroll;padding:70px 0px;color:#ffffff;}
.hsec3 h2{padding:0px;margin:0px;}
#center .swiper-slide img{transform: scale(0.7);
  transition: all 0.3s ease;
  border-radius: 20px;}
  #center .swiper-slide{opacity:1 !important;display:block;padding-top:0px;}
  #center p{font-size:16px;color:#000000;font-weight:400;text-align:center;}
  #center .swiper-slide-active img{transform: scale(1);
    transition: all 0.3s ease;
    border-radius: 20px;}
    #center .swiper-slide p,#center .swiper-slide a, #center .swiper-slide h2{display:none;}
    #center .swiper-slide-active p,#center .swiper-slide-active a, #center .swiper-slide-active h2{display:block;margin-top:10px;
    transition:all 0.3s ease;}
    #center{padding:150px 0px 0px;}
    #center .swiper-slide-active a{position: absolute;bottom:0;}
    .blogimg{position: relative;display:flex;justify-content:center;}
    #center .swiper-slide-active a{padding:10px 20px;background-color:#1d9dbf;color:#000000;border-radius:10px;}
    #center .swiper-slide-active .blogimg::after{content:'';position: absolute;bottom:0;background-color:#1d9dbf;width:85%;height:10px;
      clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);transition:all 0.3s ease;;}
      .swiper-pagination1{text-align:center;}
.hsec4{padding-bottom:80px;}
.hsec4::after{content:'Blogs';}
.hsec5{padding:100px 0px 80px;}.hsec5::after{content:'Testimonials';}
.owl-dots .owl-dot:nth-child(even){margin:0px 8px;}
.owl-dots{text-align:center;margin-top:20px;}
.owl-dot{width:8px;height:8px;border:1px solid var(--red) !important;border-radius:50%;}
.owl-dot.active{background-color:var(--red) !important;}
.hsec5::before{
  content:'';position: absolute;width:100%;height:50%;background-color:var(--skyblue);bottom:0;
}
.lgbg{background-color:#d7eaf5;border-radius:20px;padding:20px;}.hsec6{background-color:var(--skyblue);}
.hsec6 p{margin:0px;}
.cw1{display:grid;grid-template-columns:47% 47%;}
.hsec6{padding:20px 0px 70px;}
footer{background-color:var(--skyblue);padding-top:50px;}
.ebtn{display:flex;justify-content:center;gap:50px;color:#ffffff;padding:30px 0px 0px;font-size:30px;font-weight:400;}
.ebtn a{padding:8px 16px;border: 1px solid #ffffff;border-radius:20px;font-size:18px;color:#ffffff;display:inline-flex;
text-transform:uppercase;transition:all 0.4s ease-out;}
.ebtn a:hover{background-color:var(--red);border-color:var(--red);color:#fff;}
footer p, footer a{color:#ffffff}
footer ul{list-style-type:none;padding-left:0px;}
footer ul a{text-transform:uppercase;}
footer ul li{margin-bottom:10px;}
.copyrights{border-top:1px solid #5fc0da;padding-top:15px;gap:0px 30px;flex-wrap:wrap;font-size:14px;}
.socialmedia{display:flex;gap:15px;padding:0px;margin-top:20px;}
.pipes img{position: absolute;right:-10px;top:20px;}
.pipes{align-items:flex-end !important;padding-bottom:15px !important;}
.pipes div{    width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;}
  .mgrid h3{font-size:24px;}
.innerbanner{background:linear-gradient(to right, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)),url(images/productbg.png);height:350px;
color:#ffffff;position: relative;overflow:hidden;text-align:center;}
.innerbanner a{color:#dddddd;}
.innerbanner .container{display:flex;align-items:center;justify-content:center;height:100%;
margin-top:25px;}
.innerbanner ul{display:flex;gap:20px;justify-content:center;margin-top:20px;}
ul{list-style-type:none;padding-left:0px;}
.dncs{padding-top:80px;}
.bw::after{content:'Bath Ware';}.iv::after{content:'INDOOR VISUALS';}
.taps::after{content:'Taps';}.valves::after{content:'Valves';}
.pf::after{content:'Pipes & Fittings';}.as::after{content:'ACCESSORIES & SPARES';}
.wt::after{content:'Water Tanks';}
.bw .mgrid{grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));}
.abtslider{padding:50px;position: relative;}
.abtslider img{height:auto;border-radius:20px;}

.abtslider::after{content:'';position:absolute;bottom:0;border-radius:20px;
width:100%;height:70%;background-color:#bcbcbc;left:0;z-index:-1;}
.nowrap{white-space:nowrap;}
.cicon{display:flex;gap:20px;}
.pad100{padding:100px 0px;}
.csec1 a{color: #000000;}
.csec1 a:hover{color:var(--skyblue);}
.csec1 svg{width:50px;height:50px;}
.csec1 .row{display:grid;grid-template-columns:35% 30% 25%;justify-content:space-between;}
.csec2 input,textarea,.csec2 select{border-top:0px;border-left:0px;border-right:0px;border-radius:0px;
background-color:transparent;border-bottom:1px solid #bec3d5;}
.csec2 select{padding-left:0px;}
.form-control:focus{background-color:transparent !important;box-shadow:none !important;}
.csec2 input{height:50px;padding-left:0px;}
.cforms{background-color:#e5e7ef;padding:70px 50px;border-radius:20px;}
textarea{width:100%;height:100px;resize:none;}
.csec2 .row{margin-bottom:30px;}
.submitbtn{border:1px solid !important;padding:15px 40px !important;text-align:center;
border-radius:15px !important;background-color:transparent;transition:all 0.2s ease-out;}
.submitbtn:hover{background-color:var(--skyblue);color:#fff;border-color:var(--skyblue);}
.lmap{line-height:0px;filter:grayscale();}
.apps::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background:#fff;
  border-radius: 100%;
  z-index: 100;
}

.apps::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background:#fff;
  border-radius: 100%;
  z-index: 1000;
}
.detail .mgrid,.cgrid{grid-template-columns: repeat(3,1fr);grid-auto-rows: auto;}
.detail .mgrid > div,.cgrid > div{flex-direction:column;padding:30px 15px;}
.detail .mgrid h3{font-size:20px;text-align:center;font-weight:400;}
.pts::after{content:'';}.kb h3{font-size: 20px;}
.collection{background-color:#363636;}
.cgrid > div{background-color:transparent;border:1px solid #fff;}
.bassy p{font-family: bassy;font-size:70px;line-height:70px;}.bassy{color:#fff;}
.detail .mgrid img{width:90%;}
.js-menu-subcat_list a{justify-content:flex-start;}
.section-table-container {
  width: 100%;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: auto;
}

.section-table-container::-webkit-scrollbar {
  border: 1px solid #d9251b;
  height:2px;
  width: 2px;
}

.content-table {
  white-space: nowrap;
  width: 100%;
  border-collapse: collapse;margin-top:60px;
}

.content-table tbody tr td{
  border: 1px solid #d7eaf5;
}

.content-table thead tr th {
  padding: 16px 10px 16px 10px;
  position:sticky;
  top: 0;font-weight:400;
  text-transform: uppercase;
  border: 1px solid #d7eaf5;
  background-color: #FFFFFF;
  z-index: 2;text-align:center;
}
.content-table thead tr th:nth-child(1),.content-table tbody tr td:nth-child(1){font-weight:700;color:#212529;}
.content-table thead tr th:nth-child(1) {
  position:sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.content-table tbody tr td {
  padding: 16px 10px 16px 10px;
  height: 45px;
  font-size: 16px;
  background-color: #FFFFFF;text-align:center;
}
table sup{left:2px;}
.content-table tbody tr td:nth-child(1) {
  position:sticky;
  top: 0;
  left: 0;
  color: #212529;
  z-index: 1;
}
.mgrid1{display:grid;grid-template-columns:30% 60%;justify-content:space-between;align-items:center;}
.mgrid1 .red{height:410px;padding-left:0px;}.section-table-container::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.section-table-container::-webkit-scrollbar-track {
  background: #d9251b;
}

/* Handle */
:.section-table-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.section-table-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.imgshadow img{filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.25))}
.imgleft{padding-left:0px !important;}.imgleft img{margin-left:-40px;}
.thbg{background-color:#d7eaf5 !important;}.ag-logo_link svg{width:200px;height:auto;transition:all 0.3s ease;}
.stick svg path{fill:var(--red);}.stick{box-shadow:0px 0px 5px rgba(0,0,0,.25);}
.stick a{color: #212529;}
.stick .ag-menu_nav a::after{background-color:var(--red);}.stick .ag-logo_link .fil3{fill:#ef3024;}
.stick .ag-logo_link svg{width:140px;}.stick{padding:10px 0px;}
.stick .ag-menu_link-item{line-height:60px;height:60px;}
.banner .center{display:grid;grid-template-columns:45% 50%;justify-content:space-between;}
.banner .right-side__img{display:grid;grid-template-columns:48% 48%;justify-content:space-between;gap:20px 0px;
text-align:center;}
.banner .right-side__img div{position: relative;overflow: hidden;
  border-radius: 20px;
  padding:10px;}.banner .right-side__img img{filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.25));}
  .banner .right-side__img div::after{content:'';    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1), inset 0px 0px 7px 1px rgba(255, 255, 255, .1), 0px 0px 7px 0px rgba(0, 0, 0, .25);
    border-color: rgba(255, 255, 255, .35);
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.1) 0%, rgba(100, 100, 100, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(100, 100, 100, 0.1) 100%);
    background-color: rgba(255, 255, 255, .1);position:absolute;
  width:100%;height:100%;right:0px;z-index:-1;top:0;}
  .hlist .hc1 div{width:45%;}
  .hlist .hc1 img{width:80%;position:absolute;right:-30px;}
  .hlist .hc1{justify-content:flex-start;}
  .hc2 img{width:45%;}.hc3 img{width:100%;}
  .hc4 img{width:45% !important;}  .mgrid img{transition:all 0.3s ease;}
  .mgrid div:hover img{transform:scale(1.1);}
  .btn{padding: 8px 20px;transition:all 0.3s ease;
    background-color: #1d9cbd;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-flex;}
    .btn:hover{background-color:var(--red);color:#fff;}
    .hc3{padding-right:10px !important;padding-left:10px !important;}
  .stick .ag-menu_btn:before, .stick .ag-menu_btn:after, .stick .ag-menu_btn{background-color:var(--red);}
  .stick .ag-menu_btn-wrap{margin-top:0px;}
  .foldhead h2{display:none;cursor: pointer; }
.sfname{font-size:18px;color:#fff;font-weight:400;}
footer .mhd svg{width:150px;height:auto;}footer .mhd{text-align:center;}
.rm-btn{display:none;}.tvalve::after{content:"Taps & Valves";}
.detail .mgrid{text-align:center;}.bw1 img{width:55%;}
.bw2 img{width:60%;}.bw3 img{width:70%;position: absolute;right:-30px;}
.bw3 div{width:40%;}
.bw3 {justify-content:flex-start !important;}.rao{display: flex;
  gap: 10px;
  align-items: center;}.submitbtn{line-height: 1;}
  .bloglist{display:grid;grid-template-columns:49% 49%;justify-content:space-between;gap:40px 0px}
  .bloglist img{border-radius:0px;}.stick .ag-menu_btn.js-ag-menu_btn-show{background-color:transparent;}
  .vm::after{content:'Vision & Mission';}
  .cards {
    position: relative;overflow:hidden;
}.cards__inner {
  display: grid;grid-template-columns:40% 58%;justify-content:space-between;
  flex-wrap: wrap;
  gap: 0.5em;
}
.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  opacity: var(--opacity, 0);
  -webkit-mask: radial-gradient(25rem 25rem at var(--x) var(--y), #000 1%, transparent 50%);
  mask: radial-gradient(25rem 25rem at var(--x) var(--y), #000 1%, transparent 50%);
  transition: 400ms mask ease;
  will-change: mask;
}
.card{background:linear-gradient(193deg, #cbe1ee 53%, #acc7d785 100%);
  box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0.2);
  border: 1px solid #bbcfd9;position: relative;
  padding: 50px;transition: all 1.7s ease;}
  .cards svg{width:100px;height:100px;margin-bottom:15px;}
  .cards svg path{fill:#78a1ba;transition:all 1s ease-out;}
  .cards__inner .card:nth-child(2) svg{width:90px;}
  .card::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: linear-gradient(45deg, #ffffff00, #ffffff 50%, #ffffff00);
    top: -1px;
    right: 20px;
    transition: all 1.4s ease;
}
.card::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: linear-gradient(45deg, #ffffff00, #ffffff87 50%, #ffffff00);
  bottom: -1px;
  left: 20px;
  transition: all 1.4s ease;
}
.card:hover {
  box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0.4);
}.card:hover::before {
  right: calc(50% - 20px);
}.card:hover::after {
  left: calc(50% - 20px);
}
.card:hover svg path{fill:var(--red);}.vm{margin-top:30px;}
.card li{position: relative;padding-left:30px;margin-bottom:15px;}
.card li::after{
  content:'';background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHdpZHRoPSI5MDAuMDAwMDAwcHQiIGhlaWdodD0iOTAwLjAwMDAwMHB0IiB2aWV3Qm94PSIwIDAgOTAwLjAwMDAwMCA5MDAuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+CjxtZXRhZGF0YT4KQ3JlYXRlZCBieSBwb3RyYWNlIDEuMTAsIHdyaXR0ZW4gYnkgUGV0ZXIgU2VsaW5nZXIgMjAwMS0yMDExCjwvbWV0YWRhdGE+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDkwMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0xNTUyIDgzOTEgYy01NyAtMjMgLTk3IC02MiAtMTIyIC0xMTggLTIxIC00OSAtMjcgLTEyOCAtOSAtMTM4IDUKLTQgMTQgLTE3IDIwIC0yOCAxMCAtMjQgMjEgLTQzIDYyIC0xMDAgMTUgLTIyIDI3IC00NiAyNyAtNTQgMCAtNyAzIC0xMyA4Ci0xMyA0IDAgMjEgLTIzIDM3IC01MSAxNyAtMjggMzcgLTYyIDQ1IC03NSA4IC0xMiA0NiAtNzQgODUgLTEzNiAzOCAtNjIgODIKLTEzMSA5NyAtMTUyIDE1IC0yMSAyOCAtNDIgMjggLTQ2IDAgLTQgMjQgLTQ0IDUzIC04OCAyOCAtNDQgNzUgLTExNyAxMDIKLTE2MiAyOCAtNDQgNjggLTEwOSA5MSAtMTQzIDIzIC0zNSA0NyAtNzUgNTUgLTg5IDggLTE1IDQzIC03MyA3OSAtMTI5IDc0Ci0xMTcgMTM4IC0yMTkgMjYwIC00MTQgMTIwIC0xOTIgMjAyIC0zMjQgMzAwIC00ODAgMTIyIC0xOTQgMjI5IC0zNjYgMjk2Ci00NzQgMzMgLTUxIDY2IC0xMDQgNzQgLTExNyA4IC0xMiAzNSAtNTYgNTkgLTk2IDI1IC00MCA0OCAtNzQgNTMgLTc2IDQgLTIgOAotOCA4IC0xMyAwIC02IDE5IC00MCA0MyAtNzcgMjQgLTM3IDYxIC05NiA4MyAtMTMxIDIxIC0zNSA0NiAtNzQgNTQgLTg3IDgKLTEyIDQxIC02NSA3MyAtMTE2IDMyIC01MSA4MiAtMTMxIDExMiAtMTc4IDM0IC01NCA1NCAtOTcgNTQgLTExNyAxIC0zMiAtMjUKLTgwIC0xNjQgLTI5OCAtODkgLTE0MCAtMTk4IC0zMTQgLTI2NCAtNDIwIC0zMCAtNDkgLTU4IC05MiAtNjEgLTk1IC00IC0zCi0zMyAtNDkgLTY2IC0xMDMgLTMyIC01NCAtNjYgLTEwOSAtNzQgLTEyMiAtMzkgLTYxIC0yMjUgLTM1NSAtMzE1IC01MDAgLTMxCi00OSAtODUgLTEzNSAtMTIxIC0xOTAgLTM1IC01NSAtNjkgLTEwOSAtNzQgLTEyMCAtNiAtMTEgLTM5IC02NSAtNzUgLTEyMAotMzUgLTU1IC05MCAtMTQwIC0xMjEgLTE5MCAtMzEgLTQ5IC04NSAtMTM1IC0xMTkgLTE5MCAtMzUgLTU1IC05NiAtMTUyIC0xMzUKLTIxNSAtMzkgLTYzIC0xMDAgLTE2MCAtMTM1IC0yMTUgLTM1IC01NSAtODAgLTEyNyAtMTAxIC0xNjAgLTIxIC0zMyAtNTYgLTg5Ci03OSAtMTI1IC0yMyAtMzYgLTQ1IC03MiAtNDkgLTgwIC0zIC04IC0yOSAtNDkgLTU2IC05MCAtMjcgLTQxIC03OCAtMTIyCi0xMTQgLTE4MCAtMzUgLTU4IC04NSAtMTM2IC0xMTAgLTE3NSAtMzggLTU3IC00NiAtNzcgLTQ2IC0xMTUgMSAtMTIzIDExMAotMjI5IDIzOCAtMjMwIDUyIDAgMTAwIDE3IDE2NCA1OCAxNSA5IDU3IDM2IDk1IDYwIDM3IDI0IDEwMiA2NSAxNDMgOTIgNDEgMjcKMTA2IDY4IDE0NCA5MiAzOCAyNCA3OSA1MCA5MiA1OCAxMiA4IDU2IDM1IDk2IDU5IDQwIDI0IDc1IDQ3IDc4IDUxIDMgMyA0MwozMCA5MCA1OSAxNTYgOTYgMTg0IDExNCAyNjUgMTY2IDg2IDU2IDE4NCAxMTkgMjkzIDE4OCAzNyAyNCAxMTYgNzUgMTc1IDExMwo1OSAzOCAxMTkgNzYgMTMyIDg0IDEzIDggNTYgMzUgOTUgNjAgMzkgMjUgNzkgNTAgODggNTUgOSA2IDQ0IDI4IDc3IDUwIDMzCjIyIDY4IDQ0IDc3IDUwIDM0IDIwIDE1NiA5NyAyNTMgMTYwIDU1IDM1IDEzMSA4MyAxNjkgMTA3IDEwMiA2NCA5MSA1NyAzODEKMjQzIDEwOSA2OSAyNTEgMTYxIDMzOCAyMTYgOTEgNTcgMjI0IDE0MyAzNDcgMjIyIDUyIDM0IDEwMyA2NiAxMTIgNzIgODggNTMKMTY0IDEwMCAxNjggMTA1IDMgNCAzNCAyNCA2OSA0NiAzNSAyMSA3NCA0NiA4NiA1NCAxMyA4IDU0IDM0IDkyIDU4IDk3IDYxCjE1NiA5OCAyNTMgMTYxIDEzOCA4OCAyMDcgMTMzIDM0NyAyMjIgNzMgNDYgMjA4IDEzMiAzMDAgMTkxIDkzIDU5IDE5NyAxMjUKMjMzIDE0OCAzNiAyMiAxMTAgNjkgMTY1IDEwNSAxMDAgNjMgMjIyIDE0MSAyNTQgMTYwIDkgNiA0OSAzMiA4OCA1OCAxNjYgMTExCjIyNSAyODggMTQ5IDQ0OSAtNDMgOTAgLTkxIDEzMyAtMjcxIDI0MSAtMTEgNyAtMjIgMTUgLTI1IDE4IC0zIDMgLTM2IDI1IC03NQo0OCAtMzggMjMgLTEwNCA2NCAtMTQ1IDkyIC00MSAyNyAtODIgNTIgLTkwIDU2IC04IDQgLTQxIDI1IC03NSA0NyAtMzMgMjMKLTY4IDQ1IC03NyA1MSAtMTUgOSAtMTA2IDY2IC0xODMgMTE1IC0xMyA4IC01NCAzNCAtOTIgNTggLTM3IDI0IC0xMTMgNzIKLTE2OCAxMDcgLTU1IDM2IC0xMjkgODMgLTE2NSAxMDUgLTM2IDIzIC0xMTAgNzAgLTE2NSAxMDUgLTk3IDYzIC0yMTkgMTQwCi0yNTMgMTYwIC05IDYgLTQ0IDI4IC03NyA0OSAtMzMgMjEgLTg5IDU3IC0xMjQgODAgLTM2IDIzIC0xMDAgNjQgLTE0MyA5MQotNDIgMjggLTEyMCA3NyAtMTczIDExMCAtNTMgMzMgLTEyOCA4MSAtMTY4IDEwNiAtNDAgMjYgLTE1NSA5OSAtMjU3IDE2NAotMTAyIDY1IC0yMTggMTM4IC0yNTcgMTY0IC04NCA1MyAtMTcyIDEwOSAtMzMzIDIxMSAtMTQxIDkwIC0yMTMgMTM2IC0zNTMKMjI2IC0xMzEgODQgLTEzOCA4OCAtMjI1IDE0MSAtMzggMjMgLTEwNiA2NyAtMTUxIDk3IC00NiAzMSAtODYgNTYgLTkxIDU2IC01CjAgLTE1IDYgLTIyIDEzIC0xMSAxMSAtODMgNTcgLTE3NiAxMTIgLTkgNiAtNjIgNDAgLTExNyA3NiAtNTUgMzYgLTEzMSA4NQotMTcwIDEwOCAtMzggMjQgLTEyMiA3NiAtMTg1IDExNiAtNjMgNDEgLTE0NCA5MiAtMTgwIDExNSAtOTIgNTcgLTk3IDYwIC0xNjUKMTA2IC0zMyAyMiAtNjcgNDMgLTc1IDQ3IC04IDQgLTI3IDE1IC00MiAyNSAtMjQgMTUgLTEzMyA4NCAtMTgzIDExNSAtMTEgNgotMzYgMjQgLTU1IDM4IC0xOSAxNCAtNDIgMjkgLTUwIDMzIC0yMCA5IC00NCAyNCAtMTE1IDcxIC0xNTUgMTAyIC0yMzEgMTIyCi0zMjMgODZ6IG0zMTggLTM4MSBjMjEgLTE2IDQwIC0zMCA0MyAtMzAgMyAwIDQ4IC0yOCAxMDEgLTYyIDUyIC0zNSAxNTkgLTEwMwoyMzYgLTE1MyA3OCAtNDkgMTgxIC0xMTUgMjI4IC0xNDYgNDggLTMwIDEyMSAtNzcgMTYyIC0xMDQgNDEgLTI2IDk4IC02MiAxMjUKLTgwIDI4IC0xOCAxMDIgLTY1IDE2NSAtMTA1IDYzIC00MCAxNDggLTk1IDE4OCAtMTIxIDQwIC0yNyA3NSAtNDkgNzcgLTQ5IDMKMCA0NSAtMjYgOTMgLTU5IDgyIC01NSAxNTIgLTEwMCAzMzUgLTIxNyAxNzQgLTExMSAyMjYgLTE0NCAzMDcgLTE5NiA0NyAtMzAKMTAzIC02NSAxMjUgLTc4IDIyIC0xMyA0MiAtMjcgNDUgLTMwIDMgLTQgMzcgLTI2IDc1IC00OSAzOSAtMjQgMTA0IC02NSAxNDUKLTkxIDQxIC0yNyAxMjAgLTc3IDE3NCAtMTEyIDU1IC0zNSAxMjkgLTgyIDE2NSAtMTA1IDM2IC0yMyA5NSAtNjEgMTMxIC04NAozNiAtMjIgOTkgLTYzIDE0MCAtOTAgNDEgLTI3IDEwNiAtNjggMTQzIC05MSA5OCAtNjEgMTAzIC02NSAyMzIgLTE0OCAxMzgKLTg5IDE0MyAtOTMgMjMxIC0xNDggMzggLTI0IDEwMyAtNjYgMTQ0IC05MiA4NiAtNTYgMjAzIC0xMzAgMjI4IC0xNDUgOSAtNgo0NCAtMjggNzcgLTUxIDM0IC0yMiA2NyAtNDMgNzUgLTQ3IDggLTQgNDkgLTI5IDkwIC01NyA2MyAtNDEgMTI4IC04MyAyMjkKLTE0NSA5IC02IDYzIC00MSAxMjEgLTc5IDU4IC0zNyAxMzEgLTg1IDE2MiAtMTA1IDMxIC0yMCA5OSAtNjMgMTUwIC05NSAxOTQKLTEyNCAyNTQgLTE2MyAyODMgLTE4MiAxNyAtMTAgMzUgLTIxIDQwIC0yNCA0NyAtMjQgMTU0IC0xMDQgMTY1IC0xMjUgMjUgLTQ2CjkgLTYzIC0xNzIgLTE3OSAtMjkgLTE4IC05MSAtNTggLTEzOCAtODggLTgwIC01MSAtMTIyIC03OCAtMzE2IC0yMDEgLTE1NgotMTAwIC0yODYgLTE4MiAtMzQ3IC0yMjIgLTM0IC0yMiAtOTggLTYyIC0xNDIgLTkwIC00MyAtMjcgLTExNCAtNzIgLTE1NgotMTAwIC00MyAtMjcgLTExNyAtNzUgLTE2NSAtMTA1IC00OCAtMzAgLTEyMyAtNzcgLTE2NiAtMTA1IC00MiAtMjcgLTExMiAtNzIKLTE1NSAtOTkgLTQzIC0yNyAtMTA3IC02OCAtMTQzIC05MSAtNzAgLTQ1IC0xNzkgLTExNSAtMzI4IC0yMTEgLTE0MSAtODkKLTE5NyAtMTI1IC0zMDcgLTE5NiAtMjA2IC0xMzIgLTMyMiAtMjA2IC00MTAgLTI2MCAtMzggLTIzIC03MiAtNDUgLTc1IC00OAotMyAtNCAtMzQgLTI0IC02OSAtNDYgLTM1IC0yMSAtNzQgLTQ2IC04NiAtNTQgLTEzIC04IC00NSAtMjggLTcyIC00NCAtMjYKLTE2IC04MyAtNTMgLTEyNiAtODMgLTQzIC0yOSAtODEgLTUzIC04NCAtNTMgLTQgMCAtNDUgLTI2IC05MiAtNTcgLTQ3IC0zMgotOTQgLTYyIC0xMDQgLTY4IC05IC01IC04MSAtNTAgLTE1OCAtMTAwIC0xODggLTEyMCAtMTc4IC0xMTQgLTI1NiAtMTYzIC0zNwotMjQgLTEwMiAtNjUgLTE0MyAtOTIgLTQxIC0yNyAtODIgLTUzIC05MCAtNTcgLTggLTQgLTQzIC0yNiAtNzcgLTUwIC0zNSAtMjQKLTY1IC00MyAtNjggLTQzIC0zIDAgLTMzIC0xOSAtNjggLTQzIC0zNCAtMjQgLTY5IC00NiAtNzcgLTUwIC04IC00IC00OSAtMjkKLTkwIC01NiAtNDEgLTI3IC0xMTUgLTc1IC0xNjUgLTEwNiAtNDkgLTMxIC0xMjQgLTc4IC0xNjUgLTEwNSAtNDEgLTI3IC0xMDQKLTY3IC0xNDAgLTkwIC05MyAtNTggLTk3IC02MSAtMTY4IC0xMDggLTM1IC0yMyAtNjYgLTQyIC02OCAtNDIgLTMgMCAtMjAgLTExCi0zOCAtMjUgLTQzIC0zMiAtNzAgLTM0IC02MCAtMiA0IDEyIDE3IDM2IDI5IDUyIDEyIDE3IDM1IDUyIDUxIDc4IDE2IDI3IDM2CjU5IDQ0IDcyIDggMTIgMzUgNTUgNjAgOTQgMjUgNDAgNTIgODMgNjAgOTUgOCAxMyA0OCA3NyA4OSAxNDIgNjYgMTA4IDExOAoxODkgMjQzIDM4NyAyNCAzNyA0OSA3OCA1NiA5MCA3IDEyIDIxIDM0IDMwIDQ4IDMwIDQ3IDEyNSAxOTcgMTkyIDMwNSAzNiA1NwoxMDEgMTYxIDE0NSAyMzEgMTE5IDE4OSAxODYgMjk1IDI2NSA0MjMgMzkgNjMgOTQgMTQ5IDEyMSAxOTAgMjcgNDEgNTIgODIgNTYKOTAgMyA4IDI1IDQ0IDQ4IDgwIDYxIDk0IDE3NyAyNzcgMjExIDMzMyAxNiAyNyAzNiA1OSA0NCA3MiA4IDEyIDQxIDY1IDczCjExNiA4NSAxMzYgMTM0IDIxMyAxOTMgMzA1IDI5IDQ0IDY3IDExMCA4NSAxNDUgMjggNTcgMzIgNzQgMzMgMTU0IDEgNzUgLTMKOTggLTIyIDE0MCAtMjIgNDUgLTE1NSAyNjQgLTI3NCA0NDggLTI1IDM5IC03MiAxMTQgLTEwNSAxNjYgLTMyIDUxIC02NSAxMDQKLTczIDExNiAtOCAxMyAtMzcgNTkgLTYzIDEwMiAtMjcgNDMgLTc3IDEyMyAtMTEyIDE3OCAtNjQgOTkgLTEyMSAxOTAgLTI1MAozOTUgLTM2IDU4IC05MCAxNDMgLTEyMCAxOTAgLTMwIDQ3IC04NiAxMzcgLTEyNiAyMDAgLTM5IDYzIC0xMDAgMTYwIC0xMzUKMjE1IC0zNSA1NSAtODkgMTQxIC0xMjAgMTkwIC0zMSA1MCAtNzggMTI0IC0xMDUgMTY1IC01MiA4MCAtMTUwIDIzNyAtMTg2CjI5OCAtMTIgMjAgLTI4IDQ1IC0zNSA1NCAtMTIgMTcgLTQ2IDcxIC0xNDcgMjM1IC0zMCA0OCAtNTggOTAgLTYxIDkzIC00IDMKLTIwIDI3IC0zNiA1MyAtMTYgMjcgLTM2IDU5IC00NCA3MiAtMTUgMjQgLTkxIDE0NCAtMTIyIDE5MyAtOSAxNSAtMTcgMzMgLTE3CjQwIC0yIDIyIDQwIDEzIDc5IC0xOHoiLz4KPC9nPgo8L3N2Zz4K");
position: absolute;width:25px;height:25px;background-size:23px;left:0px;top:3px;}
.card ul li:last-child{margin-bottom:0px;}.card ul{margin-top:10px;}
.wtimg img{height:500px;width:500px;object-fit:contain;}.wtimg .right-side__img{grid-template-columns:100%;}
.wtimg .right-side__img > div{width:500px;}
#center .swiper-slide-active h2{font-size:26px;text-align: center;margin-top:25px;}
#center .swiper-slide:hover .blogimg::after,#center .swiper-slide:hover  a{background-color:var(--red);}
#center .swiper-slide:hover a{color:#fff;}
.bpaginate > div{padding:0px;}.ldisc{list-style-type:disc;padding-left:15px;}
.ldisc li{margin-bottom:10px;}
.blog-btn a{display:flex;flex-direction:column;color:#212529;transition:all 0.3s ease;}
.blog-btn svg{margin:0px 10px;transition:all 0.3s ease;}
.blog-btn path{stroke:#212529;fill:#212529;}.blog-btn a:hover{color:var(--red);}
.blog-btn a:hover path{stroke:var(--red);fill:var(--red);}
.bhead h1{padding-top:25px;}.bpaginate{gap:20px 0px;}
.bloglist .card{padding:10px;}.bloglist .card-body{padding:0px;}
.bloglist{display:grid;grid-template-columns:32% 32% 32%;justify-content:space-between;gap:20px 0px;}
.single-blog-card:hover a{color:var(--red);}.single-blog-card a,.single-blog-card img,  footer a, .socialmedia a path{transition:all 0.3s ease;}
.single-blog-card:hover img{transform:scale(1.1) rotate(3deg);}
.blog-img {overflow:hidden;}#center .swiper-slide{position: relative;}
.bbtn{position: relative;}.banner a:hover{background-color:#fff;color:var(--red);}
.reviews .owl-item{background-color: #d7eaf5;padding:20px 20px 100px 20px;border-radius:15px;height:100%;}
.reviews .owl-stage-outer,.reviews .owl-stage{display:flex;}.lblue{color: #797979;
  font-size: 14px;
  font-style: oblique;}.reviews h3{font-size:18px;}.rbot{position:absolute;bottom:10px;left:0px;padding:0px 20px;}
  .make{width:110px;margin-left:50px;}.cw1 h2{font-size:26px;}
  footer a:hover{color:#424447;}
  .socialmedia a:hover path{fill:#424447;}
  .instagram a:hover path{stroke:#424447;fill:transparent;}
  .dbpdf{display:grid;grid-template-columns:repeat(3,1fr);}
  .dbpdf > div{box-shadow:0px 0px 5px rgba(0, 0, 0, .25);display:flex;padding:0px;position: relative;}.dbpdf img{width:100%;}
  .dbpdf a h2{position:absolute;bottom:0;width:100%;text-align:center;padding:15px;background-color:#d7eaf5;
  color:#212529;margin-bottom:0px;transition:all 0.3s ease;font-weight:500;} .dbpdf a:hover h2{background-color:var(--red);color:#fff;}
  #chartdiv {
    width	: 100%;
    height	:800px;
  }
  #chartdiv a{display:none !important;}.dform select{background-color:transparent;}
  select{appearance: auto !important;}#chartdiv text{font-size:16px;font-family: 'Poppins', sans-serif;}
#chartdiv text:hover{cursor: pointer;}.brands::after{content:'';}
.brands .row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}.lgh h2{transition:all 0.3s ease;}
.brands img{width:220px;}.lgh:hover h2{color:var(--red);}.lgh{position:relative;}.mnv{display:none;}
.brands .row > div{position:relative;overflow:hidden;}
.brands .row > div img{transition:all 0.3s ease;}
.brands .row div:hover img{transform:scale(1.1);}.colors{display:flex;gap:15px;width:100%;justify-content: flex-end;margin-bottom:50px;}
.colors li:first-child{width:auto;height:auto;border:0px;}
.colors li span{display: flex;height:24px;
    width:24px;
    border-radius: 50%;
    box-shadow: 0 0px 4px rgb(0 0 0 / 40%);
}
.ivory span{background:#fce3a9;}.white{border-color:#ccc;}
.colors li{position: relative;
    height:35px;
    width: 35px;
    margin: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border:1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;}.wb span{background:linear-gradient(to right, #fff 50%, #000 50%);}
.imgright img{margin-right:-80px;}
.imgleft h3{margin-left:20px;}.ccno{font-size:20px;color:#212529;}.ccno:hover{color:var(--red);}
.videos a{position:relative;display:flex;align-items:center;justify-content:center;
}.videos .playbtn{position:absolute;width: 60px;
    height: 40px;
    background:#FF0000;
    border-radius: 5px;
    text-align: center;}
    .videos a img{border-radius:15px;}
    .mcnt b{font-weight:500;}
    .mcnt a{display:inline-flex;position:relative;padding-right:15px;}.vmcont{display:none;}.mcnt a::after{right:0;}
    .rm-btn{color: var(--red);margin-bottom:15px;}
.rm-btn::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ef3024' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5l7 7l-7 7'/%3E%3C/svg%3E");position: absolute;
margin:3px 0px 0px 3px;}
.whatsapp {
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    z-index: 9;
}
.whatsapp svg {
    font-size:40px;
}
  @media (max-width:1400px){
    .main-wrapper .main-title{font-size:54px;line-height:1.1;}
    .banner{height:620px;}.banner .right-side__img img{height:200px;}
    .banner .wtimg img{height:400px;}
  }
@media  (max-width:1360px){
  .mgrid{grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));}
  .mgrid > div{gap:20px 15px;}
}
@media  (max-width:1199px){
  .mgrid{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));}
  .banner{height:600px;}.left-side{padding-bottom:70px;}.banner{background-size:100% 100%;}
  .csec1 .row{grid-template-columns: 30% 30% 28%;}
  .mgrid1{grid-template-columns:40% 55%;}.main-wrapper p{font-size:16px;}
  .hc4 img{width:50% !important;}.mgrid h3{font-size:22px;}.banner .right-side__img img{height:150px;object-fit:contain;}
  .banner .center{grid-template-columns: 50% 45%;}.banner .wtimg img{height:300px;}
  .wtimg .right-side__img > div{width:400px;}
  }
  @media  (max-width:1110px){
    .mirror{grid-column: span 2;gap:0px 15px;}.mirror img{width:25%;}
    .mgrid{grid-auto-rows: 275px;}.mgrid{grid-template-columns:repeat(auto-fit, minmax(210px, 1fr));}
    }
 @media (max-width:991px) {
  .container,.menuwrap{width:90% !important;max-width:90%;}.card{padding:25px;}.wtimg .right-side__img > div{width:100%;}
  .bloglist{grid-template-columns: 49% 49%;} .dbpdf{grid-template-columns:repeat(2,1fr);}
  .menuwrap{padding:0px 15px;}.hsec1 .pl10{padding-left: 8%;}
 }   
    
@media (max-width:900px) {
  .mgrid > div,{grid-column: auto !important;}.mgrid,.detail .mgrid{display:grid;grid-template-columns:49% 49%;
    grid-auto-rows:auto;gap:10px;}
  .mgrid img{width:50%;}.mgrid .tall,.mgrid .wide{grid-row:auto;grid-column:auto;}
  .main-wrapper .main-title{font-size:40px;}.cicon{flex-direction:column;align-items:center;text-align:center;}
  .pipes img{position: relative;}.mgrid > div{flex-direction: column-reverse !important;}.hlist .hc1 img{position: relative;right:0;}
  .mirror{grid-column: auto;}.mgrid .mrev{flex-direction: column !important;}
  .mgrid img{height:250px;width:100% !important;}  .mgrid div{text-align: center;}.mgrid > div, .red{padding:25px 15px;}
  .mgv1 > div{flex-direction: column !important;}
  .bw3 img{position: relative;right:0px;}.bw3 div{width:100%;}
}
@media (min-width:768px){
    .gpl{padding-left:20px;}
}
@media (max-width:767px){
  .ag-navbar-block,.ag-menu_nav a.active::after, .ag-menu_nav a:hover::after {
    display: none;
}.ag-menu-block  a{color:#212529;}
.ag-menu-block {
  width: 80%;
  max-width: 300px;
  padding:  0;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9990;
  position: fixed;
  top: 76px;
  right: -100%;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -ms-touch-action: none;
}
.js-ag-menu-block {
  right: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.hsec1 .text-end{margin-top:50px;}.mgrid > div{flex-wrap:wrap;flex-direction:column;}
.mgrid .tall{grid-row: auto !important;}.hlast,.bw .wide{flex-direction:column-reverse !important;}.mgrid{text-align:center;}
.mgrid img{height:250px;width:100%;}.mgrid > div{padding:20px 15px;}
.ebtn{flex-direction:column;align-items:center;gap:20px 0px;}footer .row > div{margin-bottom:20px;}
footer{padding-top:0px;}.pipes img{position: relative;}
.pipes div{width:auto;height:auto;}.pipes{align-items:center !important;}
.innerbanner{height:250px;}.innerbanner .container{align-items:flex-end;padding-bottom:40px;}
.abtslider{padding:30px;}.mgrid1{grid-template-columns:100%;gap:50px}
.mgrid1 img{width:60%;}.content-table{margin-top:20px;}.abtus .hsec1 .text-end{margin-top:0px;}
.abtslider{padding:10px;}.ag-menu-parent_item:before{border-color:#212529 transparent transparent;}
.cards__inner{grid-template-columns: 100%;gap:40px;}
.banner .center,.banner .swiper-slide{grid-template-columns:100%;width:100%;}.main-wrapper a,.main-wrapper p{display:none;}
.center > div{width:100%;}.main-wrapper .main-title br{display:none;}.main-wrapper .main-title{text-align:center;}
.left-side{justify-content:center;padding-bottom:30px;}.banner{padding-top:100px;}
.banner .right-side__img{width:75%;margin:0px auto;}.bhead .innerbanner{height:300px;}
.dbpdf h2{font-size:18px;}#chartdiv{height:600px;}.hsec1 .pl10 {padding-right:7%;}
.js-menu-subcat_list li:last-child,.js-menu-subcat_list{border-bottom:0px;}.mnv{display:block;}
}
  @media only screen and (max-width: 639px) {
    .csec1 .row{grid-template-columns:100%;gap:40px;}.mgrid1 img{width:70%;}
    .hsec2 .container,.detail .container{width:100% !important;max-width:100%;}.mgrid div{width:100% !important;}
    .mgrid{gap:2px;}.mgrid > div, .red{border-radius:0px;}.detail .mgrid{gap:2px;}
    .mgrid > div::after, .red::after{border-radius:0px;}
    .detail h2{padding:0px 15px;}.mwbg .container{width:90% !important;max-width:90%;}
    .mwbg .mgrid1{gap:0px;}
  }
  
  
  @media (min-width: 768px) {
  
  
    .ag-menu-parent_item:hover:before,
    .ag-menu-parent_item:hover:after {
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1)
    }
    .ag-menu-parent_item:hover:before {
      margin: -9px 0 0;
    }
    .ag-menu-parent_item:hover:after {
      margin: -7px 0 0;
      border-color: transparent transparent transparent;
    }
  
    .ag-menu-parent_item:hover .ag-menu-subcat_list {
      display: block;
    }
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
  
    .ag-menu_link-item {
      padding: 0 15px;
  
      text-align: left;
      font-size: 13px;
    }
    .ag-menu-subcat_title-list,
    .ag-menu-parent_item:hover .ag-menu-subcat_title-list {
      padding: 0 25px 0 5px;
    }
  
    .ag-menu-subcat_link-item {
      padding: 10px 5px;
    }
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
  
    .ag-menu_link-item {
      padding: 0 25px;
    }
    .ag-menu-subcat_title-list {
      padding: 0 18px 0 12px;
    }
    .ag-menu-parent_item:hover .ag-menu_link-item {
      padding: 0 20px 0 10px;
    }
    .ag-menu-parent_item:before,
    .ag-menu-parent_item:after {
      right: 5px;
    }
  
    .ag-menu-subcat_link-item {
      padding: 10px;
    }
  }
  @media  (max-width:700px) {
    .copyrights p{text-align:center;}.copyrights{justify-content:center !important;}
    .cforms .row{flex-direction:column;margin-bottom:0px;}.cforms{padding:30px 15px;}
    .cforms .row{gap:20px 0px;margin-bottom:20px;}
  }

@media (max-width:575px) {
  #center{padding:50px 20px 0px;}.hsec4{padding-bottom:40px;}.mgrid h3{font-size:20px;}
  .mgrid a{opacity:0;line-height:0;display:flex;}.pipes img{margin-right:-50px;}.mgrid > div{padding-top:0px;padding-bottom:10px;}
  .mirror.pipes{padding-right:0px;}.abtslider img{height:250px;object-fit:cover;}
  .bw .mgrid {
    grid-template-columns:49% 49%;
}.left-side{padding-bottom:15px;}.bloglist, .dbpdf{grid-template-columns:100%;}
.brands .row{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;}
}

  @media (max-width:480px)
  {
    .swiper-slide{grid-template-columns:100%;padding-top:0px;}.banner{height:auto;background-size:100% 100%;padding-bottom:40px;}.main-wrapper a{display:none;}
    .bw{grid-template-columns:100%;}.facts .count{font-size:30px;}.facts p{text-align:center;}
    .otext::after{font-size:50px !important;}.ag-logo_img{width:100px;}
.cw1{display:grid;grid-template-columns:100%;gap:20px;}.abtslider{padding:10px 15px;}.abtslider .owl-dots{margin-top:5px;}
.mgrid1 img{width:90%;}.mgrid1 .red {height:auto;}.mgrid > div, .red{padding:10px 10px 20px !important;}
.hsec1 img{width:95%}.mhd svg,.mhd .ebtn{display:none;}.mgrid img{height:auto;width:100%;}
.mgrid h3{font-size:16px;margin-bottom:0px;}.hsec2{padding:50px 0px;}.hsec3{padding:30px 0px;}
.foldhead h2{display:block;font-size:18px;font-weight:500;color:#fff;border-bottom: 1px solid #32abcb;
padding-bottom:10px;}
.foldhead ul {max-height: 0; overflow:hidden; transition: max-height 1s ease-out;margin-bottom:0px;}
.foldhead h2:after {content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 40 40'%3E%3Cpath fill='%23fff' d='M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915'/%3E%3C/svg%3E"); float: right;
transform:rotate(270deg);transition:all 0.3s ease;}
.foldhead.open h2:after { 
  transform:rotate(90deg);
 }.foldhead div{margin:10px 0px;}
.foldhead.open ul{ height:auto; max-height: 500px; transition: max-height 1s ease-in !important; }
.foldhead{margin-bottom:0px !important;}footer .row > div{padding:0px;}.container{padding-left:0px;padding-right:0px;}
.row{margin:0px;}.copyrights p:first-child{margin-bottom:5px;}.hsec6{display:none;}
.copyrights{margin-top:0px !important;}footer .row{padding-top:0px !important;}
footer{padding-top:40px;}.home footer{padding-top:0px;}.stick .ag-logo_link svg{width:100px;}.ag-logo_link svg{width:140px;}
.moretext{display:none;}.rm-btn{display:block;color: var(--red);margin-bottom:15px;}
.rm-btn::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ef3024' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5l7 7l-7 7'/%3E%3C/svg%3E");position: absolute;
margin:3px 0px 0px 3px;}.hsec2.otext h2{padding-left:15px;}.innerbanner ul{gap:10px;}.innerbanner a{font-size:14px;font-weight:300;}
.innerbanner li{font-weight:100;}.pad100{padding:50px 0px;}.detail p{padding:0px 15px;}
.detail .mgrid h3{font-size:16px;}.hsec2.pts{padding:50px 15px;}.bassy p{font-size:40px;line-height:1;}
.mwbg .red{background-color:#fff;} .mwbg  h2, .mwbg p{padding:0px;}
.detail .section-table, .mpad15{padding-left:15px;padding-right:15px;}
.prev,.srev{display:flex;flex-direction:column-reverse;gap:30px 0px;}.prev  p.mb-5{margin-bottom:20px !important;}
.mmt5{margin-top:10px !important;}.cforms form,.cforms .col{padding:0px;}
.srev{gap:0px;padding-top:50px;}.srev .csec2{padding-bottom:0px;}.vm{padding-left:15px;padding-right:15px;margin-top:0px;
padding-top:100px;}.vm h2{padding-left:0px !important;}.cards svg{width:80px !important;}
.main-wrapper .main-title{font-size:34px;}.banner .right-side__img{width:100%;}
.banner .right-side__img div{padding:0px 10px;}.banner .wtimg img{height:350px;}.bpaginate .text-end{text-align:left !important;}
footer .container{display:flex;flex-direction:column;}.mhd{order:2;}.copyrights{order:3;}
.make{margin:0px;}footer .mhd{text-align:left;margin-bottom:20px;}.socialmedia{margin-bottom:0px;}
.mmb0{margin-bottom:10px !important;}.dbpdf a h2{font-size:16px;}#chartdiv{height:500px;}
.brands{padding-top:30px !important;}.brands .row{margin-bottom:30px !important;gap:15px;}
.facts{margin-top:0px !important;}.hsec2{margin-top:40px;}.row>*,.menuwrap{padding-left:0px;padding-right:0px;}
.hsec1 .pl10{padding-left:15px;padding-right:0px;}.ag-menu-block,.ag-menu_link-item{width:100%;top:90px;max-width:100%;}
.ag-menu_nav a{justify-content:flex-start;padding-right:0px;}.ag-menu_item{border-bottom: 1px solid #d2d2d2;z-index:99;}
.ag-menu-parent_item:before,.ag-menu-parent_item:after{z-index:-1;}
.stick .ag-menu-block, .stick .ag-menu_link-item{top:69px;}.abtus .facts{margin-bottom:0px !important;}
      .abtus .hsec2{margin-top:25px;}.mpad50{padding-top:60px;}.colors{padding-left:15px;gap:10px;flex-wrap:wrap;justify-content:flex-start;
      margin-bottom:30px;}
      .colors li:first-child{width:100%;justify-content:flex-start;}
      .mcnt a,.h5p{padding-left:15px;padding-right:15px;}.mcnt{padding-bottom:15px;}
      .whatsapp {right: 0.75rem;bottom:2rem;}
.whatsapp svg {font-size:30px;}
  }
  @media (max-width:420px){
    .abtslider img{height:200px;}.main-wrapper .main-title{font-size:30px;}#chartdiv{height:280px;}
    #chartdiv text{font-size:14px;}
  }