
body{
    overflow-x: hidden;
    margin: 0px auto;
}

@font-face {
  font-family: mm1;
  src: url(../fonts/Plan_G.otf);
}
@font-face {
  font-family: mm5;
  src: url(../fonts/Avian_Regular.ttf);
}
@font-face {
  font-family: mm2;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: mm3;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: mm4;
    src: url(../fonts/Poppins-Black.ttf);
  }








/*----------------------- header start -----------------------*/

.menu ul li, .hidden-menu {
    list-style: none;
    padding: 0;
    text-align: justify;
    margin: 45px auto;
}   

.mobile-menu-bar {
    position: fixed;
    height: 50px;
    width: 4%;
    top: 0.5%;
    right: 2%;
    z-index: 999999;
    display: block;
    border-radius: 32px;
}
.mm-top-bar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
}
.mm-top-bar .logo {
    position: absolute;
    right: -134px;
    top: 3px;
    height: 50px;
}
.mm-top-bar .logo img {
    margin: 5px;
}
.logo img {
    width: 25%;
}
.mm-top-bar > .menu {
    height:50px;
    width:46px;
}
.mm-top-bar > .menu > img{
    width:50px;
}
.hidden-menu {
    position: absolute;
    left: 0;
    top:50.5px;
    width: 100%;
    display: none;
    height:0px;
    transition: all 0.5s ;
}
.hidden-menu.active {
    top: -15px;
    display: block;
    width: 250px;
    height: 250px;
    background-color: #ffffffb0;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 1.5%;
    border-radius: 185px;
    left: -141px;
    animation: bounceInRight 0.6s;
}
.hidden-menu li {
    width: 62%;
    height: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
}
.hidden-menu li > a {
    color: #fff;
    background-color: #a56128;
    margin: 0%;
    border-radius: 25px;
    font-family: 'mm3';
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    transition: all 0.3s;
}
.hidden-menu li > a:hover{
    background-color: #d91c21;
    box-shadow: 0px 0px 8px 2px #ffffff;
}




#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 80px;
  height: 45px;
  z-index: 999;
  position: relative;
  margin: auto;
  -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;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3.5px;
  width: 40%;
  background: #da1f24;
  border-radius: 30px;
  opacity: 1;
  left: 9px;
  -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-icon1 span:nth-child(1) {
  top: 13px;
}

#nav-icon1 span:nth-child(2) {
  top: 23px;
}

#nav-icon1 span:nth-child(3) {
  top: 33px;
}

#nav-icon1.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 65%;
  background: #000;
  opacity: 1;
  -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-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 20px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 10px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 23px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 8px;
  top: 12px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 12px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 9px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  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: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}





#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    top: 35%;
    width: 31%;
    height: 27%;
    margin: auto;
    z-index: 1001;  
    background-image: url(../assets/img/sshape-1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    animation: bounce  2s  infinite;
    
    z-index: 1020;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0;
}

