.banner-home-bg{background:linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%)}.latest-feature-bg{background-color:#fffbfa}.latest-Choose-bg{background-color:#fff}.latest-service-bg{background-color:#fafafa}.latest-counter-bg{background-color:var(--rr-heading-primary)}.question-bg{background-color:#fff}.latest-team-bg{background-color:#001d08}.latest-project-bg{background-color:#fff}.latest-testimonial-bg{background-color:#fff}.latest-blog-bg{background-color:#fff}.latest-newsletter-bg{background-color:#fafafa}.footer-home-1-bg{background-color:#fff5f1}.footer__bottom-home-1-bg{background-color:#001d08}.latest-blog2-bg{background-color:#fafafa}.white-bg{background:#fff!important}.product-bg{background:#fafafa}.heading-color{color:#001d08!important}.white-color{color:#fff!important}.gray-color{color:#d8d9da!important}.frist-bg{background:#f5f0ea}.second-bg{background:#e9eef4}.thaird-bg{background:#f2f1ec}.banner-bg-3{background:#fcffea}.body-color{color:var(--rr-text-body)!important}.happy-customer-bg{background:#ffefeb}.footer-home-3-bg{background:#f5f5f5}.bg-headr-3{background:var(--rr-common-white)!important}.hover-theme:hover{color:red}.bg-theme-secondary{background-color:var(--rr-theme-secondary)}h6,.h6{font-size:var(--rr-fs-h6);line-height:var(--rr-lh-h6)}.body-2{font-size:var(--rr-fs-body2);line-height:var(--rr-lh-body2);font-weight:var(--rr-fw-light)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}hr:not([size]){margin:0;border-color:var(--rr-border-primary);opacity:1;border-width:1px}.row-none{--bs-gutter-x:none !important}.g-40,.gx-40{--bs-gutter-x:40px}.g-40,.gy-40{--bs-gutter-y:40px}.g-50,.gx-50{--bs-gutter-x:50px}.g-50,.gy-50{--bs-gutter-y:50px}.g-60,.gy-60{--bs-gutter-y:60px}.nice-select{background-color:transparent!important;border:none!important;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:var(--rr-ff-body)!important;font-style:normal;font-weight:500!important;font-weight:400;font-size:14px;line-height:40px;height:42px;outline:none;padding-left:18px;padding-right:15px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%!important;color:var(--rr-common-white)}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select::after{position:absolute;content:"";top:50%!important;right:0;font-family:"Font Awesome 5 Pro";color:var(--rr-heading-white)!important;font-weight:500!important;pointer-events:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin-top:0;transform-origin:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.nice-select.open::after{-webkit-transform:translateY(-50%) rotate(-180deg);-moz-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);-o-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);width:100%}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled::after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small::after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:var(--rr-common-black)!important;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover{color:var(--rr-heading-primary)!important}.nice-select .option.selected{font-weight:700}.nice-select .option.selected:hover{color:var(--rr-heading-primary)!important}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}#scroll-percentage{position:absolute}#scroll-percentage{height:60px;width:60px;background-color:var(--rr-common-white);border-radius:50%;position:fixed;bottom:40px;right:50px;transform:scale(0);display:grid;place-items:center;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all .3s;transition:all .3s;z-index:100}@media only screen and (max-width:992px){#scroll-percentage{right:30px}}@media only screen and (max-width:767px){#scroll-percentage{bottom:20px;right:20px}}#scroll-percentage.active{bottom:50px;transform:scale(1);opacity:1;visibility:visible;-webkit-animation:500ms ease-in-out 0s normal none 1 running scrollToTop;animation:500ms ease-in-out 0s normal none 1 running scrollToTop;-webkit-transition:.3s;transition:.3s}@media only screen and (max-width:992px){#scroll-percentage.active{bottom:30px}}@media only screen and (max-width:767px){#scroll-percentage.active{bottom:20px}}#scroll-percentage-value{height:calc(100% - 6px);width:calc(100% - 6px);background-color:var(--rr-common-white);color:var(--rr-theme-primary);border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:600}#scroll-percentage-value i{font-size:20px}@media (min-width:992px){.mt-cursor{display:block;width:10px;height:10px;border-radius:50%;position:fixed;left:10px;top:10px;user-select:none;pointer-events:none;visibility:hidden;z-index:10000;-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);transition:all .3s cubic-bezier(.165,.84,.44,1)}.mt-cursor:before{background:var(--rr-theme-primary);opacity:1;content:"";width:100%;height:100%;border-radius:50%;position:absolute;left:0;top:0;transition:all .3s ease}.mt-cursor.cursor-grow:before{opacity:.7;transform:scale(1.5);transition:all .3s ease}.mt-cursor.hide{opacity:0;transition:opacity .3s ease;transition-delay:.4s}.mt-cursor.hide .inner{transform:scale(.1);transition:transform .3s ease}}.clear{clear:both}.f-left{float:left}.f-right{float:right}.z-index-1{z-index:1}.p-0{padding-left:0!important}.z-index-11{z-index:11}.opacity-05{opacity:.5}.overflow-y-visible{overflow-x:hidden;overflow-y:visible}.p-absolute{position:absolute}.include-bg{background-position:center;background-size:cover;background-repeat:no-repeat}.hr-1{border-top:1px solid #e8e8e8}.x-clip{overflow-x:clip}@media (max-width:575px){.o-xs{overflow-x:hidden}}.valign{display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.body__overlay{background-color:var(--rr-common-heading);height:100%;width:100%;position:fixed;top:0;z-index:9999;left:0;opacity:0;visibility:hidden}.body__overlay{background-color:var(--rr-common-heading);height:100%;width:100%;position:fixed;top:0;z-index:9999;left:0;opacity:0;visibility:hidden}.body__overlay.opened{opacity:.7;visibility:visible}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:1280px}@media only screen and (min-width:1400px) and (max-width:1600px){.mfp-iframe-holder .mfp-content{max-width:1000px}}@media only screen and (min-width:1200px) and (max-width:1399px){.mfp-iframe-holder .mfp-content{max-width:850px}}@media only screen and (min-width:992px) and (max-width:1199px){.mfp-iframe-holder .mfp-content{max-width:820px}}@media only screen and (min-width:768px) and (max-width:992px){.mfp-iframe-holder .mfp-content{max-width:750px}}.mfp-close{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.mfp-close:hover{color:var(--rr-common-white)}.mfp-close::after{position:absolute;content:"";height:100%;width:100%;font-family:var(--rr-ff-fontawesome);font-size:31px;font-weight:200;right:-20px;margin-top:-25px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.mfp-close::after{right:15px;margin-top:-30px}}.z-index-1{z-index:1}.border-gray{border:1px solid rgba(0,29,8,.1);border-radius:10px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.border-gray{border:none;border-radius:none}}.text-white{color:var(--rr-common-white)!important}.opacity{opacity:.7!important}.float-right{float:right}.box-shadow{box-shadow:0px 20px 40px rgba(0,29,8,.1);border-radius:10px}.box-shadow-3{box-shadow:0px 10px 20px rgba(0,29,8,.1)}.bg-cover{background-size:cover}.container-width{max-width:1520px}.home3-container-width{max-width:1550px;padding-left:15px;padding-right:15px}@media only screen and (min-width:768px) and (max-width:992px){.mb-md-30{margin-bottom:30px}}.gap-6{gap:6px}.gap-10{gap:10px}.fw-sbold{font-weight:var(--rr-fw-sbold)!important}.heading-space{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:20px;margin-bottom:40px}.heading-space2{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;row-gap:20px;margin-bottom:60px}.section-space-bottom-2{padding-bottom:120px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-bottom-2{padding-bottom:40px!important}}.pb-70-custom{padding-bottom:70px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.pb-70-custom{padding-bottom:35px}}.right{margin-right:60px;margin-left:60px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.right{margin-right:0;margin-left:0}}.pb-190{padding-bottom:190px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.pb-190{padding-bottom:100px}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.pb-190{padding-bottom:70px}}.border{border:none!important;padding-bottom:0!important}.gap{display:flex;align-items:center;gap:10px}.wrap{flex-wrap:wrap;row-gap:20px;column-gap:10px}.border{border-radius:50px}@media (max-width:1820px){.border{border-radius:0}}.border-1px{border:1px solid #e3dbd8!important;border-radius:50px}.faq-padding{padding:40px 5px 40px 60px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq-padding{padding:15px}.border-1px{border-radius:0px}}.faq-radius{border-radius:20px}.theme-bg{background:var(--rr-theme-primary)}.row-reverse{flex-direction:row-reverse}.m-5{margin:5px}.margin-t80{margin-top:80px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.margin-t80{margin-top:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.margin-t80{margin-top:10px}}.padding-t100{padding-top:100px}@media only screen and (min-width:768px) and (max-width:992px){.padding-t100{padding-top:80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.padding-t100{padding-top:70px}}.section-space-2{padding-top:110px;padding-bottom:110px}@media only screen and (min-width:768px) and (max-width:992px){.section-space-2{padding-top:80px;padding-bottom:80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-2{padding-top:70px;padding-bottom:70px}}.top-bottom{padding-top:120px!important;padding-bottom:120px!important}@media only screen and (min-width:768px) and (max-width:992px){.top-bottom{padding-top:80px!important;padding-bottom:80px!important}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.top-bottom{padding-top:70px!important;padding-bottom:70px!important}}.bottom{padding-bottom:120px!important}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.bottom{padding-bottom:70px!important}}.bottom-160{padding-bottom:160px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.bottom-160{padding-bottom:70px}}.bottom-306{padding-bottom:303px!important}.section-top{padding-top:142px!important}@media only screen and (min-width:768px) and (max-width:992px){.section-top{padding-top:100px!important}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-top{padding-top:80px!important}}.section-space-top{padding-top:120px}@media only screen and (min-width:768px) and (max-width:992px){.section-space-top{padding-top:80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-top{padding-top:40px}}.section-space-bottom{padding-bottom:120px}@media only screen and (min-width:768px) and (max-width:992px){.section-space-bottom{padding-bottom:80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-bottom{padding-bottom:70px}}.section-space-bottom-2{padding-bottom:110px}@media only screen and (min-width:768px) and (max-width:992px){.section-space-bottom-2{padding-bottom:80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-bottom-2{padding-bottom:70px}}.section-space-bottom-170{padding-bottom:170px}@media only screen and (min-width:768px) and (max-width:992px){.section-space-bottom-170{padding-bottom:100px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section-space-bottom-170{padding-bottom:90px}}.section__title-space{margin-bottom:50px}.ml{margin-left:140px}.fs-16{font-size:16px!important}.pb-306{padding-bottom:306px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.pb-306{padding-bottom:255px}}.pb-337{padding-bottom:337px!important}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.pb-337{padding-bottom:240px!important}}.height-693{height:693px!important}@media (max-width:575px){.height-693{height:450px!important}}.height-611{height:611px!important}@media (max-width:575px){.height-611{height:400px!important}}.padding-b{padding-bottom:20px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.padding-b{padding-bottom:0}}.padding-t85{padding-top:85px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.padding-t85{padding-top:40px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.padding-t85{padding-top:60px}}.color-heading-primary{color:var(--rr-heading-primary)}.rs-fw-sbold{font-weight:var(--rr-fw-sbold)}.white-bg{background-color:var(--rr-common-white)!important}.black-bg{background-color:var(--rr-common-black)}.dark-black-bg{background-color:#16171a}.gray-bg{background-color:var(--rr-background-gray)}.theme-bg-1{background-color:var(--rr-theme-primary)}.theme-bg-2{background-color:var(--rr-gray-900)}.bg-gray{background:#f1f5eb}.h-5-bg{background:#111214}.bg-gradient-1{background:linear-gradient(90deg,#674ad9 0%,#fb5141 50.52%,#089eff 100%)}.rr-btn.btn-hover-white::before{background-color:var(--rr-common-white)}.rr-btn.btn-hover-white:hover{color:var(--rr-heading-primary)}.rr-btn.btn-transparent{padding:10px 28px;border:1px solid var(--rr-common-white);color:var(--rr-common-white);background-color:transparent}.rr-btn.btn-transparent::before{background-color:var(--rr-theme-primary)}.rr-btn.btn-transparent.btn-border-2{padding:18px 30px;border:2px solid var(--rr-theme-primary)}.rr-btn.btn-transparent.btn-border-2::before{border-radius:0}.rr-btn.btn-transparent.btn-border-gray{padding:19px 22px;border-color:var(--rr-heading-primary)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:992px) and (max-width:1199px){.rr-btn.btn-transparent.btn-border-gray{padding:10px 15px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.rr-btn.btn-transparent.btn-border-gray{padding:6px 10px}}.rr-btn.btn-transparent.btn-border-gray:hover i{background-color:var(--rr-theme-primary)}.rr-btn.btn-transparent.btn-border-gray i{-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;width:40px;height:40px;padding:10px;background-color:var(--rr-heading-primary);display:inline-flex;align-items:center;justify-content:center}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.rr-btn.btn-transparent.btn-border-gray i{width:30px;height:30px}}.rr-btn.btn-transparent:hover{color:var(--rr-common-white);border:1px solid var(--rr-theme-primary)}.rr-btn.btn-white{color:var(--rr-heading-primary);background-color:var(--rr-common-white)}.rr-btn.btn-white::before{background-color:var(--rr-theme-primary)}.rr-btn.btn-white:hover{color:var(--rr-common-white)}.rr-btn.btn-text-color-white{color:var(--rr-common-white)}.small-btn{height:60px;width:60px;border:1px solid #e3dbd8;background:#d5dfd4;border-radius:50%;transition:.3s}.small-btn:hover{background:var(--rr-theme-primary)}.small-btn:hover i{color:var(--rr-common-white)}.small-btn-transparent{background:0 0;border:1px solid #e5e8e6}.rr-btn2{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-medium);font-size:14px;line-height:var(--rr-lh-h5);padding:15px 30px;border-radius:30px;font-style:normal;border:1px solid #e3dbd8;display:inline-flex;align-items:center;gap:10px}.rr-btn2:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.offcanvas__area.info-open{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.offcanvas__search{position:relative}.offcanvas__search input{width:100%;height:40px;line-height:40px;padding-right:20px;background:0 0;border-bottom:1px solid var(--rr-border-primary);font-size:16px;color:var(--rr-common-white);padding-bottom:15px}.offcanvas__search input::placeholder{color:var(--rr-common-white)}.offcanvas__search input:focus{border-color:var(--rr-common-white)}.offcanvas__search button{position:absolute;top:2px;right:0;font-size:20px;color:var(--rr-common-white)}.offcanvas__search button:hover{color:var(--rr-theme-primary)}.offcanvas__text p{margin-bottom:25px}.offcanvas__notification-icon a{font-size:14px;color:var(--rr-common-white);position:relative}.offcanvas__notification-icon a .notification-count{position:absolute;top:-4px;right:-13px;display:inline-block;width:20px;height:20px;line-height:22px;font-size:12px;font-weight:600;background-color:var(--rr-theme-primary);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:var(--rr-common-white);text-align:center}.offcanvas__notification-text p{margin-bottom:0;font-weight:500;color:var(--rr-common-white);font-size:14px}.offcanvas__notification-text p .notification-number{color:var(--rr-theme-primary)}.offcanvas__notification-text p a{color:var(--rr-theme-primary)}.offcanvas__overlay.overlay-open{opacity:.6;visibility:visible}.offcanvas__contact-icon{margin-inline-end:15px}.offcanvas__slider-content{border:1px solid var(--rr-border-primary);padding:20px}.offcanvas__navigation{display:flex;align-items:center;gap:20px}.offcanvas__post-title{font-size:26px;color:var(--rr-common-white)}.offcanvas__post-title a:hover{color:var(--rr-theme-primary)}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select::after{position:absolute;content:"";top:50%;right:0;font-family:var(--rr-ff-fontawesome);color:var(--rr-common-black);font-weight:500;pointer-events:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin-top:0;transform-origin:center}.nice-select.open::after{-webkit-transform:translateY(-50%) rotate(-180deg);-moz-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);-o-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled::after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small::after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover{background-color:#f6f7f9}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.section__title-wrapper{z-index:1}.section__title-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-theme-primary);font-weight:var(--rr-fw-sbold);font-size:14px;line-height:14px;text-transform:uppercase;font-style:normal;letter-spacing:1.4px}.section__title-wrapper-black-subtitle{color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:14px;line-height:14px;display:flex;align-items:center;gap:10px;font-style:normal;text-transform:uppercase;letter-spacing:1.4px}.section__title-wrapper-center-subtitle{color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:14px;line-height:14px;display:flex;align-items:center;gap:10px;font-style:normal;text-transform:uppercase;justify-content:center;letter-spacing:1.4px}.section__title-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section__title-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section__title-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section__title-wrapper-title{font-size:28px;line-height:38px}}.section__title-wrapper-title-2{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.section__title-wrapper-title-2{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section__title-wrapper-title-2{font-size:35px;line-height:45px}}@media (max-width:575px){.section__title-wrapper-title-2{font-size:28px;line-height:38px}}.section__title-wrapper2{z-index:1}.section__title-wrapper2-black-subtitle{color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:14px;line-height:14px;display:flex;align-items:center;gap:10px;font-style:normal;text-transform:uppercase;letter-spacing:1.4px}@media (max-width:376px){.section__title-wrapper2-black-subtitle{letter-spacing:.4px}}.section__title-wrapper2-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section__title-wrapper2-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section__title-wrapper2-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section__title-wrapper2-title{font-size:28px;line-height:38px}}@media (max-width:575px){.section__title-wrapper2-2{display:flex;flex-direction:column;justify-content:center;align-items:center}}.section-title2{display:flex;justify-content:space-between;position:relative;align-items:end;flex-wrap:wrap;column-gap:10px;row-gap:20px;z-index:1}.section-title2__wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;letter-spacing:1.4px;text-transform:uppercase}.section-title2__wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-title2__wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-title2__wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-title2__wrapper-title{font-size:28px;line-height:38px}}.section-title2__button a{color:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lg-h5);background:var(--rr-theme-primary);font-size:14px;font-style:normal;display:inline-flex;padding:15px 30px;align-items:center;gap:10px;transition:.3s;margin-bottom:0;border-radius:30px}.section-title2__button a:hover{background:var(--rr-heading-primary)}.section-title2__paragraph{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lg-h5);font-size:16px;margin-bottom:0;font-style:normal}.section-slider-title{justify-content:space-between;align-items:end;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:20px}.section-slider-title-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}.section-slider-title-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-slider-title-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-slider-title-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-slider-title-wrapper-title{font-size:28px;line-height:38px}}.section-slider-title-button{display:flex;align-items:center;gap:20px}.section-slider-title-button-right{height:60px;width:60px;border:1px solid #e3dbd8;background:--rr-heading-primary;border-radius:50%;transition:.3s}.section-slider-title-button-right i{color:var(--rr-common-white)}.section-slider-title-button-right:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary)}.section-slider-title-button-right:hover i{color:var(--rr-common-white)}.section-slider-title-2{justify-content:space-between;align-items:end;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:20px}.section-slider-title-2-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}.section-slider-title-2-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-slider-title-2-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-slider-title-2-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-slider-title-2-wrapper-title{font-size:28px;line-height:38px}}.section-slider-title-2-button{display:flex;align-items:center;gap:20px}.section-slider-title-2-button-right{height:60px;width:60px;border:1px solid #e3dbd8;background:#f1f5eb;border-radius:50%;transition:.3s}.section-slider-title-2-button-right i{color:var(--rr-heading-primary)}.section-slider-title-2-button-right:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary)}.section-slider-title-2-button-right:hover i{color:var(--rr-common-white)}.section-slider-title-3{justify-content:space-between;align-items:end;display:flex;flex-wrap:wrap;gap:10px;column-gap:10px;row-gap:20px}.section-slider-title-3-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}.section-slider-title-3-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-slider-title-3-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-slider-title-3-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-slider-title-3-wrapper-title{font-size:28px;line-height:38px}}.section-slider-title-3-button{display:flex;align-items:center;gap:20px}.section-slider-title-3-button-right{height:60px;width:60px;background:#d5dfd4;border-radius:50%;transition:.3s}.section-slider-title-3-button-right i{color:var(--rr-heading-primary)}.section-slider-title-3-button-right:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary)}.section-slider-title-3-button-right:hover i{color:var(--rr-common-white)}.section-slider-title-7{justify-content:space-between;align-items:end;display:flex;flex-wrap:wrap;gap:10px;column-gap:10px;row-gap:20px}.section-slider-title-7-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}.section-slider-title-7-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-slider-title-7-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-slider-title-7-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-slider-title-7-wrapper-title{font-size:28px;line-height:38px}}.section-slider-title-7-button{display:flex;align-items:center;gap:20px;position:absolute;bottom:46px;right:67px;z-index:1}@media (max-width:575px){.section-slider-title-7-button{display:none}}.section-slider-title-7-button-right{height:60px;width:60px;background:#f1f5eb;border-radius:50%;transition:.3s}.section-slider-title-7-button-right i{color:var(--rr-heading-primary)}.section-slider-title-7-button-right:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary)}.section-slider-title-7-button-right:hover i{color:var(--rr-common-white)}.section-slider-title-4{justify-content:space-between;align-items:end;display:flex;flex-wrap:wrap;gap:10px;column-gap:10px;row-gap:20px;position:relative;z-index:2}.section-slider-title-4-wrapper-subtitle{font-family:var(--rr-ff-subtitle);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;display:flex;align-items:center;gap:10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}.section-slider-title-4-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.section-slider-title-4-wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section-slider-title-4-wrapper-title{font-size:35px;line-height:45px}}@media (max-width:575px){.section-slider-title-4-wrapper-title{font-size:28px;line-height:38px}}.section-slider-title-4-button{display:flex;align-items:center;gap:20px}.section-slider-title-4-button-right{height:60px;width:60px;background:0 0;border-radius:50%;transition:.3s;border:1px solid var(--rr-heading-primary)}.section-slider-title-4-button-right i{color:var(--rr-heading-primary)}.section-slider-title-4-button-right:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary)}.section-slider-title-4-button-right:hover i{color:var(--rr-common-white)}.breadcrumb__area.overly{position:relative;z-index:1}.breadcrumb__area.overly:after{position:absolute;width:100%;height:100%;top:0;content:"";left:0;z-index:-1;background:linear-gradient(180deg,rgba(0,22,10,.5) 0%,#00160a 100%)}.breadcrumb__area .inner-top-shape{z-index:-1;opacity:.5!important;top:-55px;left:621px}@media only screen and (min-width:992px) and (max-width:1199px){.breadcrumb__area .inner-top-shape{left:0}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__area .inner-top-shape{display:none}}.breadcrumb__area .banner-all-shape-wrapper .first-shape{top:222px;left:585px}@media only screen and (min-width:1400px) and (max-width:1600px){.breadcrumb__area .banner-all-shape-wrapper .first-shape{left:370px}}@media only screen and (min-width:992px) and (max-width:1199px){.breadcrumb__area .banner-all-shape-wrapper .first-shape{left:245px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__area .banner-all-shape-wrapper .first-shape{display:none}}.breadcrumb__area .banner-all-shape-wrapper .second-shape{top:500px;left:33px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__area .banner-all-shape-wrapper .second-shape{display:none}}.breadcrumb__area .banner-all-shape-wrapper .right-shape{position:absolute;right:35px}.breadcrumb__area .banner-all-shape-wrapper .right-shape img{width:100%;height:auto}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__area .banner-all-shape-wrapper .right-shape img{display:none}}.rs-theme-light:root{--rr-text-primary:rgba(6,6,6,1);--rr-text-secondary:rgba(255,255,255,1);--rr-text-body:#515254;--rr-border-primary:rgba(6,6,6,.1);--rr-bg-2:rgba(249,249,249,1);--rr-bg-5:#f3f3f3}.rs-theme-light:root body{background:var(--rr-body-secondary)}.rs-theme-light:root .theme-bg-1{background-color:var(--rr-bg-2)}.rs-swiper-dot .swiper-pagination-bullet{width:10px;height:10px;background-color:rgba(255,255,255,.2);opacity:1;border-radius:30px;position:relative;margin:0 8px!important}.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet{background-color:rgba(6,6,6,.2)}.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#060606}.rs-swiper-dot.is-white .swiper-pagination-bullet{background-color:rgba(255,255,255,.2)}.rs-swiper-dot.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.backtotop-wrap.active-progress{opacity:1;visibility:visible;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.animate-play{position:relative}.animate-play::before{content:"";display:inline-block;width:100%;height:100%;border-radius:50%;position:absolute;border:1px solid #868686;top:0;left:0;right:0;bottom:0;z-index:0;z-index:-1;animation-name:popupBtn;animation-duration:1.6s;animation-timing-function:linear;animation-iteration-count:infinite}.animate-play::after{content:"";display:inline-block;width:100%;height:100%;border-radius:50%;position:absolute;border:1px solid #868686;top:0;left:0;right:0;bottom:0;z-index:0;z-index:-1;animation-name:popupBtn;animation-duration:1.8s;animation-timing-function:linear;animation-iteration-count:infinite}.spin{animation-name:spin;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}.cd-words-wrapper{display:inline-block;position:relative;text-align:left}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0;font-weight:inherit}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}.cd-headline.clip span{display:inline-block;transition:none}.cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}.cd-headline.clip .cd-words-wrapper::after{top:0;right:0;width:2px;content:"";height:100%;position:absolute;background-color:#3b3b3b}.cd-headline.clip b{opacity:0}.cd-headline.clip b.is-visible{opacity:1}.upDown{animation:upDown 1.3s infinite alternate}.upDown-top{animation:upDown 1s infinite alternate}.upDown-bottom{animation:upDown .8s infinite alternate}.leftRight{animation:leftRight 1.3s infinite alternate}.rightLeft{animation:rightLeft 1.3s infinite alternate}.zooming{animation:zooming 1.3s infinite alternate}.zoom{animation:zooming 1.3s infinite alternate}.preloader-close{position:fixed;z-index:99999999;font-size:26px;background:var(--rr-common-white);width:40px;height:40px;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;right:30px;top:30px}.sk-three-bounce.is-brick-red.sk-three-bounce .sk-child{background-color:var(--rr-theme-2)}.sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child{background-color:var(--rr-theme-3)}.sk-three-bounce.is-orange.sk-three-bounce .sk-child{background-color:var(--rr-theme-4)}.sk-three-bounce.is-purple.sk-three-bounce .sk-child{background-color:var(--rr-theme-5)}.ui-button-icon-only,.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-checkboxradio-disabled,.ui-state-disabled{pointer-events:none}.ui-datepicker .ui-icon,.ui-icon{text-indent:-99999px;background-repeat:no-repeat}.ui-helper-reset,.ui-menu{outline:0;list-style:none}.ui-helper-hidden,.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;line-height:1.3;text-decoration:none;font-size:100%}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;overflow:hidden}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-autocomplete,.ui-menu .ui-menu{position:absolute}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{top:0;left:0;cursor:default}.ui-menu{padding:0;margin:0;display:block}.ui-button,.ui-controlgroup{display:inline-block;vertical-align:middle}.ui-button,.ui-menu-icons,.ui-resizable{position:relative}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-button,.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{line-height:normal;margin-right:.1em;cursor:pointer;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button-icon-only{width:2em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group,.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;overflow:hidden;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle,.ui-selectable,.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-loan-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-loan-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-loan-range{top:0;height:100%}.ui-slider-horizontal .ui-loan-range-min{left:0}.ui-slider-horizontal .ui-loan-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-loan-range{left:0;width:100%}.ui-slider-vertical .ui-loan-range-min,.ui-spinner-down{bottom:0}.ui-slider-vertical .ui-loan-range-max,.ui-spinner-up{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:.222em 0;margin:.2em 2em .2em .4em;vertical-align:middle}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a,.ui-widget-header a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_444444_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_444444_256x240.html"}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_555555_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_555555_256x240.html"}.ui-button:focus .ui-icon.lzl:not(.lzl-ed),.ui-button:hover .ui-icon.lzl:not(.lzl-ed),.ui-state-focus .ui-icon.lzl:not(.lzl-ed),.ui-state-hover .ui-icon.lzl:not(.lzl-ed),.ui-button:focus .ui-icon.lzl-ing:not(.lzl-ed),.ui-button:hover .ui-icon.lzl-ing:not(.lzl-ed),.ui-state-focus .ui-icon.lzl-ing:not(.lzl-ed),.ui-state-hover .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_ffffff_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_ffffff_256x240.html"}.ui-button:active .ui-icon.lzl:not(.lzl-ed),.ui-state-active .ui-icon.lzl:not(.lzl-ed),.ui-button:active .ui-icon.lzl-ing:not(.lzl-ed),.ui-state-active .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_777620_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_777620_256x240.html"}.ui-button .ui-state-highlight.ui-icon.lzl:not(.lzl-ed),.ui-state-highlight .ui-icon.lzl:not(.lzl-ed),.ui-button .ui-state-highlight.ui-icon.lzl-ing:not(.lzl-ed),.ui-state-highlight .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_cc0000_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_cc0000_256x240.html"}.ui-state-error .ui-icon.lzl:not(.lzl-ed),.ui-state-error-text .ui-icon.lzl:not(.lzl-ed),.ui-state-error .ui-icon.lzl-ing:not(.lzl-ed),.ui-state-error-text .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.ui-button .ui-icon{background-image:url("/wp-content/themes/appziac/assets/css/images/ui-icons_777777_256x240.html");--lzl-bg-img:"/wp-content/themes/appziac/assets/css/images/ui-icons_777777_256x240.html"}.ui-button .ui-icon.lzl:not(.lzl-ed),.ui-button .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.header-1.rs-sticky .header__btn .text h5,.header-1.rs-sticky .header__btn .text span{color:var(--rr-common-white)}.header-1.rs-sticky .header__btn .text a:hover h5{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li>a{color:var(--rr-heading-primary)}.header-1.rs-sticky .main-menu ul li>a::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li a:hover{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li:hover>a{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before{background-color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li:hover>a{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li:hover>a::after{color:var(--rr-theme-primary)}.header-1.rs-sticky .header__btn .text h5,.header-1.rs-sticky .header__btn .text span{color:var(--rr-common-white)}.header-1.rs-sticky .header__btn .text a:hover h5{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li>a{color:var(--rr-heading-primary)}.header-1.rs-sticky .main-menu ul li>a::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li a:hover{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li:hover>a{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before{background-color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a{color:var(--rr-theme-primary)}.ui-icon.lzl:not(.lzl-ed),.ui-widget-content .ui-icon.lzl:not(.lzl-ed),.ui-widget-header .ui-icon.lzl:not(.lzl-ed),.ui-icon.lzl-ing:not(.lzl-ed),.ui-widget-content .ui-icon.lzl-ing:not(.lzl-ed),.ui-widget-header .ui-icon.lzl-ing:not(.lzl-ed){background-image:none}.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before{background:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li:hover>a{color:var(--rr-theme-primary)}.header-1.rs-sticky .main-menu ul li:hover>a::after{color:var(--rr-theme-primary)}#popup-search-box{background-color:var(--rr-common-white);position:fixed;width:100%;height:20%;top:-100%;left:0;right:0;white-space:nowrap;z-index:99;opacity:0;visibility:hidden;-webkit-transition:500ms ease all;-moz-transition:500ms ease all;transition:500ms ease all}#popup-search-box .box-inner-wrap{position:relative;width:100%;height:100%;box-shadow:0px 0px 60px 0px rgba(0,0,0,.05)}#popup-search-box .box-inner-wrap form{position:relative;width:100%;max-width:560px;margin:0 auto;padding:0 15px}#popup-search-box .box-inner-wrap form input{width:100%;padding:20px 15px;padding-right:80px;background:0 0;border:none;border:1px solid var(--rr-common-black);color:#ddd;color:#666;font-size:16px}#popup-search-box .box-inner-wrap form input:focus{outline:none}#popup-search-box .box-inner-wrap:hover{cursor:url("/wp-content/themes/appziac/assets/css/../img/cross.html"),auto}#popup-search-box .box-inner-wrap .search-close{position:absolute;top:30px;right:50px;color:var(--rr-heading-primary);border:1px solid var(--rr-heading-primary);height:50px;width:50px;font-size:20px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}#popup-search-box .box-inner-wrap .search-close:hover{background-color:var(--rr-theme-primary);border:1px solid var(--rr-theme-primary);color:var(--rr-common-white)}#popup-search-box.toggled{top:0;opacity:1;visibility:visible}.header__logo-3{max-width:100%!important}.header__logo-3 .header__hamburger{margin-left:-80px!important}@media (max-width:1750px){.header__logo-3 .header__hamburger{margin-left:0!important}}.header-4__top-bar{background:var(--rr-theme-primary);padding:12px 0}.header-4__top-bar-inner{display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.header-4__top-bar-inner{justify-content:center}}.header-4__top-bar-inner .top-bar-list{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.header-4__top-bar-inner .top-bar-list li{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);list-style:none;font-style:normal;font-size:15px;line-height:19px;display:flex;align-items:center;gap:10px;transition:all .3s ease-in-out}.header-4__top-bar-inner .top-bar-list li i{margin-top:3px}.header-4__top-bar-inner .top-bar-list li a{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);list-style:none;font-style:normal;font-size:15px;line-height:19px;transition:all .3s ease-in-out}.header-4__top-bar-inner .top-bar-list li a:hover{color:var(--rr-heading-primary)}.header-4__top-bar-inner .top-social{display:flex;align-items:center;gap:10px}.header-4__top-bar-inner .top-social h6{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);font-style:normal;font-size:15px;line-height:19px;margin-bottom:0}.header-4__top-bar-inner .top-social .list{display:flex;align-items:center;gap:15px}.header-4__top-bar-inner .top-social .list li{list-style:none}.header-4__top-bar-inner .top-social .list li a{color:var(--rr-common-white);font-weight:var(--rr-fw-regular);font-style:normal;font-size:15px;line-height:15px;transition:all .3s ease-in-out}.header-4__top-bar-inner .top-social .list li a:hover{color:var(--rr-heading-primary)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-4__top-bar-inner .top-social{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-4__top-bar{display:none}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.header-4__main{padding:15px 0}}.header-4__wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;row-gap:15px}.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li{margin-inline-end:24px!important}@media only screen and (min-width:1200px) and (max-width:1399px){.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li{margin-inline-end:12px!important}}.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li:last-child{margin-inline-end:0!important}.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li>a{padding:38px 0;letter-spacing:1.2px}.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li .submenu li a{padding:0 25px!important}.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li.has-dropdown>a::after{top:38%}.header-4__icon{background:0 0;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid rgba(3,72,51,.1);border-radius:50%}.rs-sticky .header-4__top-bar{display:none}.rs-sticky .header-5__top-bar{display:none}.header-5__top-bar{background:var(--rr-heading-primary);position:relative;z-index:1;padding:12px 100px}.header-5__top-bar-bg-color{background-color:var(--rr-theme-primary);width:24%;height:100%;position:absolute;top:0;right:0;z-index:-1}@media screen and (max-width:1800px){.header-5__top-bar-bg-color{display:none}}.header-5__top-bar-inner .top-bar-list li a{transition:all .3s ease-in-out}.header-5__top-bar-inner .top-bar-list li a:hover{color:var(--rr-theme-primary)}.header-5__top-bar-inner .top-social{gap:30px}.header-5__top-bar-inner .top-social .contact-link{display:inline-flex;align-items:center;gap:8px}.header-5__top-bar-inner .top-social .contact-link h3{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:rgba(255,255,255,.7);font-style:normal;font-size:15px;line-height:19px}.header-5__top-bar-inner .top-social .contact-link h3 span{margin-left:8px}.header-5__top-bar-inner .top-social .contact-link .support{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:rgba(255,255,255,.7);font-style:normal;font-size:15px;line-height:19px;transition:all .3s ease-in-out}.header-5__top-bar-inner .top-social .contact-link .support:hover{text-decoration:underline}.header-5__main{padding:0 100px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.header-5__main{padding:15px 100px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__main{padding:15px}}.header-5__left{display:flex;align-items:center;gap:120px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__action .header-2-icon{display:none!important}}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__action .text{display:none!important}}.header-5__wrap{gap:41px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__wrap{gap:0}}.header-5__wrap .rr-btn{padding:10px 30px}@media screen and (max-width:769px){.header-5__wrap .rr-btn{display:none}}.header-5__wrap .rr-btn::before{background-color:var(--rr-heading-primary)}.header-5__wrap::before{background:rgba(3,72,51,.1);position:absolute;width:1px;height:50px;top:5px;left:41%;content:"";transform:translate(-50%,0)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__wrap::before{display:none}}.header-5__icon{width:50px;height:50px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-5__icon{display:none!important}}.header-5__btn-right-wrap{display:flex;align-items:center;gap:20px}.rs-sticky{position:fixed!important;top:0;z-index:111;inset-inline-end:0;inset-inline-start:0;width:100%;-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;animation:500ms ease-in-out 0s normal none 1 running fadeInDown;background:#f1f5eb!important;box-shadow:0px 10px 20px 0px rgba(0,29,8,.1);border-top:0}.rs-sticky-2{padding-bottom:20px}.rs-sticky .header-top{position:fixed!important;top:-100%;z-index:111;inset-inline-end:0;inset-inline-start:0;width:100%;-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;animation:500ms ease-in-out 0s normal none 1 running fadeInDown;background:var(--rr-gray-900);border-top:0}.rs-sticky.header-2{background:var(--rr-heading-primary)!important}.rs-sticky.header-2 .main-menu .mobile-menu ul li a{color:var(--rr-common-white)!important}.rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover{color:var(--rr-theme-primary)!important}.rs-sticky.header-2 .main-menu .mobile-menu ul li ul.submenu li a{color:var(--rr-heading-primary)!important}.header__area.header-inner{background:var(--rr-common-white)}.header3{background-color:var(--rr-common-white)!important}.header__logo.header__logo-3{display:flex;justify-content:center;align-items:center;gap:30px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header__logo.header__logo-3 .header__hamburger{margin-left:55px}}.header__logo.header__logo-3 .header__hamburger .sidebar__toggle{background:var(--rr-heading-primary);width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%}.header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span{background:var(--rr-common-white)}.header__logo.header__logo-3 .logo-3{width:164px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header__logo.header__logo-3 .logo-3{width:130px}}.header2{position:absolute}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header2{padding:0}}.header2__bg{background:var(--rr-common-white);border-radius:60px}.header2__left{margin-left:10px}.header2__right{margin-right:10px}.header2__menu ul li>a{padding:27px 0!important}.header2__menu ul li ul li a{padding:5px 25px!important}.header2__main{margin-top:20px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header2__main{padding-top:10px;padding-bottom:10px}}@media only screen and (min-width:992px) and (max-width:1199px){.header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li{margin-inline-end:15px}}@media only screen and (min-width:992px) and (max-width:1199px){.header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li a{font-size:14px}}.header__main .header__right .header__action .search-icon{cursor:pointer}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header__main .header__right .header__action .search-icon{display:none!important}}.header__main .header__right .header__action .text span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.header__main .header__right .header__action .text h4 a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-heading-primary);font-style:normal;font-size:18px;line-height:28px}.header__main .header__right .header__action .text h4 a:hover{color:var(--rr-theme-primary)}@media (max-width:575px){.header__main .header__right .header__action .text{display:none}}.header__main .header__right .header__action .header__social{gap:24px}.header__main .header__right .header__action .header__social a{position:relative}.header__main .header__right .header__action .header__social a .icon-wrapper{position:absolute;top:-13px;left:13px;width:15px;height:16px;display:flex;background:#ff3d00;align-items:center;border-radius:500px;justify-content:center}.header__main .header__right .header__action .header__message{gap:10px}.header__main .header__right .header__action .header__message h6{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-30);font-size:16px;font-style:normal}@media (max-width:575px){.header__main .header__right .header__action .header__message h6{display:none}}.header__main .header__right .header__action .header__message h6:hover{color:var(--rr-theme-primary)}.header__main .header__right .header__action .header__message .circle-message{height:50px;width:50px;display:flex;background:var(--rr-theme-primary);justify-content:center;align-items:center;border-radius:50%;position:relative}.header__main .header__right .action-3{margin-right:74px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header__main .header__right .action-3{margin-right:0}}.bar-icon.is-black span{background:var(--rr-common-black)}.bar-icon.is-white span{background:var(--rr-common-white)}.social-media{display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;gap:6px}.social-media a{color:var(--rr-gray-900);display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center;position:relative;overflow:hidden;justify-content:center;width:42px;height:42px;background:var(--rr-common-white);font-size:20px;-webkit-border-radius:500px;-moz-border-radius:500px;-o-border-radius:500px;-ms-border-radius:500px;border-radius:500px;border:1px solid rgba(0,213,99,.2)}.social-media a::before{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-border-radius:500px;-moz-border-radius:500px;-o-border-radius:500px;-ms-border-radius:500px;border-radius:500px;transform:translate(-100%,0) rotate(50deg);transform-origin:top left;transition:all .35s;background-color:var(--rr-theme-primary);z-index:-1;content:""}.social-media a:hover{color:var(--rr-common-white);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.social-media a:hover::before{transform:translate(0,0)}.social-media-2 a{border-color:var(--rr-gray-200);color:var(--rr-theme-primary)}.social-media-2 a:hover{border-color:var(--rr-theme-primary)}.header__btn{gap:15px}.header-top{padding:5px 0;background:rgba(255,255,255,.1)}.header-top-menu{gap:30px;list-style:none}.header-top-menu li{gap:6px;display:flex;align-items:center;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;font-weight:400;font-size:14px;line-height:17px}@media only screen and (min-width:768px) and (max-width:992px){.header-top-menu li{font-size:12px}}.header-top-menu li a{display:flex;align-items:center;gap:10px;color:var(--rr-common-white)}.header-top-menu li a:hover{color:var(--rr-theme-primary)}.header-top-socail-menu{gap:20px;list-style:none;display:flex;justify-content:center;align-items:center}.header-top-socail-menu .lan-select-2{width:85px}.header-top-socail-menu .lan-select-2 .lan-home-2{background:0 0;color:#fff;border:none}.header-top-socail-menu .lan-select-2 .lan-home-2 option{background:#000;border:none}.header-top-socail-menu span a{display:flex;font-size:14px;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;line-height:17px}@media only screen and (min-width:768px) and (max-width:992px){.header-top-socail-menu span a{font-size:12px}}.header-top-socail-menu span a:hover{color:var(--rr-theme-primary)}.header-top-3{padding:5px 0;background:var(--rr-heading-primary)}.header-top-3 .header-top-socail-menu{gap:15px!important}.header-top-3 .lan-select .nice-select{margin-left:-18px!important;font-weight:500!important}.header-top-3 .lan-select .nice-select:after{font-size:12px}.header-top-3 .container-width{padding-left:15px;padding-right:15px;max-width:1550px}.header-top-3-menu{gap:30px;list-style:none}.header-top-3-menu li{gap:6px;display:flex;align-items:center;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;font-weight:400;font-size:14px;line-height:17px}.header-top-3-menu li a{display:flex;align-items:center;gap:10px;color:var(--rr-common-white)}.header-top-3-menu li a:hover{color:var(--rr-theme-primary)}.header-top-3-socail-menu{gap:20px;list-style:none;display:flex;justify-content:center;align-items:center}.header-top-3-socail-menu .lan-select .lan{background:0 0;color:#fff;border:none}.header-top-3-socail-menu .lan-select .lan option{background:#000;border:none}.header-top-3-socail-menu li a{display:flex;font-size:14px;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;font-weight:500;line-height:17px}.header-top-3-socail-menu li a:hover{color:var(--rr-theme-primary)}.header-top-3 .header-top-menu li a{color:var(--rr-theme-primary)}.header-top-3 .header-top-menu li a:hover{text-decoration:underline}.header-top-3 .header-top-social{font-style:normal;font-weight:400;font-size:14px;line-height:15px;color:rgba(255,255,255,.7);gap:20px}.header-top-3 .header-top-social a:hover{color:var(--rr-common-white)}.inner-page{padding:5px 0;background:var(--rr-heading-primary)}.inner-page-menu{gap:30px;list-style:none}.inner-page-menu li{gap:6px;display:flex;align-items:center;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;font-weight:400;font-size:14px;line-height:17px}.inner-page-menu li a{display:flex;align-items:center;gap:10px;color:var(--rr-common-white)}.inner-page-menu li a:hover{color:var(--rr-theme-primary)}.inner-page-socail-menu{gap:20px;list-style:none;display:flex;justify-content:center;align-items:center}.inner-page-socail-menu .lan-select .lan{background:0 0;color:#fff;border:none}.inner-page-socail-menu .lan-select .lan option{background:#000;border:none}.inner-page-socail-menu li a{display:flex;font-size:14px;color:var(--rr-common-white);font-family:var(--rr-ff-body);font-style:normal;font-weight:500;line-height:17px}.inner-page-socail-menu li a:hover{color:var(--rr-theme-primary)}.inner-page .header-top-menu li a{color:var(--rr-theme-primary)}.inner-page .header-top-social{font-style:normal;font-weight:400;font-size:14px;line-height:15px;color:rgba(255,255,255,.7);gap:20px}.inner-page .header-top-social a:hover{color:var(--rr-common-white)}.header-select{margin-left:-18px}.banner-home{border-radius:50px;margin-left:15px;margin-right:15px;overflow:hidden}.banner-home__all-shape .left-tower{position:absolute;left:-30px;bottom:0}@media (max-width:1780px){.banner-home__all-shape .left-tower{display:none}}.banner-home__all-shape .left-tower img{width:100%;height:auto}.banner-home__content h1{color:var(--rr-common-white);font-family:var(--rr-ff-heading);font-size:45px;font-weight:800;line-height:70px;margin-bottom:15px}.banner-home__content p{color:white;font-size:16px}@media only screen and (min-width:1200px) and (max-width:1399px){.banner-home__content h1{font-size:65px;line-height:70px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-home__content h1{font-size:58px;line-height:78px}}@media only screen and (min-width:768px) and (max-width:992px){.banner-home__content h1{font-size:48px;line-height:60px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-home__content h1{font-size:40px;line-height:52px}}@media (max-width:575px){.banner-home__content h1{font-size:30px;line-height:42px}}@media (max-width:450px){.banner-home__content h1{font-size:27px;line-height:37px}}@media (max-width:768px){.banner-home{margin:0;border-radius:0px}}.banner-home__content .description p{max-width:624px;color:var(--rr-text-body);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h6);font-size:20px;margin-bottom:0}.banner-home__btn__wrapper{row-gap:20px}.banner-home__btn__wrapper .banner-video-button{align-items:center;align-items:center;gap:30px;height:50px;width:50px;background:var(--rr-theme-primary);display:flex;justify-content:center;border-radius:50%;padding-top:0;padding-left:2px;margin-left:30px;margin-right:10px}.banner-home .video-text{color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-size:15px;line-height:var(--rr-lh-h6);display:flex;justify-content:center;align-items:center;font-style:normal;transition:.3s}.banner-home .video-text:hover{color:var(--rr-theme-primary)}.banner-home__shape{max-width:645px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-home__shape{top:420px}.banner-home__btn__wrapper .banner-video-button{margin-left:5px}}@media (max-width:575px){.banner-home__shape{top:350px}}@media (max-width:450px){.banner-home__shape{top:245px}}@media (max-width:376px){.banner-home__shape{top:165px}}@media (max-width:320px){.banner-home__shape{top:100px}}.banner-home__shape .ball-shape{position:absolute;bottom:-530px}@media (max-width:895px){.banner-home__shape .ball-shape{bottom:-200px}}.banner-home__shape .man-img{position:absolute;bottom:-375px;left:-30px;z-index:1}@media (max-width:895px){.banner-home__shape .man-img{bottom:-330px}}.banner-home__shape .right-tower{position:absolute;right:-100px;top:-160px;transform:rotate(3deg)}@media (max-width:895px){.banner-home__shape .right-tower{right:-350px;top:-215px}}.banner-home .padding-space{padding:235px 70px 194px 0}@media only screen and (min-width:1200px) and (max-width:1399px){.banner-home .padding-space{padding:200px 0 194px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-home .padding-space{padding:130px 0 194px}}@media only screen and (min-width:768px) and (max-width:992px){.banner-home .padding-space{padding:120px 0 105px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-home .padding-space{padding:135px 0 685px}}@media (max-width:575px){.banner-home .padding-space{padding:50px 0 280px}}.banner-wrap{max-width:1830px;width:100%;margin:0 auto;padding:0 15px;border-radius:50px}@media (max-width:1820px){.banner-wrap{border-radius:0}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner2__right-thumb{justify-content:center}}.banner2__shape{width:1821px;height:1134px;position:absolute;left:-221px;top:-237px}.banner2__padding-space2{padding:180px 0 0}@media (max-width:575px){.banner2__padding-space2{padding:130px 0 0}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.banner2__content{margin-bottom:50px}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner2__content{margin-bottom:50px;margin-top:90px}}.banner2__subtitle{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);display:flex;align-items:center;gap:10px;font-style:normal;font-size:14px;line-height:14px;margin-bottom:20px;text-transform:uppercase;margin-top:-80px}.banner2__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:80px;line-height:90px;font-style:normal;text-transform:capitalize}@media only screen and (min-width:992px) and (max-width:1199px){.banner2__title{font-size:67px;line-height:80px}}@media only screen and (min-width:768px) and (max-width:992px){.banner2__title{font-size:60px;line-height:80px}}@media only screen and (min-width:576px) and (max-width:767px){.banner2__title{font-size:55px;line-height:75px}}@media (max-width:575px){.banner2__title{font-size:43px;line-height:56px}}.banner2__button{background:var(--rr-background-gray);font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);border:1px solid var(--rr-heading-primary);border-radius:30px;font-size:14px;font-style:normal;padding:15px 30px;display:inline-flex;align-items:center;gap:10px;transition:.3s}.banner2__button:hover{background:var(--rr-theme-primary);border-color:var(--rr-theme-primary);color:var(--rr-common-white)}.banner2__right-img{max-width:420px;width:100%;height:100%;transition:.3s}.banner2__right-img img{border-radius:20px;border:5px solid var(--rr-theme-primary);width:100%;height:100%}.banner2__right-img:hover .banner2__item-indonesia-small-img img{transform:rotate(360deg)}.banner2__right-img:hover .banner2__item-south-africa-small-img img{transform:rotate(360deg)}.banner2__right-img:hover .banner2__item-turkey-small-img img{transform:rotate(360deg)}.banner2__item-germany{background:var(--rr-common-white);display:inline-flex;align-items:center;gap:15px;border-radius:10px;border:.498824px solid #e3dbd8;padding:10px 65px 10px 15px;position:absolute;z-index:1;top:71px;left:-59px;transition:.3s}@media (max-width:575px){.banner2__item-germany{top:71px;left:0}}.banner2__item-germany-small-img img{width:100%;height:100%;border:1px solid var(--rr-theme-primary);border-radius:50%}.banner2__item-germany-text span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-style:normal;font-size:16px}.banner2__item-south-korea{background:var(--rr-common-white);display:inline-flex;align-items:center;gap:15px;border-radius:10px;border:.498824px solid #e3dbd8;padding:10px 41px 10px 15px;position:absolute;z-index:1;top:71px;right:-80px;transition:.3s}@media only screen and (min-width:992px) and (max-width:1199px){.banner2__item-south-korea{top:175px;right:0}}@media (max-width:575px){.banner2__item-south-korea{top:160px;right:0}}.banner2__item-south-korea-small-img img{width:100%;height:100%;border:1px solid var(--rr-theme-primary);border-radius:50%}.banner2__item-south-korea-text span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-style:normal;font-size:16px}.banner2__item-south-africa{background:var(--rr-common-white);display:inline-flex;align-items:center;gap:15px;border-radius:10px;border:.498824px solid #e3dbd8;padding:10px 42px 10px 15px;position:absolute;z-index:1;top:311px;left:-75px;transition:.3s}@media (max-width:575px){.banner2__item-south-africa{top:250px;left:0}}.banner2__item-south-africa-small-img img{width:100%;height:100%;border:1px solid var(--rr-theme-primary);border-radius:50%}.banner2__item-south-africa-text span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-style:normal;font-size:16px}.banner2__item-turkey{background:var(--rr-common-white);display:inline-flex;align-items:center;gap:15px;border-radius:10px;border:.498824px solid #e3dbd8;padding:10px 84px 10px 15px;position:absolute;z-index:1;bottom:98px;left:-110px}@media (max-width:575px){.banner2__item-turkey{bottom:98px;left:0}}@media (max-width:320px){.banner2__item-turkey{bottom:350px;left:0}}.banner2__item-turkey-small-img img{width:100%;height:100%;border:1px solid var(--rr-theme-primary);border-radius:50%}.banner2__item-turkey-text span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-style:normal;font-size:16px}.banner2__item-indonesia{background:var(--rr-common-white);display:inline-flex;align-items:center;gap:15px;border-radius:10px;border:.498824px solid #e3dbd8;padding:10px 59px 10px 15px;position:absolute;z-index:1;bottom:116px;right:-80px}@media only screen and (min-width:992px) and (max-width:1199px){.banner2__item-indonesia{bottom:155px;right:0}}@media (max-width:575px){.banner2__item-indonesia{bottom:190px;right:0}}@media (max-width:450px),(max-width:376px){.banner2__item-indonesia{bottom:25px;right:0}}.banner2__item-indonesia-small-img img{width:100%;height:100%;border:1px solid var(--rr-theme-primary);border-radius:50%}.banner2__item-indonesia-text span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-style:normal;font-size:16px}.banner{z-index:1;position:relative}.banner-custom-container{max-width:1550px;width:100%;margin:0 auto;padding:0 15px}.banner__navigation{position:absolute;left:47%;top:90%}.banner__navigation button{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:var(--rr-theme-primary);position:absolute;top:90%;left:80px;z-index:55;background-color:var(--rr-common-white)}@media only screen and (min-width:1400px) and (max-width:1600px){.banner__navigation button{left:20px;width:50px;height:50px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner__navigation button{left:10px;width:50px;height:50px}}.banner__navigation button:after{top:0;z-index:-1;left:0;content:"";position:absolute;width:100%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);height:100%;background:var(--rr-theme-primary);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.banner__navigation button:hover{background:var(--rr-theme-primary)}.banner__navigation .banner__button-next{left:auto}@media only screen and (min-width:1400px) and (max-width:1600px){.banner__navigation .banner__button-next{width:50px;height:50px;right:20px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner__navigation .banner__button-next{right:10px;width:50px;height:50px}}.banner_parallax-slider{position:relative}.banner_parallax-slider .swiper-slide{position:relative;overflow:hidden;width:100%;height:calc(100% + 1px);top:-1px}.banner__space{padding:205px 0}@media only screen and (min-width:1200px) and (max-width:1399px){.banner__space{padding-top:150px;padding-bottom:200px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner__space{padding-top:120px;padding-bottom:180px}}@media only screen and (min-width:768px) and (max-width:992px){.banner__space{padding-top:80px;padding-bottom:150px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner__space{padding-top:80px;padding-bottom:80px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px),(max-width:450px){.banner__space-shape-wrapper{display:none}}.banner__space-shape-wrapper-top-black-shape{position:absolute;top:-10px;left:0}.banner__space-shape-wrapper-top-black-shape img{width:100%;height:auto}.banner__space-shape-wrapper-bottom-shape{position:absolute;right:0;bottom:-15px}.banner__space-shape-wrapper-bottom-shape img{width:100%;height:auto}.banner__thumb-bg{position:absolute;width:100%;height:100%;top:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.banner__thumb-bg::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:1}.banner__sub-title{color:var(--rr-common-white);font-family:var(--rr-ff-subtitle);font-weight:var(--rr-fw-regular);font-size:var(--rr-fs-h4);line-height:var(--rr-lh-h5);font-style:normal;margin-bottom:12px}.banner__title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:80px;line-height:90px;font-style:normal;margin-bottom:35px}.banner__title span{color:var(--rr-theme-primary)}@media only screen and (min-width:992px) and (max-width:1199px){.banner__title{font-size:38px;line-height:50px}}@media only screen and (min-width:768px) and (max-width:992px){.banner__title{font-size:45px;line-height:57px}}@media only screen and (min-width:576px) and (max-width:767px){.banner__title{font-size:45px;line-height:57px;margin-bottom:10px}}@media (max-width:575px){.banner__title{font-size:30px;line-height:42px;margin-bottom:10px}}@media (max-width:450px){.banner__title{font-size:27px;line-height:37px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.banner__content{left:9px}}.banner__content p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.banner-4__shapes-shape-1{position:absolute;width:271px;height:273px;top:185px;left:15px;z-index:2}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-4__shapes-shape-1{display:none}}.banner-4__thumb-bg::before{background:linear-gradient(89.91deg,--rr-heading-primary .07%,rgba(3,72,51,0) 99.91%);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;height:100%;content:"";top:0;left:0}.banner-4__space{padding:176px 0 191px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-4__space{padding:80px 0}}@media only screen and (min-width:768px) and (max-width:992px){.banner-4__space{padding:100px 0}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-4__space{padding:110px 0}}@media only screen and (min-width:1200px) and (max-width:1399px){.banner-4__space{padding:130px 0}}.banner-4__content p{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-common-white);font-style:normal;font-size:18px;line-height:30px;margin-bottom:0}.banner-4__title{margin-bottom:20px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-4__title{font-size:45px;line-height:60px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-4__title{margin-bottom:10px}}.banner-4__btn-wrapper{display:flex;align-items:center;gap:34px;flex-wrap:wrap;row-gap:20px;margin-top:40px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-4__btn-wrapper{margin-top:25px}}.banner-4__btn-wrapper-btn{padding:10px 29px}.banner-4__icon-box{display:flex;align-items:center;gap:10px}.banner-4__icon-box .icon{background:var(--rr-common-white);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.banner-4__icon-box .text{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-style:normal;font-size:14px;line-height:30px;transition:all .3s ease-in-out}.banner-4__icon-box .text:hover{color:var(--rr-theme-primary)}.banner-4__slider-arrow-4 .slider-nav{background:rgba(255,255,255,.3);color:var(--rr-heading-primary);border:none;display:flex;align-items:center;justify-content:center;top:777px;width:60px;height:60px;text-align:center;line-height:50px;transform:translateY(-50%);transition:.3s;transition:all .3s ease-in-out;z-index:2;position:absolute}.banner-4__slider-arrow-4 .slider-nav:hover{background:var(--rr-common-white)}.banner-4__slider-arrow-4 .slider-next{right:315px;left:auto}.banner-4__slider-arrow-4 .slider-prev{left:auto;right:385px}.banner-5{background:#111214}.banner-5-gutter{padding-right:0}@media (max-width:575px){.banner-5-gutter{padding-right:15px}}.banner-5__thumb-bg{opacity:.5;background-position:bottom}.banner-5__thumb-bg::before{background:linear-gradient(89.99deg,#111214 .01%,rgba(17,18,20,0) 99.99%);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;height:100%;content:"";top:0;left:0}.banner-5__subtitle{background:rgba(255,255,255,.1);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);color:var(--rr-theme-primary);font-style:normal;font-size:14px;line-height:14px;text-transform:uppercase;display:inline;padding:8px 20px;letter-spacing:1.4px;border-radius:2px}.banner-5__title{margin-top:15px;font-weight:var(--rr-fw-sbold)}.banner-5__space{padding:147px 0}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-5__space{padding:80px 0}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.banner-5__space{padding:110px 0}}.banner-5__wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:60px;column-gap:15px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.banner-5__wrapper{justify-content:center}}.banner-5__content p{color:rgba(255,255,255,.7);margin-bottom:40px}.banner-5__form-wrapper{background:#111214;max-width:480px;padding:57px 30px 60px;border-radius:10px;box-shadow:inset 0px 4px 0px #83cd20}.banner-5__form-wrapper-subtitle{font-family:var(--rr-ff-heading);color:var(--rr-theme-primary);font-style:normal;font-weight:var(--rr-fw-sbold);font-size:14px;line-height:14px;text-transform:capitalize;margin-bottom:19px}.banner-5__form-wrapper-title{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);color:var(--rr-common-white);font-style:normal;font-size:36px;line-height:36px;text-transform:capitalize;margin-bottom:36px}.banner-5__form-wrapper-form-input input{background:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-text-body);font-style:normal;font-size:14px;margin-left:0;padding:10px 14px;border-radius:4px;margin-bottom:10px}.banner-5__form-wrapper-form-textarea textarea{background:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-text-body);font-style:normal;font-size:14px;margin-left:0;border-radius:4px;height:120px!important;padding:12px 14px}.banner-5__form-wrapper-form .rr-btn{gap:6px;border-radius:4px}.banner-5__form-wrapper-form .rr-btn i{margin-top:2px}.cta-4{background:var(--rr-heading-primary);padding:137px 0 307px;position:relative;overflow:hidden;z-index:1}.cta-4__bg{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:.2}.cta-4__wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:20px;column-gap:20px}.cta-4__text-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px}@media only screen and (min-width:576px) and (max-width:767px){.cta-4__text-title{font-size:42px;line-height:52px}}@media (max-width:575px){.cta-4__text-title{font-size:42px;line-height:52px}}@media (max-width:320px){.cta-4__text-title{font-size:37px;line-height:48px}}.cta-4__icon a{background:var(--rr-common-white);width:126px;height:126px;display:flex;align-items:center;justify-content:center;border-radius:50%;transform:translate(0);padding-left:5px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta-4__icon{margin:0 auto;margin-top:40px}}.cta-4__icon .video-btn::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:ripple 2s linear infinite}.cta-4__icon .video-btn::after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:ripple 2s linear 1s infinite}.cta__fake-div{width:100%;height:183px;margin-bottom:-183px;position:relative}.cta__fake-div:before{width:100%;content:"";height:100%;background-color:currentColor;position:absolute;bottom:-100%;left:0}.cta__area{position:relative;z-index:11}.cta__area.footer-up-cta{margin-bottom:-63px}.cta__area.footer-up-cta-2{margin-bottom:-172px}.cta__area.footer-up-home-1{margin-bottom:-91.5px}.cta__wrapper{gap:30px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;overflow:hidden}.cta__wrapper.primary-border-top{border-top:2px solid var(--rr-border-primary)}.cta__content{max-width:420px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__content{text-align:center;max-width:100%}}.cta__content p{max-width:400px}.cta__subscribe{gap:10px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__subscribe{flex-wrap:wrap;justify-content:center}}.cta__meida{border:36px solid rgba(255,255,255,.3);-webkit-border-radius:500px;-moz-border-radius:500px;-o-border-radius:500px;-ms-border-radius:500px;border-radius:500px}.cta-2 .cta__content{max-width:654px}.cta-2 .cta__content p{max-width:570px}.main-menu ul li.active>a{color:var(--rr-theme-primary)!important}.main-menu ul li.has-dropdown-2{margin-inline-end:20px}.main-menu ul li.has-dropdown-2>a::after{top:35%!important;right:0}.main-menu ul li.has-mega-menu{position:static}.main-menu ul li.megamenu-wrapper{position:static}.main-menu ul li .submenu li.has-dropdown>a::after{position:absolute;top:50%;inset-inline-end:25px;-webkit-transform:translateY(-50%) rotate(-90deg);-moz-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);-o-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);color:var(--rr-text-1)}.main-menu ul li .submenu li .submenu{inset-inline-start:100%;top:0;visibility:hidden;opacity:0}.main-menu ul li .submenu li:hover>.submenu{-webkit-transform:translateY(1);-moz-transform:translateY(1);-ms-transform:translateY(1);-o-transform:translateY(1);transform:translateY(1);visibility:visible;opacity:1}.main-menu ul li .mega-menu{position:absolute;top:100%;left:50%;padding:30px 35px;background:var(--rr-heading-primary);visibility:hidden;opacity:0;z-index:99;width:100%;-webkit-transform:translateX(-50%) translateZ(0);-moz-transform:translateX(-50%) translateZ(0);-ms-transform:translateX(-50%) translateZ(0);-o-transform:translateX(-50%) translateZ(0);transform:translateX(-50%) translateZ(0);clip:rect(0px,200vw,0,0px);border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu ul li .mega-menu{padding:25px}}.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4{padding:30px 35px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px;column-gap:30px}.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3{padding:30px 35px;display:grid;row-gap:30px;column-gap:30px;grid-template-columns:repeat(3,1fr);width:950px;margin:0 auto;justify-content:space-around}.main-menu ul li .mega-menu li .mega-menu-title{font-weight:500;color:var(--rr-text-body);cursor:text;padding:0;display:block;margin-bottom:15px;border-bottom:1px solid var(--rr-border-primary);padding-bottom:5px}.main-menu ul li .mega-menu li .mega-menu-title::before{display:none}.main-menu ul li .mega-menu li ul li{width:100%;float:none;margin-bottom:9px}.main-menu ul li .mega-menu li ul li:last-child{margin-bottom:0}.main-menu ul li .mega-menu li ul li a{font-size:16px;color:var(--rr-text-body);padding:0;position:relative}.main-menu ul li .mega-menu li ul li a::before{position:absolute;content:"";left:0;right:auto;top:50%;bottom:auto;width:0;height:1px;background-color:var(--rr-theme-primary)}.main-menu ul li .mega-menu li ul li:hover>a{color:var(--rr-theme-primary)}.main-menu ul li .mega-menu li ul li:hover>a::before{background-color:var(--rr-theme-primary)}.main-menu ul li .mega-menu li:hover>.mega-menu-title{color:var(--rr-theme-primary);padding-inline-start:0}.main-menu ul li .mega-menu li:hover>a{color:var(--rr-theme-primary)}.main-menu ul li .mega-menu li a:hover{padding-inline-start:18px}.main-menu ul li .mega-menu li a:hover::before{width:12px}.main-menu ul li:hover .mega-menu{visibility:visible;opacity:1;clip:rect(0px,100vw,200vh,-30px);transition:clip .6s linear,opacity .4s linear}.main-menu-2 ul li>a{color:var(--rr-text-secondary)}.main-menu-2 ul li>a::before{background:var(--rr-theme-primary)}.main-menu-2 ul li .submenu li a:hover{color:var(--rr-theme-primary)}.main-menu-2 ul li .submenu li a:hover::before{background:var(--rr-theme-primary)}.main-menu-2 ul li .submenu li:hover>a{color:var(--rr-theme-primary)}.main-menu-2 ul li .submenu li:hover>a::before{background-color:var(--rr-theme-primary)}.main-menu-2 ul li .submenu li.has-dropdown:hover>a::after{color:var(--rr-theme-primary)}.main-menu-2 ul li .mega-menu li ul li:hover>a{color:var(--rr-theme-primary)}.main-menu-2 ul li .mega-menu li ul li:hover>a::before{background:var(--rr-theme-primary)}.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title{color:var(--rr-theme-primary)}.main-menu-2 ul li:hover>a{color:var(--rr-theme-primary)}.main-menu-2 ul li:hover>a::after{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li>a{color:var(--rr-common-white)}.main-menu-2.main-menu-2 ul li>a::before{background:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .submenu li a:hover{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .submenu li a:hover::before{background:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .submenu li:hover>a{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .submenu li:hover>a::before{background-color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .submenu li.has-dropdown:hover>a::after{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover>a{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover>a::before{background:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li:hover>a{color:var(--rr-theme-primary)}.main-menu-2.main-menu-2 ul li:hover>a::after{color:var(--rr-theme-primary)}.home__menu-item{position:relative}.home__menu-item:hover .home__menu-buttons{transform:scale(1,1);opacity:1;visibility:visible}.home__menu-item:hover .home__menu-thumb::before{opacity:1}.home__menu-grid{display:grid;grid-template-columns:repeat(4,1fr);row-gap:20px;column-gap:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.home__menu-grid{padding:10px 0 20px;grid-template-columns:repeat(1,1fr)}}.home__menu-thumb{position:relative;padding:20px;border:1px solid var(--rr-theme-primary);-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px}.home__menu-thumb::before{position:absolute;content:"";height:100%;width:100%;background:rgba(13,13,13,.7);opacity:0;transition:.3s;left:0;top:0;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.home__menu-thumb::before{opacity:1}}.home__menu-buttons{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:scale(1,0);opacity:0;visibility:hidden;transform-origin:bottom center;transition:500ms ease;gap:10px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.home__menu-buttons{transform:scale(1,1);opacity:1;visibility:visible}}.home__menu-buttons .rr-btn{height:45px;font-size:14px!important;padding:0 25px!important;display:inline-flex!important;align-items:center;justify-content:center;color:var(--rr-common-white)!important;width:inherit!important}.home__menu-buttons .rr-btn:before{width:100%!important;background-color:var(--rr-common-white)}.home__menu-buttons .rr-btn:hover{color:var(--rr-heading-primary)!important}.home__menu-title{margin-bottom:12px;font-weight:500;font-size:16px;color:var(--rr-common-white)}.mean-container{margin-bottom:35px}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;font-size:1px;text-indent:-9999em;line-height:22px;font-weight:700;display:none!important}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-container .mean-nav{background:0 0;margin-top:0;float:left;width:100%}.mean-container .mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-nav>ul{padding:0;margin:0;width:100%;list-style-type:none;display:block!important}.mean-container .mean-nav>ul>li:first-child>a{border-top:0}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li.dropdown-opened>a,.mean-container .mean-nav ul li.dropdown-opened>span{color:var(--rr-theme-primary)}.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked{background:var(--rr-theme-primary);color:var(--rr-common-white);border-color:transparent}.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i{color:var(--rr-common-white);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.mean-container .mean-nav ul li.mean-last{border-bottom:none;margin-bottom:0}.mean-container .mean-nav ul li>a.mean-expand i{display:inline-block}.mean-container .mean-nav ul li>a>i{display:none}.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span{display:block;float:left;margin:0;text-align:left;text-decoration:none;text-transform:capitalize;width:100%;padding:10px 0;color:var(--rr-common-white);border-top:1px solid rgba(255,255,255,.079);font-size:16px;line-height:1.5;font-weight:500}.mean-container .mean-nav ul li a:hover,.mean-container .mean-nav ul li span:hover{color:var(--rr-theme-primary)}.mean-container .mean-nav ul li a:hover i,.mean-container .mean-nav ul li span:hover i{color:var(--rr-common-white)}.mean-container .mean-nav ul li a.mean-expand,.mean-container .mean-nav ul li span.mean-expand{text-align:center;position:absolute;right:0;top:1px;z-index:2;font-size:14px;margin-top:5px;padding:0!important;border:1px solid rgba(255,255,255,.079)!important;height:30px;width:30px;color:var(--rr-text-body);line-height:30px;font-weight:400;border-radius:3px}.mean-container .mean-nav ul li a.mean-expand:hover,.mean-container .mean-nav ul li span.mean-expand:hover{background:var(--rr-theme-primary);color:var(--rr-common-white);border-color:var(--rr-theme-primary)}.mean-container .mean-nav ul li a.mean-expand:hover i,.mean-container .mean-nav ul li span.mean-expand:hover i{color:var(--rr-common-white)}.mean-container .mean-nav ul li a.mean-expand.mean-clicked,.mean-container .mean-nav ul li span.mean-expand.mean-clicked{color:var(--rr-common-white)}.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover{background:var(--rr-theme-primary);color:var(--rr-common-white);border-color:var(--rr-theme-primary)}.mean-container .mean-nav ul li li a{width:90%;padding:10px 7%;text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li li li a{width:80%;padding:10px 12%}.mean-container .mean-nav ul li li li li a{width:70%;padding:10px 17%}.mean-container .mean-nav ul li li li li li a{width:60%;padding:10px 20%}.mean-container .mean-bar{background:0 0;float:left;width:100%;position:relative;padding:4px 0;min-height:42px;z-index:999999}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.blog__content-thumb{overflow:hidden;border-radius:20px}.blog__content-thumb img{width:100%;height:100%;border-radius:20px}.blog__content-thumb img:hover{transform:scale(1.2)}.blog__content-meta{align-items:center;gap:30px;flex-wrap:wrap}@media (max-width:575px){.blog__content-meta{gap:20px}}.blog__content-meta li{list-style:none}.blog__content-meta li a{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);color:#111214;font-style:normal;font-size:16px;display:flex;align-items:center;gap:5px}.blog__content-meta li a:hover{color:var(--rr-theme-primary)}.blog__content-meta li span{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);color:#111214;font-style:normal;font-size:16px;display:flex;align-items:center;gap:5px}.blog__content-text-title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:20px;transition:.3s}.blog__content-text-title a:hover{color:var(--rr-theme-primary)}@media only screen and (min-width:768px) and (max-width:992px){.blog__content-text-title a{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.blog__content-text-title a{font-size:35px;line-height:45px}}@media (max-width:575px){.blog__content-text-title a{font-size:25px;line-height:35px}}.blog__content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.blog__content-pagination-social{gap:15px}.blog__content-pagination-social a{color:var(--rr-heading-primary);border:1px solid #e3dbd8;padding:15px 25px;border-radius:5px}@media (max-width:320px){.blog__content-pagination-social a{padding:10px 20px}}.blog__content-pagination-social a i{color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal}.blog__content-pagination-social a:hover{border:1px solid var(--rr-theme-primary)}.blog__content-pagination-social .active{border:1px solid var(--rr-theme-primary)}.latest-blog2__thumb{overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px}.latest-blog2__thumb img{width:100%;height:100%;border-top-left-radius:20px;border-top-right-radius:20px}.latest-blog2__thumb img:hover{transform:scale(1.2)}.latest-blog2__content{background:var(--rr-common-white);padding:20px 40px 40px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog2__content{margin-bottom:40px}}@media (max-width:575px){.latest-blog2__content{padding:20px}}.latest-blog2__content-meta ul{display:flex;align-items:center;gap:60px;flex-wrap:wrap}@media (max-width:575px){.latest-blog2__content-meta ul{gap:10px}}.latest-blog2__content-meta ul li{list-style:none}.latest-blog2__content-meta ul li span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-lh-h5);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;align-items:center;gap:10px}.latest-blog2__content-meta ul li span i{color:var(--rr-theme-primary)}.latest-blog2__content-meta ul li a{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-lh-h5);line-height:var(--rr-lh-h5);font-size:16px;display:flex;align-items:center;gap:10px}.latest-blog2__content-meta ul li a i{color:var(--rr-theme-primary)}.latest-blog2__content-meta ul li a:hover{color:var(--rr-theme-primary)}.latest-blog2__content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:23px;font-style:normal}.latest-blog2__content-title a:hover{color:var(--rr-theme-primary)}.latest-blog2__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.latest-blog2__content-btn{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:flex;align-items:center;gap:10px;transition:.3s;margin-top:30px}.latest-blog2__content-btn i{color:var(--rr-theme-primary)}.latest-blog2__content-btn:hover{color:var(--rr-theme-primary)}.latest-blog2__content-btn:hover i{color:var(--rr-theme-primary)}.latest-blog2__right-content{display:flex}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog2__right-content{flex-wrap:wrap}}.latest-blog2__right-content-img{max-width:220px;width:100%;overflow:hidden;border-top-left-radius:20px;border-bottom-left-radius:20px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog2__right-content-img{max-width:100%;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0px}}.latest-blog2__right-content-img img{border-top-left-radius:20px;border-bottom-left-radius:20px;width:100%;height:100%}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog2__right-content-img img{border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0px;height:300px}}.latest-blog2__right-content-img img:hover{transform:scale(1.2)}.latest-blog2__right-content-text{background:var(--rr-common-white);padding:30px;border-top-right-radius:20px;border-bottom-right-radius:20px;width:100%}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog2__right-content-text{border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:0px}}.latest-blog2__right-content-text-meta{margin-bottom:10px}.latest-blog2__right-content-text-meta ul{display:flex;align-items:center;gap:30px;flex-wrap:wrap}@media (max-width:373px){.latest-blog2__right-content-text-meta ul{gap:10px}}.latest-blog2__right-content-text-meta ul li{list-style:none}.latest-blog2__right-content-text-meta ul li span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;align-items:center;gap:10px}.latest-blog2__right-content-text-meta ul li a{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;align-items:center;gap:10px}.latest-blog2__right-content-text-meta ul li a:hover{color:var(--rr-theme-primary)}.latest-blog2__right-content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:15px;font-style:normal;margin-bottom:0}.latest-blog2__right-content-text-btn{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:flex;align-items:center;gap:10px;transition:.3s;margin-top:20px}.latest-blog2__right-content-text-btn i{color:var(--rr-heading-primary)}.latest-blog2__right-content-text-btn:hover{color:var(--rr-theme-primary)}.latest-blog2__right-content-text-btn:hover i{color:var(--rr-theme-primary)}.latest-blog__title-wrapper h6{color:var(--rr-heading-primary);font-family:var(--rr-ff-subtitle);font-weight:var(--rr-fw-sbold);text-transform:uppercase;letter-spacing:1.4px;font-size:14px;line-height:14px;margin-bottom:10px;display:flex;gap:10px}.latest-blog__title-wrapper h2{color:var(--rr-heading-primary);font-family:var(--rr-ff-heading);font-size:var(--rr-fs-h2);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h2);margin-bottom:0}@media only screen and (min-width:992px) and (max-width:1199px){.latest-blog__title-wrapper h2{font-size:38px;line-height:50px}}@media only screen and (min-width:768px) and (max-width:992px){.latest-blog__title-wrapper h2{font-size:40px;line-height:52px}}@media only screen and (min-width:576px) and (max-width:767px){.latest-blog__title-wrapper h2{font-size:40px;line-height:52px}}@media (max-width:575px){.latest-blog__title-wrapper h2{font-size:30px;line-height:42px}}@media (max-width:450px){.latest-blog__title-wrapper h2{font-size:27px;line-height:37px}}.latest-blog__button-right{display:flex;justify-content:end;gap:10px}.latest-blog__button-right .right-icon{padding:10px 26px}.latest-blog__button-right a{width:50px;height:50px}.latest-blog__item{transition:.3s}.latest-blog__item-media{overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px;aspect-ratio:6/4}.latest-blog__item-media a img{height:100%;width:100%;object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px}.latest-blog__item-media a img:hover{transform:scale(1.2)}.latest-blog__item-media-2{padding:20px 20px 0;background:var(--rr-common-white);border-radius:20px}.latest-blog__item-media-2 a img{border-radius:20px}.latest-blog__item-text{padding:14px;border:1px solid #e3dbd8;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:none;transition:.3s}.latest-blog__item-text-2{border:0}.latest-blog__item-text-meta{justify-content:space-between;padding-bottom:10px}@media only screen and (min-width:576px) and (max-width:767px){.latest-blog__item-text-meta{gap:5px}}.latest-blog__item-text-meta-calender{width:50px;height:56px;flex-shrink:0;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background:var(--rr-theme-primary);text-align:center;padding:12px 8px;margin-top:-30px;z-index:1}.latest-blog__item-text-meta-calender h4{color:var(--rr-common-white);text-align:center;font-family:var(--rr-ff-heading);font-size:var(--rr-fs-h4);font-weight:var(--rr-fw-sbold);line-height:14px;margin-bottom:5px}.latest-blog__item-text-meta-calender p{color:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);font-size:12px;font-style:normal;line-height:14px;margin:0}.latest-blog__item-text-meta span{list-style:none}.latest-blog__item-text-meta span a{color:var(--rr-text-body);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);display:flex;justify-content:center;align-items:center;gap:6px;line-height:22px;font-size:13px}.latest-blog__item-text-meta span a i{color:#111214}.latest-blog__item-text-meta span a:hover{color:var(--rr-theme-primary)}.latest-blog__item-text-bottom a h3{font-size:18px;font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-blog__item-text-bottom a h3{max-width:100%}}.latest-blog__item-text-bottom a h3:hover{color:var(--rr-theme-primary)}.latest-blog__item-text-bottom p{font-weight:var(--rr-fw-regular);color:var(--rr-text-body);line-height:30px;font-size:16px;font-style:normal;margin-bottom:0;z-index:1}.latest-blog__item-text-bottom a{margin-top:15px;color:var(--rr-heading-primary);font-family:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-fs-h4);font-size:15px;gap:6px}.latest-blog__item-text-bottom a:hover{color:var(--rr-theme-primary)}.latest-blog__wrap{background:var(--rr-common-white);box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;transition:.3s;border:1px solid var(--rr-common-white)}.latest-blog__wrap:hover{transition:.3s;border:1px solid var(--rr-theme-primary)}.latest-blog__btn{display:inline-flex;border:1px solid var(--rr-theme-primary);padding:15px 30px;border-radius:999px;transition:.3s}.latest-blog__btn:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)!important}.blog-4__button a{padding:11px 30px}.blog-4__button a i{margin-top:2px}.blog-4__button a::before{background-color:var(--rr-heading-primary)}.blog-4__item{background:#f6f6f6;border-radius:0 0 10px 10px}.blog-4__item:hover .blog-4__item-thumb img{transform:scale(1.2);transition:all 1s ease-in-out}.blog-4__item-thumb{position:relative;overflow:hidden;border-radius:10px 10px 0 0;transition:all .3s ease-in-out}.blog-4__item-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px 10px 0 0}.blog-4__item-thumb-text{background:var(--rr-theme-primary);border-radius:10px 0px 0px 0px;padding:5px 20px;position:absolute;bottom:0;right:0}.blog-4__item-thumb-text span{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-common-white);font-style:normal;font-size:16px;line-height:30px;margin-bottom:0}.blog-4__item-content{padding:30px 40px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.blog-4__item-content{padding:20px}}.blog-4__item-content-wrap{display:inline-flex;align-items:center;gap:20px;flex-wrap:wrap;row-gap:10px}.blog-4__item-content-wrap-cta{display:flex;align-items:center;gap:10px;margin-bottom:6px}.blog-4__item-content-wrap-cta .bullet{background:var(--rr-theme-primary);position:relative;width:10px;height:10px;border-radius:50%}.blog-4__item-content-wrap-cta .title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:30px;margin-bottom:0}.blog-4__item-content-wrap-cta .title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:30px;margin-bottom:0;transition:all .3s ease-in-out}.blog-4__item-content-wrap-cta .title a:hover{color:var(--rr-theme-primary)}.blog-4__item-content-title{margin-bottom:22px}.blog-4__item-content-title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:23px;line-height:30px;transition:all .3s ease-in-out}.blog-4__item-content-title a:hover{color:var(--rr-theme-primary)}@media only screen and (min-width:576px) and (max-width:767px){.blog-4__item-content-title a{font-size:20px}}.blog-4__item-content-title-2 a{font-size:21px;line-height:27px}.blog-4__item-content-btn{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:30px;margin-bottom:0;display:inline-flex;align-items:center;transition:all .3s ease-in-out;gap:6px}.blog-4__item-content-btn i{margin-top:3px}.blog-4__item-content-btn:hover{color:var(--rr-theme-primary)}.blog-5__item{background:var(--rr-common-white);position:relative;box-shadow:0px 10px 20px rgba(3,72,51,.1)}.blog-5__item-thumb{position:relative}.blog-5__item-thumb-text{background:var(--rr-theme-primary);text-align:center;padding:6px 14px;border-radius:4px;position:absolute;top:-40px;right:40px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.blog-5__item-thumb-text{top:-50px}}.blog-5__item-thumb-text h6{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-medium);color:var(--rr-common-white);font-style:normal;font-size:30px;line-height:30px}.blog-5__item-thumb-text span{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-common-white);font-style:normal;font-size:16px;line-height:30px}.blog-5__item-content{position:relative}.sidebar-rr-sticky{position:sticky;top:120px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:992px) and (max-width:1199px){.sidebar-rr-sticky{margin-top:50px}}.sidebar__widget-title__have-bar{position:relative}.sidebar__widget-service{display:flex;flex-direction:column;gap:17px}.sidebar__widget-service a{padding-bottom:20px;display:flex;gap:10px;align-items:center;font-size:18px;line-height:27px;border-bottom:1px solid rgba(0,15,32,.1);color:var(--rr-heading-primary)}.sidebar__widget-service a:last-child{padding-bottom:0;border-bottom:0}.sidebar__widget-service a:hover{color:var(--rr-theme-primary)}.sidebar__widget-service a i{color:var(--rr-theme-primary);font-size:14px;font-style:normal;font-weight:900;line-height:normal}.sidebar__widget-download{display:flex;flex-direction:column;gap:20px}.sidebar__widget-download a{padding:11.5px 20px;display:flex;gap:10px;align-items:center;font-size:16px;line-height:25px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border:1px solid rgba(0,15,32,.1);color:var(--rr-heading-primary)}.sidebar__widget-download a img{max-width:15px}.sidebar__widget-download a:hover{background-color:var(--rr-theme-primary);color:var(--rr-common-white)}.sidebar__widget-download a:hover img{filter:brightness(0) invert(1)}.sidebar__widget-search .search__bar{height:50px;width:100%;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.sidebar__widget-search .search__bar input{height:100%;padding:14px 35px 14px 20px;width:100%;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:1px solid #e3dbd8;background:var(--rr-common-white);color:var(--rr-text-body);font-family:var(--rr-ff-body);font-size:14px;font-style:normal;font-weight:400;line-height:10px;margin-left:0}.sidebar__widget-search .search__bar button{position:absolute;left:18px;padding:0;height:100%;line-height:0}.sidebar__widget-search .search__bar .icon{position:absolute;top:30%;right:5px;transform:translate(-50%)}.sidebar__widget-search .search__bar .icon i{font-size:20px}.sidebar__widget-category{display:flex;flex-direction:column;gap:12px}.sidebar__widget-category a{display:flex;align-items:center;gap:10px;justify-content:space-between;color:var(--rr-heading-primary);font-size:var(--rr-fs-body2);font-style:normal;font-weight:400;line-height:normal}.sidebar__widget-category a span:first-child{display:flex;align-items:center}.sidebar__widget-category a:hover{color:var(--rr-theme-primary)}.sidebar__widget-tags .tags{display:flex;flex-wrap:wrap;gap:10px}.sidebar__widget-tags .tags a{display:block;padding:5px 10px;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;background:var(--rr-common-white);color:var(--rr-theme-secondary);border:1px solid rgba(0,15,32,.1);font-size:13px;font-style:normal;font-weight:400;line-height:22px}.sidebar__widget-tags .tags a:hover{color:var(--rr-common-white);background:var(--rr-theme-primary)}.sidebar__widget-have_any_question{padding:30px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;background:var(--rr-theme-primary);box-shadow:0px 1px 3px 0px rgba(0,15,32,.1);background-repeat:no-repeat;background-size:cover}.sidebar__widget-have_any_question-space{padding:0;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;border-radius:0px;box-shadow:none}.sidebar__widget-have_any_question-media{padding-left:41px;margin-top:-93px;margin-bottom:-30px;margin-right:-30px;max-width:367px}.sidebar__widget-have_any_question h3{margin-bottom:5px}.sidebar__widget-have_any_question p{max-width:275px;opacity:.8;color:var(--rr-common-white)}.sidebar__widget-have_any_question .rr-btn .text-one{color:var(--rr-heading-primary)}.sidebar__widget .sidebar-post_content .post-meta li i{color:var(--rr-theme-primary)}.blog-details__content-text-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:30px;line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.blog-details__content-text-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.blog-details__content-text-title{font-size:35px;line-height:45px}}@media (max-width:575px){.blog-details__content-text-title{font-size:25px;line-height:35px}}.blog-details__content-text-paragraph{margin-bottom:10px!important}.blog-details__middel{gap:30px;flex-wrap:wrap}.blog-details__middel-img{overflow:hidden;border-radius:20px}.blog-details__middel-img img{width:100%;height:100%;border-radius:20px}.blog-details__middel-img img:hover{transform:scale(1.2)}.blog-details__middel-content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h3);font-size:29px;font-style:normal}@media (max-width:575px){.blog-details__middel-content-title{font-size:20px;line-height:30px}}.blog-details__middel-content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.blog-details__middel-content-list ul li{list-style:none}.blog-details__middel-content-list ul li a{font-family:var(--rr-ff-heading);color:var(--rr-common-black)!important;font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);display:flex;gap:15px;align-items:center;font-size:16px;font-style:normal}.blog-details__middel-content-list ul li a i{color:var(--rr-theme-primary)}.blog-details__testimonial{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;padding:50px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.blog-details__testimonial{padding:20px}}.blog-details__testimonial-icon{border:1px solid var(--rr-theme-primary);width:51px;height:51px;display:flex;justify-content:center;align-items:center;border-radius:50%}.blog-details__testimonial-icon i{color:var(--rr-theme-primary)}.blog-details__testimonial p{font-family:var(--rr-text-body);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:20px;margin-bottom:0;font-style:normal}.blog-details__testimonial-details h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;margin-bottom:5px;font-style:normal}.blog-details__testimonial-details p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.blog-details__bottom-text-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}.blog-details__bottom-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.blog-details__social-tags{display:flex;align-items:center;gap:20px;flex-wrap:wrap;column-gap:10px}.blog-details__social-tags a{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;background:#f1f5eb;padding:5px 10px;border-radius:20px;transition:.3s}.blog-details__social-tags a:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.blog-details__social-media a i{color:var(--rr-heading-primary)}.blog-details__wrapper{margin-top:80px;background:#f1f5eb;border-radius:20px;padding:40px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.blog-details__wrapper{padding:20px}}.blog-details__wrapper h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}@media (max-width:575px){.blog-details__wrapper h3{font-size:25px;line-height:35px}}.blog-details__wrapper p{font-family:var(--rr-ff-body);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.blog-details__wrapper-from-input input{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);background:var(--rr-common-white);font-size:16px;margin-left:0;font-style:normal;border:none;border-radius:20px;outline:none;padding:10px 20px;width:100%}.blog-details__wrapper-from-textarea textarea{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);background:var(--rr-common-white);font-size:16px;margin-left:0;font-style:normal;border:none;border-radius:20px;padding:10px 20px;max-width:100%;height:167px!important}.form-check-input:checked{background-color:var(--rr-theme-primary)}.form-check-input:focus{box-shadow:none}.footer__area-common.background{background:#fff5f1}.footer__area-common .footer-top{flex-wrap:wrap;row-gap:20px;position:relative}.footer__area-common .footer-top::before{width:117px;top:89px;left:47%;right:50%;content:"";position:absolute;border-bottom:1px solid #356d5c;transform:rotate(90deg)}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__area-common .footer-top::before{display:none}}.footer__area-common .footer-top .footer-top-left{gap:30px}.footer__area-common .footer-top .footer-top-left .footer-left-svg{display:flex;justify-content:center;align-items:center;background:var(--rr-theme-primary);width:80px;height:80px;border-radius:50%}.footer__area-common .footer-top .footer-top-left h3{color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal;text-transform:capitalize}@media only screen and (min-width:768px) and (max-width:992px){.footer__area-common .footer-top .footer-top-left h3{font-size:22px}}@media only screen and (min-width:576px) and (max-width:767px){.footer__area-common .footer-top .footer-top-left h3{font-size:17px}}@media (max-width:575px){.footer__area-common .footer-top .footer-top-left h3{font-size:17px}}.footer__area-common .footer-top .footer-top-right{gap:30px}.footer__area-common .footer-top .footer-top-right .footer-right-svg{display:flex;justify-content:center;align-items:center;background:var(--rr-theme-primary);width:80px;height:80px;border-radius:50%}.footer__area-common .footer-top .footer-top-right h3{color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal;text-transform:capitalize}@media only screen and (min-width:768px) and (max-width:992px){.footer__area-common .footer-top .footer-top-right h3{font-size:20px}}@media only screen and (min-width:576px) and (max-width:767px){.footer__area-common .footer-top .footer-top-right h3{font-size:17px}}@media (max-width:575px){.footer__area-common .footer-top .footer-top-right h3{font-size:16px}}.footer__border-bottom{border-bottom:1px solid #356d5c}.footer__main{position:relative;padding-bottom:80px}@media only screen and (min-width:576px) and (max-width:767px){.footer__main{padding-bottom:60px}}@media (max-width:575px){.footer__main{padding-bottom:40px}}.footer__widget-description p{font-size:var(--rr-fs-body2);margin-bottom:0;opacity:.9;color:var(--rr-common-black)}.footer__widget .footer-form{position:relative;margin-top:30px}.footer__widget .footer-form .form-control{background-color:#111214;padding:17px 104px 17px 20px;color:var(--rr-common-white);box-shadow:none;border-radius:150px;border:none}.footer__widget .footer-form .form-control::-webkit-input-placeholder{color:var(--rr-common-white)}.footer__widget .footer-form .form-control::-moz-placeholder{color:var(--rr-common-white)}.footer__widget .footer-form .form-control:-moz-placeholder{color:var(--rr-common-white)}.footer__widget .footer-form .form-control:-ms-input-placeholder{color:var(--rr-common-white)}.footer__widget .footer-form .form-control::placeholder{color:var(--rr-common-white)}.footer__widget .footer-form .form-control-2{color:var(--rr-common-white);background:var(--rr-theme-secondary)}.footer__widget .footer-form input{margin-left:0}.footer__widget .footer-form .submit{background-color:var(--rr-theme-primary);color:var(--rr-common-white);position:absolute;top:50%;right:0;transform:translateY(-50%);height:58px;font-size:12px;font-weight:700;text-transform:uppercase;width:58px;border-radius:50%}.footer__content p{color:black;font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0}.footer__link-date span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);line-height:var(--rr-lh-h5);font-weight:var(--rr-fw-regular);display:block;display:flex;align-items:center;gap:10px;font-style:normal;font-size:16px}.footer__link-date span i{color:var(--rr-theme-primary)}.footer__link-date a{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:18px;line-height:28px;margin-top:5px}.footer__link-date a:hover{color:var(--rr-theme-primary)}.footer__subscribe ul{list-style:none;padding:0;margin:0}.footer__subscribe ul li{margin-bottom:10px;display:flex;align-items:center;font-size:14px}.footer__subscribe ul li i{margin-right:8px;color:var(--rr-background-dark-green);font-size:16px}.footer__subscribe ul li a{color:#202020;text-decoration:none}.footer__subscribe ul li a:hover{text-decoration:underline}.footer__subscribe{max-width:210px}.footer__subscribe ul li{list-style:none;display:flex;align-items:flex-start}.footer__subscribe ul li p{color:var(--rr-common-white);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.footer__subscribe.subscribe-2{max-width:inherit}.footer__subscribe .footer-input input{width:300px;height:58px;background:#111214;color:var(--rr-common-white);padding-right:15px;padding-left:15px;margin-left:0;border:none;border-radius:150px}.footer__background-shpae{position:absolute;z-index:-1;bottom:0;left:0;background-position:left bottom;background-repeat:no-repeat;width:100%;height:100%}.footer__widget-item-1 .footer__widget-item-1-location{position:absolute;z-index:-1;right:59%;top:53%;transform:translate(-50%,-50%)}.footer__widget-item-1 .footer__widget-item-1-location img{width:45px;height:65px}.footer2__area-common{background-repeat:no-repeat}.footer2__top{flex-wrap:wrap;column-gap:10px;row-gap:20px}.footer2__widget2{margin-left:85px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer2__widget2{margin-left:0}}.footer2__widget3{margin-left:15px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer2__widget3{margin-left:0}}.footer2__right-social{align-items:center;gap:10px}.footer2__right-social a{border:1px solid var(--rr-text-body);color:var(--rr-common-white);display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;transition:.3s}.footer2__right-social a:hover{border-color:var(--rr-theme-primary)}.footer2__title h4{margin-bottom:30px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer2__title h4{margin-bottom:15px}}.footer2__wrap{padding:80px 0}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer2__wrap{padding:50px 0}}.footer__area-common-3{background-position:center right;padding-top:94px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__area-common-3{background-image:none!important}}@media only screen and (min-width:768px) and (max-width:992px){.footer__area-common-3{padding-top:85px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__area-common-3{padding-top:80px}}.footer__area-common-3 .footer__bottom{border-top:1px solid var(--rr-border-secondary)}.footer__area-common-3 .footer__bottom-wrapper{border-top:0}.footer__widget-3:nth-child(1){max-width:381px}@media only screen and (min-width:992px) and (max-width:1199px){.footer__widget-3:nth-child(1){max-width:250px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.footer__widget-3:nth-child(1){max-width:100%}}.footer__widget-3:nth-child(2){max-width:221px}.footer__widget-3:nth-child(3){max-width:191px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.footer__widget-3:nth-child(3){max-width:100%}}.footer__widget-3:nth-child(4){max-width:300px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer__widget-3:nth-child(4){max-width:100%;min-width:100%}}.footer__widget-3:nth-child(4) .footer__link ul{max-width:166px}.footer__widget-3 .footer__widget-title h4{border-bottom:0;padding-bottom:0;margin-bottom:40px}.footer__widget-3 .footer__link ul{gap:10px}.footer__social-xl{gap:10px}.footer__social-xl a{border:0;background:var(--rr-gray-700);width:50px;height:50px}.footer3{background-repeat:no-repeat}.footer3__item{padding-left:70px}.our-gallery__item::before{position:absolute;content:"";top:0;left:0;height:100%;border-radius:10px;width:100%;background-color:var(--rr-theme-primary);transform:scale(0);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;opacity:.8}.rr-footer__widget-gallery{margin:0 5px 5px}.rr-footer__widget-gallery:hover .our-gallery__item::before{transform:scale(1)}.rr-footer__widget-gallery:hover.rr-footer__widget-gallery a span{opacity:1}.rr-footer__widget-gallery a span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;opacity:0;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.rr-footer__widget-gallery a img{width:100%;object-fit:cover;border-radius:10px}.rr-footer-widget-content-item{margin-bottom:16px}.rr-footer-widget-content-item:last-child{margin-bottom:0}.rr-footer-widget-content p{color:var(--rr-common-white);font-family:var(--rr-ff-p)}.rr-footer-widget-content-item a{color:var(--rr-common-white);font-family:var(--rr-ff-p);font-weight:400;font-size:16px;line-height:26px;transition:.3s}.rr-footer-widget-content-item a:hover{color:var(--rr-heading-1)}.rr-footer-title{font-family:var(--rr-ff-h);font-weight:400;font-size:24px;line-height:34px;display:flex;align-items:center;color:var(--rr-common-white)}.rr-footer-social span{font-family:var(--rr-ff-p);font-style:normal;font-weight:400;font-size:16px;line-height:26px;display:flex;align-items:center;color:#fff;margin-right:10px}.rr-footer-social a{font-size:18px;display:inline-block;height:36px;width:36px;line-height:36px;text-align:center;margin-right:10px;background-color:#fff;color:#051145;transition:.3s;transition:.3s;border-radius:50px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px){.rr-footer-social a{font-size:13px;height:30px;width:30px;line-height:30px}}.rr-footer-social a:hover{color:var(--rr-common-white);background-color:#051145}.rr-footer-title{font-weight:700;font-size:22px;color:var(--rr-common-white);margin-top:5px;margin-bottom:23px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px){.rr-footer-title{font-size:20px}}.rr-footer-list ul li{list-style-type:none;overflow:hidden}.rr-footer-list ul li:not(:last-child){margin-bottom:10px}.rr-footer-list ul li a{color:var(--rr-common-white);position:relative;padding-left:16px;margin-left:-16px;transition:.3s;font-family:var(--rr-ff-p);font-weight:400}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px){.rr-footer-list ul li a{font-size:14px}}.rr-footer-list ul li a::after{position:absolute;content:"";top:50%;left:0;transform:translateY(-50%);height:2px;width:10px}.rr-footer-list ul li a:hover{margin-left:0;color:var(--rr-heading-primary)}.footer-4-wrap{padding:80px 0}.footer-4__content p{color:rgba(255,255,255,.9)}.footer-4__widget .footer__widget-title h4{margin-bottom:43px;margin-top:8px}@media (max-width:575px){.footer-4__widget .footer__widget-title h4{margin-bottom:25px;margin-top:0}}.footer-4__widget-left{padding-left:64px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer-4__widget-left{padding-left:0}}.footer-4__link ul li a{align-items:center;color:rgba(255,255,255,.9)}.footer-4__logo img{max-width:129px}.footer-4__subscribe ul li p{color:rgba(255,255,255,.9)}.footer-4__subscribe .footer-form{margin-top:22px}.footer-4__subscribe .footer-form .form-control{background-color:rgba(255,255,255,.1)}.footer-4__bottom-wrapper{border-top:1px solid rgba(255,255,255,.1)!important}.footer-5__top-text{padding-left:150px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer-5__top-text{padding-left:0}}.footer-5__top-text h3{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-common-white);font-style:normal;font-size:22px;line-height:30px;margin-top:8px}.footer-5__top-footer-form .rr-subscribe-form{position:relative}.footer-5__top-footer-form .rr-subscribe-form .form-control-3{background:0 0;margin-left:0;padding:11px 224px 12px 30px;border-radius:25px;position:relative;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .form-control-3:focus{box-shadow:none}.footer-5__top-footer-form .rr-subscribe-form .form-control-3::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .form-control-3::-moz-placeholder{color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .form-control-3:-moz-placeholder{color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .form-control-3:-ms-input-placeholder{color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .form-control-3::placeholder{color:rgba(255,255,255,.7)}.footer-5__top-footer-form .rr-subscribe-form .submit{position:absolute;top:50%;transform:translateY(-50%);right:-2px}.footer-5__top-footer-form .rr-subscribe-form .rr-btn{padding:10px 29px}.footer-5__top-footer-form .rr-subscribe-form .rr-btn i{margin-top:2px}.footer-5-wrap{padding:75px 0 72px}.footer-5__widget-title h4{margin-top:0}@media (max-width:575px){.footer-5__widget-title h4{margin-bottom:20px}}.footer-5__widget-left-1{padding-left:108px}.footer-5__widget-left-2{padding-left:73px!important}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer-5__widget-left-2{padding-left:0!important}}.footer-5__widget-left-3{padding-left:16px}.footer-5__bottom-wrapper{background:rgba(255,255,255,.1)}.footer-bottom-border{border:1px solid #e5e8e6}.footer-bottom-border .footer__bottom .footer__copyright p{color:var(--rr-text-body);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h6);font-size:18px;font-style:normal;text-align:center}.footer-bottom-border .footer__bottom .footer__copyright p a:hover{color:var(--rr-theme-primary)}.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a{color:var(--rr-text-body);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h6);font-size:18px;font-style:normal}.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a:hover{color:var(--rr-theme-primary)}.footer__copyright-2 p{color:var(--rr-common-white)}.footer__bottom-1{padding-top:80px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer__bottom-1{padding-top:60px}}.footer__copyright-menu ul{display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;gap:39px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer__copyright-menu ul{flex-wrap:wrap;justify-content:center}}@media (max-width:575px){.footer__copyright-menu ul{gap:10px}}.footer__copyright-menu ul li{list-style:none;position:relative}.footer__copyright-menu ul li.no_bullet:after{display:none}.footer__copyright-menu ul li a{font-family:var(--rr-ff-body);color:var(--rr-common-black);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;position:relative;opacity:.7}.footer__copyright-menu ul li a:hover{color:var(--rr-theme-primary)}.footer__bottom-2{padding:25px 0;border-top-color:rgba(0,15,32,.1)}.footer__copyright-2 p{text-align:center;color:var(--rr-text-body)}.footer__copyright-2 a{font-weight:var(--rr-fw-sbold);color:var(--rr-theme-primary)}.error .error__content .error__content-media img{width:100%;height:auto}.error .error__content .section__title-wrapper{margin:auto}.error .error__content .section__title-wrapper .section__title{color:var(--rr-heading-primary);font-size:var(--rr-fs-h2);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.error .error__content .section__title-wrapper .section__title{font-size:35px;line-height:50px}}.error .error__content .section__title-wrapper p{color:var(--rr-text-body);font-family:var(--rr-ff-heading);line-height:var(--rr-lh-h5);font-weight:400;font-size:16px;font-style:normal}.error .error__content .section__title-wrapper .error-btn{background:var(--rr-heading-primary);color:var(--rr-common-white);width:217px;height:50px;display:flex;justify-content:center;align-items:center;top:0;position:relative;left:0;margin:auto;border-radius:4px;transition:.3s}.error .error__content .section__title-wrapper .error-btn:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.error .error__content .section__title-wrapper .footer-form{position:relative;width:630px;display:inline-block}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.error .error__content .section__title-wrapper .footer-form{width:100%}}.error .error__content .section__title-wrapper .footer-form .form-control{background-color:#f1f5eb;padding:17px 104px 17px 20px;color:var(--rr-text-body);box-shadow:none;border-radius:150px;border:none}.error .error__content .section__title-wrapper .footer-form .form-control::-webkit-input-placeholder{color:var(--rr-text-body)}.error .error__content .section__title-wrapper .footer-form .form-control::-moz-placeholder{color:var(--rr-text-body)}.error .error__content .section__title-wrapper .footer-form .form-control:-moz-placeholder{color:var(--rr-text-body)}.error .error__content .section__title-wrapper .footer-form .form-control:-ms-input-placeholder{color:var(--rr-text-body)}.error .error__content .section__title-wrapper .footer-form .form-control::placeholder{color:var(--rr-text-body)}.error .error__content .section__title-wrapper .footer-form input{margin-left:0}.error .error__content .section__title-wrapper .footer-form .submit{background-color:var(--rr-theme-primary);color:var(--rr-common-white);position:absolute;top:50%;right:0;transform:translateY(-50%);height:58px;font-size:12px;font-weight:700;text-transform:uppercase;width:58px;border-radius:50%}.project1__thumb{display:flex;align-items:center;gap:38px}.project1__media img{width:100%;height:100%}.project1__media-item img{width:100%;height:100%}.process__bg-img{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:.2}.process__item{background:var(--rr-common-white);padding:30px 40px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px}.process__item-number{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);color:var(--rr-heading-primary);font-style:normal;-webkit-text-stroke-width:1px;-webkit-text-fill-color:transparent}.process__item h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:21px;font-style:normal}.process__item p{font-family:var(--rr-ff-heading);color:black;font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.process__item-2{margin-top:40px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process__item-2{margin-top:0}.process__item{padding:15px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__content{margin-top:50px}}.about__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.about__box{flex-wrap:wrap;column-gap:10px;row-gap:20px;justify-content:space-between}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px){.about__box{justify-content:inherit;column-gap:20px;row-gap:20px}}.about__box-item-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:28px;font-size:18px;font-style:normal;margin-bottom:10px;display:flex;align-items:center;gap:10px}.about__box-item-title i{background:var(--rr-theme-primary);color:var(--rr-common-white);font-size:13px;width:18px;height:17px;display:flex;align-items:center;justify-content:center;border-radius:4px}.about__box-item p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.about-us-2__wrapper{position:relative}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about-us-2__wrapper{display:flex;flex-direction:column;align-items:center}}@media (max-width:575px){.about-us-2__wrapper{display:block}}.about-us-2__wrapper-media{margin-left:19px}@media (max-width:575px){.about-us-2__wrapper-media{flex-wrap:wrap;justify-content:center;gap:20px}}.about-us-2__wrapper-media:first-child{column-gap:25px}@media (max-width:575px){.about-us-2__wrapper-media:first-child{flex-wrap:wrap;justify-content:center}}.about-us-2__wrapper-media-image-1{max-width:312px;overflow:hidden;border-radius:20px;transition:.3s}.about-us-2__wrapper-media-image-2{max-width:244px;height:217px;margin-top:45px;overflow:hidden;border-radius:20px}@media (max-width:575px){.about-us-2__wrapper-media-image-2{margin-top:0}}.about-us-2__wrapper-media-image-2 img{width:100%;height:100%;border-radius:20px}.about-us-2__wrapper-media-image-2 img:hover{transform:scale(1.2)}.about-us-2__wrapper-media-image-3{max-width:312px;overflow:hidden;border-radius:20px;margin-top:-78px}@media (max-width:575px){.about-us-2__wrapper-media-image-3{margin-top:0}}.about-us-2__wrapper-media-image-3 img{width:100%;height:100%;border-radius:20px}.about-us-2__wrapper-media-image-3 img:hover{transform:scale(1.2)}.about-us-2__wrapper-media__counter{padding:40px 38px;width:174px;height:210px;margin-top:16px;margin-top:21px;margin-left:27px;margin-right:19px;border-radius:20px;background-color:#83cd20}.about-us-2__wrapper-media__counter-title{font-size:50px;line-height:60px;color:white;margin-bottom:13px}.about-us-2__wrapper-media__counter-title span{font-family:var(--rr-ff-heading)}.about-us-2__wrapper-media__counter p{color:white;margin-bottom:0}.about-us-2__shap{position:absolute;bottom:-21px;object-fit:cover;left:0;z-index:-1;width:306px;height:267px}@media only screen and (min-width:992px) and (max-width:1199px){.about-us-2__shap{left:20%}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about-us-2__shap{display:none}}.coaching__item{gap:20px}@media (max-width:575px){.coaching__item{flex-direction:column;align-items:start!important}}.coaching__item-midea{width:100%}.coaching__item-midea img{width:100%;height:100%;border-top-left-radius:20px;border-bottom-left-radius:20px}@media (max-width:575px){.coaching__item-midea img{border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}}.coaching__item-content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:18px;font-style:normal}.coaching__item-content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:15px;font-style:normal;margin-bottom:30px}.coaching__item-content a{font-family:var(--rr-ff-heading);line-height:var(--rr-lh-h5);font-weight:var(--rr-fw-sbold);color:var(--rr-theme-primary);font-style:normal;font-size:14px;display:flex;align-items:center;gap:10px}.coaching__item-content a i{transform:rotate(-45deg);transition:.3s}.coaching__item-content a:hover{color:var(--rr-heading-primary)}.coaching__item-content a:hover i{transform:rotate(1deg)}.coaching__bottom-btn{margin-top:50px;display:flex;justify-content:center;position:relative;align-items:center;margin-bottom:30px}.coaching__bottom-btn::before{background-color:#e3dbd8;content:"";width:550px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1}.coaching__bottom-btn::after{background-color:#e3dbd8;content:"";width:550px;height:1px;position:absolute;top:50%;right:0;transform:translate(0,-50%);z-index:1}.coaching-details__category{background:#f1f5eb;border-radius:20px;padding:30px}.coaching-details__category a{background:#fff;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:150px;padding:20px;display:flex;justify-content:space-between;align-items:center;font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:18px;font-style:normal;transition:.3s}.coaching-details__category a span{background:#f3fae9;color:var(--rr-heading-primary);width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:.3s}.coaching-details__category a:hover span{background:var(--rr-theme-primary);color:var(--rr-common-white)}.coaching-details__widget{background:#f1f5eb;border-radius:20px;padding:60px;text-align:center}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.coaching-details__widget{margin-bottom:60px}}.coaching-details__widget-icon{background:#83cd20;display:inline-flex;width:96px;height:96px;justify-content:center;align-items:center;border-radius:50%}.coaching-details__widget h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:70px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.coaching-details__widget h3{margin-bottom:35px}}@media (max-width:575px){.coaching-details__widget h3{margin-bottom:25px}}.coaching-details__widget a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal}.coaching-details__content-top-img img{width:100%;height:100%;border-radius:30px}.coaching-details__content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.coaching-details__content-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.coaching-details__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.coaching-details__content-title{font-size:28px;line-height:38px}}.coaching-details__content p{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);color:var(--rr-text-body);font-size:16px;font-style:normal;margin-bottom:0}.coaching-details__content .paragrapg{margin-top:30px}.coaching-details__guides{flex-wrap:wrap;row-gap:20px;column-gap:20px;justify-content:space-between}@media only screen and (min-width:768px) and (max-width:992px){.coaching-details__guides{justify-content:center}}.coaching-details__guides-card-tetx h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h6);font-size:18px;font-style:normal;margin-bottom:10px}.coaching-details__guides-card-tetx h5 i{background:var(--rr-theme-primary);color:var(--rr-common-white);font-size:16px;line-height:16px;font-weight:900;font-style:normal;display:inline-flex;justify-content:center;align-items:center;padding:3px;border-radius:3px;margin-right:10px}.coaching-details__guides-card-tetx p{font-family:var(--rr-text-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.coaching-details__bottom-img img{width:100%;height:100%;border-radius:20px}.coaching-details__bottom h5{color:var(--rr-heading-primary);font-family:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}.coaching-details__bottom p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.map{width:100%;height:676px}@media only screen and (min-width:768px) and (max-width:992px){.map{height:400px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.map{height:300px}}.map iframe{width:100%;height:100%}.loading-form{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;overflow:hidden!important;z-index:9999!important;background:#000!important;opacity:.5!important;display:none}.success-message{color:green}.error-message{color:red!important}.contact-us__widget{max-width:587px;width:100%}.contact-us__widget img{width:100%;height:100%}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper{background:#f1f5eb;border-radius:20px;padding:40px}@media (max-width:575px){.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper{padding:20px}}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper span{font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:block}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input,.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper select{position:relative;font-weight:var(--rr-fw-regular);margin-top:5px;margin-left:0;background:var(--rr-common-white);margin-bottom:0;padding:16px 45px 15px 20px;border-radius:150px;font-style:normal;border:1px solid #e3dbd8;outline:none;width:100%;font-size:14px;color:#9fa1c2;line-height:20px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input,.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper select{padding:12px}}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input::-webkit-input-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input::-moz-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input:-moz-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input:-ms-input-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper input::placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px;line-height:20px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);color:var(--rr-heading-primary)}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea{position:relative}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea span{color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea{background:var(--rr-common-white);margin-top:5px;height:130px!important;margin-left:0;border:1px solid rgba(0,29,8,.1);padding:13px 45px 13px 20px;border-radius:30px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea::-webkit-input-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea::-moz-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea:-moz-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea:-ms-input-placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper textarea::placeholder{color:var(--rr-heading-primary);opacity:.6;font-size:16px}.contact-us__textarea .icon{position:absolute;top:60px;right:20px;transform:translateY(-50%);color:var(--rr-heading-primary)}.product-filter-area-review{justify-content:center;gap:10px}.product-filter-area-review .button{display:flex;justify-content:center;align-items:center;padding:15px 40px;color:var(--rr-heading-primary);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);font-size:22px;font-style:normal;border-radius:20px;border:1px solid #83cd20;transition:.3s}.product-filter-area .rr-fea-product__tab nav .all-button{justify-content:center;flex-wrap:wrap;row-gap:20px}.product-filter-area .rr-fea-product__tab nav button{color:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);transition:.3s;padding:0;border-radius:20px;margin-right:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.product-filter-area .rr-fea-product__tab nav button{font-size:14px}}@media only screen and (min-width:768px) and (max-width:992px){.product-filter-area .rr-fea-product__tab nav button{font-size:13px;margin:0 10px}}@media (max-width:575px){.product-filter-area .rr-fea-product__tab nav button{font-size:13px}}.product-filter-area .rr-fea-product__tab nav button.active{background-color:var(--rr-theme-primary);font-weight:var(--rr-fw-bold)}.product-filter-area .rr-fea-product__tab nav button.active span{color:#fff!important}.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav{background:var(--rr-theme-primary)}.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav.active{background:var(--rr-theme-primary)}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .title{color:var(--rr-heading-primary);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:46px;margin-bottom:10px;font-style:normal}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .dc{margin-bottom:14px}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .main-dc{margin-bottom:24px}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item h6{color:var(--rr-heading-primary);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h6);font-size:18px;font-style:normal}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item input{height:50px}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item textarea{height:180px!important;border-radius:4px;margin-left:0;border:1px solid #e5e8e6;padding:10px 20px}.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item .text .social i{color:var(--rr-theme-primary)}.latest-contact-us-2-media-content-title{margin-left:50px}@media (max-width:376px),(max-width:320px){.latest-contact-us-2-media-content-title{margin-left:20px}}.latest-contact-us-2-media-content-title h4{color:var(--rr-common-white);font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h4);line-height:var(--rr-lh-h5);font-style:normal;margin-bottom:4px}.latest-contact-us-2-media-content-title p{color:rgba(159,112,112,.7);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h6);font-style:normal;font-size:16px;padding:3px}.latest-contact-us-2-media-content-contact{display:flex;gap:30px;margin-top:20px;align-items:center}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.latest-contact-us-2-media-content-contact{gap:20px}}.latest-contact-us-2-media-content-contact-text span{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.latest-contact-us-2-media-content-contact-text h6{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:18px;font-style:normal}.latest-contact-us-2-media-content-contact-text h6:hover{color:var(--rr-theme-primary)}.latest-contact-us-2-media-content-contact-text h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:18px;font-style:normal;display:flex;align-items:center;gap:14px}.latest-contact-us-2-media-content-social{margin-left:50px;margin-top:127px;display:flex;gap:20px}@media (max-width:320px){.latest-contact-us-2-media-content-social{margin-top:80px}}.latest-contact-us-2-media-content-social-icon a{color:var(--rr-common-white);height:36px;width:36px;background:#193421;display:flex;justify-content:center;align-items:center;border-radius:50%}.latest-contact-us-2-media-content-social-icon a:hover{background:var(--rr-common-white);color:var(--rr-theme-primary)}.latest-contact-us-2-media h5{color:#fff}.latest-contact-us-2 .tab-content img{width:100%;height:100%;border-radius:20px}.rr-fea-product{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;padding:60px 60px 60px 55px;flex-wrap:wrap;row-gap:30px;column-gap:30px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.rr-fea-product{padding:30px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.rr-fea-product{padding:40px;justify-content:center!important}}.rr-fea-product .media-content.has--line{position:relative}.rr-fea-product .media-content.has--line::before{background:#d9d9d9;content:"";height:257px;width:1px;position:absolute;top:7px;right:-41%}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.rr-fea-product .media-content.has--line::before{display:none}}.rr-fea-product .tab-content img{width:100%;height:100%;border-radius:20px}@media (max-width:575px){.rr-fea-product .tab-content img{height:180px}}.contact3__bg-color{background:var(--rr-theme-primary);border-radius:20px}.contact3__bg-img{background-position:top left;background-size:contain;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:32px;left:21px;max-width:565px}.contact3__wrap{flex-wrap:wrap;padding:30px}.contact3__content{position:relative;z-index:1;margin-left:30px;padding:30px}@media (max-width:575px){.contact3__content{padding:0;margin-left:0}}.contact3__content p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.contact3__title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);margin-bottom:20px;font-style:normal}@media (max-width:575px){.contact3__title{font-size:30px;line-height:40px}}.contact3__thumb img{width:100%;height:100%}.contact3__form{margin-top:40px;gap:10px;flex-wrap:wrap}.contact3__form-control{background:0 0!important;border:1px solid var(--rr-common-white)!important;margin-left:0!important;border-radius:999px;padding:15px 30px;width:100%;max-width:406px;height:60px}.contact3__form-control::-webkit-input-placeholder{color:var(--rr-common-white)}.contact3__form-control::-moz-placeholder{color:var(--rr-common-white)}.contact3__form-control:-moz-placeholder{color:var(--rr-common-white)}.contact3__form-control:-ms-input-placeholder{color:var(--rr-common-white)}.contact3__form-control::placeholder{color:var(--rr-common-white)}.contact3__form-btn{background:var(--rr-common-white);font-family:var(--rr-ff-heading);color:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);display:inline-flex;align-items:center;padding:15px 29px;border-radius:999px;font-style:normal;font-size:14px;transition:.3s}.contact3__form-btn:hover{background:var(--rr-heading-primary);color:var(--rr-common-white)}.contact4__bg-color{background:var(--rr-common-white);border-radius:20px;box-shadow:0px 0px 60px rgba(0,0,0,.05)}.contact4__bg-img{background-position:center center;background-size:contain;background-repeat:no-repeat;width:100%;max-width:565px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact4__wrap{flex-wrap:wrap}.contact4__thumb{margin-top:-40px}@media (max-width:575px){.contact4__thumb{margin-top:20px}}.contact4__btn{background:var(--rr-theme-primary);color:var(--rr-common-white);display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border-radius:999px;transition:.3s}.contact4__btn:hover{background:var(--rr-heading-primary);color:var(--rr-common-white)}.contact4__content{position:relative;z-index:1;margin-left:95px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact4__content{margin-left:35px;margin-top:30px}}@media only screen and (min-width:992px) and (max-width:1199px){.contact4__content{margin-top:30px}}.contact4__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.contact4__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);margin-bottom:20px;font-style:normal}@media (max-width:575px){.contact4__title{font-size:30px;line-height:40px}}.contact4__thumb img{width:100%;height:100%}.tab__wrap button{color:var(--rr-heading-primary)!important}.tab__wrap button.active{color:var(--rr-theme-primary)!important}.countrie-details__content-title{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.countrie-details__content-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.countrie-details__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.countrie-details__content-title{font-size:25px;line-height:35px}}.countrie-details__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.countrie-details__content h3{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}.countrie-details__content-text h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:18px;font-style:normal;margin-bottom:10px}.countrie-details__content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.countrie-details__title{background:#f1f5eb;border-radius:20px 20px 0px 0px;padding:30px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.countrie-details__title{margin-top:50px}}.countrie-details__title h4{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal}.countrie-details__box{border:1px solid #e3dbd8;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:none}.countrie-details__box-content{padding:20px 30px 0}.countrie-details__box-content a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;gap:20px;align-items:center}.countrie-details__box-content a i{color:var(--rr-theme-primary);font-weight:900;font-size:16px}.countrie-details__box-content a:hover{color:var(--rr-theme-primary)}.countrie-details__box-btn{padding:0 30px 40px}.countrie-details__box-btn a{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:flex;align-items:center;gap:7px;transition:.3s}.countrie-details__box-btn a i{transform:rotate(-45deg);font-weight:900;font-size:16px;transition:.3s}.countrie-details__box-btn a:hover{color:var(--rr-theme-primary)}.countrie-details__box-btn a:hover i{transform:rotate(1deg)}.countrie-details__input{position:relative;margin-top:92px}.countrie-details__input h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:28px;font-size:18px;font-style:normal}.countrie-details__input input{position:relative;margin-left:0;border:2px solid #e3dbd8;border-radius:20px;padding:15px 30px}.countrie-details__input-icon{position:absolute;top:71%;right:20px;transform:translateY(-50%)}.countrie-details__links{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:0px 0px 20px 20px;padding:40px}.countrie-details__links a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3dbd8;padding-bottom:20px}.countrie-details__links a:hover{color:var(--rr-theme-primary)}.countrie-details__links a:hover i{color:var(--rr-heading-primary)}.countrie-details__links a i{font-weight:900;font-size:14px;line-height:14px}.rs__faq .accordion-button{font-size:18px;line-height:var(--rr-lh-h5);color:var(--rr-heading-primary);font-weight:var(--rr-fw-medium);background:#fff;display:inline-block;padding:19px;padding-right:64px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px}@media (max-width:575px){.rs__faq .accordion-button{font-size:15px;line-height:25px}}.rs__faq .accordion-button:focus{box-shadow:none}.rs__faq .accordion-button:not(.collapsed){box-shadow:none;background:0 0}.rs__faq .accordion-button:not(.collapsed)::after{background:var(--rr-theme-primary);color:var(--rr-common-white);content:"";border-color:transparent}.rs__faq .accordion-button::after{width:32px;height:32px;position:absolute;border:2px solid #f1f5eb;border-radius:500px;right:24px;content:"";background-image:none;font-family:var(--rr-ff-fontawesome);font-size:16px;top:calc(50% + 1px);line-height:29px;font-weight:900;text-align:center;color:var(--rr-heading-primary);background:#f1f5eb}.rs__faq .accordion-body{padding-top:25px!important;padding-top:0;padding:25px;background:#f1f5eb}.rs__faq .accordion-body>p{color:var(--rr-heading-primary);margin-bottom:0}.rs__faq .accordion-item{overflow:hidden;margin-bottom:14px;-webkit-border-radius:1;-moz-border-radius:1;-o-border-radius:1;-ms-border-radius:1;border-radius:1;border:none;transition:.3s}.rs__faq .accordion-item:last-child{margin-bottom:0}.rs__faq .accordion-item:has(.collapse.show){border-color:transparent;background:#f1f5eb;border-radius:20px}.rs__faq .accordion{columns:2;column-gap:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px){.rs__faq .accordion{columns:1}}.main-brand__tittle-wrapper-title{color:var(--rr-heading-primary);font-family:var(--rr-ff-heading);font-size:var(--rr-fs-h4);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-style:normal;margin-bottom:8px}.main-brand__tittle-wrapper-subtitle{color:var(--rr-text-body);font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h6);font-size:16px;font-style:normal}.brand__thumb{aspect-ratio:5/3;padding:5px}.brand__thumb img{opacity:1;width:auto;height:100%}.faq__content-right-img{position:absolute;width:373.74px;height:440.95px;left:505px;top:12px}@media (max-width:1199px){.faq__content-right-img{display:none}}.faq__media img{width:100%;height:614px;border-radius:20px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.faq__media img{height:100%}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__media img{max-width:450px;height:450px;display:none;margin:0 auto}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__content{margin-top:30px}}.faq__content-text-icon{background:var(--rr-theme-primary);width:80px;height:80px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:17px;transition:.3s}.faq__content-text h2{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:13px}.faq__content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.counter__bg{background:var(--rr-theme-primary);padding:50px;border-radius:20px;margin-left:0;margin-right:0}@media (max-width:575px){.counter__bg{padding:15px}}.counter__item-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;letter-spacing:3px}@media only screen and (min-width:1200px) and (max-width:1399px){.counter__item-title{font-size:46px}}.counter__item-title span{font-family:var(--rr-ff-heading)!important;color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}.counter__item p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}@media (max-width:575px){.counter__item{text-align:center}.counter__item-title,.counter__item-title span{font-size:25px;line-height:34px}}.gallery__item{position:relative}.gallery__item:hover .gallery__content{opacity:1;visibility:visible}.gallery__media img{width:100%;height:100%;border-radius:20px}.gallery__content{background:var(--rr-common-white);color:var(--rr-heading-primary);padding:20px;border-radius:10px;position:absolute;width:calc(100% - 30px);z-index:1;bottom:0;left:50%;opacity:0;visibility:hidden;transition:.6s;transform:translate(-50%,-50%)}.gallery__title{color:var(--rr-heading-primary);margin-bottom:10px;transition:.3s}.gallery__title:hover{color:var(--rr-theme-primary)}.contact-info__shadow{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;padding:60px 40px 60px 80px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact-info__shadow{padding:25px}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact-info__content{margin-bottom:40px}}.contact-info__content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.contact-info__content-text-list ul li{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);display:flex;align-items:center;gap:15px;line-height:28px;font-size:18px;list-style:none;font-style:normal}.contact-info__content-text-list ul li i{color:var(--rr-theme-primary)}.contact-info__content-2{margin-left:43px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact-info__content-2{margin-left:15px}}.contact-info__link-phone{display:flex;gap:20px;align-items:center}.contact-info__link-phone-icon i{color:var(--rr-theme-primary);font-weight:900;font-size:25px;line-height:25px;font-style:normal}.contact-info__link-phone-text{display:block}.contact-info__link-phone-text span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.contact-info__link-phone-text a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:18px;font-style:normal;line-height:28px;margin-top:3px}.contact-info__link-phone-text a:hover{color:var(--rr-theme-primary)}.contact-info__link-phone-text h4{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:18px;font-style:normal;line-height:28px;margin-top:3px}.p-0{padding:0!important;background:var(--rr-common-white)!important}.team__item-media{border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden}.team__item-media img{width:100%;height:100%;border-top-left-radius:20px;border-top-right-radius:20px}.team__item-content{padding:20px 40px 40px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-bottom-left-radius:20px;border-bottom-right-radius:20px}@media only screen and (min-width:576px) and (max-width:767px){.team__item-content{padding:20px}}.team__item-content-text a h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:var(--rr-fs-h5);margin-bottom:5px;font-style:normal}.team__item-content-text a h5:hover{color:var(--rr-theme-primary)}.team__item-content-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.team__item-content-social{position:relative}.team__item-content-social-icon{display:inline-flex;border:1px solid var(--rr-theme-primary);border-radius:50%;width:60px;height:60px;justify-content:center;align-items:center;cursor:pointer}.team__item-content-social-icon i{font-size:18px;color:var(--rr-theme-primary)}.team__item-content-social-icon:hover i{color:var(--rr-heading-primary)}.team__item-content-social-list{position:absolute;bottom:75px;right:10px;list-style:none;background:var(--rr-theme-primary);padding:15px 10px;border-radius:20px;transition:.3s;opacity:0;visibility:hidden}.team__item-content-social-list:hover{background:var(--rr-heading-primary)}.team__item-content-social-list:hover a:hover i{color:var(--rr-theme-primary)}.team__item-content-social-list li{text-align:center}.team__item-content-social-list li a{color:var(--rr-common-white);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px}.team__item-content-social-list li a:hover{color:var(--rr-heading-primary)}.team__item-content-social:hover .team__item-content-social-list{opacity:1;visibility:visible}.team__item:hover .team__item-media img{transform:scale(1.2)}.teamdetail__media img{max-width:440px;height:100%;border-radius:20px}@media only screen and (min-width:576px) and (max-width:767px){.teamdetail__media img{max-width:100%}}.teamdetail__content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;margin-bottom:5px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.teamdetail__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.teamdetail__content-title{font-size:30px;line-height:40px}}.teamdetail__content b{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:10px;position:relative;margin-left:94px}.teamdetail__content b::before{position:absolute;content:"";width:70px;top:10px;right:0;left:-94px;border:1px solid --rr-heading-primary}.teamdetail__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.teamdetail__content-text ul li{font-family:var(--rr-heading-primary);color:var(--rr-common-black);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h6);font-size:18px;font-style:normal;list-style:none;margin-top:15px}.teamdetail__content-text ul li span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-left:15px}.teamdetail__content-text ul li a{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-left:15px}.teamdetail__content-text ul li a:hover{color:var(--rr-theme-primary)}.teamdetail__description-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:29px;font-style:normal}.teamdetail__description-paragraph{margin-bottom:30px!important}.teamdetail__description p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.teamdetail__progress{margin-right:62px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.teamdetail__progress{margin-right:0}}.teamdetail__progress-wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}.teamdetail__progress-wrapper-item{margin-bottom:15px}.teamdetail__progress-wrapper-item-content{margin-bottom:10px}.teamdetail__progress-wrapper-item-content .span-title{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.teamdetail__progress-wrapper-item-content .left-side{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.teamdetail__progress-wrapper-item .progress{border-radius:5px;height:8px}.teamdetail__progress-wrapper-item .progress-2{height:6px}.teamdetail__progress-wrapper-item .progress .progress-bar{border-radius:5px;background:var(--rr-theme-primary)}.teamdetail__from-content{background:#f1f5eb;border-radius:20px;padding:40px}@media (max-width:575px){.teamdetail__from-content{padding:20px 20px 30px}}.teamdetail__from-content-title{font-family:var(--rr-heading-primary);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal;margin-bottom:20px}.teamdetail__from-content p{font-family:var(--rr-ff-body);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:20px}.teamdetail__from-content-input input{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);background:var(--rr-common-white);font-size:16px;font-style:normal;margin-left:0;padding:10px 20px;border:none;border-radius:20px;margin-bottom:20px}.teamdetail__from-content-textarea textarea{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);background:var(--rr-common-white);font-size:16px;font-style:normal;margin-left:0;border-radius:20px;padding:10px 20px;height:167px!important;border:none}.teamdetail__from-content-button{flex-wrap:wrap;row-gap:20px}.teamdetail__from-content-button .live-comment-widget__agree{display:flex;gap:10px;align-items:center}.teamdetail__from-content-button .form-check-label{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.teamdetail__from-content-button-btn{color:var(--rr-common-white);background:var(--rr-theme-primary);border-radius:30px;padding:10px 51px;display:flex;align-items:center;transition:.3s}.teamdetail__from-content-button-btn:hover{background:var(--rr-heading-primary);color:var(--rr-common-white)}.service__item{border:1px solid rgba(0,0,0,.1);border-radius:20px;padding:20px 20px 30px;height:100%}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.service__item{padding:12px}}.banner-bottom .col-md-6{margin-bottom:20px}@media (max-width:768px){.banner-bottom .col-md-6{margin-bottom:0;padding-bottom:7px!important}}.service__item-icon{background:var(--rr-theme-primary);display:inline-flex;width:100px;height:100px;justify-content:center;align-items:center;border-radius:50%;margin-bottom:25px}.service__item-content h2{color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h5);line-height:var(--rr-lh-h5);font-style:normal;margin-bottom:20px}.service__item-content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}@media (max-width:768px){.service__item-icon{height:40px;width:40px;margin-bottom:10px;display:none}.service__item-content h2{margin-bottom:10px;font-size:16px}.service__item-content p{font-size:14px;line-height:30px}}.choose-us__media{display:flex;gap:30px;max-width:580px;width:100%;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.choose-us__media{justify-content:center}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us__media{flex-wrap:wrap;justify-content:left}.choose-us__media-thumb-circle{position:absolute;top:0;right:0}.choose-us__media-thumb-img-img img{max-height:300px}}.choose-us__media-thumb-img-img img{position:relative;width:100%;height:100%;border-radius:20px}.choose-us__media-thumb-img-green-border{position:absolute;border:1px solid var(--rr-theme-primary);border-radius:20px;width:261px;height:300px;margin-left:15px;margin-top:20px;z-index:1}.choose-us__media-thumb-circle{margin-top:50px;max-width:206px;width:100%;height:auto;margin-left:auto;margin-right:auto}.choose-us__media-thumb-circle img{width:100%;height:100%}.choose-us__media-img-pictute{max-width:282px;width:100%}.choose-us__media-img-pictute img{width:100%;height:100%;border-radius:20px}.choose-us__text{background:var(--rr-theme-primary);display:flex;align-items:center;padding:33px 44px;border-radius:20px;gap:20px;margin-bottom:23px}.choose-us__text span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}.choose-us__text p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);line-height:28px;font-size:18px;font-style:normal;margin-bottom:0}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us__content{margin-top:40px}}.choose-us__content-description{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.choose-us__content-wrapper{display:flex;align-items:center;gap:10px}@media only screen and (min-width:1200px) and (max-width:1399px){.choose-us__content-wrapper{gap:25px}}@media (max-width:768px){.choose-us__media-img-pictute,.choose-us__text{display:none}.choose-us__content-wrapper{flex-direction:column}.choose-us__content-wrapper-box{width:100%!important}}.choose-us__content-wrapper-box{border:var(--rr-border-primary);padding:15px;border-radius:20px;width:50%}.choose-us__content-wrapper-box-title{display:flex;align-items:center;gap:20px;flex-wrap:wrap;column-gap:10px}.choose-us__content-wrapper-box-title-icon{background:var(--rr-theme-primary);width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;flex-wrap:wrap;column-gap:10px}.choose-us__content-wrapper-box-title h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-fs-h5);font-size:22px;font-style:normal}.choose-us__content-wrapper-box-list ul li{display:flex;align-items:center;gap:15px;font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-fs-h5);font-style:normal;font-size:15px;margin-top:20px;flex-wrap:wrap;column-gap:10px}.choose-us__content-wrapper-box-list ul li i{color:var(--rr-theme-primary)}.choose-us__button{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.choose-us__button-2{gap:30px}.choose-us__button-btn a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border:1px solid var(--rr-theme-primary);border-radius:30px;transition:.3s}@media (max-width:768px){.choose-us__button-btn a{padding:10px 20px}.choose-us__content-wrapper-box-title-icon{width:35px;height:35px}.choose-us__content-wrapper-box-title h3{font-size:18px}.choose-us__button-text-icon{display:none!important}.choose-us__button{gap:15px;margin-top:10px!important}.choose-us__button-text-number a{font-size:16px}.choose-us__button-text-number h6{font-size:15px;line-height:25px}}.choose-us__button-btn a:hover{background:var(--rr-heading-primary);color:var(--rr-common-white);border:1px solid var(--rr-heading-primary)}.choose-us__button-btn-2{background:var(--rr-theme-primary);color:var(--rr-common-white)!important}.choose-us__button-btn-2:hover{background:var(--rr-heading-primary)}.choose-us__button-text{display:flex;align-items:center;gap:15px;flex-wrap:wrap;column-gap:10px}.choose-us__button-text-icon{background:var(--rr-theme-primary);display:flex;justify-content:center;align-items:center;width:55px;height:55px;border-radius:50%}.choose-us__button-text-icon i{color:var(--rr-common-white);font-weight:900;font-size:16px;font-style:normal;line-height:16px}.choose-us__button-text-icon:hover i{animation:shake .5s}.choose-us__button-text-number h6{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.choose-us__button-text-number a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:18px;line-height:28px;font-style:normal;transition:.3s}.choose-us__button-text-number a:hover{color:var(--rr-theme-primary)}.adventure__item{padding:40px 30px;border:var(--rr-border-primary);border-radius:20px;background:var(--rr-background-gray);transition:.3s}.adventure__item-icon img{width:70px;height:70px;border:1px solid var(--rr-theme-primary);border-radius:50%}.adventure__item-content h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal}.adventure__item-content-list ul li{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;align-items:center;gap:15px}.adventure__item-content-list ul li i{color:var(--rr-heading-primary)}.adventure__item-content .list-2 ul li i{color:var(--rr-theme-primary)}.adventure__item:hover .adventure__item-icon img{transform:rotate(360deg)}.coaching__bg-img{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1}.coaching__content-box{background:var(--rr-common-white);border:var(--rr-border-primary);display:flex;align-items:center;justify-content:space-between;padding:33px 40px;border-radius:20px;position:relative;z-index:1;box-shadow:0px 0px 60px rgba(0,0,0,.05)}@media (max-width:575px){.coaching__content-box{padding:25px}}.coaching__content-box-text h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;margin-bottom:10px;font-style:normal}.coaching__content-box-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-fs-h5);font-size:16px;font-style:normal;margin-bottom:0}.coaching__content-box-button a{color:var(--rr-heading-primary);border:var(--rr-border-primary);padding:20px 23px;border-radius:50%;cursor:pointer;transition:.3s}.coaching__content-box-button a i{color:var(--rr-heading-primary)}.coaching__content-box-button a:hover{background:var(--rr-theme-primary);border:1px solid var(--rr-theme-primary)}.coaching__content-box-button a:hover i{color:var(--rr-common-white)}.coaching__media-thumb{position:relative}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.coaching__media-thumb{margin-top:30px}}.coaching__media-thumb img{width:100%;height:455px;border-radius:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.coaching__media-thumb img{height:100%}}.coaching__media-social{display:flex;justify-content:center}.coaching__media-social-icon{position:absolute;top:76%;color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);font-size:16px;padding:9px 15px;background:var(--rr-common-white);display:inline-flex;align-items:center;gap:24px;border-radius:20px;justify-content:center}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.coaching__media-social-icon{top:88%}}@media only screen and (min-width:992px) and (max-width:1199px){.coaching__media-social-icon{top:80%}}@media only screen and (min-width:768px) and (max-width:992px){.coaching__media-social-icon{top:78%}}.coaching__media-social-icon a{color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);font-size:16px;font-style:normal;transition:.3s}.coaching__media-social-icon a:hover{color:var(--rr-theme-primary)}.testimonial__media img{width:100%;height:645px;border-radius:20px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__media img{height:100%;max-width:500px;display:none;margin:0 auto}}.testimonial__content{background:var(--rr-theme-primary);border-radius:20px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content{margin-top:40px}}.testimonial__content-text{padding:60px 60px 0}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-text{padding:15px}}.testimonial__content-text-icon{margin-bottom:20px}.testimonial__content-text p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);font-size:22px;line-height:50px;font-style:normal;margin-bottom:0}@media (max-width:575px){.testimonial__content-text p{font-size:17px;line-height:32px}}.testimonial__content-text-title{display:flex;align-items:center;gap:12px;margin-top:40px}.testimonial__content-text-title-img img{width:50px;height:50px;object-fit:cover;border-radius:50%}.testimonial__content-text-title-name span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:5px}.testimonial__content-text-title-name span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.testimonial__content-button{gap:20px;align-items:center;margin-top:50px;justify-content:end;padding:0 60px 40px}.testimonial__content-button-border::before{width:457px;right:215px;content:"";position:absolute;border-bottom:1px solid #fff}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-button-border::before{display:none}}.testimonial__content-button-btn{background:var(--rr-common-white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s}.testimonial__content-button-btn i{color:var(--rr-heading-primary);font-style:normal;font-weight:900;font-size:16px;line-height:16px}.testimonial__content-button-btn:hover{background:var(--rr-heading-primary);color:var(--rr-common-white)}.testimonial__content-button-btn:hover i{color:var(--rr-common-white)}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-button{justify-content:center;padding-bottom:20px;margin-top:10px}}.testimonial__content-2{background:var(--rr-common-white);margin-left:-215px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-2{margin-left:0}}.testimonial__content-2-text{padding:60px 60px 87px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-2-text{padding:30px}}.testimonial__content-2-text-icon{margin-bottom:20px}.testimonial__content-2-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-size:29px;line-height:50px;font-style:normal;margin-bottom:0}@media (max-width:575px){.testimonial__content-2-text p{font-size:20px;line-height:35px}}.testimonial__content-2-text-name h6{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:5px}@media (max-width:575px){.testimonial__content-2-text-name h6{font-size:18px}}.testimonial__content-2-text-name span{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.testimonial__content-2-swiper-pagination{position:absolute;bottom:100px!important;left:610px!important}.testimonial__content-2-swiper-pagination .swiper-pagination-bullet-active{background:var(--rr-common-black)}.testimonial__content-2-swiper-pagination .swiper-pagination-bullet-active-next{border:1px solid var(--rr-heading-primary);background:var(--rr-common-white)}.testimonial__content-3{background:var(--rr-common-white);box-shadow:0px 0px 60px rgba(0,0,0,.05);margin-right:-110px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-3{margin-right:0}}.testimonial__content-3-text{padding:60px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__content-3-text{padding:30px}}.testimonial__content-3-text p{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);font-size:29px;line-height:50px;font-style:normal;margin-bottom:0}@media (max-width:575px){.testimonial__content-3-text p{font-size:20px;line-height:35px}}.testimonial__content-3-text-name h6{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:5px}@media (max-width:575px){.testimonial__content-3-text-name h6{font-size:18px}}.testimonial__content-3-text-name span{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.testimonial__bg-img{background-position:center;background-size:cover;background-repeat:no-repeat;width:334px;height:261px;position:absolute;top:75px;right:104px;opacity:1}.latest-team__title-wrapper h6{color:var(--rr-heading-primary);font-family:var(--rr-ff-subtitle);font-weight:var(--rr-fw-sbold);text-transform:uppercase;font-size:14px;line-height:14px;margin-bottom:13px;display:flex;font-style:normal;align-items:center;gap:10px}.latest-team__title-wrapper h2{color:var(--rr-heading-primary);font-family:var(--rr-ff-heading);font-size:var(--rr-fs-h2);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h2);margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.latest-team__title-wrapper h2{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.latest-team__title-wrapper h2{font-size:35px;line-height:45px}}@media (max-width:575px){.latest-team__title-wrapper h2{font-size:28px;line-height:38px}}@media (max-width:575px),(max-width:450px){.latest-team__item-slide{width:100%!important}}.latest-team__button-right .right-icon{margin-right:10px}.latest-team__button-right a{width:50px;height:50px}.latest-team__item{transition:.3s}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px),(max-width:450px){.latest-team__item{margin-right:0}}.latest-team__item-media{overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.latest-team__item-media a img{width:100%;height:100%;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.latest-team__item-media-img-title{background:var(--rr-common-white);right:0;margin:auto;margin-left:30px;z-index:7;padding:30px 40px;border-top-left-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;justify-content:space-between;margin-top:-75px;align-items:center;position:relative}@media (max-width:575px){.latest-team__item-media-img-title{padding:20px}}.latest-team__item-media-img-title-text h4{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:10px}.latest-team__item-media-img-title-text p{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-fs-h5);font-size:16px;font-style:normal;margin-bottom:0}.latest-team__item-media-img-title-button{display:flex;align-items:center}.latest-team__item-media-img-title-button a{background:var(--rr-common-white);border:var(--rr-border-primary);display:flex;justify-content:center;align-items:center;padding:17px;border-radius:20px}.latest-team__item-media-img-title-button a:hover{background:var(--rr-theme-primary);color:var(--rr-common-white);border:1px solid var(--rr-theme-primary)}.latest-team__item-media-img-title-button a:hover i{color:var(--rr-common-white);transform:rotate(0deg)}.latest-team__item-media-img-title-button a i{color:var(--rr-heading-primary);transform:rotate(-40deg);transition:.3s}.testi-carousel-wrap .testi-thumb-wrap{overflow:hidden;width:338px;margin:0 auto;margin-bottom:30px}.testi-carousel-wrap .thumb-carousel{width:110px;margin:0 auto;padding-top:10px;overflow:visible}.testi-carousel-wrap .thumb-carousel .swiper-slide{height:110px;width:110px;display:flex;justify-content:center;align-items:center}.testi-carousel-wrap .testi-thumb{border:5px solid transparent;height:70px;width:70px;border-radius:50%;cursor:pointer;margin:0 auto;opacity:.3}.testi-carousel-wrap .testi-thumb img{border-radius:50%;border:3px solid #ff3d00}.testi-carousel-wrap .swiper-slide.swiper-slide-active .testi-thumb{height:100px;width:100px;border:5px solid var(--mt-color-theme-secondary);border-radius:50%;opacity:1}.testi-carousel-wrap .content-carousel{padding-bottom:55px}.testi-carousel-wrap .content-carousel .swiper-pagination{left:0;text-align:left}.lan-select .nice-select{border:none}.choose-us2__thumb{margin-left:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us2__thumb{margin-left:0}}@media (max-width:768px){.choose-us2__thumb{display:none}}.choose-us2__thumb-media{max-width:510px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us2__thumb-media{max-width:100%;width:100%;height:100%}}.choose-us2__thumb-media-border{position:absolute;border:5px solid var(--rr-theme-primary);border-radius:20px;width:510px;height:561px;margin-left:-30px;margin-top:40px;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us2__thumb-media-border{width:100%;height:100%;margin-left:0;margin-top:0}}.choose-us2__thumb-media img{width:100%;height:100%;border-radius:20px;margin-left:10px}@media only screen and (min-width:576px) and (max-width:767px){.choose-us2__thumb-media img{height:450px}}.choose-us2__text{position:absolute;margin-bottom:0;z-index:1;padding:20px 30px;max-width:242px;margin-left:330px;margin-top:-160px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.choose-us2__text{margin-left:10px;margin-top:-122px}}.choose-us2__text P{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.choose-us2__list{display:flex;align-items:start;gap:15px;flex-wrap:wrap}.choose-us2__list-icon{background:var(--rr-heading-primary);color:var(--rr-common-white);border-radius:50%;display:flex;justify-content:center;align-items:center;padding:5px 6px;margin-top:5px}.choose-us2__list-text h4{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;margin-bottom:16px;font-style:normal}.choose-us2__list-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-catagory__item{background:var(--rr-background-gray);border:var(--rr-border-primary);padding:40px;border-radius:20px;transition:.3s}.visa-catagory__item:hover{border-color:var(--rr-theme-primary)}.visa-catagory__item-icon{margin-bottom:30px}.visa-catagory__item-content span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-sbold);font-size:14px;font-style:normal;line-height:14px;text-transform:uppercase}.visa-catagory__item-content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-catagory__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);text-transform:capitalize;font-style:normal;margin-top:10px;margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-catagory__thumb-media{margin-top:40px}}.visa-catagory__thumb-media img{width:100%;height:690px;border-radius:20px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-catagory__thumb-media img{height:100%}}.rr-brand-active .swiper-slide{width:auto;display:inline-block}.rr-slider-transition{transition-timing-function:linear}.process-overview__wrapper{gap:74px;justify-content:center;flex-wrap:wrap;margin-left:15px;margin-right:15px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process-overview__wrapper{gap:30px}}.process-overview__bg-img{background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;z-index:1;bottom:0}@media (max-width:575px){.process-overview__bg-img{display:none}}.process-overview__wrap{position:relative;z-index:1}.process-overview__item{background:var(--rr-common-white);border:var(--rr-border-primary);padding:40px 40px 40px 70px;border-radius:20px;z-index:2;max-width:360px;top:0;right:-40px;position:relative;width:100%}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process-overview__item{padding:30px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process-overview__item{max-width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process-overview__item{right:0}}.process-overview__item span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-sbold);font-size:18px;line-height:28px;font-style:normal}.process-overview__item p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:17px;font-style:normal;margin-bottom:0}.process-overview__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-top:5px}.process-overview__title:hover{color:var(--rr-theme-primary)}.process-overview__icon{background:var(--rr-common-white);border:1px solid var(--rr-theme-primary);width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:40px;left:0;z-index:3}@media only screen and (min-width:1200px) and (max-width:1399px){.process-overview__icon{margin-left:265px;margin-top:-25px}}@media only screen and (min-width:992px) and (max-width:1199px){.process-overview__icon{margin-left:215px;margin-top:-30px}}@media only screen and (min-width:768px) and (max-width:992px){.process-overview__icon{margin-left:260px;margin-top:-25px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.process-overview__icon{display:none}}.ticket-booking-wrapper{display:flex;overflow:hidden;align-items:center;border-top-left-radius:50px;border-top-right-radius:10px;border-bottom-left-radius:50px;border-bottom-right-radius:15px;background:linear-gradient(90deg,--rr-heading-primary 0%,--rr-heading-primary 38.32%,rgba(3,72,51,0) 99.43%)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ticket-booking-wrapper{border-top-left-radius:10px;border-bottom-left-radius:10px;display:inherit;background-color:--rr-heading-primary}}.ticket-booking-wrapper__from{margin-left:71px;min-width:551px}@media only screen and (min-width:576px) and (max-width:767px){.ticket-booking-wrapper__from{margin-left:50px}}@media (max-width:575px){.ticket-booking-wrapper__from{margin-left:15px}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ticket-booking-wrapper__from{min-width:inherit;margin-right:15px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ticket-booking-wrapper__from{margin-top:50px;margin-bottom:50px}}.ticket-booking-wrapper__from .row{--ticket-bookingbs-gutter-x:20px}.ticket-booking-wrapper__from-item{display:flex;margin-bottom:20px;flex-wrap:wrap;flex-direction:column}.ticket-booking-wrapper__from-item label{color:var(--rr-common-white);margin-bottom:10px}.ticket-booking-wrapper__from-item .input-datepicker{position:relative}.ticket-booking-wrapper__from-item .input-datepicker::before{right:0;content:"";position:absolute;color:var(--rr-common-white);transform:translate(-38px,50%);font-family:var(--rr-ff-fontawesome)}.ticket-booking-wrapper__from-item .input-datepicker::before:hover::before{rotate:180deg}.ticket-booking-wrapper__from-item .input-datepicker .icon{left:0;position:absolute;transform:translate(38px,50%)}.ticket-booking-wrapper__from-item-select{position:relative}.ticket-booking-wrapper__from-item-select .icon{position:absolute;transform:translate(38px,50%)}.ticket-booking-wrapper__from .nice-select span{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);display:flex;align-items:center;justify-content:center;font-style:normal;font-size:16px}.ticket-booking-wrapper__from input{z-index:2;position:relative;width:100%;padding:5px 17px;border:none;border:1px solid var(--rr-common-white);height:60px;cursor:pointer;padding-bottom:0;font-style:normal;text-align:center;font-weight:400;font-size:16px;line-height:28px;background:0 0;border-radius:999px;color:var(--rr-common-white)!important;margin-left:0}.ticket-booking-wrapper__from input::-webkit-input-placeholder{color:var(--rr-common-white)!important;font-size:16px;font-weight:400}.ticket-booking-wrapper__from input::-moz-placeholder{color:var(--rr-common-white)!important;font-size:16px;font-weight:400}.ticket-booking-wrapper__from input:-moz-placeholder{color:var(--rr-common-white)!important;font-size:16px;font-weight:400}.ticket-booking-wrapper__from input:-ms-input-placeholder{color:var(--rr-common-white)!important;font-size:16px;font-weight:400}.ticket-booking-wrapper__from input::placeholder{color:var(--rr-common-white)!important;font-size:16px;font-weight:400}.ticket-booking-wrapper__from .quantity__group{position:relative}.ticket-booking-wrapper__from .quantity__group label{color:var(--rr-common-white);margin-bottom:10px}.ticket-booking-wrapper__from .quantity__group .quantity-control{color:#83cd20;font-size:24px;cursor:pointer;z-index:3}.ticket-booking-wrapper__from .quantity__group .quantity-control.plus{right:0;position:absolute;transform:translate(-38px,50%)}.ticket-booking-wrapper__from .quantity__group .quantity-control.minus{left:38px;position:absolute;top:56%}.ticket-booking-wrapper__from button{width:100%;padding:15px;font-size:14px;background:#83cd20;border-radius:999px;color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);transition:.3s}.ticket-booking-wrapper__from button:hover{background:var(--rr-common-white);color:var(--rr-heading-primary)}@media (max-width:575px){.ticket-booking-wrapper__from button{margin-top:20px}}.ticket-booking-wrapper__media{z-index:-1;margin-left:-170px;min-width:808px;width:100%}@media only screen and (min-width:992px) and (max-width:1199px){.ticket-booking-wrapper__media{margin-left:-40%}}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ticket-booking-wrapper__media{margin-left:0;min-width:inherit;margin-top:30px;width:100%;height:auto}}.ticket-booking-wrapper__media img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:768px) and (max-width:992px){.ticket-booking-wrapper__media img{height:500px}}.ticket-booking .nice-select{-webkit-tap-highlight-color:transparent;background-color:transparent;border-radius:999px;border:solid 1px var(--rr-common-white)!important;color:var(--rr-common-white);box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:16px;font-weight:400;height:60px;width:100%!important;width:auto;line-height:60px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.ticket-booking .nice-select:hover{border-color:#dbdbdb}.ticket-booking .nice-select:active,.ticket-booking .nice-select.open,.ticket-booking .nice-select:focus{border-color:#999}.ticket-booking .nice-select::after{position:absolute;content:"";top:50%;right:38px;font-family:var(--rr-ff-fontawesome);color:var(--rr-common-white);font-weight:500;pointer-events:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin-top:0;transform-origin:center}.ticket-booking .nice-select.open::after{-webkit-transform:translateY(-50%) rotate(-180deg);-moz-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);-o-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg)}.ticket-booking .nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.ticket-booking .nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.ticket-booking .nice-select.disabled::after{border-color:#ccc}.ticket-booking .nice-select.wide{width:100%}.ticket-booking .nice-select.wide .list{left:0!important;right:0!important}.ticket-booking .nice-select.right{float:right}.ticket-booking .nice-select.right .list{left:auto;right:0}.ticket-booking .nice-select.small{font-size:12px;height:36px;line-height:34px}.ticket-booking .nice-select.small::after{height:4px;width:4px}.ticket-booking .nice-select.small .option{line-height:34px;min-height:34px}.ticket-booking .nice-select .list{background-color:var(--rr-common-white)!important;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;width:100%;color:var(--rr-common-black)!important;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.ticket-booking .nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.ticket-booking .nice-select .option:hover{background-color:#f6f7f9}.ticket-booking .nice-select .option.selected{font-weight:700}.ticket-booking .nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.ticket-booking .no-csspointerevents .nice-select .list{display:none}.ticket-booking .no-csspointerevents .nice-select.open .list{display:block}.counter2__allcontent{position:relative;z-index:2;margin-top:-203px}.counter2__bg-color{background:var(--rr-theme-primary);padding:40px 40px 40px 60px;border-radius:50px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter2__bg-color{padding:73px 40px 40px 60px}}@media (max-width:575px){.counter2__bg-color{padding:50px 30px 30px}}.counter2__bg-img{background-position:right;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.8}.counter2__paragraph{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.counter2__wrap{display:flex;justify-content:space-between;flex-wrap:wrap}.counter2__count{display:flex;align-items:center;gap:30px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter2__count{margin-top:40px;margin:40px auto}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter2__count{flex-wrap:wrap;justify-content:center}}.counter2__item{border:1px solid var(--rr-common-white);padding:37px 53px 28px 30px;display:flex;align-items:center;gap:20px;border-radius:20px;position:relative;z-index:1}@media (max-width:575px){.counter2__item{padding:20px;flex-wrap:wrap;justify-content:center}}.counter2__item-icon{background:var(--rr-common-white);width:64px;height:64px;display:flex;justify-content:center;align-items:center;border-radius:50%}.counter2__item-count-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;letter-spacing:3px}@media (max-width:780px){.counter2__item-count-title{font-size:43px}}.counter2__item-count-title span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}.counter2__item-count p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.ask-question__media{gap:30px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.ask-question__media{justify-content:center;margin-bottom:50px}}@media (max-width:575px){.ask-question__media{flex-wrap:wrap;justify-content:center;margin-bottom:50px}}.ask-question__media-thumb-img{border-radius:20px;overflow:hidden}.ask-question__media-thumb-img img{width:100%;height:100%;border-radius:20px}.ask-question__media-thumb-img img:hover{transform:scale(1.2)}.ask-question__media-img-img1{border-radius:30px;overflow:hidden}.ask-question__media-img-img1 img{width:100%;height:100%;border-radius:30px}.ask-question__media-img-img1 img:hover{transform:scale(1.2)}.ask-question__media-img-img2{margin-top:23px;border-radius:20px;overflow:hidden}.ask-question__media-img-img2 img{width:100%;height:100%;border-radius:20px}.ask-question__media-img-img2 img:hover{transform:scale(1.2)}.ask-question__text{background:var(--rr-common-white);border:2px solid var(--rr-theme-primary);border-radius:20px;display:flex;align-items:center;gap:20px;padding:24px 30px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ask-question__text{flex-wrap:wrap;justify-content:center}}.ask-question__text-icon{background:var(--rr-theme-primary);width:63px;height:63px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.3s}.ask-question__text-title h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:18px;font-style:normal;line-height:28px;margin-bottom:5px}.ask-question__text-title p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.ask-question__faq .accordion-button{background:var(--rr-background-gray);line-height:var(--rr-lh-h5);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);border:1px solid #e3dbd8;font-size:18px;display:inline-block;padding:30px;padding-right:64px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px!important}@media (max-width:575px){.ask-question__faq .accordion-button{font-size:15px;line-height:25px}}.ask-question__faq .accordion-button:focus{box-shadow:none}.ask-question__faq .accordion-button:not(.collapsed){box-shadow:none;border:1px solid #e3dbd8;border-bottom:none;border-bottom-left-radius:0px!important;border-bottom-right-radius:0px!important;padding-bottom:10px}.ask-question__faq .accordion-button:not(.collapsed)::after{background:var(--rr-theme-primary);color:var(--rr-common-white);content:"";border-color:transparent}.ask-question__faq .accordion-button::after{width:32px;height:32px;position:absolute;border:2px solid #f1f5eb;border-radius:500px;right:24px;content:"";background-image:none;font-family:var(--rr-ff-fontawesome);font-size:16px;top:calc(50% + 1px);line-height:29px;font-weight:900;text-align:center;color:var(--rr-heading-primary);background:var(--rr-common-white)}.ask-question__faq .accordion-body{padding:25px;padding-top:0;background:var(--rr-background-gray);border:1px solid #e3dbd8;border-top:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.ask-question__faq .accordion-body>p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}@media (max-width:575px){.ask-question__faq .accordion-body>p{font-size:13px;line-height:25px}}.ask-question__faq .accordion-item{margin-bottom:14px;-webkit-border-radius:1;-moz-border-radius:1;-o-border-radius:1;-ms-border-radius:1;border-radius:1;border:none;transition:.3s}.ask-question__faq .accordion-item:last-child{margin-bottom:0}.ask-question__faq .accordion-item:has(.collapse.show){border-color:transparent;background:var(--rr-background-gray)}.ask-question__faq-item{background:var(--rr-background-gray)}.visa-category-2__tab{border-bottom:none}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab{margin-bottom:40px}}.visa-category-2__tab li{display:inline-block;width:100%}.visa-category-2__tab li:not(:last-child){margin-bottom:30px}.visa-category-2__tab li button{padding:33px 30px;width:100%;column-gap:30px;display:flex;font-size:22px;font-style:normal;border-radius:20px;color:rgba(3,72,51,.3);border:1px solid #e3dbd8;line-height:var(--rr-lh-h5);font-weight:var(--rr-fw-bold);font-family:var(--rr-ff-heading)}@media (max-width:575px){.visa-category-2__tab li button{flex-wrap:wrap}}.visa-category-2__tab li button .icon{width:80px;height:80px;border-radius:500px;display:flex;min-width:80px;align-items:center;justify-content:center;background-color:var(--rr-theme-primary)}.visa-category-2__tab li button .text{text-align:left}@media (max-width:575px){.visa-category-2__tab li button .text{margin-top:20px}}.visa-category-2__tab li button .text .heading{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;display:block;margin-bottom:20px;font-style:normal}.visa-category-2__tab li button .text .heading:hover{color:var(--rr-theme-primary)}.visa-category-2__tab li button .text .paragraph{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-category-2__tab li button.active{box-shadow:0px 0px 60px rgba(0,0,0,.05)}.visa-category-2__tab-content{position:relative}.visa-category-2__tab-content__media{position:relative}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab-content__media{display:flex;justify-content:center;margin-top:30px}}.visa-category-2__tab-content__media .image-1{border-radius:20px;border:5px solid var(--rr-theme-primary);object-fit:cover;position:absolute;top:112px;rotate:-15deg;z-index:1;left:82px;max-width:310px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab-content__media .image-1{top:40px}}@media (max-width:575px){.visa-category-2__tab-content__media .image-1{display:none}}.visa-category-2__tab-content__media .image-2{rotate:15deg;max-width:310px;border-radius:20px;position:absolute;right:50px;top:10px;border:2px solid var(--rr-theme-primary)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab-content__media .image-2{position:inherit}}@media (max-width:575px){.visa-category-2__tab-content__media .image-2{right:0;max-width:100%;rotate:0deg}}.visa-category-2__tab-content__media-shap .shap-1{max-width:124px;height:auto;position:absolute;top:-14px;left:125px;z-index:2}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab-content__media-shap .shap-1{display:none}}.visa-category-2__tab-content__media-shap .shap-2{max-width:37px;height:auto;position:absolute;top:140px;left:10px;z-index:2}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-category-2__tab-content__media-shap .shap-2{display:none}}.countries__tab{padding:40px;border-bottom:none;border-radius:0px 0px 20px 20px;box-shadow:0px 0px 60px rgba(0,0,0,.05)}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.countries__tab{margin-bottom:40px}}.countries__tab li{display:inline-block;width:100%}.countries__tab li:not(:last-child){margin-bottom:20px;border-bottom:1px solid #e3dbd8}.countries__tab li button{width:100%;display:flex;font-size:22px;font-style:normal;align-items:center;line-height:var(--rr-lh-h5);font-weight:var(--rr-fw-bold);justify-content:space-between;font-family:var(--rr-ff-heading);color:rgba(3,72,51,.3)}.countries__tab li button i{color:--rr-heading-primary;font-style:normal;font-weight:900;font-size:14px;line-height:14px}.countries__tab li button.active{color:--rr-heading-primary}.countries__tab-content{column-count:2;column-gap:30px}@media (max-width:575px){.countries__tab-content{column-count:1}}.countries__tab-content__countries-name{gap:30px;padding:19px 30px;border-radius:20px;align-items:center;transition:all .3s;border:1px solid #e3dbd8}.countries__tab-content__countries-name:hover{border-color:var(--rr-theme-primary)}.countries__tab-content__countries-name:hover img{transform:rotate(360deg)}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.countries__tab-content__countries-name{gap:15px;padding:19px 10px}}.countries__tab-content__countries-name img{max-width:80px;height:80px;border-radius:500px;border:1px solid var(--rr-theme-primary)}.countries__tab-content__countries-name img h5{font-size:22px;font-style:normal;font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5)}.cta__media-icon{background:var(--rr-theme-primary);width:114px;height:114px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:38%;left:40%}@media (max-width:575px){.cta__media-icon{width:100px;height:100px;top:23%;left:33%}}.cta__thumb img{width:100%;height:100%;border-radius:20px}.cta__counter{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__counter{margin-top:50px}}.cta__box{background:var(--rr-common-white);display:flex;align-items:center;gap:20px;padding:45px 30px 55px;flex-wrap:wrap;border-radius:20px;box-shadow:0px 0px 60px rgba(0,0,0,.05)}@media only screen and (min-width:1200px) and (max-width:1399px){.cta__box{padding:30px 20px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__box{padding:30px}}.cta__box-icon{background:var(--rr-theme-primary);width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.cta__box-text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.cta__count-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;letter-spacing:3px}.cta__count-title span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}.coaching2__item{background:var(--rr-common-white);padding:40px;border-radius:20px}.coaching2__item-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border:1px solid #e3dbd8;border-radius:50%;transition:.3s}.coaching2__item:hover .coaching2__item-icon{border-color:var(--rr-theme-primary)}.coaching2__item:hover .coaching2__link i{color:var(--rr-theme-primary)}.coaching2__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;transition:.3s}.coaching2__title:hover{color:var(--rr-theme-primary)}.coaching2__paragraph{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.coaching2__link{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:flex;align-items:center;gap:10px;transition:.3s}.coaching2__link i{transition:.3s}.coaching2__link:hover{color:var(--rr-theme-primary)}.overview__bg-img{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1}.overview__item{background:var(--rr-common-white);border-radius:20px;padding:10px;display:flex;align-items:center;gap:20px;z-index:1;position:relative;transition:.3s}.overview__icon{background:var(--rr-theme-primary);display:inline-flex;align-items:center;justify-content:center;width:160px;height:168px;border-radius:10px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.overview__icon{width:100%}}@media (max-width:768px){.overview__icon{width:40px;min-width:40px;max-height:120px}.overview__icon-number span{font-size:14px!important}.overview__item{margin-bottom:10px!important;gap:10px}.overview__text-title{margin-bottom:10px!important}}.overview__icon-number{position:absolute;top:10px;left:10px}.overview__icon-number span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);text-transform:capitalize;font-style:normal;-webkit-text-stroke-width:1px;-webkit-text-fill-color:transparent}.overview__text-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:18px;line-height:28px;font-style:normal}.overview__text p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.categories__item{background:#f6f6f6;padding:30px 20px;border-radius:10px;height:100%;margin-bottom:0!important}@media only screen and (min-width:576px) and (max-width:767px){.categories__item{padding:20px 10px}}@media (max-width:575px){.categories__item{padding:10px;margin-bottom:10px!important}}.categories__item:hover .categories__item-icon img{animation:shake .5s}.categories__item:hover .categories__item-icon img path{fill:var(--rr-theme-primary)}.categories__item:hover .categories__btn{background:var(--rr-theme-primary);color:var(--rr-common-white)}.categories__item:hover .categories__item-text{padding-left:65px}.categories__item:hover .categories__item-text::before{width:60px;height:2px;transition:all .3s ease-in-out}.categories__item-icon{margin-bottom:35px}.categories__item-icon img{height:40px;width:40px}@media (max-width:768px){.categories__item-icon{margin-bottom:5px}.categories__btn{padding:7px 15px!important}}.categories__item-text{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-heading-primary);font-style:normal;font-size:14px;line-height:30px;padding-left:45px;position:relative;transition:all .3s ease-in-out}.categories__item-text::before{background:var(--rr-theme-primary);position:absolute;width:40px;height:1px;content:"";top:50%;left:0}.categories__item-dec{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:30px}.categories__item-dec p{margin-bottom:20px}.categories__title{margin-bottom:18px}.categories__title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:18px;line-height:30px;margin-top:10px;transition:all .3s ease-in-out}.categories__title a:hover{color:var(--rr-theme-primary)}.categories__btn{background:var(--rr-common-white);font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:30px;padding:10px 31px;border-radius:150px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease-in-out}.categories__btn i{margin-top:2px}.categories__btn:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.visit__shape{position:absolute;top:-311px;right:-99px;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visit__shape{display:none}}.visit__shape img{width:100%;height:100%;object-fit:cover}.visit__wrapper{background:var(--rr-common-white);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:30px;box-shadow:0px 10px 30px rgba(22,23,26,.1);border-radius:10px;padding:80px;position:relative;margin-top:-170px;z-index:1;overflow:hidden}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visit__wrapper{justify-content:center}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visit__wrapper{padding:80px 25px}.categories__title{margin-bottom:10px}}.visit__wrapper-countries-wrap{display:flex;align-items:center;gap:70px;flex-wrap:wrap}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visit__wrapper-countries-wrap{gap:30px}}@media (max-width:450px){.visit__wrapper-countries-wrap{gap:30px}}@media screen and (max-width:475px){.visit__wrapper-countries-wrap{flex-direction:column}}.visit__wrapper-countries-wrap-box{text-align:center}.visit__wrapper-countries-wrap-box img{width:80px;height:80px;border-radius:50%;border:1px solid #83cd20}.visit__wrapper-countries-wrap-box .title{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-heading-primary);font-style:normal;font-size:22px;line-height:30px}.visit__wrapper-countries-wrap .img-6{padding-left:17px}@media screen and (max-width:475px){.visit__wrapper-countries-wrap .img-6{padding-left:8px}}.visit__wrapper-countries-wrap-1{padding-left:13px}@media screen and (max-width:475px){.visit__wrapper-countries-wrap-1{padding-left:0}}.visit__wrapper-countries .margin-bottom{margin-bottom:60px}@media screen and (max-width:475px){.visit__wrapper-countries .margin-bottom{margin-bottom:18px}}.visit__wrapper-media{position:absolute;bottom:0;right:77px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visit__wrapper-media{position:inherit;right:0}}.visit__wrapper-media img{width:100%;height:100%}.choose-us-4__item{background:var(--rr-common-white);border:1px solid rgba(3,72,51,.1);border-radius:10px;padding:15px 10px;text-align:center;transition:all .3s ease-in-out;height:100%}.choose-us-4__item:hover .icon{animation:shake .5s}.choose-us-4__item .icon{margin-bottom:10px}.choose-us-4__item .icon img{width:60px}.choose-us-4__item .title{margin-bottom:10px}.choose-us-4__item .title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:16px;line-height:25px;transition:all .3s ease-in-out}.choose-us-4__item .title :hover{color:var(--rr-theme-primary)}@media (max-width:768px){.choose-us-4__item .title{font-size:12px}}.choose-us-4__item .dec{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:26px;margin-bottom:14px}.choose-us-4__item .choose-btn{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:30px;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease-in-out}.choose-us-4__item .choose-btn i{margin-top:3px}.choose-us-4__item .choose-btn:hover{color:var(--rr-theme-primary)}.team-4__shape{position:absolute;top:-250px;left:0}.team-4__shape img{width:100%;height:100%;object-fit:cover}.team-4__item{transition:all .3s ease-in-out}.team-4__item:hover .team-4__item-thumb-overlay{visibility:visible;opacity:1}.team-4__item:hover .team-4__item-content{background:var(--rr-heading-primary)}.team-4__item:hover .team-4__item-thumb-social{visibility:visible;opacity:1}.team-4__item-thumb{overflow:hidden;position:relative;transition:all .3s ease-in-out;border-radius:10px}.team-4__item-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.team-4__item-thumb-overlay{background:rgba(3,72,51,.5);border-radius:10px;position:absolute;width:100%;height:100%;top:0;left:0;content:"";transition:all .3s ease-in-out;visibility:hidden;opacity:0}.team-4__item-thumb-social{background:#f1f5eb;border-radius:4px 0px 0px 4px;padding:17px 12px;position:absolute;top:60px;right:0;transition:all .3s ease-in-out;visibility:hidden;opacity:0}.team-4__item-thumb-social ul li{list-style:none}.team-4__item-thumb-social ul li a{font-weight:var(--rr-fw-regular);color:var(--rr-heading-primary);font-style:normal;font-size:16px;line-height:16px;transition:all .3s ease-in-out}.team-4__item-thumb-social ul li a:hover{color:var(--rr-theme-primary)}.team-4__item-content{background:var(--rr-theme-primary);text-align:center;border-radius:0px 0px 10px 10px;transition:all .3s ease-in-out;padding:20px;position:absolute;width:100%;bottom:0;left:0}.team-4__item-content .title a{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px;margin-bottom:0;transition:all .3s ease-in-out}.team-4__item-content .title a:hover{text-decoration:underline}.team-4__item-content .dec{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);color:var(--rr-common-white);font-style:normal;font-size:16px;line-height:30px;margin-bottom:0}.about-4__wrapper{max-width:610px}.about-4__wrapper-media{margin-left:0}.about-4__wrapper-media .img-wrap{border:1px solid var(--rr-theme-primary);padding:10px;border-radius:10px}.about-4__wrapper-media .about-us-2__wrapper-media-image-1{border-radius:10px;width:100%;max-width:330px;height:420px}.about-4__wrapper-media .about-us-2__wrapper-media-image-1 img{width:100%;height:100%}.about-4__wrapper-media .about-us-2__wrapper-media-image-2{max-width:106px;height:106px;margin-top:0;border-radius:10px;margin-left:27px}@media only screen and (min-width:992px) and (max-width:1199px){.about-4__wrapper-media .about-us-2__wrapper-media-image-2{margin-left:0}}.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img{border-radius:0}.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img:hover{transform:scale(1)}.about-4__wrapper-media .about-us-2__wrapper-media__counter{background:var(--rr-common-white);box-shadow:0px 6px 30px rgba(3,72,51,.2);padding:26px;border-radius:10px;margin-top:30px;width:230px;height:125px;margin-left:0;margin-right:0;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.about-4__wrapper-media .about-us-2__wrapper-media__counter{display:none}}.about-4__wrapper-media .about-us-2__wrapper-media__counter .about-us-2__wrapper-media__counter-title{font-family:var(--rr-ff-heading);color:var(--rr-theme-primary);font-style:normal;font-weight:800;font-size:50px;line-height:16px}.about-4__wrapper-media .about-us-2__wrapper-media__counter .about-us-2__wrapper-media__counter-title span{font-family:var(--rr-ff-heading);color:var(--rr-theme-primary);font-style:normal;font-weight:800;font-size:50px;line-height:37px}.about-4__wrapper-media .about-us-2__wrapper-media__counter p{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-medium);font-style:normal;font-size:16px;line-height:16px}.about-4__wrapper-media .about-us-2__wrapper-media-image-3{position:absolute;top:200px;right:10px;width:100%;max-width:350px;height:420px;border-radius:10px}@media (max-width:575px){.about-4__wrapper-media .about-us-2__wrapper-media-image-3{display:none}}.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img{width:100%;height:100%;border-radius:10px}.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img:hover{transform:scale(1)}@media only screen and (min-width:576px) and (max-width:767px){.about-4__content{margin-top:110px}}@media only screen and (min-width:768px) and (max-width:992px){.about-4__content{margin-top:130px}}.about-4__box-item{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media (max-width:575px){.about-4__box-item{gap:10px}}.about-4__box-item .icon{background:var(--rr-theme-primary);width:75px;height:75px;display:flex;align-items:center;justify-content:center;border-radius:50%}.about-4__box-item .text .about__box-item-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:18px;line-height:28px}.about-4__box-item .text p{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:26px}.about-4__btn{margin-top:55px}@media (max-width:575px){.about-4__btn{margin-top:30px}}.about-4__btn .rr-btn{padding:10px 29px}.apply-form-4__area{min-height:743px;position:relative;overflow:hidden}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.apply-form-4__area{min-height:668px}}@media only screen and (min-width:768px) and (max-width:992px){.apply-form-4__area{min-height:700px}}@media only screen and (min-width:576px) and (max-width:767px){.apply-form-4__area{min-height:650px}}@media (max-width:575px){.apply-form-4__area{min-height:790px}}.apply-form-4__wrapper{position:relative;z-index:2;padding-top:110px}@media only screen and (min-width:1200px) and (max-width:1399px){.apply-form-4__wrapper{padding-top:80px}}@media only screen and (min-width:992px) and (max-width:1199px){.apply-form-4__wrapper{padding-top:60px}}@media only screen and (min-width:768px) and (max-width:992px){.apply-form-4__wrapper{padding-top:90px}}@media only screen and (min-width:576px) and (max-width:767px){.apply-form-4__wrapper{padding-top:65px}}@media (max-width:575px){.apply-form-4__wrapper{padding-top:50px}}.apply-form-4__bg__1{background-color:rgba(131,205,32,.7);width:1370px;height:743px;position:absolute;left:0;top:0;clip-path:polygon(100% 0%,80% 66%,87% 100%,0 100%,0% 50%,0 0)}@media only screen and (min-width:1200px) and (max-width:1399px){.apply-form-4__bg__1{width:960px;height:668px}}.apply-form-4__bg__2{background-color:--rr-heading-primary;width:1105px;height:100%;position:absolute;left:0;top:0;clip-path:polygon(0% 0%,78% 0%,100% 50%,78% 100%,0% 100%)}@media only screen and (min-width:1200px) and (max-width:1399px){.apply-form-4__bg__2{width:800px}}@media only screen and (min-width:992px) and (max-width:1199px){.apply-form-4__bg__2{width:650px}}.apply-form-4__thumb__bg{width:1114px;height:100%;position:absolute;right:-20px;top:0;z-index:-1}@media only screen and (min-width:1200px) and (max-width:1399px){.apply-form-4__thumb__bg{width:850px}}@media only screen and (min-width:992px) and (max-width:1199px){.apply-form-4__thumb__bg{width:950px}}.apply-form-4__top span{font-size:14px;color:#fff;font-weight:600;line-height:14px;letter-spacing:1.4px;text-transform:uppercase}.apply-form-4__title{font-size:50px;font-weight:700;color:#fff;line-height:60px;margin-top:5px;margin-bottom:22px}@media only screen and (min-width:992px) and (max-width:1199px){.apply-form-4__title{font-size:45px}}@media only screen and (min-width:576px) and (max-width:767px){.apply-form-4__title{font-size:40px;margin-bottom:15px}}@media (max-width:575px){.apply-form-4__title{font-size:28px;line-height:22px;margin-top:10px}}.apply-form-4__dec{font-size:16px;color:#fff;margin-bottom:0;line-height:30px;opacity:.7}.apply-form-4__input input{height:50px;border:1px solid rgba(255,255,255,.1);border-radius:25px;margin-left:0;padding:0 20px;background:0 0;width:100%;color:rgba(255,255,255,.7);margin-bottom:30px}.apply-form-4__input input::-webkit-input-placeholder{color:rgba(255,255,255,.7);font-size:14px;font-weight:400}.apply-form-4__input input::-moz-placeholder{color:rgba(255,255,255,.7);font-size:14px;font-weight:400}.apply-form-4__input input:-moz-placeholder{color:rgba(255,255,255,.7);font-size:14px;font-weight:400}.apply-form-4__input input:-ms-input-placeholder{color:rgba(255,255,255,.7);font-size:14px;font-weight:400}.apply-form-4__input input::placeholder{color:rgba(255,255,255,.7);font-size:14px;font-weight:400}.apply-form-4__input__Select .nice-select{width:100%;height:50px;border:1px solid rgba(255,255,255,.1)!important;border-radius:25px;background:0 0;color:rgba(255,255,255,.7);opacity:1;font-size:14px;font-weight:400;padding:4px 20px;margin-bottom:30px;z-index:2}.apply-form-4__input__Select .nice-select::after{right:20px}.apply-form-4__btn{background:#83cd20;padding:11px 28.8px;color:#fff;font-size:14px;font-weight:600;border-radius:500px;display:inline-block;transition:.3s}.apply-form-4__btn:hover{background:var(--rr-common-white);color:var(--rr-heading-primary)}.apply-form-4__shape{position:absolute;top:63px;left:-135px}@media only screen and (min-width:1400px) and (max-width:1600px){.apply-form-4__shape{left:-310px}}.apply-form-4__shape img{width:85%}.get-visa__area{position:relative;margin-bottom:-90px;z-index:2}.get-visa__wrapper{background:var(--rr-heading-primary);display:flex;align-items:center;justify-content:space-between;border-radius:0px 10px 10px 0px;padding:60px 60px 60px 0;max-width:1605px;flex-wrap:wrap;column-gap:15px;row-gap:15px}.get-visa__wrapper-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px;padding-left:315px}@media only screen and (min-width:768px) and (max-width:992px){.get-visa__wrapper-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.get-visa__wrapper-title{font-size:35px;line-height:45px;padding-left:15px}}@media (max-width:575px){.get-visa__wrapper-title{font-size:28px;line-height:38px;padding-left:15px}}.get-visa__wrapper .rr-btn{padding:10px 30px}.get-visa__wrapper .rr-btn i{margin-top:2px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__area{padding-bottom:70px}}.testimonial-4__bg-img{position:absolute;width:100%;height:100%;z-index:-1;left:27%;top:0;background-size:cover;background-repeat:no-repeat;background-position:center}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__bg-img{left:0}}.testimonial-4__wrapper{display:flex}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__wrapper{display:block}}.testimonial-4__wrapper-thumb{width:725px;height:770px;margin-top:85px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px){.testimonial-4__wrapper-thumb{height:870px;max-width:800px;margin:0 auto;margin-top:85px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__wrapper-thumb{height:100%;max-width:100%;margin:0 auto;margin-top:85px}}.testimonial-4__wrapper-thumb img{width:100%;height:100%;object-fit:cover}.testimonial-4__wrapper-content{padding-top:210px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__wrapper-content{padding-top:65px}}.testimonial-4__all-content-wrap{margin-left:30px;max-width:850px;width:100%}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__all-content-wrap{margin-left:0;margin:0 auto}}.testimonial-4__all-content-wrap .section__title-wrapper .section__title-wrapper-center-subtitle{color:var(--rr-common-white);font-weight:var(--rr-fw-sbold)}.testimonial-4__all-content-wrap .section__title-wrapper .section__title-wrapper-title{color:var(--rr-common-white)}.testimonial-4__all-content-wrap .swiper-pagination{text-align:end;left:-36%;bottom:111px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial-4__all-content-wrap .swiper-pagination{display:none}}.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet{background:rgba(255,255,255,.3);width:16px;height:16px;border-radius:50%;margin:0;opacity:1}.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type){margin-right:10px}.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative}.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background:var(--rr-common-white);width:16px;height:16px;border-radius:50%;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonial-4__slider{background:#312e29;padding:66px 40px 71px 55px;display:flex;align-items:center;gap:40px;flex-wrap:wrap;border-radius:10px}.testimonial-4__slider .media .title-img{width:140px;height:140px;border-radius:50%}.testimonial-4__slider .media .title-img img{width:100%;height:100%;object-fit:cover}.testimonial-4__slider .media .icon{margin-top:15px}.testimonial-4__slider .media .icon ul{display:inline-flex;align-items:center;gap:3px}.testimonial-4__slider .media .icon ul li{list-style:none}.testimonial-4__slider .text p{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:28px;color:rgba(255,255,255,.7);margin-bottom:0}.testimonial-4__slider .text .title-wrap{margin-top:20px}.testimonial-4__slider .text .title-wrap .title a{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px;transition:all .3s ease-in-out}.testimonial-4__slider .text .title-wrap .title a:hover{color:var(--rr-theme-primary)}.testimonial-4__slider .text .title-wrap span{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:28px;color:rgba(255,255,255,.7);margin-bottom:0}.feature-5__item{background:#f1f5eb;border-radius:10px;display:flex;align-items:start;gap:24px;padding:27px 40px 34px}@media (max-width:450px){.feature-5__item{flex-wrap:wrap}}@media only screen and (min-width:1200px) and (max-width:1399px){.feature-5__item{gap:20px;padding:27px 30px 34px}}@media only screen and (min-width:992px) and (max-width:1199px){.feature-5__item{padding:25px 15px}}.feature-5__item:hover .feature-5__item-icon img{animation:shake .5s}.feature-5__item-icon{margin-top:11px}.feature-5__item-icon img{width:50px;height:60px}.feature-5__item-icon-2 img{width:60px;height:60px}.feature-5__item-content-title{margin-bottom:7px}.feature-5__item-content-title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px;transition:all .3s ease-in-out}@media only screen and (min-width:992px) and (max-width:1199px){.feature-5__item-content-title a{font-size:18px;line-height:28px}}.feature-5__item-content-title a:hover{color:var(--rr-theme-primary)}.feature-5__item-content-dec{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:26px;margin-bottom:6px}.choice__item{border-radius:10px;text-align:center;border:1px solid rgba(3,72,51,.1);padding:17px 20px 22px;transition:all .3s ease-in-out}.choice__item:hover{background:var(--rr-theme-primary)}.choice__item:hover .choice__item-icon img{border:1px solid var(--rr-common-white)}.choice__item:hover .choice__item-title a{color:var(--rr-common-white)}.choice__item:hover .choice__item-dec{color:var(--rr-common-white)}.choice__item:hover .choice__item-btn{color:var(--rr-common-white)}.choice__item-icon{width:60px;height:60px;margin:0 auto}.choice__item-icon img{width:100%;height:100%;object-fit:cover;border:1px solid var(--rr-theme-primary);border-radius:50%}.choice__item-title{margin-top:18px;margin-bottom:5px}.choice__item-title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px;transition:all .3s ease-in-out}.choice__item-title a:hover{text-decoration:underline}.choice__item-dec{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:14px;line-height:22px;margin-bottom:11px}.choice__item-btn{font-family:var(--rr-ff-heading);color:var(--rr-text-body);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:30px;display:inline-flex;align-items:center;gap:6px}.choice__item-btn i{margin-top:2px}.choice__item-btn:hover{text-decoration:underline}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.service-5__title-wrapper{margin-bottom:30px}}.service-5__subtitle{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:14px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:9px}.service-5__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px;margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px){.service-5__title{font-size:35px;line-height:45px}}@media (max-width:575px){.service-5__title{font-size:28px;line-height:38px}}.service-5__dec{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);color:var(--rr-text-body);font-style:normal;font-size:16px;line-height:30px;margin-bottom:0}.service-5__item{position:relative;transition:all .3s ease-in-out}.service-5__item:hover .service-5__item-thumb-content{opacity:1;visibility:visible;bottom:10px;transition:all .3s ease-in-out}.service-5__item:hover .service-5__item-title{display:none;transition:all .3s ease-in-out}.service-5__item-icon{background:var(--rr-heading-primary);position:absolute;width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:3;border-radius:50%;top:30px;right:30px}.service-5__item-icon img{object-fit:cover}.service-5__item-thumb{position:relative;width:100%;height:270px}.service-5__item-thumb::before{background:linear-gradient(180deg,rgba(3,72,51,0) 0%,rgba(3,72,51,.7) 100%);position:absolute;width:100%;height:100%;top:0;left:0;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;content:"";z-index:1}.service-5__item-thumb img{width:100%;height:100%;border-radius:10px;object-fit:cover}.service-5__item-thumb-content{background:var(--rr-common-white);border-radius:10px;position:absolute;z-index:2;left:50%;bottom:-20px;padding:24px 42px 22px 20px;width:calc(100% - 20px);transform:translateX(-50%);opacity:0;visibility:hidden}.service-5__item-thumb-content-title{margin-bottom:5px}.service-5__item-thumb-content-title a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:18px;line-height:30px;transition:all .3s ease-in-out}.service-5__item-thumb-content-title a:hover{color:var(--rr-theme-primary)}.service-5__item-thumb-content-dec{font-family:var(--rr-ff-body);font-weight:var(--rr-ff-body);color:var(--rr-text-body);font-style:normal;font-size:14px;line-height:24px;margin-bottom:8px}.service-5__item-thumb-content-btn{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);color:var(--rr-heading-primary);font-style:normal;font-size:14px;line-height:30px;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease-in-out}.service-5__item-thumb-content-btn i{margin-top:2px}.service-5__item-thumb-content-btn:hover{color:var(--rr-theme-primary)}.service-5__item-title{position:absolute;left:30px;bottom:22px;z-index:2}.service-5__item-title a{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-common-white);font-style:normal;font-size:18px;line-height:30px}.service-5__item .img-height-1 img{object-fit:cover;width:36px;height:22px}.service-5__item .img-height-2 img{object-fit:cover;width:36px;height:31 px}.service-5__item .img-height-3 img{object-fit:cover;width:32px;height:36px}.service-5__item .img-height-4 img{object-fit:cover;width:27px;height:36px}.service-5__item .img-height-5 img{object-fit:cover;width:36px;height:36px}.service-5__item-2{background:var(--rr-heading-primary);padding:40px 40px 48px;border-radius:10px;height:270px;position:relative;overflow:hidden;z-index:1}.service-5__item-2-shape{position:absolute;width:382px;height:244px;top:0;left:115px;transform:rotate(-35.99deg);z-index:-1}.service-5__item-2-shape img{width:100%;height:100%;object-fit:cover}.service-5__item-2-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px}.service-5__item-2 .rr-btn{padding:10px 29px;gap:6px}.team-5__wrap .swiper-pagination{text-align:end;left:-42%;bottom:-7px}@media only screen and (min-width:992px) and (max-width:1199px){.team-5__wrap .swiper-pagination{left:-40%;bottom:-7px}}@media only screen and (min-width:768px) and (max-width:992px){.team-5__wrap .swiper-pagination{left:-38%;bottom:-7px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.team-5__wrap .swiper-pagination{display:none}}.team-5__wrap .swiper-pagination .swiper-pagination-bullet{background:rgba(3,72,51,.1);width:60px;height:10px;border-radius:5px;margin:0;opacity:1}.team-5__wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type){margin-right:10px}.team-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative}.team-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background:var(--rr-theme-primary);content:"";width:60px;height:10px;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testi-5__bg-img{position:absolute;width:100%;height:100%;top:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.2;z-index:-1}.testi-5__wrap .swiper-pagination{text-align:end;left:-42%;bottom:-7px}@media only screen and (min-width:992px) and (max-width:1199px){.testi-5__wrap .swiper-pagination{left:-40%;bottom:-7px}}@media only screen and (min-width:768px) and (max-width:992px){.testi-5__wrap .swiper-pagination{left:-38%;bottom:-7px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testi-5__wrap .swiper-pagination{display:none}}.testi-5__wrap .swiper-pagination .swiper-pagination-bullet{background:var(--rr-common-white);width:60px;height:10px;border-radius:5px;margin:0;opacity:1}.testi-5__wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type){margin-right:10px}.testi-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative}.testi-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background:var(--rr-theme-primary);content:"";width:60px;height:10px;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testi-5__item-thumb{width:100px;height:100px;margin:0 auto}.testi-5__item-thumb img{border:1px solid var(--rr-theme-primary);width:100px;height:100px;object-fit:cover;border-radius:50%}.testi-5__item-title{padding-top:7px;padding-bottom:1px}.testi-5__item-title a{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;line-height:30px}.testi-5__item-subtitle{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:30px;color:rgba(255,255,255,.7)}.testi-5__item-dec{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:40px;line-height:60px;margin-top:15px;margin-bottom:0}@media (max-width:575px){.testi-5__item-dec{font-size:34px;line-height:45px}}.testi-bg{background-color:#001c13}.about-5__shape{position:absolute;top:242px;left:39%;transform:translateX(0,-50%)}.about-5__shape img{width:100%;height:100%;object-fit:cover}.about-5__thumb{position:relative;max-width:300px}@media (max-width:575px){.about-5__thumb{margin:auto;margin-bottom:40px}}.about-5__thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.about-5__thumb-border{border:1px solid rgba(131,205,32,.3);width:200px;height:200px;bottom:-100px;left:50%;border-radius:50%;margin:0 auto;position:absolute;transform:translate(-50%,0);z-index:-1}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about-5__title-wrapper{margin-top:40px}}.about-5__wrap .skills-item{overflow:hidden}.about-5__wrap .skills-item:not(:last-of-type){margin-bottom:32px}.about-5__wrap .skills-item .title{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);color:var(--rr-heading-primary);font-style:normal;font-size:18px;line-height:28px;margin-bottom:14px}.about-5__wrap .skills-item .progress{height:6px;overflow:visible;border-radius:5px}.about-5__wrap .skills-item .progress .progress-bar{position:relative;background-color:var(--rr-theme-primary);overflow:visible;border-radius:5px}.about-5__wrap .skills-item .progress .progress-bar span{font-size:18px;font-weight:var(--rr-fw-sbold);background-repeat:no-repeat;color:var(--rr-heading-primary);padding:10px 10px 20px;position:absolute;top:-55px;right:-11px}@media only screen and (min-width:576px) and (max-width:767px){.about-5__wrap .skills-item .progress .progress-bar span{font-size:18px;padding-top:20px;top:-60px}}.about-5__media-circle{width:210px;height:210px;background:#044833;border-radius:50%;margin:0 auto;padding:2px}.about-5__media-circle img{width:100%;height:100%;object-fit:cover}.about-5__media-bottom-img{margin-top:47px;position:relative;max-width:270px}@media (max-width:575px){.about-5__media-bottom-img{margin:auto;margin-top:40px}}.about-5__media-bottom-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.about-5__media-bottom-img-border{border:1px solid rgba(131,205,32,.3);width:200px;height:200px;top:-140px;left:50%;border-radius:50%;margin:0 auto;position:absolute;transform:translate(-50%,0);z-index:-1}.about-5__wrap .rr-btn{padding:10px 31px;gap:6px}.about-5__wrap .rr-btn i{margin-top:2px}.about-5__wrap-item{margin-bottom:28px}.about-5__wrap-title{font-family:var(--rr-ff-heading)!important;font-weight:var(--rr-fw-sbold)!important;color:var(--rr-heading-primary)!important;font-size:18px!important;line-height:28px!important;margin-bottom:3px}.about-5__wrap-side{font-family:var(--rr-ff-heading)!important;font-weight:var(--rr-fw-sbold)!important;color:var(--rr-heading-primary)!important;font-size:18px!important;line-height:28px!important}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq-5__area .section__title-wrapper{margin-top:30px}}.faq-5__item .accordion-header .accordion-button{background:var(--rr-common-white);border-radius:4px!important;box-shadow:none;padding:15px 0 15px 30px;transition:all .3s ease-in-out}@media (max-width:320px){.faq-5__item .accordion-header .accordion-button{padding:15px 0 15px 15px}}.faq-5__item .accordion-header .accordion-button::after{background:0 0;color:var(--rr-heading-primary);border:none;width:0;height:0;right:38px;top:calc(50% - 13px)}@media (max-width:320px){.faq-5__item .accordion-header .accordion-button::after{top:calc(38% - 13px)}}.faq-5__item .accordion-collapse .accordion-body{background:var(--rr-common-white);border-bottom-left-radius:4px;border-bottom-right-radius:4px}@media (max-width:320px){.faq-5__item .accordion-collapse .accordion-body{padding:10px}}.faq-5__item:has(.collapse.show){border-color:transparent;background:var(--rr-background-gray);transition:all .3s ease-in-out}.faq-5__item:has(.collapse.show) .accordion-button{transition:all .3s ease-in-out;padding:30px 0 10px 30px;border-bottom:none}.faq-5__item:has(.collapse.show) .accordion-button::after{content:""}@media (max-width:320px){.faq-5__item:has(.collapse.show) .accordion-button{padding:15px 0 15px 15px}}.faq-5__thumb{position:relative;max-width:839px}.faq-5__thumb-shape{position:absolute;width:801px;height:584px;top:47px;left:-109px;transform:rotate(.35deg)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq-5__thumb-shape{display:none}}.faq-5__thumb-shape img{width:100%;height:100%;object-fit:cover}.faq-5__thumb-media{max-width:593px;width:100%}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq-5__thumb-media{margin:0 auto}}.faq-5__thumb-media img{width:100%;height:100%;object-fit:cover}.trining__area{padding-bottom:190px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.trining__area{padding-bottom:80px}}.trining__shape{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.04}.trining__shape img{width:100%;height:100%;object-fit:cover}.trining__content{background:var(--rr-theme-primary);padding:120px 132px 120px 120px;margin-left:-120px;margin-top:-120px;position:relative;z-index:1;overflow:hidden}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.trining__content{padding:120px 40px 120px 120px}}.trining__content-shape{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:.06}.trining__content-subtitle{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:14px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:10px}.trining__content-title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px;margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:992px){.trining__content-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.trining__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.trining__content-title{font-size:28px;line-height:38px}}.trining__content-dec{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:30px;color:rgba(255,255,255,.9);margin-bottom:0}.trining__content .rr-btn{padding:10px 30px}.trining__content .rr-btn i{margin-top:2px}.trining__content .rr-btn::before{background-color:var(--rr-heading-primary)}.trining__subtitle{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:14px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:10px}.trining__slider{max-width:960px;position:absolute;top:325px;right:110px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.trining__slider{position:inherit;margin-top:30px}}.trining__title-wrap{padding-left:80px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.trining__title-wrap{margin-top:30px}}.trining__title{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px;margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:992px){.trining__title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.trining__title{font-size:35px;line-height:45px}}@media (max-width:575px){.trining__title{font-size:28px;line-height:38px}}.trining__slider-item{transition:all .3s ease-in-out}.trining__slider-item:hover .trining__slider-item-thumb::before{transition:all .3s ease-in-out;visibility:visible;opacity:1}.trining__slider-item:hover .trining__slider-item-thumb-icon i{transition:all .3s ease-in-out;visibility:visible;opacity:1}.trining__slider-item:hover .trining__slider-item-thumb-title a{visibility:visible;opacity:1;transition:all .3s ease-in-out}.trining__slider-item-thumb{position:relative;height:330px}.trining__slider-item-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.trining__slider-item-thumb::before{background:rgba(3,72,51,.7);position:absolute;width:100%;height:100%;top:0;left:0;content:"";border-radius:10px;visibility:hidden;opacity:0}.trining__slider-item-thumb-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,0)}.trining__slider-item-thumb-icon i{color:var(--rr-common-white);font-size:30px;visibility:hidden;opacity:0;transition:all .06s ease-in-out}.trining__slider-item-thumb-title{position:absolute;bottom:30px;left:30px;transition:all .06s ease-in-out}.trining__slider-item-thumb-title a{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-common-white);font-style:normal;font-size:22px;line-height:60px;visibility:hidden;opacity:1;transition:all .06s ease-in-out}.piechart-wrapper{display:flex;align-items:center;column-gap:50px;margin-top:40px;position:relative;padding:50px 0;z-index:1;overflow:hidden}.piechart{position:relative;display:inline-block;font-size:36px;text-align:center}.piechart canvas{position:absolute;top:0;left:50%;transform:translateX(-50%)}.piechart{color:var(--rr-common-white);font-weight:400;width:160px;height:160px;line-height:155px}.pie-item{background:var(--rr-theme-primary);border-radius:10px 0px 0px 10px;padding:35px 41px;position:absolute;top:380px;left:491px}@media only screen and (min-width:1400px) and (max-width:1600px){.pie-item{left:311px}}@media only screen and (min-width:768px) and (max-width:992px){.pie-item{left:512px}}.pie-item h4{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);color:var(--rr-common-white);font-style:normal;font-size:24px;line-height:34px;margin-bottom:0}@media (max-width:1400px){.piechart-wrapper{column-gap:20px}}@media (max-width:1200px){.piechart{height:120px;width:120px;line-height:120px}.piechart canvas{height:120px!important;width:120px!important}.piechart span{font-size:30px}}@media (max-width:992px){.skill-bg{display:none}.skill-content{padding-top:50px}.skill-section .skill-shape{display:none}.piechart-wrapper{justify-content:center}.piechart-wrapper:before{width:100%;right:0}}@media (max-width:767px){.piechart-wrapper{flex-direction:column;row-gap:50px}}.story__content{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;padding:40px 40px 80px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.story__content{padding:40px}}@media only screen and (min-width:992px) and (max-width:1199px){.story__content{padding:40px 40px 60px}}.story__content-text p{font-family:var(--rr-ff-body);color:var(--rr-ff-body);font-weight:var(--rr-fw-regular);font-size:29px;line-height:50px;margin-bottom:0;font-style:normal}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.story__content-text p{font-size:17px;line-height:30px}}.story__content-details{gap:20px;flex-wrap:wrap}.story__content-details-img img{width:100%;height:100%;border-radius:50%}.story__content-details-name h6{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:5px}.story__content-details-name span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;opacity:.7}.white-bg{background:var(--rr-common-white)}.gray-bg{background:#f1f5eb}.story-details__content-title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.story-details__content-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.story-details__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.story-details__content-title{font-size:28px;line-height:38px}}.story-details__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-reagular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.story-details__button{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.story-details__button a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:flex;align-items:center;gap:10px;border:1px solid var(--rr-theme-primary);padding:15px 30px;border-radius:30px;transition:.3s}.story-details__button a:hover{background:var(--rr-theme-primary)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.story-details__button{margin-bottom:50px}}.story-details__media{position:relative;max-width:528px;width:100%;margin:0 auto}.story-details__media-wrapper-left-shape{position:absolute;top:-90px;right:345px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.story-details__media-wrapper-left-shape{display:none}}.story-details__media-wrapper-left-shape img{width:100%;height:100%}.story-details__media-wrapper-right-shape{position:absolute;top:-70px;right:105px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.story-details__media-wrapper-right-shape{display:none}}.story-details__media-wrapper-right-shape img{width:100%;height:100%}.story-details__media-thumb-box{background:#f1f5eb;border-radius:21.3651px;transform:rotate(10deg);position:absolute;width:331.35px;height:475.45px;right:40px;z-index:-1}@media (max-width:575px){.story-details__media-thumb-box{display:none}}.story-details__media-thumb img{position:relative;transform:rotate(-5deg);max-width:418px;height:481px;border-radius:20px;border:5px solid var(--rr-theme-primary)}@media (max-width:575px){.story-details__media-thumb img{transform:rotate(0deg);max-width:100%;height:10%}}.story-details__media-thumb img:hover{transform:rotate(10deg)}.service__bg-wrap{width:585px;height:844px;position:absolute;right:0}.service__bg-wrap::before{background:linear-gradient(180deg,#f2edeb 0%,rgba(245,240,238,0) 100%);border-radius:50px;position:absolute;width:100%;height:100%;z-index:1;content:"";right:0;top:0}.service__bg-img{background-position:right;background-repeat:no-repeat;width:585px;height:844px;position:absolute;top:0;right:0}.service__box{text-align:center;background:var(--rr-common-white);padding:50px 40px 40px;border-radius:20px;transition:.3s;border:1px solid var(--rr-common-white)}.service__box:hover{border:1px solid var(--rr-theme-primary)}.service__box-paragraph{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.service__title{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;transition:.3s}.service__title:hover{color:var(--rr-theme-primary)}.service__icon{background:var(--rr-theme-primary);width:100px;height:100px;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.visa__item{background:var(--rr-common-white);box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px;padding:20px;gap:52px}@media (max-width:575px){.visa__item{flex-wrap:wrap;gap:30px}}.visa__item-media{overflow:hidden;border-radius:20px;width:100%}.visa__item-media img{width:inherit;height:100%;border-radius:20px;overflow:hidden}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:992px) and (max-width:1199px){.visa__item-media img{height:260px}}.visa__item-content h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:10px}.visa__item-content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;margin-bottom:0;font-style:normal}.visa__item-content-button a{color:var(--rr-theme-primary);border:1px solid var(--rr-theme-primary);width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:20px;transition:.3s}.visa__item-content-button a i{transform:rotate(-40deg);transition:.3s}.visa__item-content-button a:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.visa__item-content-button a:hover i{transform:rotate(1deg)}.visa__item-content-button img{max-width:55px;height:100%}.visa__item-2{background:var(--rr-gray)!important;border:var(--rr-border-primary)!important}.visa__item:hover .visa__item-media img{transform:scale(1.2)}.visa-details__content{font-size:16px}.visa-details__content-title{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.visa-details__content-title{font-size:40px;line-height:50px}}@media only screen and (min-width:576px) and (max-width:767px){.visa-details__content-title{font-size:35px;line-height:45px}}@media (max-width:575px){.visa-details__content-title{font-size:25px;line-height:35px}}.visa-details__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-details__content h3{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}@media (max-width:575px){.visa-details__content h3{font-size:25px;line-height:35px}}.visa-details__content h2,.visa-details__content h3{font-weight:600;color:#0c3c78;margin-bottom:15px;line-height:1.4}.visa-details__content h2{font-size:28px}.visa-details__content h3{font-size:22px;margin-top:25px}.visa-details__content p{margin-bottom:15px;color:#555}.visa-details__content ul{list-style:none;padding-left:0;margin:15px 0}.visa-details__content ul li{position:relative;padding-left:25px;margin-bottom:10px;font-size:16px}.visa-details__content ul li::before{content:"✔";position:absolute;left:0;color:#0c3c78;font-size:16px;line-height:1.2}@media (max-width:576px){.visa-details__content h2{font-size:22px}.visa-details__content h3{font-size:18px}.visa-details__content{font-size:14px;line-height:1.6}.visa-details__content ul li{font-size:14px}}.visa-details__content p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-details__content-list ul li{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:28px;font-size:18px;font-style:normal;list-style:none;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.visa-details__content-list ul li span{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal}.visa-details__content-faq-title h3{font-family:var(--rr-ff-heading);color:var(--rr-common-black);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}@media (max-width:575px){.visa-details__content-faq-title h3{font-size:28px;line-height:38px}}.visa-details__content-faq .accordion-button{font-size:18px;line-height:var(--rr-lh-h5);color:var(--rr-heading-primary);font-weight:var(--rr-fw-medium);background:#fff;display:inline-block;padding:19px;padding-right:64px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:20px!important}@media (max-width:575px){.visa-details__content-faq .accordion-button{font-size:15px;line-height:25px;padding:10px 50px 10px 10px}}.visa-details__content-faq .accordion-button:focus{box-shadow:none}.visa-details__content-faq .accordion-button:not(.collapsed){box-shadow:none;border:1px solid #e3dbd8}.visa-details__content-faq .accordion-button:not(.collapsed)::after{background:var(--rr-theme-primary);color:var(--rr-common-white);content:"";border-color:transparent}.visa-details__content-faq .accordion-button::after{width:32px;height:32px;position:absolute;border:2px solid #f1f5eb;border-radius:500px;right:24px;content:"";background-image:none;font-family:var(--rr-ff-fontawesome);font-size:16px;top:calc(50% + 1px);line-height:29px;font-weight:900;text-align:center;color:var(--rr-heading-primary);background:#f1f5eb}.visa-details__content-faq .accordion-body{padding-top:25px!important;padding-top:0;padding:25px;background:var(--rr-common-white)}.visa-details__content-faq .accordion-body>p{color:var(--rr-heading-primary);margin-bottom:0}.visa-details__content-faq .accordion-item{margin-bottom:14px;-webkit-border-radius:1;-moz-border-radius:1;-o-border-radius:1;-ms-border-radius:1;border-radius:1;border:none;transition:.3s}@media (max-width:768px){.visa-details__content-faq .accordion-item{margin-bottom:5px}.visa-details__content-faq .accordion-button::after{width:25px;height:24px;font-size:9px;line-height:22px;right:7px}}.visa-details__content-faq .accordion-item:last-child{margin-bottom:0}.visa-details__content-faq .accordion-item:has(.collapse.show){border-color:transparent;background:var(--rr-common-white)}.visa-details__links-visa{box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:0px 0px 20px 20px;padding:40px;background:#f1f5eb}.visa-details__links-visa-2{background:var(--rr-common-white)}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-details__links-visa{margin-top:10px;padding:10px}}.visa-details__links-visa a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:500;line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3dbd8;padding:20px 0}.visa-details__links-visa a:hover{color:var(--rr-theme-primary)}.visa-details__links-visa a:hover i{color:var(--rr-heading-primary)}.visa-details__links-visa a i{font-weight:900;font-size:14px;line-height:14px}.visa-details__widget{background:#f1f5eb;border-radius:20px;padding:60px;text-align:center}.visa-details__widget-icon{background:#83cd20;display:inline-flex;width:96px;height:96px;justify-content:center;align-items:center;border-radius:50%}.visa-details__widget-icon i{color:var(--rr-common-white);font-weight:900;font-size:40px;line-height:40px;font-style:normal;width:88px;height:88px;display:flex;align-items:center;justify-content:center;border:1px solid var(--rr-common-white);border-radius:50%}.visa-details__widget h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:70px}@media only screen and (min-width:992px) and (max-width:1199px){.visa-details__widget h3{margin-bottom:55px}}@media only screen and (min-width:768px) and (max-width:992px){.visa-details__widget h3{margin-bottom:45px}}@media only screen and (min-width:576px) and (max-width:767px){.visa-details__widget h3{margin-bottom:35px}}@media (max-width:575px){.visa-details__widget h3{font-size:25px;line-height:35px;margin-bottom:25px}}.visa-details__widget a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;transition:.3s}@media (max-width:575px){.visa-details__widget a{font-size:18px}}.visa-details__widget a:hover{color:var(--rr-theme-primary)}.visa-details__widget:hover .visa-details__widget-icon i{animation:shake .5s}.pricing__item-title{background:#f1f5eb;border-radius:20px 20px 0px 0px;padding:30px;text-align:center}.pricing__item-title h3{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);font-size:var(--rr-fs-h3);line-height:var(--rr-lh-h3);font-style:normal}.pricing__item-content{border:1px solid #e3dbd8;border-radius:0px 0px 20px 20px;padding:30px 40px 40px;border-top:none}.pricing__item-content-dolar h2{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);font-size:var(--rr-fs-h2);line-height:var(--rr-lh-h2);font-style:normal;text-align:center;border-bottom:1px solid #e3dbd8;padding-bottom:30px}.pricing__item-content-dolar h2 span{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal}.pricing__item-content-list ul li{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);display:flex;align-items:center;gap:15px;font-size:16px;list-style:none;font-style:normal}.pricing__item-content-list ul li i{color:var(--rr-theme-primary)}.pricing__item-content-list-btn a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);border:1px solid var(--rr-theme-primary);font-size:14px;font-style:normal;display:inline-flex;align-items:center;border-radius:30px;padding:15px 30px;gap:10px}.pricing__item-content-list-btn a:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.visa-offer__item-thumb{position:relative}.visa-offer__item-thumb-small-img{position:absolute;margin-left:20px;margin-top:20px}.visa-offer__item-thumb-small-img img{width:100%;height:100%;border-radius:20px;border:1px solid var(--rr-theme-primary)}.visa-offer__item-thumb img{width:100%;height:100%;border-top-left-radius:20px;border-top-right-radius:20px}@media only screen and (min-width:768px) and (max-width:992px){.visa-offer__item-thumb{height:215px}}.visa-offer__item-content{padding:40px;box-shadow:0px 0px 60px rgba(0,0,0,.05);border-radius:0px 0px 20px 20px}.visa-offer__item-content-text{display:flex;justify-content:space-between;flex-wrap:wrap;column-gap:10px;row-gap:20px}.visa-offer__item-content-text-title h5{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;margin-bottom:10px}.visa-offer__item-content-text-title p{font-family:var(--rr-ff-body);color:var(--rr-text-body);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}.visa-offer__item-content-text-button{padding-top:20px}.visa-offer__item-content-text-button a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-bold);line-height:var(--rr-lh-h5);font-size:22px;font-style:normal;border:1px solid #e3dbd8;border-radius:20px;padding:20px}@media only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.visa-offer__item-content-text-button a{padding:15px}}.visa-offer__item-content-text-button a:hover{border-color:var(--rr-theme-primary)}.visa-offer__item-content-btn a{font-family:var(--rr-ff-heading);color:var(--rr-heading-primary);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);font-size:14px;font-style:normal;display:inline-flex;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--rr-theme-primary);padding:15px 30px;transition:.3s}.visa-offer__item-content-btn a:hover{background:var(--rr-theme-primary);color:var(--rr-common-white)}.visa-offer__item:hover .visa-offer__item-thumb-small-img img{transform:rotate(180deg)}.slider_hover__item{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:30px;list-style:none}.slider_hover__item li{border-radius:20px;cursor:pointer;flex:1;max-width:410px;width:100%;height:422px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.slider_hover__item li{max-width:100%;flex:0 0 calc(50% - 60px)}}.slider_hover__item li.active{flex:2.3}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.slider_hover__item li.active{flex:0 0 100%}}.slider_hover__item li:hover .project-three__single-content,.slider_hover__item li.active .project-three__single-content{transform:perspective(400px) rotateX(0deg) scaleY(1);transition-delay:.1s;transition-timing-function:ease-in-out;transition-duration:.6s;transition-property:all;opacity:1}.project-three__single-inner{position:relative;display:block;min-height:550px}.project-three__single-content{background:#83cd20;position:absolute;width:calc(100% - 24px);border-radius:20px;left:12px;bottom:140px;padding:31px 28px 28px;overflow:hidden;-webkit-transform:perspective(400px) rotateX(40deg) scaleY(.7);-ms-transform:perspective(400px) rotateX(40deg) scaleY(.7);transform:perspective(400px) rotateX(40deg) scaleY(.7);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;transition-delay:.1s;transition-timing-function:ease-in-out;transition-duration:.1s;transition-property:all;opacity:0;z-index:3}@media only screen and (min-width:768px) and (max-width:992px){.project-three__single-content{padding:20px 15px}}@media only screen and (min-width:576px) and (max-width:767px){.project-three__single-content{transform:perspective(400px) rotateX(0deg) scaleY(1);transition-delay:.1s;transition-timing-function:ease-in-out;transition-duration:.6s;transition-property:all;opacity:1;bottom:20px}}@media (max-width:575px){.project-three__single-content{transform:perspective(400px) rotateX(0deg) scaleY(1);transition-delay:.1s;transition-timing-function:ease-in-out;transition-duration:.6s;transition-property:all;opacity:1;bottom:20px;padding:20px}}.project-three__single-content h4{font-family:var(--rr-ff-heading);color:var(--rr-common-white);line-height:var(--rr-fs-h5);font-weight:var(--rr-fw-bold);font-style:normal;font-size:22px;margin-bottom:10px}@media only screen and (min-width:768px) and (max-width:992px){.project-three__single-content h4{font-size:18px;margin-bottom:6px}}.project-three__single-content p{font-family:var(--rr-ff-body);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);line-height:var(--rr-lh-h5);font-size:16px;font-style:normal;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:992px){.project-three__single-content p{font-size:15px;line-height:25px}}.project-three__single-content .button{margin-top:20px}@media only screen and (min-width:768px) and (max-width:992px){.project-three__single-content .button{margin-top:15px}}.project-three__single-content .button a{background:var(--rr-theme-primary);font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-sbold);line-height:var(--rr-lh-h5);border:1px solid var(--rr-common-white);border-radius:30px;display:inline-flex;align-items:center;transition:.3s;padding:15px 30px;gap:10px;font-size:14px;font-style:normal}@media only screen and (min-width:768px) and (max-width:992px){.project-three__single-content .button a{padding:7px 15px}}@media (max-width:575px){.project-three__single-content .button a{padding:10px 20px}}.project-three__single-content .button a:hover{background:var(--rr-heading-primary);color:var(--rr-common-white);border-color:var(--rr-heading-primary)}.project-three__single-img{position:absolute;top:0;left:0;bottom:0;right:0;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;background-position:center center;z-index:1;max-height:422px;border-radius:20px}.project-small-img{position:absolute;margin-right:20px;margin-top:20px;width:60px;height:60px;right:0;z-index:2}.project-small-img img{width:100%;height:100%;border-radius:50%;border:1px solid var(--rr-theme-primary)}.slide-height{width:100%;height:100%;min-width:100%;min-height:100%}.pixfix-fadeIn{animation-name:asFadeIn}.pixfix-fadeInLeft{animation-name:asFadeInLeft}.pixfix-fadeInRight{animation-name:asFadeInRight}.pixfix-fadeInDown{animation-name:asFadeInTop}.pixfix-fadeInUp{animation-name:asFadeInBottom}.pixfix-img-effect{animation-name:imgEffect}.pixfix-moveFromLeft{animation-name:asMoveFromLeft}.pixfix-moveFromRight{animation-name:asMoveFromRight}.pixfix-moveFromTop{animation-name:asMoveFromTop}.pixfix-moveFromBottom{animation-name:asMoveFromBottom}.banner-4__active .swiper-slide-active .banner__thumb-bg{transform:scale(1.2);transition:all 4s ease-in-out}.pixfix-blurIn{animation-name:asBlurIn}.pixfix-blurInLeft{animation-name:asBlurInLeft}.pixfix-blurInRight{animation-name:asBlurInRight}.pixfix-blurInTop{animation-name:asBlurInTop}.pixfix-blurInBottom{animation-name:asBlurInBottom}.pixfix-zoomIn{animation-name:asZoomIn}.pixfix-zoomInLeft{animation-name:asZoomInLeft}.pixfix-zoomInRight{animation-name:asZoomInRight}.pixfix-zoomInTop{animation-name:asZoomInTop}.pixfix-zoomInBottom{animation-name:asZoomInBottom}.pixfix-flipInTop{animation-name:asFlipInTop}.pixfix-flipInBottom{animation-name:asFlipInBottom}.pixfix-rollFromLeft{animation-name:asRollFromLeft}.pixfix-rollFromRight{animation-name:asRollFromRight}.pixfix-rollFromTop{animation-name:asRollFromTop}.pixfix-rollFromBottom{animation-name:asRollFromBottom}.pixfix-rotateSkateInRight{animation-name:asRotateSkateInRight}.pixfix-rotateSkateInLeft{animation-name:asRotateSkateInLeft}.pixfix-rotateSkateInTop{animation-name:asRotateSkateInTop}.pixfix-rotateSkateInBottom{animation-name:asRotateSkateInBottom}.pixfix-popUp{animation-name:asPopUp}.pixfix-popUpLeft{animation-name:asPopUpLeft}.pixfix-popUpRight{animation-name:asPopUpRight}.latest-counter__shapes .shape-1{position:absolute;width:272px;height:274px;top:95px;left:-40px}.latest-counter__shapes .shape-2{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:.02}.latest-counter__content__counter-img{background:var(--rr-theme-primary);width:170px;height:170px;align-items:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:flex;justify-content:center;margin:auto;overflow:hidden;margin-bottom:24px}@media (max-width:450px),(max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px){.latest-counter__content__counter-img{margin-top:40px}}.latest-counter__content__counter-img:hover img{transform:rotate(45deg)}.latest-counter__content .img-1 img{width:83px;height:80px;object-fit:cover}.latest-counter__content .img-2 img{width:80px;height:80px;object-fit:cover}.latest-counter__content .img-3 img{width:97px;height:80px;object-fit:cover}.latest-counter__content .img-4 img{width:85px;height:80px;object-fit:cover}.latest-counter__content h5{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px;letter-spacing:1.2px}.latest-counter__content h5 span{font-family:var(--rr-ff-heading)!important;color:var(--rr-common-white);font-weight:var(--rr-fw-bold);font-style:normal;font-size:50px;line-height:60px}@media only screen and (min-width:992px) and (max-width:1199px){.latest-counter__content h5 span{font-size:55px;line-height:67px}}@media only screen and (min-width:768px) and (max-width:992px){.latest-counter__content h5 span{font-size:50px;line-height:62px}}@media only screen and (min-width:576px) and (max-width:767px){.latest-counter__content h5 span{font-size:45px;line-height:57px}}@media (max-width:575px){.latest-counter__content h5 span{font-size:40px;line-height:52px}}@media (max-width:450px){.latest-counter__content h5 span{font-size:37px;line-height:47px}}@media only screen and (min-width:992px) and (max-width:1199px){.latest-counter__content h5{font-size:55px;line-height:67px}}@media only screen and (min-width:768px) and (max-width:992px){.latest-counter__content h5{font-size:50px;line-height:62px}}@media only screen and (min-width:576px) and (max-width:767px){.latest-counter__content h5{font-size:45px;line-height:57px}}@media (max-width:575px){.latest-counter__content h5{font-size:40px;line-height:52px}}@media (max-width:450px){.latest-counter__content h5{font-size:37px;line-height:47px}}.latest-counter__content span{font-family:var(--rr-ff-heading);color:var(--rr-common-white);font-weight:var(--rr-fw-regular);font-size:16px;font-size:16px;font-style:normal;line-height:30px}.cta-section .container{background-color:var(--rr-theme-secondary);padding:50px 30px;border-radius:20px}.cta-section .left h2{font-size:45px;font-weight:700;margin-bottom:20px;color:white}.cta-section .left p{font-size:16px;color:white;margin-bottom:30px}.cta-section .right img{max-width:300px}.cta-section .right{display:flex;justify-content:end}@media (max-width:768px){.cta-section .left h2{font-size:24px;margin-bottom:10px}.cta-section .container{border-radius:0px}.cta-section .left p{font-size:14px;font-weight:400}.cta-section .right img{max-width:100px}.cta-section .container{padding:20px}}.blog-content h1{font-size:26px;font-weight:700;margin:1em 0 .5em}.blog-content h4{font-size:20px;font-weight:500;margin:1em 0 .5em}.blog-content ol li{margin-bottom:.6em;padding-left:.5em}.blog-content img{max-width:100%;height:auto;border-radius:6px;margin:1.2em 0}.blog-content blockquote{border-left:4px solid var(--rr-theme-secondary);padding-left:1em;font-style:italic;color:#555;margin:1.2em 0}@media (max-width:1024px){.blog-content h1{font-size:32px}}@media (max-width:768px){.blog-content h1{font-size:28px}}@media (max-width:480px){.blog-content h1{font-size:24px}}.mfp-bg{background:rgba(0,0,0,.75)!important}.quick-enquire .mfp-close,.quick-enquire .mfp-close::after{display:none}.pagination-wrapper .page-numbers{display:inline-block;margin:0 5px;padding:8px 14px;border:1px solid #ddd}.pagination-wrapper .current{background:#272c76;color:#fff;border-color:#272c76}@media (max-width:768px){.map-section iframe{height:200px}}.current-menu-item a{color:var(--rr-theme-primary)!important}.main-brand__area .heading{text-align:center;margin-bottom:50px}.main-brand__area .heading h2{font-size:26px;font-weight:600}.main-brand__area .heading h3{font-size:18px;font-weight:600;margin:20px 10px}.main-brand__area .heading p{font-size:16px}@media (max-width:768px){.main-brand__area .heading h2{font-size:24px;font-weight:600}.main-brand__area .heading h3{font-size:16px;font-weight:600;margin:20px 10px}.main-brand__area .heading p{font-size:14px}}