/*  
*   Written by Abhishek Pathak
*   Instagram: https://www.instagram.com/abhi__pathak_/
*   Telegram: https://t.me/abhipathak12
*/
*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{background:#fff;font-family:poppins,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}body.modal-active,html.modal-active{overflow:hidden}header{position:absolute;top:20px;left:0;right:0;background:0 0;z-index:2}header::after{content:'';display:table;clear:both}header .container{width:80%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.logo{float:left;padding:10px 0;font-size:22px;color:#fff}nav{float:right}nav ul.navMenus{margin:0;padding:0;list-style:none;display:none}@media only screen and (min-width:999px){nav ul.navMenus{display:block}}nav li{display:inline-block;margin-left:50px;position:relative}nav a:not(.modala){color:#fff;text-decoration:none;text-transform:uppercase;font-size:14px;padding:15px 0;font-weight:600}nav a:hover{color:#eec78b}nav a::before{content:'';display:block;height:5px;background-color:#eec78b;position:relative;top:30px;width:0%;-webkit-transition:all ease-in-out 250ms;-o-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}nav a:hover::before{width:100%}@media only screen and (min-width:998px){#mmRect,nav #menuToggle{display:none}}#menuToggle{display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}#modal-container{position:fixed;display:table;height:100%;width:100%;top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:1}#modal-container.two{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#modal-container.two .modal-background{background:rgba(0,0,0,0);-webkit-animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards;animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.two .modal-background .modal{opacity:0;-webkit-animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.two+.content{-webkit-animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.two.out{-webkit-animation:quickScaleDown 0s .5s linear forwards;animation:quickScaleDown 0s .5s linear forwards}#modal-container.two.out .modal-background{-webkit-animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards;animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.two.out .modal-background .modal{-webkit-animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.two.out+.content{-webkit-animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container .modal-background{display:table-cell;background:rgba(0,0,0,.8);text-align:center;vertical-align:middle}#modal-container .modal-background .modal{min-width:300px; background:#fff;padding:50px;display:inline-block;border-radius:3px;font-weight:300;position:relative}#modal-container .modal-background .modal a{display:block;font-size:25px;color:#001f3f;margin:5px auto;text-decoration:none}@-webkit-keyframes fadeIn{0%{background:rgba(0,0,0,0)}100%{background:rgba(0,0,0,.7)}}@keyframes fadeIn{0%{background:rgba(0,0,0,0)}100%{background:rgba(0,0,0,.7)}}@-webkit-keyframes fadeOut{0%{background:rgba(0,0,0,.7)}100%{background:rgba(0,0,0,0)}}@keyframes fadeOut{0%{background:rgba(0,0,0,.7)}100%{background:rgba(0,0,0,0)}}@-webkit-keyframes scaleUp{0%{-webkit-transform:scale(.8) translateY(1000px);transform:scale(.8) translateY(1000px);opacity:0}100%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);opacity:1}}@keyframes scaleUp{0%{-webkit-transform:scale(.8) translateY(1000px);transform:scale(.8) translateY(1000px);opacity:0}100%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);opacity:1}}@-webkit-keyframes scaleDown{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);opacity:1}100%{-webkit-transform:scale(.8) translateY(1000px);transform:scale(.8) translateY(1000px);opacity:0}}@keyframes scaleDown{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);opacity:1}100%{-webkit-transform:scale(.8) translateY(1000px);transform:scale(.8) translateY(1000px);opacity:0}}@-webkit-keyframes scaleBack{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.85);transform:scale(.85)}}@keyframes scaleBack{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.85);transform:scale(.85)}}@-webkit-keyframes scaleForward{0%{-webkit-transform:scale(.85);transform:scale(.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleForward{0%{-webkit-transform:scale(.85);transform:scale(.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes quickScaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}99.9%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes quickScaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}99.9%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}section.main .container{position:relative;top:0;left:0;width:100%;height:746px;background-image:url(/assets/img/1628180625571.jpg);overflow:hidden;background-repeat:repeat;background-size:cover;background-attachment:fixed;-webkit-animation:backgroundScroll 16000s linear infinite;animation:backgroundScroll 16000s linear infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-direction:alternate-reverse;display:-ms-grid;display:grid;place-items:center;-webkit-filter:brightness(80%);filter:brightness(80%)}@-webkit-keyframes backgroundScroll{from{background-position:0 -495956px}to{background-position:0 0}}@keyframes backgroundScroll{from{background-position:0 -495956px}to{background-position:0 0}}.welcomeText{width:100%;position:absolute;top:35%;text-align:center;display:-ms-grid;display:grid;place-items:center}@media only screen and (max-width:500px){.welcomeText{top:32%}#greetingText{font-size:2em!important}#greeting{font-size:2.6em!important;font-weight:600;color:#fff;-webkit-filter:none!important;filter:none!important;text-shadow:3px 3px #e6bb7a}}#greeting{font-size:4em;font-weight:600;color:#fff;-webkit-filter:none!important;filter:none!important;text-shadow:3px 3px #e6bb7a;margin-bottom:18px}.welcomeText div.mainImg img{max-width:150px;max-height:150px}#greetingText{margin-top:15px;font-size:3em;font-weight:600;color:#fff;text-shadow:2px 2px #e6bb7a}div.productSlider{position:relative;padding-top:50px;padding-bottom:20px;text-align:center}div.productSlider h2{font-size:2.3em;position:relative;top:25px}#splide,#splide2,#splide3{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:72vh}@media only screen and (max-width:998px){#splide2,#splide3{height:80vh}}.splide__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.splide__slide div{max-width:290px;height:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;border:2px solid #f3f2f2;margin-left:20px!important;margin-right:20px!important;border-radius:5px;padding:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.splide__slide img{max-width:280px;max-height:200px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.splide__slide{text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.splide__track{padding-top:30px;padding-bottom:30px}.splide__slide p{margin-top:10px;margin-bottom:10px}.splide__slide p.name{font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:-8px}.splide__slide p.desc{font-weight:400;font-size:15px}.splide__slide p.price{display:block;padding:10px 20px;background-color:#ececec;border-radius:6px;font-family:poppins,sans-serif;font-weight:600}.splide__slide.is-visible.is-active div{-webkit-box-shadow:rgba(0,0,0,.16) 0 10px 36px 0,rgba(0,0,0,.06) 0 0 0 1px;box-shadow:rgba(0,0,0,.16) 0 10px 36px 0,rgba(0,0,0,.06) 0 0 0 1px;margin-top:10px;margin-bottom:10px;max-width:420px;height:400px}.splide__slide.is-visible.is-active div img{max-width:330px!important;max-height:240px}.splide__pagination__page.is-active{background-color:#966329!important}.splide__arrow{background-color:#966329!important}#splide .splide__track,#splide3 .splide__track{max-width:100vw;margin:auto;display:-ms-grid;display:grid;place-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}section.whyUs{width:100%;min-height:300px;display:-ms-grid;display:grid;place-items:center;margin:50px 0;padding-top:40px}section.whyUs .container{width:80%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative}.whyUs .container div.fCard{-webkit-box-flex:29.999999%;-ms-flex:29.999999%;flex:29.999999%;max-width:450px;height:220px;margin:20px;text-align:center;background-color:#f6f6f6;position:relative;padding:15px 10px 30px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.whyUs .container div.fCard img{width:150px;margin:20px 0 10px;zoom:1.2}.whyUs .container div.fCard:nth-child(1) img{max-width:150;max-height:150px;position:relative;top:-6px;zoom:1}.whyUs .container div.fCard p{width:100%;text-align:center}@media screen and (max-width:845px){section.whyUs{padding-top:30px}section.whyUs .container{width:100%}.whyUs .container div.fCard p{text-align:center;padding-bottom:10px}}div.productSlider h2,section h2{font-family:poppins,sans-serif;font-size:2em;text-align:center;color:#001f3f}section h2.sectionTitle{padding-bottom:30px}section.factoryImages{width:100%;min-height:550px;display:-ms-grid;display:grid;place-items:center;margin:50px 0 80px;padding-top:50px}section.factoryImages div.container{width:90%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}section.factoryImages div.container .imgCard{-webkit-box-flex:29.999999%;-ms-flex:29.999999%;flex:29.999999%;min-height:360px;max-width:300px;min-width:300px;margin:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);background-color:#f0f0f0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-animation:animateClipPath2 .3s linear 1 forwards;animation:animateClipPath2 .3s linear 1 forwards}@media only screen and (max-width:899px){section.factoryImages div.container .imgCard{-webkit-animation:none;animation:none;-webkit-clip-path:none;clip-path:none}section.factoryImages .gallary-viewMore{display:block!important}section.factoryImages div.container .imgCard:hover{-webkit-animation:none!important;animation:none!important;-webkit-clip-path:none;clip-path:none}section.factoryImages div.container .imgCard:hover .gallary-viewMore{display:block!important}}@-webkit-keyframes animateClipPath{0%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0)}100%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0)}}@keyframes animateClipPath{0%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0)}100%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0)}}@-webkit-keyframes animateClipPath2{0%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0)}100%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0)}}@keyframes animateClipPath2{0%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0)}100%{-webkit-clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0);clip-path:polygon(30% 0,70% 0,100% 0,100% 100%,50% 78%,50% 78%,0 100%,0 0)}}section.factoryImages div.container .imgCard:hover{-webkit-animation:animateClipPath .3s linear 1 forwards;animation:animateClipPath .3s linear 1 forwards}section.factoryImages div.container .imgCard img{width:100%;max-width:400px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}section.factoryImages div.container .imgCard p{padding:15px 10px 20px;font-size:15px}section.factoryImages .gallary-viewMore{max-width:150px;padding:12px 20px;background-color:#cea363;border-radius:5px;font-family:poppins,sans-serif;margin-top:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}section.factoryImages div.container .imgCard:hover .gallary-viewMore{display:block}@media only screen and (max-width:755px){section.factoryImages{padding-top:50px}section.factoryImages div.container{width:100%!important;max-width:100%!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}section.factoryImages div.container{width:100%!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}section.factoryImages div.container .imgCard{width:100%!important;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;background-color:#f8f8f8}section.ytvideos{padding-top:20px}section.ytvideos div.container{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.ytvideos div.container .video div{position:relative;left:-20px!important}section.ytvideos div.container .video{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;width:100%!important;padding-left:0!important;padding-right:0!important}}@media only screen and (max-width:420px){section.ytvideos div.container .video div iframe{width:320px!important;height:210px!important;-webkit-transform:translate(22px,-25px)!important;-ms-transform:translate(22px,-25px)!important;transform:translate(22px,-25px)!important}}div#closeGallary{position:absolute;right:18px;top:12px;width:28px;height:28px;background-image:url(/assets/img/x.svg);background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.gallaryWrapper{position:relative;top:50px;left:0;right:0;width:100%;height:100%;display:-ms-grid;display:grid;place-items:center}.gallaryContainer{width:100%;height:calc(100% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;overflow-y:scroll;padding-bottom:10px;margin-bottom:10px}.gallaryContainer::-webkit-scrollbar{width:4px}.gallaryContainer::-webkit-scrollbar-track{background:#f1f1f1}.gallaryContainer::-webkit-scrollbar-thumb{background:#888}.gallaryContainer::-webkit-scrollbar-thumb:hover{background:#555}.gallaryContainer img{width:100%;max-width:320px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:3px;padding:3px}#modal-gallary{position:fixed;display:table;height:100%;width:100%;top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:1}#modal-gallary.gallaryOpen{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#modal-gallary.gallaryOpen .modal-background{background:rgba(0,0,0,0);-webkit-animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards;animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary.gallaryOpen .modal-background .modal{opacity:0;-webkit-animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary.gallaryOpen+.content{-webkit-animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary.gallaryOpen.out{-webkit-animation:quickScaleDown 0s .5s linear forwards;animation:quickScaleDown 0s .5s linear forwards}#modal-gallary.gallaryOpen.out .modal-background{-webkit-animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards;animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary.gallaryOpen.out .modal-background .modal{-webkit-animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary.gallaryOpen.out+.content{-webkit-animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards;animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-gallary .modal-background{display:table-cell;background:rgba(0,0,0,.8);text-align:center;vertical-align:middle}#modal-gallary .modal-background .modal{width:98%;height:96vh;background:#fff;padding:0;display:inline-block;border-radius:3px;font-weight:300;position:relative;overflow:hidden}section.ytvideos{width:100%;min-height:450px;display:-ms-grid;display:grid;place-items:center;margin:50px 0 30px}section.ytvideos h2{padding-bottom:35px}section.ytvideos div.container{width:100%;max-width:900px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.ytvideos div.container .video{-webkit-box-flex:49.9999%;-ms-flex:49.9999%;flex:49.9999%;display:-ms-grid;display:grid;place-items:center;color:#85673b;padding:25px}section.ytvideos div.container .video div{position:relative;left:-15px}section.ytvideos div.container .video div iframe{width:380px;height:250px;-webkit-transform:translate(25px,-25px);-ms-transform:translate(25px,-25px);transform:translate(25px,-25px)}section.footerTop{width:100%;min-height:300px;display:block;background-color:#fff}section.footerTop div.container{width:99%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:30px 0}.footerPart2::before{content:'';position:absolute;right:-9%;width:4px;height:90%;background-color:#deb887}@media only screen and (max-width:690px){.footerPart2::before{height:4px;width:100%;left:0;bottom:-3.5%;right:0}.footerPart1 p span{font-size:16px}.footerPart1,.footerPart2{width:90%;-ms-flex-preferred-size:90%;flex-basis:90%}section.footerTop div.container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footerPart1,.footerPart2{position:relative;-ms-flex-preferred-size:39.999%;flex-basis:39.999%;min-width:320px;height:100%;min-height:330px;background-color:#f6f6f6;margin:15px;padding:15px}.footerPart1 h3,.footerPart2 h3{font-family:Montserrat,sans-serif;font-size:1.8em;margin-bottom:25px;color:#001f3f}.footerPart1 p,.footerPart2 p{position:relative;display:block;margin-top:30px;margin-bottom:30px;font-family:poppins,sans-serif}.footerPart1 p:before{content:'';position:absolute;left:0;margin-right:40px;background-repeat:no-repeat;background-position:center;width:24px;height:24px}.footerPart2 p strong{display:block;color:#001f3f;margin:4px 0}.footerPart1 p.phone:before{background-image:url(/assets/img/phone-call.svg)}.footerPart1 p.wpNum:before{background-image:url(/assets/img/message-square.svg)}.footerPart1 p.mail:before{background-image:url(/assets/img/at-sign.svg)}.footerPart1 p.instagram:before{background-image:url(/assets/img/instagram.svg)}.footerPart1 p span{margin-left:30px;font-size:16px;position:relative;top:2px;display:block;cursor:pointer}.footerPart1 p span a{color:#000;text-decoration:none}div#scrolltoTop{position:fixed;bottom:100px;right:10px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.16) 0 1px 4px;box-shadow:rgba(0,0,0,.16) 0 1px 4px;width:24px;height:40px;background-image:url(/assets/img/arrow-up.svg);background-position:center;background-repeat:no-repeat;padding:20px 22px;border-radius:5px;cursor:pointer;display:none;z-index:5}div#scrolltoTop2{position:fixed;bottom:30px;right:4px;background-color:transparent;width:58px;height:58px;background-image:url(/assets/img/WhatsApp-icon-PNG.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-clip:content-box;border-radius:5px;cursor:pointer;z-index:5}div#scrolltoTop2 p.popupTitle{position:absolute;right:48px;bottom:18px;padding:0 16px;line-height:1.6;font-size:15px;background-color:#16bb53;color:#fff;border-radius:10px;margin:0 10px;word-break:keep-all;white-space:nowrap;display:none}div#scrolltoTop2:hover p.popupTitle{display:block!important}footer{width:100%;min-height:50px;display:-ms-grid;display:grid;place-items:center;background-color:#000;padding:30px 0}footer p.copyright,p.copyright-notice{color:#696969;font-size:15px;font-weight:400;font-family:Montserrat,sans-serif}footer p.copyright{margin-bottom:5px}@media only screen and (max-width: 700px){#splide2, #splide{display:none;}}@media only screen and (max-width: 998px) and (min-width: 700px){#splide3, #splide{display:none;}}@media screen and (min-width: 999px){#splide3, #splide2{display:none;}}