.loader-section.section-right {
    right: 0;
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.logo1{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0%;
    position: fixed;
    z-index: 99;
    border-top: 55px solid #fff;
}
.logo1 img{
    width: 12%;
    margin: -55px 0% 0% 0%;    
}

/*----------------------- header end -----------------------*/

  



/*----------------------- index start -----------------------*/
.bnnr1{
    background-image: url(../assets/img/banner1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-bottom: 5%;
}
.redcrcl img{
    width: 75%;
}

.redcrcl {
    margin: 16% 0% 0% 10%;
}
.chit{
    position: absolute;
    bottom: 0%;
    left: 65%;
    width: 69%;
}
.chit img{
    width: 40%;
}
.crop1{
    position: absolute;
    top: 9%;
    right: -24%;
    width: 42%;
}
.crop1 img{
    width: 40%;
}
.ruskbnr img{
    width: 80%;
}
.ruskbnr{
    position: absolute;
    top: 33%;
    width: 85%;
}
.elichibnr {
    position: absolute;
    bottom: 13%;
    width: 66%;
    right: 17%;
}
.elichibnr img {
    width: 72%;
}
.bnrtxt h5{
    font-family: mm1;
    font-size: 4.5vw;
    color: #fff;
    text-align: center;
    line-height: 0.8;
}
.bnrtxt h4{
    font-family: mm1;
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
    line-height: 0.8;
}
.bnrtxt h3{
    font-family: mm1;
    font-size: 6.5vw;
    color: #fecb00;
    text-align: center;
    line-height: 0.8;
}
.bnrtxt {
    position: absolute;
    top: 37%;
    left: 20%;
}
.pnl2{
    background-image: url(../assets/img/scratched.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 2%;
}
.ruskpnl2{
    position: absolute;
    top: 12%;
    left: 27%;
    width: 34%;
    z-index: 9;
}
.ruskpnl2 img{
    width: 50%;
}
.abtpnl{
    background-color: #f5d601;
    padding: 3% 0% 3% 0%;
    position: relative;
}
.abtmttr{
    width: 80%;
    margin: auto;
}
.abtmttr h3{
    font-family: mm1;
    color: #b03d0d;
    font-size: 4vw;
    text-align: center;
}
.abtmttr p{
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.85vh);
    text-align: justify;
}
.abtimgs{
    width: 80%;
    margin: auto;
    padding-top: 3%;
}
.abtvsul{
    text-align: center;
}
.abtvsul img{
    width: 85%;
    transition: all 0.3s;
}

.abtvsul img:hover{
    transform: scale(1.03);
}
.abtvsulsml img{
    width: 40%;
    transition: all 0.3s;
}
.abtvsulsml img:hover{
    transform: scale(1.03);
}
.abtvsulsml{
    text-align: center;
    margin-top: -7%;
}
.abtvsulsml2 img{
    width: 40%;
}
.abtvsulsml2{
    text-align: center;
    margin-top: 50%;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.lwor{
    margin-top: -18%;
}
.prmer{
    position: absolute;
    bottom: 15.9%;
    left: 42.5%;
    width: 38.5%;
}
.prmer img{
    width: 40%;
    transition: all 0.3s;
}
.prmer img:hover{
    transform: scale(1.03);
}
.sdpckng img{
    width: 100%;
}
.ruskpnl2 img{
    width: 100%;
}
.grlpnl img{
    width: 85%;
}
.sdpckng {
    position: absolute;
    bottom: -1%;
    width: 80%;
}
.sdpckngorl{
    position: absolute;
    bottom: 8%;
    width: 100%;
    left: 40%;    
}
.sdpckngorl img{
    width: 60%;
}
.sdpckngorl h3{
    position: absolute;
    bottom: 9%;
    width: 100%;
    left: 17%;
}
.sdpckngorltxt h3{
    font-family: 'mm1';
    color: #d3d3d3;
    font-size: 7.5vw;
    padding-top: 5%;   
}
.sdpckngorltxt {
    position: absolute;
    left: 82%;
    top: -2%;
}

.sdpckngorltxt2 h3{
    font-family: 'mm1';
    color: #d3d3d3;
    font-size: 7.5vw;    
}
.sdpckngorltxt2 {
    position: absolute;
    right: 0%;
    top: 22%;
}
.ylowbg h3{
    background-color: #f5d601;
    font-family: mm1;
    color: #b03d0d;
    font-size: 4vw;
    text-align: center;
    padding-top: 3%;
}
.ylowbg{
    margin-bottom: 3%;
}
.crcl1{
    position: absolute;
    top: 6%;
    width: 50%;
    left: 3%;
}
.crcl2{
    position: absolute;
    top: 6%;
    width: 50%;
    left: 37%;
}
.crcl3{
    position: absolute;
    top: 6%;
    width: 50%;
    right: -21%;
}
.crcl1 img{
    width: 50%;
}
.crcl2 img{
    width: 50%;
}
.crcl3 img{
    width: 50%;
}
.prdtvsul img{
    width: 55% !important;
    margin: auto;
    transition: all 0.3s;
}
.prdtvsul img:hover{
    transform: scale(1.05);
}
.prdtpnl{
    width: 80%;
    margin: auto;
    position: relative;
}





.testimonial-slider {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.ylowbgtxt h3{
    font-family: mm1;
    color: #b03d0d;
    font-size: 4vw;
    text-align: center;
    padding-top: 3%;
    background-color: #f5d601;
    padding: 2% 0% 2% 0%;
    margin: 0% 0% 2% 0%;
}

.testimonial {
    display: none;
    padding: 40px;
    text-align: center;
}
.testimonial img{
    width: 20%;
    padding: 0% 5%;
}
.testimonial.active {
    display: block;
}

.controls {
    position: absolute;
    top: 62%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls span {
    cursor: pointer;
    padding: 0px 0 0 10px;
    width: 30px;
    height: 30px;
    background: #b03d0d;
    color: white;
    border-radius: 35px;
    user-select: none;
    font-size: 20px;
}

.controls span:hover {
    background: rgba(0, 0, 0, 0.8);
}
.strs i{
    font-size: 18px !important;
    color: gold;
}
.strs{
    text-align: center;
    padding: 0% 5%;
}
.testimonial p{
    font-family: mm3;
    font-size: calc(0.80vw + 0.85vh);
    color: #000;
    text-align: center;
    padding: 0% 4% 0% 4%;
}
.testimonial h4{
    font-family: mm3;
    font-size: 1.8vw;
    color: #b03d0d;
    text-align: center;
    padding: 0% 4% 0% 4%;
}







/*----------------------- index end -----------------------*/





/*----------------------- footer start -----------------------*/
.ftrmain{
    position: relative;
}
.ylowbgfrt{
    background-color: #f5d601;
    padding: 3%;
}
.logofrt img{
    width: 50%;
}
.logofrt{
    position: absolute;
    top: -365%;
    width: 80%;
    left: -69%;
}
.cntfrt{
    background-color: #ef1718;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 2%;
}
.cntfrtmain{
    width: 50%;
    margin: auto;
    text-align: center;
    position: relative;
}
.adrsfrt1 img{
    width: 8%;
}
.adrsfrt1 p{
    font-family: mm3;
    font-size: calc(0.80vw + 0.85vh);
    color: #fff;
    text-align: center;
}
.adrsfrt1 hr{
    border-bottom: 2px solid #fff;
    width: 100%;
    margin: 2% auto;
}
.adrsfrt img{
    width: 15%;
}
.adrsfrt p{
    font-family: mm3;
    font-size: calc(0.80vw + 0.85vh);
    color: #fff;
    text-align: center;
}
.adrsfrt a{
    font-family: mm3;
    font-size: calc(0.80vw + 0.85vh);
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.adrsfrt a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.cntfrt h3{
    font-family: mm1;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    padding: 2% 0% 0% 0%;
}
.cprttxtylow{
    background-color: #f5d601;
    padding: 0.5%; 
    text-align: center;
    height: 100%;   
}
.cprttxtylow p{
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.80vh);
    padding-top: 0.5%;
    margin: 0;
}
.cprttxtylow p a{
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.80vh);
    padding-top: 0.5%;
    margin: 0;
}
.cprttxtylow p a:hover{
    color: #000;
}
.cprttxt p{
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.80vh);
    margin: 0;
    padding-bottom: 3%;
    padding-top: 2%;
}
.sclmdea{
    position: absolute;
    bottom: 55%;
    right: 3%;
    width: 25%;
    text-align: center;
}
.sclmdea hr{
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 1% auto;
}
.sclmdea img{
    width: 10%;
    margin: 0.8%;
    transition: all 0.3s;
}
.sclmdea img:hover{
    transform: scale(1.08);
}
.sclmdea h4{
    font-family: mm3;
    color: #fff;
    font-size: 1.5vw;
    margin: 0;
    padding-bottom: 3%;
    padding-top: 2%;    
}




#button1 {
  display: inline-block;
  background-color: #a62320;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button1:hover {
  cursor: pointer;
  background-color: #32e600;
  color: #000024;
}
#button1:active {
  background-color: #555;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}





/*----------------------- footer end -----------------------*/




/*----------------------- products start -----------------------*/
.productbnr{
    background-image: url(../assets/img/Layer-5-copy.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 11% 0% 7% 0%;
    position: relative;
    margin-top: 2%;
}
.freshbake{
    position: absolute;
    right: -29%;
    bottom: -29%;
    width: 29%;
}
.freshbake img{
    width: 50%;
}
.yourcookies{
    position: absolute;
    left: 20%;
    top: 25%;
    width: 38%;
}
.yourcookies img{
    width: 50%;
}
.sdhand{
    position: absolute;
    top: -40%;
    left: 40%;
    width: 75%;
}
.sdhand img{
    width: 100%;
}
.hellotasty{
    position: absolute;
    top: 27%;
    right: -22%;
    width: 43%;
}
.hellotasty img{
    width: 40%;
}
.probnrtxt h3{
    font-family: mm1;
    color: #3d1b11;
    font-size: 6vw;
    text-align: center;
    line-height: 0.8;
}
.probnrtxt{
    margin: 0% 0% 0% 0%;
}
.productspnl{
    background-color: #cee3ff;
    padding: 5% 0% 3% 0%;
    z-index: 9;
    display: flex;
    position: relative;

}
.inrrpropnl{
    width: 75%;
    margin: auto;
}
.doll img{
    width: 80%;
}
.prolist1 img{
    width: 70%;
    transition: all 0.4s;
}
.prolist2 img{
    width: 70%;
    transition: all 0.4s;
}
.prolist3 img{
    width: 70%;
    transition: all 0.4s;
}
.prolist4 img{
    width: 70%;
    transition: all 0.4s;
}
.prolist5 img{
    width: 70%;
    transition: all 0.4s;
}
.prolist1:hover img{
    transform: rotate(-8deg);
}
.prolist2:hover img{
    transform: rotate(-8deg);
}
.prolist3:hover img{
    transform: rotate(-8deg);
}
.prolist4:hover img{
    transform: rotate(-8deg);
}
.prolist5:hover img{
    transform: rotate(-8deg);
}
.productname h3{
    font-family: mm1;
    color: #000;
    text-align: center;
    font-size: 2vw;
    line-height: 0.7;
    padding-top: 2%;
}
.productname h4{
    font-family: mm1;
    color: #000;
    text-align: center;
    font-size: 1.5vw;    
}
.prolist1{
    background-color: #0142a6;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
}
.prolist2{
    background-color: #ffd200;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
}
.prolist3{
    background-color: #f9b023;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
}
.prolist4{
    background-color: #dc1617;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
}
.prolist5{
    background-color: #c78c3e;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
}
.productname{
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 1.5%;
}
.bgimg1{
    position: absolute;
    top: 30%;
    left: 0%;
    width: 50%;
    z-index: -1;
}
.bgimg1 img{
    width: 90%;
}
.bgimg2{
    position: absolute;
    top: 36%;
    right: -14%;
    width: 50%;
    z-index: -1;
    transform: rotate(299deg);
}
.bgimg2 img{
    width: 100%;
}




/*----------------------- products end -----------------------*/





/*----------------------- contact start  -----------------------*/
.contactbanner{
    background-image: url(../assets/img/Layer-91.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 12% 0% 8% 0%;
    margin-top: 2%;
}
.cnttxt{
    width: 80%;
    margin: auto;
}
.contactustxt h3{
    font-family: mm1;
    font-size: 6vw;
    color: #fff;
    text-align: center;
    line-height: 0.8;
}
.contactinfo{
    background-color: #eaf9ff;
    position: relative;
}
.innerpt{
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 5% 0% 3% 0%;
    position: relative;
    z-index: 10 !important;
}
.infoimg img{
    width: 20%;
    padding-bottom: 3%;
}
.infoimg p{
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.85vh);
    text-align: center;
}
.infoimg a{
    text-decoration: none;
    font-family: mm3;
    color: #000;
    font-size: calc(0.80vw + 0.85vh);
    text-align: center;
}
.infoimg a:hover{
    text-decoration: none;
    color: #000;
}
.msg h3{
    font-family: mm1;
    font-size: 6vw;
    color: #dc1010;
    text-align: center;
    text-shadow: 1px 1px 3px #555;
}
.msg{
    padding: 0% 0% 3% 0%;
    width: 55%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9 !important;
}
.msg1{
    border: none;
    padding: 3%;
    background-color: #fff;
    width: 100%;
    margin-bottom: 3%;
}
.msg2{
    border: none;
    padding: 1.5%;
    background-color: #fff;
    width: 100%;
    margin-bottom: 1.5%;
}
::placeholder{
    font-family: mm2;
    color: #b6b3b3;
    font-size: calc(0.85vw + 0.90vh);
    font-weight: 100;
}
.b5vm {
    background-color: #d8070c;
    font-family: mm2;
    color: #fff;
    text-align: center;
    padding: 1.1%;
    width: 20%;
    margin: auto;
    border: none;
    font-size: 18px;
}
.bgimgcnt1{
    position: absolute;
    top: 0%;
    left: -56%;
    width: 100%;
    z-index: -1;
}
.bgimgcnt1 img{
    width: 90%;
    transform: rotate(312deg);
}
.bgimgcnt2{
    position: absolute;
    top: 0%;
    right: -65%;
    width: 100%;
    z-index: -1;
}
.bgimgcnt2 img{
    width: 90%;
    transform: rotate(112deg);
}
.map{
    padding-bottom: 5%;
    position: relative;
    z-index: 11;
}







/*----------------------- contact end  -----------------------*/