:root{--color-primary:#1B8057;--color-white:#fff;--color-black:#161925;--color-body:#626571;--color-grey:#f8f8f8;--font-body:"Inter",sans-serif;--font-title:"Poppins",sans-serif;--border-radius-xs:4px;--border-radius-sm:6px;--border-radius-md:10px;--border-radius-lg:15px;--border-radius-xl:20px}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);font-size:16px;line-height:1.625;color:var(--color-body);font-weight:400;overflow:hidden}p{font-size:16px;color:var(--color-body);line-height:28px;margin-bottom:15px;font-family:var(--font-body);font-weight:400}h1,h2,h3,h4,h5,h6{color:var(--color-black);font-family:var(--font-title);line-height:1.5;font-weight:700}h1{font-size:48px;line-height:1.23}@media (max-width:767px){h1{font-size:36px}}h2{font-size:36px;margin-bottom:15px}h3{font-size:30px;margin-bottom:15px}h4{font-size:26px;margin-bottom:15px}h5{font-size:22px;margin-bottom:15px}h6{font-size:18px;margin-bottom:15px}h1{font-size:48px}h2{font-size:40px}h3{font-size:30px}h4{font-size:26px}h5{font-size:22px}h6{font-size:18px}.mb--24{margin-bottom:24px!important}.mt--24{margin-top:24px!important}@media (min-width:1200px){.row.gutters-20{margin-left:-10px;margin-right:-10px}.row.gutters-20>[class^=col-]{padding-left:10px;padding-right:10px}}@media (min-width:1200px){.row.gutters-30{margin-left:-15px;margin-right:-15px}.row.gutters-30>[class^=col-]{padding-left:15px;padding-right:15px}}@media (min-width:1200px){.row.gutters-40{margin-left:-20px;margin-right:-20px}.row.gutters-40>[class^=col-]{padding-left:20px;padding-right:20px}}.gutter-30>div,.gutter-30>li{padding-top:15px!important;padding-bottom:15px!important}.text--primary{color:#FF3C48!important}.bg--primary{background-color:#FF3C48!important}.text--white{color:#fff!important}.bg--white{background-color:#fff!important}.text--black{color:#000!important}.bg--black{background-color:#000!important}.text--grey{color:#f9f9f9!important}.bg--grey{background-color:#f9f9f9!important}html{overflow-x:hidden!important;width:100%;height:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth}#main_content{position:relative;z-index:10;background-color:#fff}li,ul{padding:0;margin:0;list-style:none}a{color:var(--color-primary);display:inline-block;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}a:focus,a:link,a:visited{text-decoration:none;outline:0}a:hover{text-decoration:none;color:var(--color-primary)}img{max-width:100%;height:auto}input:focus,select:focus,textarea:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.no-padding{padding-left:0!important;padding-right:0!important}.no-padding__left{padding-left:0!important}.no-padding__right{padding-right:0!important}.section-padding{padding-block:130px}@media (max-width:1199px){.section-padding{padding:100px 0}}@media (max-width:991px){.section-padding{padding:80px 0}}@media (max-width:767px){.section-padding{padding:50px 0}}.section,section{position:relative}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1530px}}.section-heading{margin-bottom:43px}.section-heading .number{background:linear-gradient(196.22deg,#198057 16.43%,#0D6843 87.69%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-weight:800;font-size:96px;line-height:96px;font-family:"Poppins",sans-serif;margin-bottom:15px}.section-heading .heading-title{font-weight:700;font-size:36px;font-family:"Poppins",sans-serif;color:#161925}@media only screen and (max-width:767px){.section-heading .heading-title{font-size:30px;line-height:35px}}.zil-button .zil-btn{color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 22px;letter-spacing:0.05em;text-transform:uppercase;background:-webkit-gradient(linear,left top,right top,color-stop(7.55%,#08794C),to(#1FA35C));background:linear-gradient(90deg,#08794C 7.55%,#1FA35C 100%);-webkit-box-shadow:0px 8px 10px rgba(0,0,0,0.25);box-shadow:0px 8px 10px rgba(0,0,0,0.25);border-radius:100px;font-weight:600;font-size:13px;line-height:22px;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.zil-button .zil-btn:hover{-webkit-box-shadow:none;box-shadow:none}.zil-button .zil-btn svg{color:#fff;margin-right:8px}#preloader{background:url("../../media/preloader.gif") rgba(255,255,255,0.99) no-repeat scroll center center;height:100%;left:0;overflow:visible;position:fixed;top:0;width:100%;z-index:9999999}#back-to-top{font-size:20px;color:#fff;background:var(--color-primary);width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;position:fixed;right:30px;bottom:30px;z-index:99;display:none;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;overflow:hidden}#back-to-top:hover{background-color:#1B8057;color:#fff}#back-to-top:hover i{-webkit-animation:toBottomFromTop 0.5s forwards;animation:toBottomFromTop 0.5s forwards}#back-to-top i{display:inline-block}@-webkit-keyframes toBottomFromTop{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:1}}@keyframes toBottomFromTop{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:1}}.feature__wrap__1{padding:130px 0px}@media only screen and (max-width:1199px){.feature__wrap__1{padding:100px 0}}@media only screen and (max-width:767px){.feature__wrap__1{padding:70px 0}}@media only screen and (min-width:1200px){.feature__wrap__1 .section-heading{width:561px;margin-right:auto;margin-left:auto}}.feature__wrap__1 .section-heading .heading-title{line-height:50px;font-size:40px;position:relative;z-index:1}@media only screen and (max-width:767px){.feature__wrap__1 .section-heading .heading-title{font-size:30px;line-height:35px}}@media only screen and (max-width:479px){.feature__wrap__1 .section-heading .heading-title{font-size:26px;line-height:30px}}.feature__wrap__1 .section-heading .heading-title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:-5px;left:0;background-position:center;z-index:-1}@media only screen and (max-width:1199px){.feature__wrap__1 .section-heading .heading-title:before{display:none}}.feature__grid__1{display:-ms-grid;display:grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;-ms-grid-columns:1fr 24px 1fr 24px 1fr 24px 1fr;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1199px){.feature__grid__1{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991px){.feature__grid__1{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:479px){.feature__grid__1{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.feature__grid__1 .feature__box__1{border-radius:15px;border:1px solid #E5E5E5;height:150px;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 35px;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media screen and (min-width:1200px){.feature__grid__1 .feature__box__1{width:360px}}.feature__grid__1 .feature__box__1 .item-img img{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.feature__grid__1 .feature__box__1:hover .item-img img{-webkit-transform:scale(1.03);transform:scale(1.03)}.feature-wrap{padding:130px 0}@media only screen and (max-width:1199px){.feature-wrap{padding:70px 0}}@media only screen and (max-width:767px){.feature-wrap{padding:40px 0}}@media only screen and (min-width:1200px){.feature-wrap .section-heading{width:705px;margin-right:auto;margin-left:auto}}.shopbuilder-wrap{background:linear-gradient(-196deg,#406EFF 7.63%,#0947FE 58.86%)}.shopbuilder-info .sub-title{background-color:#FF0000;-webkit-box-shadow:5px 10px 20px rgba(0,0,0,0.3);box-shadow:5px 10px 20px rgba(0,0,0,0.3);border-radius:37px;font-weight:500;font-size:14px;line-height:21px;line-height:1;display:inline-block;color:#fff;padding:5px 13px;text-align:center;margin-left:70px;margin-bottom:10px}.shopbuilder-info .icon{top:-30px;right:-30px}@media only screen and (max-width:1199px){.shopbuilder-info .icon{display:none}}.shopbuilder-info .logo{margin-bottom:25px}.shopbuilder-info .title{color:#fff;font-size:50px;line-height:61px;letter-spacing:-0.02em;font-weight:600;text-transform:capitalize;margin-bottom:20px}.shopbuilder-info .title span{font-weight:300}.shopbuilder-info p{color:#fff}.preview__wrap__1{padding:130px 0px 95px}@media only screen and (max-width:1199px){.preview__wrap__1{padding:100px 0px 65px}}@media only screen and (max-width:767px){.preview__wrap__1{padding:70px 0px 35px}}@media only screen and (min-width:1200px){.preview__wrap__1 .section-heading{width:850px;margin-right:auto;margin-left:auto}}.preview__box__1{position:relative;margin-bottom:28px;background:#F0F0F0;border-radius:6px;padding:24px 30px 0}.preview__box__1:hover .item-img .img-layout:before{height:100%}.preview__box__1:hover .item-img .img-layout img{-webkit-transform:scale3d(1.055,1.065,1);transform:scale3d(1.055,1.065,1)}.preview__box__1:hover .item-img .zil-button{top:50%;visibility:visible;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.preview__box__1 .item-img{position:relative;overflow:hidden;border-radius:6px 6px 0 0}.preview__box__1 .item-img .img-layout{width:100%;position:relative;display:block;z-index:2}.preview__box__1 .item-img .img-layout:before{content:"";height:0%;width:100%;background-color:rgba(22,25,37,0.8);border-radius:6px 6px 0 0;position:absolute;top:0;right:0;left:0;bottom:0;-webkit-transition:height 0.4s ease;transition:height 0.4s ease;z-index:2}.preview__box__1 .item-img .img-layout img{-webkit-transition:all 0.21s cubic-bezier(0.25,0.8,0.25,1);transition:all 0.21s cubic-bezier(0.25,0.8,0.25,1);width:100%;border-radius:6px 6px 0 0}.preview__box__1 .item-img .zil-button{z-index:3;position:absolute;top:60%;left:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-color:transparent;visibility:hidden;opacity:0;width:100%;text-align:center}.preview__box__1 .item-img .zil-button .zil-btn{background:-webkit-gradient(linear,left top,right top,color-stop(7.55%,#FF352E),to(#FF7C1D));background:linear-gradient(90deg,#FF352E 7.55%,#FF7C1D 100%);-webkit-box-shadow:none;box-shadow:none}.preview-wrapper{margin-bottom:30px;background:#FFFFFF;border:1px solid #E5EBE9;border-radius:15px;padding:20px 20px 28px}.preview-wrapper .text{text-align:center}.preview-wrapper .text a{color:#000;font-family:var(--font-title);font-weight:600;font-size:20px;line-height:28px;text-transform:capitalize;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.preview-wrapper .text a:hover{color:var(--color-primary)}.comming-soon-box{cursor:not-allowed;pointer-events:none}.comming-soon-box{background-color:#F0F0F0;border-radius:15px;padding:20px 20px 28px;-webkit-transition:all 0.6s ease-out;transition:all 0.6s ease-out;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#1B8057;font-size:30px;font-weight:600;margin-bottom:28px;height:290px;width:100%}@media only screen and (min-width:1200px){.comming-soon-box{width:440px;height:310px}}@media only screen and (max-width:991px){.comming-soon-box{height:201px}}.hero-wrap{position:relative;padding:150px 0 0 0;z-index:1;height:1130px;overflow:hidden}@media only screen and (max-width:991px){.hero-wrap{padding:100px 0px}}@media only screen and (max-width:767px){.hero-wrap{height:100%}}.hero-wrap:before{content:"";height:100%;width:100%;background-image:url(../../media/bg/banner-bg.png);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0}@media only screen and (max-width:767px){.hero-wrap .imgae-box{display:none}}.hero-wrap .imgae-box ul li{position:absolute}.hero-wrap .imgae-box ul li:first-child{bottom:45px;left:0}@media only screen and (max-width:1199px){.hero-wrap .imgae-box ul li:first-child{display:none}}.hero-wrap .imgae-box ul li:nth-child(2){bottom:45px;right:0}@media only screen and (max-width:1199px){.hero-wrap .imgae-box ul li:nth-child(2){display:none}}.hero-wrap .imgae-box ul li:nth-child(3){bottom:45px;right:0;left:0;text-align:center}.hero-wrap .imgae-box ul li:nth-child(3) img{-webkit-box-shadow:0px -30px 60px rgba(0,0,0,0.3);box-shadow:0px -30px 60px rgba(0,0,0,0.3)}.hero-wrap .imgae-box ul li:nth-child(4){left:19%;bottom:52%}@media only screen and (max-width:1199px){.hero-wrap .imgae-box ul li:nth-child(4){left:13%;bottom:55%}}@media only screen and (max-width:991px){.hero-wrap .imgae-box ul li:nth-child(4){left:0;bottom:55%}}.hero-layout{position:relative;z-index:1}.hero-content{text-align:center;position:relative;z-index:1}@media only screen and (min-width:1200px){.hero-content{width:987px;margin-right:auto;margin-left:auto}}.hero-content .title{font-weight:600;font-size:40px;text-align:center;text-transform:capitalize;line-height:60px;color:#fff;margin-bottom:30px;position:relative}.hero-content .title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:-5px;left:-40px;background-position:center}@media only screen and (max-width:991px){.hero-content .title:before{display:none}}@media only screen and (max-width:479px){.hero-content .title{font-size:32px;line-height:50px}}.hero-content .plugin img{-webkit-box-shadow:0px 12px 20px rgba(0,0,0,0.1);box-shadow:0px 12px 20px rgba(0,0,0,0.1)}.banner-wrap{padding:130px 0 0 0}@media only screen and (max-width:1199px){.banner-wrap{padding:100px 0 0 0}}@media only screen and (max-width:767px){.banner-wrap{padding:70px 0 0 0}}.banner-layout{background-color:#F2F6F7;border-radius:15px;padding:255px 0 300px}@media only screen and (max-width:1199px){.banner-layout{padding:255px 0 200px}}@media only screen and (max-width:991px){.banner-layout{padding:200px 0 150px}}@media only screen and (max-width:767px){.banner-layout{padding:100px 0 50px}}@media only screen and (min-width:768px){.banner-layout .section-heading{margin-right:auto;margin-left:auto;width:569px}}.banner-layout .section-heading .heading-title{line-height:53px;text-transform:capitalize;z-index:1}@media only screen and (max-width:767px){.banner-layout .section-heading .heading-title{line-height:40px}}.banner-layout .section-heading .heading-title .shape{height:14px;width:317px;background-color:#F8C519;top:31px;left:90px;z-index:-1}@media only screen and (max-width:1199px){.banner-layout .section-heading .heading-title .shape{display:none}}.image-box-list li{position:absolute}.image-box-list li img{border-radius:10px;width:100%;-webkit-box-shadow:-13px 13px 20px rgba(218,223,226,0.8);box-shadow:-13px 13px 20px rgba(218,223,226,0.8)}.image-box-list li:first-child{bottom:0;left:90px;right:90px}.image-box-list li:nth-child(2){top:0;left:0;right:0}.image-box-list li:nth-child(2) img{-webkit-box-shadow:none;box-shadow:none}.footer-style-1{position:relative;padding:130px 0;z-index:1;background-color:#F6FAFB}@media only screen and (max-width:1199px){.footer-style-1{padding:100px 0px}}@media only screen and (max-width:479px){.footer-style-1{padding:70px 0px}}.footer-top-1{position:relative;z-index:3}.footer-top-1 .footer-title{width:676px;margin-right:auto;margin-left:auto;color:var(--color-black);font-weight:700;font-size:48px;line-height:55px;margin-bottom:35px;position:relative;z-index:1;position:relative}@media screen and (max-width:767px){.footer-top-1 .footer-title{margin-bottom:20px}}.footer-top-1 .footer-title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:-5px;left:0;background-position:center;z-index:-1}@media screen and (max-width:767px){.footer-top-1 .footer-title:before{display:none}}@media screen and (max-width:767px){.footer-top-1 .footer-title{font-size:36px;width:100%;line-height:42px}}.footer-top-1 .footer-title span{font-family:"NotoSerifTamilSlanted",sans-serif;font-style:italic;font-weight:600}.footer-top-1 .logo{margin-bottom:35px}@media screen and (max-width:767px){.footer-top-1 .logo{margin-bottom:20px}}.footer-bottom-1{text-align:center}.footer-bottom-1 .copyright-text{font-size:16px;line-height:28px;text-transform:capitalize;color:#848793}.rt-header{position:absolute;top:0;z-index:999;right:0;left:0;padding:60px 0 0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.rt-header.sticky-on.sticky{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#161925;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.2);box-shadow:0 0 30px 0 rgba(0,0,0,0.2);-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;padding:0}.navbar-wrap{margin-left:60px;margin-right:60px}.header-action-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;vertical-align:middle;line-height:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rt-main-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rt-main-menu .menu .menu-item{position:relative}.rt-main-menu .menu .menu-item>a{display:inline-block;font-size:16px;color:#fff;font-family:var(--font-title);font-weight:400;text-transform:capitalize;position:relative}.rt-main-menu .menu .menu-item>a i{position:relative;top:1px;margin-left:2px}.rt-main-menu .menu .menu-item>a:first-child:before{left:1px}.rt-main-menu .menu .menu-item>a:before{content:"";top:77%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;left:21px;background-color:#FFCC1D;border-radius:45px;width:0;height:3px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.rt-main-menu .menu .menu-item>a:hover:before{left:0;width:100%}.rt-main-menu.style-1 .menu .menu-item a{color:var(--color-black)}.fixed-header-style-1 .rt-main-menu .menu .menu-item a{padding:30px 0}.rt-header.style-4 .rt-main-menu .menu .menu-item a{padding:25px 0}.rt-main-menu .menu .menu-item:hover.menu-item-has-children:after{border-color:var(--color-secondary)}.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel:after{display:none}.rt-main-menu .menu .menu-item.menu-item-has-children a .nav-label{font-size:15px;color:#000;font-weight:400;margin-left:3px;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu{position:absolute;left:0;top:100%;min-width:220px;max-width:220px;background-color:#fff;-webkit-box-shadow:0 5px 12px rgba(0,0,0,0.16);box-shadow:0 5px 12px rgba(0,0,0,0.16);border-top:none;border-radius:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-top:20px;padding-bottom:18px;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;-webkit-transition:all 0.4s cubic-bezier(0.3,0.02,0,0.6);transition:all 0.4s cubic-bezier(0.3,0.02,0,0.6);visibility:hidden;opacity:0;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;z-index:9}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item{padding:0 25px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child{margin-bottom:0}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-title{font-size:1.0625rem;color:#000;font-weight:700;text-transform:capitalize;margin-bottom:10px}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a{font-size:15px;padding:10px 0;color:#000;font-weight:600;overflow:hidden;font-family:var(--font-title)}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:before{content:"";position:absolute;left:-12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--color-primary);width:7px;height:2px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a .nav-label{color:#000}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover{color:var(--color-primary);padding-left:17px}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover:before{background-color:var(--color-secondary);left:0}.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover .nav-label{color:var(--color-primary)}.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel>.sub-menu{left:calc(100% + 1px);top:0}.rt-main-menu .menu .menu-item:last-child.menu-item-has-children .sub-menu>.menu-item.menu-item-has-children .sub-menu{left:-100%}.rt-main-menu .menu .menu-item:hover>a{color:var(--color-primary)}.rt-main-menu .menu .menu-item:hover>a .nav-label{color:var(--color-primary)}.rt-main-menu .menu .menu-item:hover>.sub-menu{visibility:visible;opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.rt-main-menu .menu>.menu-item{margin-right:50px}@media only screen and (max-width:1440px){.rt-main-menu .menu>.menu-item{margin-right:40px}}.rt-main-menu .menu>.menu-item.active>a{color:var(--color-primary)}.rt-main-menu .menu>.menu-item.active>a>.nav-label{color:var(--color-primary)}.rt-main-menu .menu>.menu-item>a{padding:35.5px 0}.rt-main-menu .menu>.menu-item:last-child{margin-right:0}.rt-main-menu.style-2 .menu .menu-item>a{color:#fff}.rt-main-menu.style-2 .menu .menu-item>a .hover-eff:after{background-color:var(--color-primary)}.rt-main-menu.style-2 .menu .menu-item>a .nav-label{color:#fff}.rt-main-menu.style-2 .menu .menu-item:hover>a .nav-label{color:#fff}.offscreen-navigation .menu{font-family:var(--font-title)}.offscreen-navigation .menu>li{border-bottom:1px solid #e9e9e9}.offscreen-navigation .menu>li:last-child{border-bottom:0}.offscreen-navigation .menu>li>a{background-color:#f3f3f3;font-size:16px;padding:12px 30px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.offcanvas-content-style-2 .offscreen-navigation .menu>li>a{background-color:transparent;padding:12px 0}.offscreen-navigation .menu>li>a:hover{background-color:#f8f8f8}.offscreen-navigation .menu>li>a.opened{background-color:#f8f8f8}.offscreen-navigation .sub-menu{display:none;background-color:#ffffff}.offscreen-navigation .sub-menu li.menu-item-has-children>a:after,.offscreen-navigation .sub-menu li.menu-item-has-children>a:before{right:40px}.offscreen-navigation .sub-menu li a{border-top:1px solid #f1f1f1;padding:7px 40px;font-size:15px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a{padding-left:30px}.offscreen-navigation .sub-menu li a:hover{background-color:rgba(15,91,245,0.05)}.offscreen-navigation .sub-menu li .sub-menu li a{padding:7px 50px}.offscreen-navigation ul{margin:0;padding:0;list-style:none}.offscreen-navigation ul li>a{display:block;position:relative;color:#000000;font-weight:500;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.offscreen-navigation ul li>a:hover{color:var(--color-primary)}.offscreen-navigation ul li.menu-item-has-children>a:after{color:#999999;content:"\f067";display:inline-block;font-family:"Font Awesome 5 Free";font-weight:700;right:20px;position:absolute;font-size:12px;opacity:1;visibility:visible;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.offscreen-navigation ul li.menu-item-has-children>a:before{color:#999999;content:"\f068";display:inline-block;font-family:"Font Awesome 5 Free";font-weight:700;right:20px;position:absolute;font-size:12px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.offscreen-navigation ul li.menu-item-has-children>a.opened:after{opacity:0;visibility:hidden}.offscreen-navigation ul li.menu-item-has-children>a.opened:before{opacity:1;visibility:visible}.rt-slide-nav{position:absolute;background:#fff;width:100%;left:0;display:none;max-height:calc(100vh - 100px);overflow-y:auto;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);top:100%;z-index:99}.rt-mobile-menu{padding:12px 15px;border-bottom:1px solid rgba(81,81,81,0.15);z-index:999;background:#403c3c}@media (min-width:992px){.rt-mobile-menu{display:none}}.rt-mobile-menn-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .sidebarBtn{display:block;padding:12px 0;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}body .sidebarBtn .bar{background:var(--color-white);height:2px;width:30px;display:block;margin-bottom:5px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}body .sidebarBtn .bar:nth-child(2),body .sidebarBtn .bar:nth-child(3){width:25px;margin-left:5px}body .sidebarBtn .bar:last-child{margin-bottom:0}body.slidemenuon .sidebarBtn .bar:nth-child(2),body.slidemenuon .sidebarBtn .bar:nth-child(3){opacity:0}body.slidemenuon .sidebarBtn .bar:first-child{-webkit-transform:rotate(45deg) translate(7px,7px);transform:rotate(45deg) translate(7px,7px)}body.slidemenuon .sidebarBtn .bar:nth-child(4){-webkit-transform:rotate(-45deg) translate(8px,-8px);transform:rotate(-45deg) translate(8px,-8px)}.achievement-wrap{padding:70px 0;background-color:#F4FAF7}.achievement-box{gap:120px}@media only screen and (max-width:991px){.achievement-box{gap:30px}}@media only screen and (max-width:767px){.achievement-box{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-wrap{padding:120px 0 0 0;background-color:#FAF3F2}@media only screen and (max-width:1199px){.elementor-wrap{padding:100px 0 0 0}}@media only screen and (max-width:767px){.elementor-wrap{padding:70px 0 0 0}}.elementor-wrap .section-heading{margin-bottom:30px}@media only screen and (min-width:1200px){.elementor-wrap .section-heading{margin-right:auto;margin-left:auto;width:750px}}.marquee{width:100%;overflow:hidden;z-index:2}.marquee-slider{background-color:#FFCC1D;padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:30px}.marquee-slider .marquee-item .entry-title{letter-spacing:0.04em;text-transform:uppercase;font-weight:400;font-size:14px;line-height:22px}.marquee-slider .marquee-item .entry-title span{font-weight:700}.marquee-slider .marquee-item .entry-title svg{margin-left:20px}.marquee-slider.style-2{background-color:transparent;padding:0 0 130px 0}@media only screen and (max-width:1199px){.marquee-slider.style-2{padding:0 0 85px 0}}@media only screen and (max-width:767px){.marquee-slider.style-2{padding:0 0 55px 0}}.marquee-slider.style-2 .marquee-item{margin-left:30px}.marquee-slider.style-2 .marquee-item .entry-title{font-weight:700;font-size:96px;line-height:90px;text-transform:capitalize;color:#D9D9D9;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;letter-spacing:unset}.marquee-slider.style-2 .marquee-item .entry-title:hover{color:#1B8057}.marquee-slider.style-2 .marquee-item .entry-title:hover svg{color:#1B8057}.marquee-slider.style-2 .marquee-item .entry-title svg{color:#D9D9D9;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.scrolling-wrap{background-color:#F6FAFB}@media only screen and (min-width:1200px){.scrolling-wrap .section-heading{width:750px;margin-right:auto;margin-left:auto}}.scrolling-wrap .section-heading .heading-title{line-height:50px;position:relative;z-index:1}.scrolling-wrap .section-heading .heading-title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:20px;left:0;background-position:center;z-index:-1}@media only screen and (max-width:767px){.scrolling-wrap .section-heading .heading-title:before{display:none}}.product-wrap{background-color:#21865E;position:relative;z-index:1;padding:140px 0 0 0}@media only screen and (max-width:1199px){.product-wrap{padding:100px 0 0 0}}@media only screen and (max-width:767px){.product-wrap{padding:70px 0 0 0}}.product-wrap .bg-wrap{position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1;height:100%}.product-wrap .bg-wrap img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:1200px){.product-wrap .section-heading{margin-right:auto;margin-left:auto;width:750px}}.product-wrap .section-heading .heading-title{color:#fff;position:relative;z-index:1}.product-wrap .section-heading .heading-title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:20px;left:0;background-position:center;z-index:-1}@media only screen and (max-width:1199px){.product-wrap .section-heading .heading-title:before{display:none}}.product-wrap .section-heading p{color:#fff}.product-layout{padding-bottom:100px}@media only screen and (max-width:1199px){.product-layout{padding-bottom:70px}}@media only screen and (max-width:767px){.product-layout{padding-bottom:40px}}.product-layout .swiper-wrapper .swiper-slide{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.product-layout .swiper-wrapper .swiper-slide .product-img{margin-bottom:140px;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.product-layout .swiper-wrapper .swiper-slide .product-img img{-webkit-box-shadow:none;box-shadow:none;width:100%}.product-layout .swiper-wrapper .swiper-slide:not(.swiper-slide-active){opacity:0.7}.swiper-slide-active .product-img{-webkit-box-shadow:0px 30px 40px #122B21;box-shadow:0px 30px 40px #122B21;border-radius:12px}.swiper-slide-active .product-img img{-webkit-box-shadow:0px 30px 40px #122B21;box-shadow:0px 30px 40px #122B21;border-radius:12px}.product-slider .swiper-pagination{bottom:25px}.product-slider .swiper-pagination .swiper-pagination-bullet{height:17px;width:17px;border-radius:50%;background-color:#fff;opacity:1}.product-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:#F8C519}.testimonial-wrap{position:relative;z-index:1}.testimonial-wrap:before{content:"";height:100%;width:100%;background-image:url(../../media/bg/testimonial-bg.png);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1;background-position:bottom}@media only screen and (min-width:1200px){.testimonial-wrap .section-heading{width:551px;margin-right:auto;margin-left:auto}}.testimonial-wrap .section-heading .heading-title{position:relative;z-index:1;color:#fff;line-height:55px}@media only screen and (max-width:767px){.testimonial-wrap .section-heading .heading-title{line-height:40px}}.testimonial-wrap .section-heading .heading-title:before{content:"";height:100%;width:100%;background-image:url(../../media/hero/element-achv.svg);background-repeat:no-repeat;position:absolute;top:0;left:0;background-position:center;z-index:-1}@media only screen and (max-width:1199px){.testimonial-wrap .section-heading .heading-title:before{display:none}}.swiper-slide .testimonial-box{border-radius:15px;background-color:#fff;padding:50px 30px;text-align:center;opacity:1}.swiper-slide .testimonial-box .rt-shape{margin-bottom:10px}.swiper-slide .testimonial-box .review-icon{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;gap:2px;margin-bottom:36px;z-index:1}.swiper-slide .testimonial-box .review-icon .shape{position:absolute;top:-5px;left:0;right:0;z-index:-1}.swiper-slide .testimonial-box .rt-quote{margin-bottom:15px;color:#343C4D;font-style:italic;font-size:20px}.swiper-slide .testimonial-box .name{position:relative;font-size:18px;margin-bottom:0;font-weight:600;color:#00030C}.swiper-slide .testimonial-box .designation{color:#7F838C}
/*# sourceMappingURL=style.css.map */