@import "https://fonts.googleapis.com/css2?family=Alex+Brush&family=Marcellus&display=swap";
:root{--theme-color-light:#fff;--theme-color-white:#fff;--theme-color-white-rgb:255,255,255;--theme-color-dark:#1a3841;--theme-color-gray:#e9eef1;--theme-color-gray2:#edf5f7;--theme-color-gray3:#ebf0f2;--theme-color-gray4:#7b7b7b;--theme-color-gray5:#999;--theme-color-gray6:#555;--theme-color-gray7:#ecf0f2;--theme-color-gray8:#b1b1b1;--theme-color-gray9:#f7f7f7;--theme-color-black:#000;--theme-color1:#c78665;--theme-color2:#1a4137;--theme-color3:#465e6e;--theme-color4:#895128;--theme-color5:#1b384c;--theme-color6:#587689;--theme-color7:#fdfdfd;--theme-color8:#d9d9d9;--theme-color1-rgb:199, 134, 101;--theme-color2-rgb:26, 65, 55;--theme-color3-rgb:70, 94, 110;--theme-color4-rgb:137, 81, 40;--theme-color5-rgb:27, 56, 76;--theme-color6-rgb:88, 118, 137;--theme-color7-rgb:253, 253, 253;--theme-color8-rgb:217, 217, 217;--theme-color1-text-color:#fff;--theme-color2-text-color:var(--theme-color2);--theme-color3-text-color:#fff;--text-color:#666;--dark-color:#111;--text-color2:#444;--text-color3:#dbdbdb;--dark-color4:#0b0b0b;--headings-color:var(--theme-color-black);--link-color:var(--theme-color1);--link-hover-color:var(--theme-color1);--border-color:#c8c8c8;--border-color-2:#bebebe;--border-color-3:#bfbfbf;--border-color-5:#949494;--border-color-6:#7d7d7d;--border-color-7:#c3c3c3;--border-color-8:#cecece;--border-color-9:#1a1a1a;--text-font:"Marcellus", serif;--title-font:var(--text-font);--title-font-2:"Alex Brush", cursive;--body-font-size:16px;--body-line-height:28px;--body-font-weight:400;--h1-font-size:80px;--h2-font-size:50px;--h3-font-size:30px;--h4-font-size:24px;--h5-font-size:20px;--h6-font-size:16px;--line-height-heading-h1:100px;--line-height-heading-h2:60px;--line-height-heading-h3:36px;--line-height-heading-h4:36px;--line-height-heading-h5:32px;--line-height-heading-h6:28px;--h1-font-weight:400;--h2-font-weight:400;--h3-font-weight:400;--h4-font-weight:400;--h5-font-weight:400;--h6-font-weight:400;--font-weight-400:400;--container-width:1400px;--small-container-width:1000px;--large-container-width:1760px}::selection{background:var(--theme-color-dark);color:#fff;text-shadow:none}:active,:focus{outline:none!important}::-webkit-input-placeholder{color:#7c858c}::-moz-input-placeholder{color:#7c858c}::-moz-placeholder{color:#7c858c}body{-ms-word-wrap:break-word;word-wrap:break-word;counter-reset:my-sec-counter;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;color:var(--text-color);font-size:var(--body-font-size);font-family:var(--text-font);font-weight:var(--body-font-weight);line-height:var(--body-line-height);background-color:#fff;background-attachment:fixed}p,.text{color:var(--text-color);font-size:var(--body-font-size);font-family:var(--text-font);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}h1,h2,h3,h4,h5,h6{color:var(--headings-color);font-family:var(--title-font);line-height:var(--line-height-heading-);position:relative}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small{color:var(--headings-color);font-weight:400;line-height:1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);line-height:var(--line-height-heading-h1)}h2{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);line-height:var(--line-height-heading-h2)}h3{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);line-height:var(--line-height-heading-h3)}h4{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);line-height:var(--line-height-heading-h4)}h5{font-size:var(--h5-font-size);font-weight:var(--h5-font-weight);line-height:var(--line-height-heading-h5)}h6{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);line-height:var(--line-height-heading-h6)}table p{margin-bottom:0}p{margin-bottom:20px}p a:not(.button):not(.btn):hover,p a:not(.button):not(.btn):focus{text-decoration:underline}a{color:var(--link-color);font-weight:var(--body-font-weight);cursor:pointer;text-decoration:none;transition:all .3s}a:hover,a:focus{color:inherit;outline:none;text-decoration:none}a b,a strong{transition:all .3s}a img{border:none}pre,ul,ol,dl,dd,blockquote,address,table,fieldset{margin-bottom:10px}ol,ul{margin:0;padding:0;list-style-position:inside}b,strong{color:#333;font-weight:var(--body-font-weight-bold)}iframe{border:none!important}.container .container{width:100%}.container .container,.container .container-fluid,.container-fluid .container,.container-fluid .container-fluid{padding-left:0;padding-right:0}section>.container,section>.container-fluid{padding-top:var(--container-pt);padding-bottom:var(--container-pt)}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:var(--container-width)}}.gx-40{--bs-gutter-x:40px}.bg-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.form-control,.input-text{color:#686a6f;background-color:#f4f5f8;border:1px solid #f4f5f8;outline:0;width:100%;height:calc(2.25rem + 27px);padding:14px 30px;font-size:.9rem}.form-control::-webkit-input-placeholder{color:#686a6f;opacity:1}.input-text::-webkit-input-placeholder{color:#686a6f;opacity:1}.form-control::-moz-placeholder{color:#686a6f;opacity:1}.input-text::-moz-placeholder{color:#686a6f;opacity:1}:is(.form-control:-ms-placeholder-shown,.input-text:-ms-placeholder-shown){color:#686a6f;opacity:1}:is(.form-control:placeholder-shown,.input-text:placeholder-shown){color:#686a6f;opacity:1}.form-control::-moz-placeholder{color:#686a6f;opacity:1}.input-text::-moz-placeholder{color:#686a6f;opacity:1}.form-control::placeholder,.input-text::placeholder{color:#686a6f;opacity:1}:is(.form-control:-ms-placeholder-shown,.input-text:-ms-placeholder-shown){color:#686a6f}:is(.form-control:placeholder-shown,.input-text:placeholder-shown){color:#686a6f}.form-control::-moz-placeholder{color:#686a6f}.input-text::-moz-placeholder{color:#686a6f}textarea.form-control{height:auto;padding-top:15px;padding-bottom:15px}.form-control:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.dark-layout{--sec-title-color:var(--theme-color-light);background-color:var(--theme-color-dark)!important}.dark-layout .sticky-header .main-menu .navigation>li>a,.dark-layout h1,.dark-layout h2,.dark-layout h3,.dark-layout h4,.dark-layout h5,.dark-layout h6{color:var(--theme-color-light)}.dark-layout .preloader{background-color:var(--theme-color-dark)}.dark-layout .preloader:after{background-image:url(/images/logo.png)}.dark-layout .sticky-header{background-color:var(--theme-color-dark)}.dark-layout .hidden-bar .upper-box{border-bottom:1px solid #0000001a}.dark-layout .hidden-bar .social-links{border-top:1px solid #0000001a}.dark-layout .hidden-bar .social-links li{border-right:1px solid #0000001a}*{border:none;outline:none;margin:0;padding:0;font-size:100%}textarea{resize:none;overflow:hidden}button{cursor:pointer;outline:none!important}img{max-width:100%;height:auto;display:inline-block}ul,li{margin:0;padding:0;list-style:none}figure.image{margin-bottom:0}.title a{color:inherit}.color1{color:var(--theme-color1)}.page-wrapper{z-index:99;background-color:#fff;width:100%;min-width:300px;margin:0 auto;position:relative;overflow-x:hidden}.page-wrapper.gray-bg{background-color:#f4f3ee}.large-container{max-width:var(--large-container-width);width:100%;margin:0 auto;padding:0 15px;position:static}.auto-container{max-width:var(--container-width);width:100%;margin:0 auto;padding:0 15px;position:static}.small-container{max-width:var(--small-container-width);width:100%;margin:0 auto;padding:0 15px;position:static}.bg{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.bg-pattern-1{background-image:url(/images/icons/pattern-1.png)}.text-theme-color1{color:var(--theme-color1)}.bg-theme-color1{background-color:var(--theme-color1)}.text-theme-color2{color:var(--theme-color2)}.bg-theme-color2{background-color:var(--theme-color2)}.bg-theme-color6{background-color:var(--theme-color6)}.bg-theme-color7{background-color:var(--theme-color7)}.preloader{z-index:999999;background-color:#fff;width:100%;height:100%;position:fixed;top:0;left:0}.preloader:after{content:"";background-image:url(/images/favicon.png);background-position:50%;background-repeat:no-repeat;width:150px;height:50px;margin-top:-30px;margin-left:-75px;animation:1s linear infinite pulse;position:absolute;top:50%;left:50%}.preloader:before{text-align:center;width:100%;color:var(--theme-color-dark);font-size:14px;font-weight:600;font-family:var(--title-font);letter-spacing:2px;text-transform:uppercase;content:"Loading";margin:20px auto 0;transition:none;position:absolute;top:50%;left:0;right:0}.scroll-to-top{text-align:center;cursor:pointer;background-color:var(--theme-color-white);z-index:100;border-radius:50%;width:40px;margin:0 auto;font-size:16px;line-height:40px;transition:all .3s;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 0 5px #0000001a}.tabs-box{position:relative}.tabs-box .tab{display:none}.tabs-box .tab.active-tab{display:block}.list-style-one{position:relative}.list-style-one li{color:var(--text-color);margin-bottom:7px;margin-right:50px;padding-left:22px;font-size:12px;font-weight:400;line-height:30px;position:relative}.list-style-one li .icon{color:var(--theme-color1);position:absolute;top:0;left:0}.list-style-two{margin-top:28px}.list-style-two li{color:var(--text-color);margin-bottom:8px;padding-left:25px;font-size:16px;position:relative}.list-style-two li .icon{color:var(--theme-color1);position:absolute;top:0;left:0}.social-icon-one{flex-wrap:wrap;display:flex;position:relative}.social-icon-one li{margin-left:20px;position:relative}.social-icon-one li:first-child{margin-left:0}.social-icon-one li a{color:var(--theme-color-dark);font-size:12px;line-height:30px;transition:all .3s;display:block;position:relative}.social-icon-one li a:hover{color:var(--theme-color1)}.play-btn{align-items:center;display:inline-flex;position:relative}.play-btn .icon{text-align:center;width:60px;height:60px;color:var(--theme-color1);background-color:var(--theme-color-light);border:1px solid var(--theme-color1);border-radius:50%;font-size:20px;line-height:60px;transition:all .3s;position:relative}.play-btn .title{text-transform:capitalize;color:var(--theme-color2);background:var(--theme-color-gray);border-radius:0 22px 22px 0;margin-left:-10px;padding:10px 25px 10px 30px;font-size:16px;font-weight:600;line-height:24px;transition:all .3s}.play-btn:hover .icon{background-color:var(--bg-theme-color1);color:var(--theme-color-light)}.play-btn:hover .title{background-color:var(--bg-theme-color2);color:var(--theme-color-light)}.play-now .icon{text-align:center;z-index:1;transform-origin:50%;border-radius:50%;width:173px;height:173px;font-size:18px;line-height:173px;display:block;position:relative;box-shadow:0 0 10px #ffffff4d}.play-now .ripple:before,.play-now .ripple:after{content:"";border-radius:50%;width:70px;height:70px;animation:3s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #fff9}.play-now .ripple.light{box-shadow:0 0 #fff}.play-now .ripple:before{animation-delay:.9s}.play-now .ripple:after{animation-delay:.6s}@keyframes ripple{70%{box-shadow:0 0 0 50px #e9232f00}to{box-shadow:0 0 #e9232f00}}.about-section-two .video-thumb .video-icon{z-index:2}.about-section-two .video-thumb .video-icon .play-now{cursor:pointer}.about-three-video-overlay{z-index:999999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.about-three-video-dialog{background:#000;border-radius:8px;width:100%;max-width:900px;position:relative;overflow:hidden}.about-three-video-close{z-index:2;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex;position:absolute;top:12px;right:12px}.about-three-video-close:hover{background:#ffffff47}.about-three-video-frame{height:0;padding-bottom:56.25%;position:relative}.about-three-video-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.default-navs .owl-nav{align-items:center;display:flex}.default-navs .owl-next,.default-navs .owl-prev{width:60px;height:60px;color:var(--theme-color-dark);text-align:center;background:#fff;border:1px solid #e3e3e3;border-radius:50%;margin-left:20px;font-size:20px;font-weight:700;line-height:58px;transition:all .5s;display:block}.default-navs .owl-next:hover,.default-navs .owl-prev:hover{border-color:var(--theme-color1)}.default-navs .owl-prev{margin-left:0}.disable-navs .owl-nav,.disable-dots .owl-dots{display:none}.default-tabs{margin-bottom:30px;position:relative;overflow:hidden}.default-tabs .tab-buttons{margin-bottom:30px;position:relative}.default-tabs .tab-btn{float:left;color:var(--theme-color1);cursor:pointer;background-color:#fff;border-radius:5px;margin-right:20px;padding:15px 35px;font-size:18px;font-weight:600;line-height:20px;transition:all .3s;position:relative;box-shadow:0 10px 30px #0000000d}.default-tabs .tab-btn:last-child{margin-right:0}.default-tabs .tab-btn.active-btn{background:var(--gradient-1);color:#fff}.default-tabs .tabs-content{width:100%;position:relative}.skills{margin-bottom:50px;position:relative}.skills .skill-item{margin-bottom:25px;position:relative}.skills .skill-item:last-child{margin-bottom:0}.skills .skill-item .skill-header{margin-bottom:0;position:relative}.skills .skill-item .skill-header .skill-title{color:var(--theme-color-dark);letter-spacing:0;margin-bottom:10px;font-weight:600}.skills .skill-item .skill-bar{border-radius:10px;width:100%;height:14px;position:relative}.skills .skill-item .skill-bar .bar-inner{background:#f2f3f6;border-radius:10px;width:100%;height:14px;position:relative}.skills .skill-item .skill-bar .bar-inner .bar{background:var(--bg-theme-color1);border-radius:10px;width:0;height:14px;transition:all 3s;position:absolute;top:0;left:0}.skills .skill-item .skill-bar .bar-inner .skill-percentage{color:#6f7174;margin-bottom:10px;font-weight:400;line-height:25px;position:absolute;bottom:100%;right:0}.before-none:before,.before_none:before,.after-none:after,.after_none:after{display:none}.overlay-anim{position:relative}.overlay-anim:before{content:"";opacity:1;z-index:9;pointer-events:none;background:#ffffff4d;width:100%;height:0;position:absolute;top:0;left:0}.overlay-anim:hover:before{opacity:0;height:100%;transition:all .4s linear}section{position:relative}.checkout-form-section-two .checkout-form .checkout-field .chk-field select option{text-align:center;padding:0 10px;font-size:14px}.checkout-form-section-two{width:auto}.checkout-form-section-two .checkout-form .btn-style-one{width:auto!important;padding:0 50px!important}@media (max-width:991.98px){.checkout-form-section-two .checkout-form .btn-style-one{width:100%!important}}.swiper-dot .swiper-pagination-bullet,.swiper-dot-light .swiper-pagination-bullet{opacity:1;background-color:#0000;border:1px solid #0000;border-radius:50%;width:20px;height:20px;transition:all .5s;position:relative;margin:0 2px!important}.swiper-dot .swiper-pagination-bullet:before,.swiper-dot-light .swiper-pagination-bullet:before{content:"";background-color:#d6d1d1;border-radius:50%;width:8px;height:8px;transition:all .5s;position:absolute;top:5px;left:5px}.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:var(--theme-color2)}.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid var(--theme-color1)}.swiper-dot-light .swiper-pagination-bullet{background-color:#0000;border:1px solid #0000}.swiper-dot-light .swiper-pagination-bullet:before,.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:var(--white)}.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid var(--white)}.px-12{padding-left:12px;padding-right:12px}.sticky-style{position:sticky;top:100px}.bg-img{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.social-icon-two{z-index:1;flex-wrap:wrap;display:flex;position:relative}.social-icon-two li{margin-left:10px;display:inline-flex}.social-icon-two li:first-child{margin-left:0}.social-icon-two li a{color:var(--theme-color-dark);text-align:center;background-color:#0000;border:1px solid #e3e3e3;border-radius:50%;width:60px;height:60px;font-size:18.15px;line-height:60px;transition:all .3s;position:relative;box-shadow:0 21px 10px #0404040d}.social-icon-two li a i{position:relative}.social-icon-two li a:before{content:"";background-color:var(--theme-color1);width:100%;height:100%;color:var(--theme-color-dark);border-radius:50%;transition:all .3s;position:absolute;top:0;left:0;transform:scale(0)}.social-icon-two li a:hover{color:var(--theme-color-light);border-color:var(--theme-color1)}.social-icon-two li a:hover:before{transform:scale(1)}.video-popup-overlay{z-index:9999;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-popup-container{background:#000;border-radius:8px;width:90%;max-width:900px;position:relative;overflow:hidden}.close-video{color:#fff;cursor:pointer;z-index:10000;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .3s;display:flex;position:absolute;top:15px;right:15px}.close-video:hover{background:#ffffff4d}.video-popup-container .video-wrapper{height:0;padding-bottom:56.25%;position:relative}.video-popup-container .video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-section-three button.play-now.popup-video.video-icon{appearance:none;cursor:pointer;font:inherit;color:inherit;text-align:inherit;background:0 0;border:0;margin:0;padding:0}.btn-one{font-size:16px;font-weight:500;line-height:16px;font-family:var(--text-font);background-color:var(--theme-color1);color:var(--theme-color-white);text-align:center;z-index:1;text-transform:capitalize;border:1px solid var(--theme-color1);border-radius:3px;width:fit-content;min-width:220px;max-width:100%;padding:20px;display:inline-block;position:relative;overflow:hidden}.btn-one:after{content:"";z-index:-1;background-color:var(--theme-color-black);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s ease-in;position:absolute;top:100%;left:-25%}.btn-one:hover{color:var(--link-hover-color)}.btn-one:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-one{min-width:150px;padding:14px}}.btn-one-rounded{font-size:16px;font-weight:500;line-height:16px;font-family:var(--title-font);background-color:var(--theme-color1);color:var(--theme-color2);text-align:center;z-index:1;text-transform:capitalize;border-radius:30px;width:fit-content;min-width:208px;max-width:100%;padding:20px;display:inline-block;position:relative;overflow:hidden}.btn-one-rounded i{margin-left:5px;transition:all .5s}.btn-one-rounded:after{content:"";z-index:-1;background-color:var(--theme-color-black);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s ease-in;position:absolute;top:100%;left:-25%}.btn-one-rounded:hover{color:var(--theme-color2)}.btn-one-rounded:hover i{transform:translate(5px)}.btn-one-rounded:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-one-rounded{min-width:150px;padding:14px 25px}}.btn-one-light{font-size:16px;font-weight:500;line-height:16px;font-family:var(--title-font);background-color:var(--theme-color-white);color:var(--theme-color5);border:1px solid var(--theme-color-black);text-align:center;z-index:1;text-transform:capitalize;border-radius:30px;width:fit-content;min-width:200px;max-width:100%;padding:20px;display:inline-block;position:relative;overflow:hidden}.btn-one-light i{margin-left:5px;transition:all .5s}.btn-one-light:after{content:"";z-index:-1;background-color:var(--theme-color-black);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s ease-in;position:absolute;top:100%;left:-25%}.btn-one-light:hover{color:var(--theme-color5)}.btn-one-light:hover i{transform:translate(5px)}.btn-one-light:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-one-light{min-width:150px;padding:14px 25px}}.btn-two{font-size:16px;font-weight:500;line-height:16px;font-family:var(--title-font);background-color:var(--theme-color2);color:var(--theme-color-white);text-align:center;z-index:1;text-transform:capitalize;width:fit-content;min-width:200px;max-width:100%;padding:20px;display:inline-block;position:relative;overflow:hidden}.btn-two:after{content:"";z-index:-1;background-color:var(--theme-color-white);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s ease-in;position:absolute;top:100%;left:-25%}.btn-two:hover{color:var(--theme-color-white)}.btn-two:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-two{min-width:150px;padding:14px}}.btn-two-rounded{font-size:16px;font-weight:500;line-height:16px;font-family:var(--title-font);background-color:var(--theme-color2);color:var(--theme-color-white);text-align:center;z-index:1;text-transform:capitalize;border-radius:30px;width:fit-content;min-width:220px;max-width:100%;padding:20px;display:inline-block;position:relative;overflow:hidden}.btn-two-rounded i{margin-left:5px;transition:all .5s}.btn-two-rounded:after{content:"";z-index:-1;background-color:var(--theme-color-white);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s ease-in;position:absolute;top:100%;left:-25%}.btn-two-rounded:hover{color:var(--theme-color-white)}.btn-two-rounded:hover i{transform:translate(5px)}.btn-two-rounded:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-two-rounded{min-width:150px;padding:14px 25px}}.btn-three{background-color:var(--theme-color6);color:var(--theme-color-white);font-family:var(--title-font);text-transform:capitalize;text-align:center;z-index:1;border-radius:30px;width:fit-content;min-width:220px;max-width:100%;padding:20px;font-size:16px;font-weight:500;line-height:16px;display:inline-block;position:relative;overflow:hidden}.btn-three i{margin-left:5px;transition:all .5s}.btn-three:after{content:"";z-index:-1;background-color:var(--theme-color-white);opacity:.1;border-radius:50%;width:150%;padding-top:150%;transition:all .5s;position:absolute;top:100%;left:-25%}.btn-three:hover{color:var(--theme-color-white)}.btn-three:hover i{transform:translate(5px)}.btn-three:hover:after{transform:translateY(-50%)}@media (max-width:767.98px){.btn-three{min-width:150px;padding:14px 25px}}.playbtnanim{z-index:1;position:relative}.playbtnanim:after,.playbtnanim:before{content:"";opacity:.3;z-index:-1;border:1px solid #00000080;border-radius:50%;width:100%;height:100%;animation-name:video-animation;animation-duration:2.5s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:0;left:0}@keyframes video-animation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{opacity:0;transform:scale(1.2)}}.playbtnanim:before{animation-delay:1s}.btn-wrap{z-index:5;justify-content:center;align-items:center;display:flex;position:relative}.btn-wrap .btn-part{background:var(--theme-color1);text-align:center;padding:5px;transition:all .15s ease-in-out;display:inline-block}.btn-wrap .btn-part:hover .theme-btn{color:var(--theme-color1)}.btn-wrap .theme-btn{border:1px solid var(--theme-color-white);background:var(--theme-color1);color:var(--theme-color-white);z-index:1;padding:13px 66px;font-size:16px;font-weight:400;line-height:1;transition:all .15s ease-in-out;display:inline-block;position:relative}.btn-wrap .theme-btn:before{content:"";z-index:-1;background-color:var(--theme-color-white);border-radius:inherit;transform-origin:100% 0;transition:transform .5s cubic-bezier(.86,0,.07,1);width:100%;height:100%;transition-timing-function:cubic-bezier(.86,0,.07,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn-wrap .theme-btn:hover:before{transform-origin:0 100%;transform:scale(1)}.btn-wrap .theme-btn span{z-index:1;position:relative}.btn-wrap-two{justify-content:center;align-items:center;display:flex}.btn-wrap-two .btn-part{background:var(--theme-color-white);padding:9px 13px;transition:all .15s ease-in-out;display:inline-block;position:relative}.btn-wrap-two .btn-part:hover .theme-btn{border:1px solid var(--theme-color-white);color:var(--theme-color-white)}.btn-wrap-two .theme-btn{border:1px solid var(--theme-color1);color:var(--theme-color-black);z-index:1;padding:13px 66px;font-size:16px;font-weight:400;line-height:28px;transition:all .15s ease-in-out;display:inline-block;position:relative}.btn-wrap-two .theme-btn:before{content:"";z-index:-1;background-color:var(--theme-color-black);border-radius:inherit;transform-origin:100% 0;transition:transform .5s cubic-bezier(.86,0,.07,1);width:100%;height:100%;transition-timing-function:cubic-bezier(.86,0,.07,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn-wrap-two .theme-btn:hover:before{transform-origin:0 100%;transform:scale(1)}.btn-wrap-two .theme-btn span{z-index:1;position:relative}.btn-wrap-three .btn-part{background:var(--theme-color-gray7);width:100%;padding:9px 13px;transition:all .15s ease-in-out;display:inline-block}.btn-wrap-three .btn-part:hover{background:0 0}.btn-wrap-three .btn-part:hover .theme-btn{border:1px solid var(--theme-color-white);color:var(--theme-color-white);background:var(--theme-color1)}.btn-wrap-three .theme-btn{border:1px solid var(--theme-color1);color:var(--theme-color-black);text-align:center;width:100%;padding:13px 66px;font-size:16px;font-weight:400;line-height:28px;transition:all .15s ease-in-out;display:inline-block}.btn-wrap-five{justify-content:center;align-items:center;display:flex}.btn-wrap-five .btn-part{border:1px solid var(--theme-color-white);padding:2px;transition:all .15s ease-in-out;display:inline-block;position:relative}.btn-wrap-five .btn-part:hover .theme-btn{border:1px solid var(--theme-color-white);color:var(--theme-color-white)}.btn-wrap-five .theme-btn{border:1px solid var(--theme-color-white);color:var(--theme-color-white);padding:10px 58px;font-size:16px;font-weight:400;line-height:28px;transition:all .15s ease-in-out;display:inline-block;position:relative}.btn-wrap-five .theme-btn:before{content:"";z-index:1;background-color:var(--theme-color1);border-radius:inherit;transform-origin:100% 0;transition:transform .5s cubic-bezier(.86,0,.07,1);width:100%;height:100%;transition-timing-function:cubic-bezier(.86,0,.07,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn-wrap-five .theme-btn:hover:before{transform-origin:0 100%;transform:scale(1)}.btn-wrap-five .theme-btn span{z-index:1;position:relative}.bounce-y{animation:10s linear infinite bounce-y}@keyframes bounce-y{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.bounce-z{animation:70s infinite fa-spin}.reveal-left{clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:all .8s;transition-delay:.3s}.reveal-left.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.reveal-right{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transition:all .8s;transition-delay:.3s}.reveal-right.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.reveal-top{clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .8s;transition-delay:.3s}.reveal-top.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.reveal-bottom{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transition:all .8s;transition-delay:.3s}.reveal-bottom.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.img-fit{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.img-fit-cover{-o-object-fit:cover;object-fit:cover}.btn-anim{position:relative}.btn-anim:before{content:"";opacity:1;z-index:9;pointer-events:none;background:#ffffff4d;width:100%;height:0;position:absolute;top:0;left:0}.btn-anim:hover:before{opacity:0;height:100%;transition:all .4s linear}.splt-txt span{display:inline-block}.splt-txt .whitespace{width:8px}.splt-txt.animated .char{animation:.4s cubic-bezier(.3,0,.7,1) both fadeInRight;-webkit-animation-delay:calc(30ms * var(--char-index));animation-delay:calc(30ms * var(--char-index))}.splt-txt.animated .char:first-child{text-transform:capitalize}.imageUpToDown{clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .8s;transition-delay:.3s}.imageUpToDown.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.imageDownToUP{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transition:all .8s;transition-delay:.3s}.imageDownToUP.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.imageLeftToRight{clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:all .8s;transition-delay:.3s}.imageLeftToRight.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.imageRightToLeft{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transition:all .8s;transition-delay:.3s}.imageRightToLeft.animated{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}@keyframes sway{0%{transform:translate(-20px)}to{transform:translate(0)}}.sway__animation{animation:3s linear infinite alternate sway}@keyframes swayX{0%{transform:translate(20px)}to{transform:translate(0)}}.sway__animationX{animation:3s linear infinite alternate swayX}@keyframes footer__shadow{0%{margin-left:-200px}to{margin-right:-200px}}@keyframes sway_Y{0%{transform:translateY(0)}to{transform:translateY(20px)}}.sway_Y__animation{animation:3s linear infinite alternate sway_Y}@keyframes sway_YY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.sway_Y__animationY{animation:3s linear infinite alternate sway_YY}@keyframes sunMove{0%{transform:rotate(0)}25%{transform:rotate(45deg)}50%{transform:rotate(90deg)}75%{transform:rotate(45deg)}to{transform:rotate(0)}}.animation__sunMove{animation:10s linear infinite sunMove}@keyframes floatBob{0%{transform:translateY(0)translate(0)rotate(0)}50%{transform:translateY(10px)translate(10px)rotate(5deg)}to{transform:translateY(0)translate(0)rotate(0)}}.animation__floatBob{animation-name:floatBob;animation-duration:4s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes arryUpDown{0%{transform:translateY(-10px)}to{transform:translateY(10px)}}.animation__arryUpDown{animation:2s infinite alternate arryUpDown}@keyframes arryLeftRight{0%{transform:translate(-10px)}to{transform:translate(10px)}}.animation__arryLeftRight{animation:2s infinite alternate arryLeftRight}@keyframes pxl_zoom_reverse{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.pxl-image-zoom{animation:5s linear infinite pxl_zoom_reverse}@keyframes zoom-in-zoom-out{0%{transform:scale(.6)}50%{transform:scale(1)}to{transform:scale(.6)}}.pxl-image-zoom2{animation:20s linear infinite zoom-in-zoom-out}@keyframes pxl_zigzag{0%,to,20%,50%,80%{transform:translateY(0)}40%{transform:rotate(10deg)}60%{transform:rotate(-10deg)}}.pxl__zigzag{animation:1s ease-out infinite pxl_zigzag}@keyframes pxl_right_left{0%{transform:translate(0)}25%{transform:translate(40px)}50%{transform:translate(0)}75%{transform:translate(-40px)}to{transform:translate(0)}}.slide-right-to-left{animation:12s ease-out infinite pxl_right_left}@keyframes pxl_left_right{0%{transform:translate(0)}25%{transform:translate(-40px)}50%{transform:translate(0)}75%{transform:translate(40px)}to{transform:translate(0)}}.slide-left-to-right{animation:12s ease-out infinite pxl_left_right}@keyframes pxl_float_two{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.slide-up-down{animation:2s infinite alternate pxl_float_two}@keyframes pxl_bottom_top{0%{transform:translate(0)}25%{transform:translateY(40px)}50%{transform:translateY(0)}75%{transform:translateY(-40px)}to{transform:translateY(0)}}.slide-bottom-to-top{animation:12s ease-out infinite pxl_bottom_top}@keyframes pxl_effect1{0%{transform:translate(0)}20%{transform:translate(40px,-5px)}40%{transform:translate(60px,40px)}60%{transform:translate(40px,60px)}80%{transform:translate(-40px,60px)}to{transform:translate(0)}}.slide-effect1{animation:12s ease-out infinite pxl_effect1}@keyframes pxl_effect2{0%{transform:translate(0)}20%{transform:translate(-30px,40px)}40%{transform:translate(60px,60px)}60%{transform:translate(70px,40px)}80%{transform:translate(40px,-70px)}to{transform:translate(0)}}.slide-effect2{animation:12s ease-out infinite pxl_effect2}@keyframes pxl_effect3{0%{transform:translate(0)}30%{transform:translate(40px,60px)}45%{transform:translate(80px,90px)}65%{transform:translate(40px,110px)}75%{transform:translate(20px,800px)}to{transform:translate(0)}}.slide-effect3{animation:12s ease-out infinite pxl_effect3}@keyframes pxl_top_bottom{0%{transform:translate(0)}25%{transform:translateY(-40px)}50%{transform:translateY(0)}75%{transform:translateY(40px)}to{transform:translateY(0)}}.slide-top-to-bottom{animation:12s ease-out infinite pxl_top_bottom}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animation__rotate{animation:30s linear infinite rotate}@keyframes rotateY{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.animation__rotateY{animation:30s linear infinite rotateY}@keyframes rotateAndScale{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(.8)}to{transform:rotate(360deg)scale(1)}}.animation__rotateAndScale{animation:20s linear infinite rotateAndScale}@keyframes rotateAndScaleY{0%{transform:rotate(0)scale(1)}50%{transform:rotate(-180deg)scale(.8)}to{transform:rotate(-360deg)scale(1)}}.animation__rotateAndScaleY{animation:20s linear infinite rotateAndScaleY}@keyframes ring-animation{0%{transform:rotate(0)}20%,32%,44%,56%,68%{transform:rotate(0)}23%,35%,47%,59%,71%{transform:rotate(15deg)}26%,38%,50%,62%,74%{transform:rotate(0)}29%,41%,53%,65%,77%{transform:rotate(-15deg)}80%{transform:rotate(0)}}.ring__animation{animation:1.5s ease-in-out infinite ring-animation}@keyframes bobble{0%{transform:translateY(0)scale(.9)}to{transform:translateY(-20px)scale(1)}}.bobble__animation{animation:3s ease-in-out infinite alternate bobble}@keyframes video-animation{0%{transform:scale(1)}50%{transform:scale(1.5)}to{opacity:0;transform:scale(2)}}@keyframes goAll{0%{opacity:.3;transform:translate(400px,200px)}17%{opacity:.4;transform:translate(600px,400px)}33%{opacity:.7;transform:translate(600px,600px)}50%{opacity:.2;transform:translate(400px,800px)}66%{opacity:.6;transform:translate(200px,600px)}83%{opacity:.3;transform:translate(200px,400px)}to{opacity:.3;transform:translate(400px,200px)}}@keyframes goAll2{0%{opacity:.3;top:800px;left:845px}25%{opacity:.4;top:400px;left:845px}50%{opacity:1;top:800px;left:845px}75%{opacity:.2;top:1200px;left:845px}to{opacity:.3;top:800px;left:845px}}@keyframes left{0%{transform:translate(0)}50%{transform:translate(30px)}to{transform:translate(0)}}.animation__goLeft{animation:6s infinite left}@keyframes top-bottom{0%,to,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.animation__topBottom{animation:2s infinite top-bottom}@keyframes goAll3{0%{opacity:1;transform:translate(0)}33%{opacity:.3;transform:translate(100px,100px)}66%{opacity:.7;transform:translateY(200px)}to{opacity:1;transform:translate(0)}}.animation__goAll{animation:30s linear infinite goAll}.animation__goAll2{animation:50s linear infinite goAll2}.animation__goAll3{animation:30s linear infinite goAll3}@keyframes iconHover1{0%{transform:translate(0)}40%{transform:translate(-10px)}}@keyframes iconBounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.gsap__parallax,.gsap__parallax-zoom{overflow:hidden}.accordion-box{position:relative}.accordion-box .block{background-color:#fff;margin-bottom:10px;position:relative;box-shadow:0 5px 40px #0000000d}.accordion-box .block .acc-btn{color:var(--headings-color);font-family:var(--title-font);font-weight:var(--h4-font-weight);cursor:pointer;border-bottom:1px solid #fff;padding:20px 70px 20px 30px;font-size:20px;transition:all .5s;position:relative}.accordion-box .block .acc-btn .icon{height:35px;color:var(--theme-color1);align-items:center;font-size:18px;line-height:2;transition:all .5s;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.accordion-box .block .acc-btn.active{background-color:var(--theme-color1);color:#fff}.accordion-box .block .acc-btn.active .icon{color:var(--text-color-bg-theme-color2)}.accordion-box .block .acc-btn.active .icon:before{content:""}.accordion-box .block .acc-content{display:none;position:relative}.accordion-box .block .acc-content .content{padding:25px 30px;position:relative}.accordion-box .block .acc-content .content .text{color:#808287;margin-bottom:0;font-size:16px;line-height:30px;display:block}.accordion-box .block .acc-content.current{display:block}.search-popup{z-index:99;opacity:0;visibility:hidden;width:100%;height:100vh;transition:all .5s;position:fixed;top:0;left:0;overflow:hidden;transform:scale(.95)}.search-popup .search-back-drop{background-color:var(--theme-color-dark);opacity:.95;width:100%;height:100%;position:absolute;top:0;left:0}.search-popup .close-search{color:var(--theme-color-light);z-index:3;background-color:#0000;border-radius:50%;font-size:26px;transition:all .5s;position:absolute;top:30px;right:30px}.search-popup .search-inner{z-index:1;opacity:0;width:calc(100% - 60px);max-width:800px;height:auto;margin:auto;transition:all .3s;display:block;position:relative;top:40%;transform:translateY(-50px)}.search-popup .form-group{align-items:center;display:flex;position:relative}.search-popup .form-group input[type=search],.search-popup .form-group input[type=text]{color:#707070;background:#fff;border:1px solid #e1e6dc;border-radius:5px;width:100%;height:50px;padding:15px 20px;font-size:16px;line-height:20px;transition:all .5s;display:block;position:relative}.search-popup .form-group input[type=search]:focus,.search-popup .form-group input[type=text]:focus{border-color:var(--border-theme-color2)}.search-popup .form-group button{width:40px;height:40px;color:var(--theme-color-dark);background:#fff;border-radius:5px;font-size:18px;font-weight:400;line-height:40px;transition:all .5s;display:block;position:absolute;top:5px;right:5px}.search-popup .form-group button:hover{color:var(--theme-color-dark)}.search-popup textarea::-webkit-input-placeholder{color:inherit}.search-popup input::-webkit-input-placeholder{color:inherit}.search-popup textarea::-moz-placeholder{color:inherit}.search-popup input::-moz-placeholder{color:inherit}:is(.search-popup textarea:-ms-placeholder-shown,.search-popup input:-ms-placeholder-shown){color:inherit}:is(.search-popup textarea:placeholder-shown,.search-popup input:placeholder-shown){color:inherit}.search-popup textarea::-moz-placeholder{color:inherit}.search-popup input::-moz-placeholder{color:inherit}.search-popup textarea::placeholder,.search-popup input::placeholder{color:inherit}.moblie-search-active .search-popup{opacity:1;visibility:visible;border-radius:0%;transform:scale(1)}.moblie-search-active .search-popup .search-inner{opacity:1;transition-delay:.5s;transform:translateY(0)}.logo{width:181px}.logo a{display:block}.logo a img{width:100%}.header-span{width:100%;height:110px;display:block;position:relative}.main-header{z-index:999;width:100%;position:relative}.header-top{z-index:1;border-bottom:1px solid #e7e7e8;position:relative;overflow:hidden}.header-top .auto-container{justify-content:space-between;align-items:center;max-width:1450px;padding:0 20px;display:flex}.header-top .top-left{align-items:center;display:flex}.header-top .top-left .info-list{color:var(--theme-color-black);align-items:center;gap:30px;font-size:14px;font-weight:500;display:flex}.header-top .top-left .info-list li{color:var(--theme-color-white);text-align:center;font-family:var(--text-font);align-items:center;gap:10px;font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:flex}.header-top .top-left .info-list li a{color:var(--theme-color-white);text-align:center;font-weight:500;font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}.header-top .top-right{align-items:center;gap:40px;display:flex;position:relative}.header-top .top-right .auth-btn{align-items:center;display:flex;gap:5px!important}.header-top .top-right .auth-btn li{color:var(--theme-color-white)}.header-top .top-right .auth-btn li a{color:var(--theme-color-white);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}.header-top .top-right ul{align-items:center;gap:20px;display:flex}.header-top .top-right ul li a{color:var(--theme-color-black);font-size:14px;font-weight:500}.header-top .top-right ul li a:hover{color:var(--theme-color1)!important}.header-top .top-right ul.top-social-icon li a{transition:all .7s;display:inline-block}.header-top .top-right ul.top-social-icon li a:hover{transform:rotateY(-360deg)}.main-header .header-lower{transition:all .3s;position:relative}.main-header .header-lower .logo-box{position:relative}.main-header .logo{display:block;position:relative}.main-header .logo img{max-width:100%;height:auto}.main-header .main-box{align-items:center;transition:all .3s;display:flex;position:relative;top:0;left:0}.main-header .main-box .nav-outer{margin-left:auto;margin-right:auto;position:relative}.main-menu{position:relative}@media (max-width:991.98px){.main-menu{display:none}}.main-menu .navbar-header{display:none}.main-menu .navbar-collapse{padding:0}.main-menu .navigation{margin:0;position:relative}.main-menu .navigation>li{float:left;margin-right:35px;padding:25px 0;transition:all .3s;position:relative}.main-menu .navigation>li:last-child{margin-right:0}.main-menu .navigation>li>a{text-align:center;opacity:1;text-align:center;font-size:16px;font-weight:400;line-height:28px;font-family:var(--text-font);letter-spacing:1.3px;transition:all .3s;display:flex;position:relative;color:var(--text-color2)!important}.main-menu .navigation>li>a:hover{color:var(--theme-color1)}.main-menu .navigation>li.dropdown:hover>ul{visibility:visible;opacity:1;margin-top:0;transition:all .3s;top:100%}.main-menu .navigation>li>ul{z-index:100;opacity:0;background-color:#fff;width:220px;margin-top:30px;padding:10px 0 0;display:none;position:absolute;top:100%;left:0;box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d}.main-menu .navigation>li>ul.from-right{left:auto;right:0}.main-menu .navigation>li>ul>li{border-bottom:1px solid #ebf1f5;width:100%;position:relative}.main-menu .navigation>li>ul>li:last-child{border-bottom:none}.main-menu .navigation>li>ul>li>a{text-align:left;text-transform:capitalize;margin:0 30px;padding:10px 0;font-size:14px;font-weight:500;line-height:29px;transition:all .3s;display:block;position:relative}.main-menu .navigation>li>ul>li:hover>a{padding-left:5px;color:var(--theme-color1)!important}.main-menu .navigation>li>ul>li.dropdown>a:after{content:"";z-index:5;font-family:"Font Awesome 6 Pro";font-size:14px;font-weight:300;line-height:24px;display:block;position:absolute;top:15px;right:0}.main-menu .navigation>li>ul>li.dropdown:hover>ul{visibility:visible;opacity:1;margin-top:20px;transition:all .3s;top:0}.main-menu .navigation>li>ul>li>ul{z-index:100;opacity:0;background-color:#fff;width:220px;margin-top:10px;padding:10px 0 0;display:none;position:absolute;top:0;left:100%;transform:translateY(-30px);box-shadow:2px 2px 5px 1px #0000000d,-2px 0 5px 1px #0000000d}.main-menu .navigation>li>ul>li>ul>li{border-bottom:1px solid #ebf1f5;width:100%;position:relative}.main-menu .navigation>li>ul>li>ul>li:last-child{border-bottom:none}.main-menu .navigation>li>ul>li>ul>li>a{text-align:left;text-transform:capitalize;margin:0 30px;padding:10px 0;font-size:16px;font-weight:400;line-height:24px;transition:all .3s;display:block;position:relative}.main-menu .navigation>li>ul>li>ul>li>a:hover{color:var(--theme-color1)}.main-menu .navigation li.dropdown .dropdown-btn{text-align:center;color:#fff;cursor:pointer;z-index:5;border:1px solid #fff;width:34px;height:30px;font-size:16px;line-height:26px;display:none;position:absolute;top:8px;right:10px}.main-header .outer-box{justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.main-header .outer-box .header-btn{color:#fff;text-transform:capitalize;border:2px solid #fff;border-radius:50px;height:60px;padding:0 5px 0 38px;font-size:15px;font-weight:600;line-height:60px;display:inline-block;position:relative}.main-header .outer-box .header-btn span{text-align:center;background-color:var(--theme-color1);border-radius:50%;width:50px;height:50px;margin-left:10px;line-height:50px;display:inline-block;position:relative;top:-2px}.main-header .outer-box .header-btn span i{color:#000;font-size:22px;font-weight:900;transition:all .3s;position:relative;top:4px}.main-header .outer-box .header-btn:hover{background-color:var(--theme-color1);border-color:#0000}.main-header .ui-btn-outer{border-left:1px solid #ffffff80;justify-content:flex-end;align-items:center;padding:6px 0 6px 17px;display:flex;position:relative;right:117px}.main-header .ui-btn{text-align:center;color:#fff;background:0 0;width:30px;height:30px;font-size:26px;line-height:30px;transition:all .3s;display:block;position:relative}.main-header .ui-btn:hover{color:var(--theme-color1)}.main-header .info-btn{color:#fff;text-align:left;white-space:nowrap;padding-left:44px;font-size:16px;font-weight:500;line-height:20px;position:relative}.main-header .info-btn small{text-transform:uppercase;color:var(--theme-color1);font-size:10px;font-weight:500;display:block}.main-header .info-btn .icon{height:40px;margin-top:-12px;margin-right:20px;padding-right:20px;font-size:24px;line-height:1em;position:absolute;top:50%;left:0}.main-header .info-btn:hover{color:var(--theme-color-light)}.main-menu .navigation>li.dropdown:hover>ul{opacity:1;visibility:visible;margin-top:0;transition:all .3s;display:inline-block;top:100%}@media only screen and (min-width:768px){.main-menu .navigation>li>ul,.main-menu .navigation>li>ul>li>ul{opacity:0;visibility:hidden;display:block!important}}.header-style-one,.header-style-seven,.header-style-six{position:absolute}@media (max-width:575.98px){.header-style-one .auto-container,.header-style-seven .auto-container,.header-style-six .auto-container{padding:0}}.header-style-one .main-box,.header-style-seven .main-box,.header-style-six .main-box{background-color:#0000;max-width:1450px;margin:0 auto;padding:35px 0}@media (max-width:991.98px){.header-style-one .main-box,.header-style-seven .main-box,.header-style-six .main-box{justify-content:space-between}}@media (max-width:575.98px){.header-style-one .main-box,.header-style-seven .main-box,.header-style-six .main-box{padding:24px 15px}}.header-style-one .main-box .nav-right-content,.header-style-seven .main-box .nav-right-content,.header-style-six .main-box .nav-right-content{align-items:center;gap:24px;display:flex}.header-style-one .main-box .nav-right-content .bar-icon,.header-style-seven .main-box .nav-right-content .bar-icon,.header-style-six .main-box .nav-right-content .bar-icon{cursor:pointer}.header-style-one .main-box .nav-right-content .bar-icon:hover svg path,.header-style-seven .main-box .nav-right-content .bar-icon:hover svg path,.header-style-six .main-box .nav-right-content .bar-icon:hover svg path{fill:var(--theme-color1)}@media (max-width:1199.98px){.header-style-one .main-box .nav-right-content .bar-icon,.header-style-seven .main-box .nav-right-content .bar-icon,.header-style-six .main-box .nav-right-content .bar-icon{display:none}}.header-style-one .main-box .nav-right-content .card-icon,.header-style-seven .main-box .nav-right-content .card-icon,.header-style-six .main-box .nav-right-content .card-icon{cursor:pointer}@media (max-width:991.98px){.header-style-one .main-box .nav-right-content .card-icon,.header-style-seven .main-box .nav-right-content .card-icon,.header-style-six .main-box .nav-right-content .card-icon,.header-style-one .main-box .nav-right-content .btn-wrap-two,.header-style-seven .main-box .nav-right-content .btn-wrap-two,.header-style-six .main-box .nav-right-content .btn-wrap-two{display:none}}.header-style-one .main-box .nav-right-content .btn-wrap-two .btn-part,.header-style-seven .main-box .nav-right-content .btn-wrap-two .btn-part,.header-style-six .main-box .nav-right-content .btn-wrap-two .btn-part{padding:3px}.header-style-one .main-box .nav-right-content .btn-wrap-two .btn-part .theme-btn,.header-style-seven .main-box .nav-right-content .btn-wrap-two .btn-part .theme-btn,.header-style-six .main-box .nav-right-content .btn-wrap-two .btn-part .theme-btn{border:1px solid var(--border-color-9);padding:10px 57px}.header-style-one .outer-box,.header-style-seven .outer-box,.header-style-six .outer-box{margin-left:0;margin-right:0}.header-style-one .outer-box .info-box,.header-style-seven .outer-box .info-box,.header-style-six .outer-box .info-box{align-items:center;display:flex}.header-style-one .outer-box .info-box .call-info,.header-style-seven .outer-box .info-box .call-info,.header-style-six .outer-box .info-box .call-info{align-items:center;gap:12px;display:flex}.header-style-one .outer-box .info-box .call-info i,.header-style-seven .outer-box .info-box .call-info i,.header-style-six .outer-box .info-box .call-info i{text-align:center;width:55px;height:55px;color:var(--headings-color);background-color:var(--theme-color1);border-radius:50%;font-size:18px;line-height:55px;display:inline-block}.header-style-one .outer-box .info-box .call-info .title,.header-style-seven .outer-box .info-box .call-info .title,.header-style-six .outer-box .info-box .call-info .title{color:#0c6460;text-transform:uppercase;margin-bottom:0;font-weight:500;line-height:16px}.header-style-one .outer-box .info-box .call-info a,.header-style-seven .outer-box .info-box .call-info a,.header-style-six .outer-box .info-box .call-info a{color:var(--theme-color-dark);font-size:16px;font-weight:600}@media (max-width:1399.98px){.header-style-one .outer-box .info-box .call-info,.header-style-seven .outer-box .info-box .call-info,.header-style-six .outer-box .info-box .call-info{display:none}}.header-style-one .outer-box .info-box .btn-two,.header-style-seven .outer-box .info-box .btn-two,.header-style-six .outer-box .info-box .btn-two{margin-left:50px}@media (max-width:1199.98px){.header-style-one .outer-box .info-box,.header-style-seven .outer-box .info-box,.header-style-six .outer-box .info-box{display:none}}.header-style-one .outer-box .search-btn,.header-style-seven .outer-box .search-btn,.header-style-six .outer-box .search-btn{background-color:unset;margin-right:75px;position:relative}@media (max-width:575.98px){.header-style-one .outer-box .search-btn,.header-style-seven .outer-box .search-btn,.header-style-six .outer-box .search-btn{margin-right:20px}}.header-style-one .outer-box .search-btn:before,.header-style-seven .outer-box .search-btn:before,.header-style-six .outer-box .search-btn:before{content:"";background-color:#ababab;width:1px;height:40px;position:absolute;top:-5px;right:-52px}@media (max-width:575.98px){.header-style-one .outer-box .search-btn:before,.header-style-seven .outer-box .search-btn:before,.header-style-six .outer-box .search-btn:before{right:-20px}}.header-style-one .outer-box .search-btn .flaticon-search,.header-style-seven .outer-box .search-btn .flaticon-search,.header-style-six .outer-box .search-btn .flaticon-search{color:#000;font-size:21px}.header-style-one .outer-box .login-btn,.header-style-seven .outer-box .login-btn,.header-style-six .outer-box .login-btn{background-color:unset;margin-right:18px;position:relative}.header-style-one .outer-box .login-btn:before,.header-style-seven .outer-box .login-btn:before,.header-style-six .outer-box .login-btn:before{content:"";background-color:#000;width:1px;height:27px;position:absolute;top:-1px;left:-22px}.header-style-one .outer-box .login-btn .flaticon-user,.header-style-seven .outer-box .login-btn .flaticon-user,.header-style-six .outer-box .login-btn .flaticon-user{color:#000;font-size:21px}.header-style-one .outer-box .header-btn,.header-style-seven .outer-box .header-btn,.header-style-six .outer-box .header-btn{text-transform:uppercase;background-color:var(--theme-color1);text-align:center;border-color:#0000;border-radius:0;width:140px;height:50px;margin-top:-8px;padding:0;font-size:16px;line-height:45px}.header-style-one .outer-box .header-btn:before,.header-style-seven .outer-box .header-btn:before,.header-style-six .outer-box .header-btn:before{display:none}.header-style-one .main-menu .navigation>li,.header-style-seven .main-menu .navigation>li,.header-style-six .main-menu .navigation>li{margin-right:45px;padding:0}.header-style-one .main-menu .navigation>li:last-child,.header-style-seven .main-menu .navigation>li:last-child,.header-style-six .main-menu .navigation>li:last-child{margin-right:0}.header-style-one .main-menu .navigation>li>a,.header-style-seven .main-menu .navigation>li>a,.header-style-six .main-menu .navigation>li>a{color:var(--headings-color);text-transform:capitalize;font-weight:500;position:relative}.header-style-one .main-menu .navigation>li>a:before,.header-style-seven .main-menu .navigation>li>a:before,.header-style-six .main-menu .navigation>li>a:before{content:"";background-color:var(--theme-color1);width:0;height:1px;transition:all .3s;position:absolute;bottom:0;left:0}.header-style-one .main-menu .navigation>li>a:hover:before,.header-style-seven .main-menu .navigation>li>a:hover:before,.header-style-six .main-menu .navigation>li>a:hover:before{width:100%}.header-style-one .main-menu .navigation>li>a:hover,.header-style-seven .main-menu .navigation>li>a:hover,.header-style-six .main-menu .navigation>li>a:hover{color:var(--theme-color1)!important}.header-style-one .main-menu .navigation li.dropdown .dropdown-btn,.header-style-seven .main-menu .navigation li.dropdown .dropdown-btn,.header-style-six .main-menu .navigation li.dropdown .dropdown-btn{width:auto;height:unset;color:var(--headings-color);border:2px;font-size:10px;display:inline-block;top:auto;bottom:1px;right:-14px}.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn,.header-style-seven .main-menu .navigation li.dropdown ul .dropdown-btn,.header-style-six .main-menu .navigation li.dropdown ul .dropdown-btn{display:none}.header-style-one .main-menu .navigation>li>ul>li>a:hover,.header-style-seven .main-menu .navigation>li>ul>li>a:hover,.header-style-six .main-menu .navigation>li>ul>li>a:hover{color:var(--theme-color-v2)}.header-style-one .mobile-nav-toggler,.header-style-seven .mobile-nav-toggler,.header-style-six .mobile-nav-toggler{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;color:#000;font-size:24px;display:inline-block}@media (max-width:575.98px){.header-style-one .sticky-header .auto-container,.header-style-seven .sticky-header .auto-container,.header-style-six .sticky-header .auto-container{padding:0 15px}}.header-style-one .sticky-header .mobile-nav-toggler,.header-style-seven .sticky-header .mobile-nav-toggler,.header-style-six .sticky-header .mobile-nav-toggler{display:none}@media (max-width:991.98px){.header-style-one .sticky-header .mobile-nav-toggler,.header-style-seven .sticky-header .mobile-nav-toggler,.header-style-six .sticky-header .mobile-nav-toggler{color:var(--theme-color2);display:block}}.header-style-one .sticky-header .main-menu .navigation>li>a,.header-style-seven .sticky-header .main-menu .navigation>li>a,.header-style-six .sticky-header .main-menu .navigation>li>a{color:var(--theme-color-black)}.header-style-one .sticky-header .main-menu .navigation>li.current>a,.header-style-seven .sticky-header .main-menu .navigation>li.current>a,.header-style-six .sticky-header .main-menu .navigation>li.current>a,.header-style-one .sticky-header .main-menu .navigation>li:hover>a,.header-style-seven .sticky-header .main-menu .navigation>li:hover>a,.header-style-six .sticky-header .main-menu .navigation>li:hover>a{color:var(--headings-color)}.header-style-one .sticky-header .main-menu .navigation>li,.header-style-seven .sticky-header .main-menu .navigation>li,.header-style-six .sticky-header .main-menu .navigation>li{padding:0}.header-style-one .sticky-header.fixed-header,.header-style-seven .sticky-header.fixed-header,.header-style-six .sticky-header.fixed-header{background:#fff;align-items:center;height:70px;display:flex}.header-style-one .sticky-header .main-menu,.header-style-seven .sticky-header .main-menu,.header-style-six .sticky-header .main-menu{align-items:center;height:100%;display:flex}@media (max-width:991.98px){.header-style-one .sticky-header .main-menu,.header-style-seven .sticky-header .main-menu,.header-style-six .sticky-header .main-menu{display:none}}.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,.header-style-seven .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,.header-style-six .sticky-header .main-menu .navigation li.dropdown .dropdown-btn{color:var(--headings-color)}.header-style-one .sticky-header .inner-container,.header-style-seven .sticky-header .inner-container,.header-style-six .sticky-header .inner-container{align-items:center}.header-style-two{position:absolute}@media (max-width:575.98px){.header-style-two .auto-container{padding:0}}.header-style-two .header-top{padding:8px 0}.header-style-two .header-top:after{content:"";background-color:var(--theme-color1);z-index:-1;width:31%;height:100%;position:absolute;top:0;right:0}@media (max-width:1199.98px){.header-style-two .header-top:after{width:35%}}@media (max-width:991.98px){.header-style-two .header-top{display:none}}.header-style-two .header-top .inner-box{justify-content:space-between;padding:8px 0 11px;display:flex}.header-style-two .header-top .inner-box .top-left span{color:#adadad}.header-style-two .header-top .inner-box .top-left span .icon{color:var(--theme-color1);margin-right:18px}.header-style-two .header-top .inner-box .top-right .social-icon-one li a{color:#adadad;font-size:16px}.header-style-two .header-top .social-icon-one li{color:#adadad;margin-left:0;margin-right:18px}.header-style-two .header-top .social-icon-one li:last-child{margin-right:0}.header-style-two .header-top .info-language{margin-left:30px}.header-style-two .header-top .info-language .select-language{background-color:var(--theme-color1);color:var(--theme-color-white);cursor:pointer;padding:15.75px 20px}.header-style-two .header-top .info-language .select-language .icon{margin-left:6px}.header-style-two .header-top .info-user{background-color:rgba(var(--theme-color-white-rgb), .1);color:var(--theme-color1);text-align:center;cursor:pointer;width:60px;height:60px;font-size:24px;line-height:60px}.header-style-two .main-box{background-color:#0000;max-width:1450px;margin:0 auto;padding:45px 0}@media (max-width:991.98px){.header-style-two .main-box{justify-content:space-between}}@media (max-width:575.98px){.header-style-two .main-box{padding:24px 15px}}.header-style-two .main-box .logo-box{margin-left:auto;margin-right:auto;position:relative}@media (max-width:991.98px){.header-style-two .main-box .logo-box{margin-left:0;margin-right:auto}}.header-style-two .main-box .nav-right-content{align-items:center;gap:24px;display:flex}.header-style-two .main-box .nav-right-content .bar-icon{cursor:pointer}.header-style-two .main-box .nav-right-content .bar-icon svg path,.header-style-two .main-box .nav-right-content .bar-icon:hover svg path{fill:var(--theme-color-white)}@media (max-width:1199.98px){.header-style-two .main-box .nav-right-content .bar-icon{display:none}}.header-style-two .main-box .nav-right-content .card-icon{cursor:pointer}@media (max-width:991.98px){.header-style-two .main-box .nav-right-content .card-icon{display:none}}.header-style-two .outer-box{margin-left:0;margin-right:0}.header-style-two .outer-box .info-box{align-items:center;display:flex}.header-style-two .outer-box .info-box .call-info{align-items:center;gap:12px;display:flex}.header-style-two .outer-box .info-box .call-info i{text-align:center;width:55px;height:55px;color:var(--headings-color);background-color:var(--theme-color1);border-radius:50%;font-size:18px;line-height:55px;display:inline-block}.header-style-two .outer-box .info-box .call-info .title{color:#0c6460;text-transform:uppercase;margin-bottom:0;font-weight:500;line-height:16px}.header-style-two .outer-box .info-box .call-info a{color:var(--theme-color-dark);font-size:16px;font-weight:600}@media (max-width:1399.98px){.header-style-two .outer-box .info-box .call-info{display:none}}.header-style-two .outer-box .info-box .btn-two{margin-left:50px}@media (max-width:1199.98px){.header-style-two .outer-box .info-box{display:none}}.header-style-two .outer-box .search-btn{background-color:unset;margin-right:75px;position:relative}@media (max-width:575.98px){.header-style-two .outer-box .search-btn{margin-right:20px}}.header-style-two .outer-box .search-btn:before{content:"";background-color:#ababab;width:1px;height:40px;position:absolute;top:-5px;right:-52px}@media (max-width:575.98px){.header-style-two .outer-box .search-btn:before{right:-20px}}.header-style-two .outer-box .search-btn .flaticon-search{color:#000;font-size:21px}.header-style-two .outer-box .login-btn{background-color:unset;margin-right:18px;position:relative}.header-style-two .outer-box .login-btn:before{content:"";background-color:#000;width:1px;height:27px;position:absolute;top:-1px;left:-22px}.header-style-two .outer-box .login-btn .flaticon-user{color:#000;font-size:21px}.header-style-two .outer-box .header-btn{text-transform:uppercase;background-color:var(--theme-color1);text-align:center;border-color:#0000;border-radius:0;width:140px;height:50px;margin-top:-8px;padding:0;font-size:16px;line-height:45px}.header-style-two .outer-box .header-btn:before{display:none}.header-style-two .main-menu .navigation li a{color:var(--theme-color-dark)!important}.header-style-two .main-menu .navigation li .dropdown-btn i{color:var(--theme-color-white)}.header-style-two .main-menu .navigation>li{margin-right:45px;padding:0}@media (max-width:1199.98px){.header-style-two .main-menu .navigation>li{margin-right:30px}}.header-style-two .main-menu .navigation>li:last-child{margin-right:0}.header-style-two .main-menu .navigation>li>a{text-transform:capitalize;font-weight:500;position:relative;color:var(--theme-color-white)!important}.header-style-two .main-menu .navigation>li>a:before{content:"";background-color:var(--theme-color1);width:0;height:1px;transition:all .3s;position:absolute;bottom:0;left:0}.header-style-two .main-menu .navigation>li>a:hover:before{width:100%}.header-style-two .main-menu .navigation>li>a:hover{color:var(--theme-color1)!important}.header-style-two .main-menu .navigation li.dropdown .dropdown-btn{width:auto;height:unset;color:var(--headings-color);border:2px;font-size:10px;display:inline-block;top:auto;bottom:1px;right:-14px}.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn{display:none}.header-style-two .main-menu .navigation>li>ul>li>a:hover{color:var(--theme-color-v2)}@media (max-width:575.98px){.header-style-two .btn-wrap-five{display:none}}.header-style-two .mobile-nav-toggler{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;color:#fff;font-size:24px;display:inline-block}@media (max-width:575.98px){.header-style-two .sticky-header .auto-container{padding:0 15px}}.header-style-two .sticky-header .mobile-nav-toggler{display:none}@media (max-width:991.98px){.header-style-two .sticky-header .mobile-nav-toggler{color:var(--theme-color2);display:block}}.header-style-two .sticky-header .main-menu .navigation>li>a{color:var(--theme-color-black)}.header-style-two .sticky-header .main-menu .navigation>li.current>a,.header-style-two .sticky-header .main-menu .navigation>li:hover>a{color:var(--headings-color)}.header-style-two .sticky-header .main-menu .navigation>li{padding:0}.header-style-two .sticky-header.fixed-header{background:#fff;align-items:center;height:70px;display:flex}.header-style-two .sticky-header .main-menu{align-items:center;height:100%;display:flex}@media (max-width:991.98px){.header-style-two .sticky-header .main-menu{display:none}}.header-style-two .sticky-header .main-menu .navbar-collapse .navigation li a{color:var(--theme-color-black)!important}.header-style-two .sticky-header .main-menu .navbar-collapse .navigation li .dropdown-btn i{color:#000!important}.header-style-two .sticky-header .main-menu .navigation li.dropdown .dropdown-btn{color:var(--headings-color)}.header-style-two .sticky-header .inner-container{align-items:center}.header-style-three{position:absolute}.header-style-three .header-top{background-color:var(--theme-color3);padding:17px 0 13px}@media (max-width:991.98px){.header-style-three .header-top{display:none}}.header-style-three .header-top .inner-box{justify-content:space-between;padding:17px 0;display:flex}.header-style-three .header-top .inner-box .top-left span{color:#adadad}.header-style-three .header-top .inner-box .top-left span .icon{color:var(--theme-color1);margin-right:18px}.header-style-three .header-top .inner-box .top-right .social-icon-one li a{color:#adadad;font-size:16px}.header-style-three .header-top .social-icon-one li{color:#adadad;margin-left:0;margin-right:18px}.header-style-three .header-top .social-icon-one li:last-child{margin-right:0}.header-style-three .header-top .info-language{margin-left:30px}.header-style-three .header-top .info-language .select-language{background-color:var(--theme-color1);color:var(--theme-color-white);cursor:pointer;padding:15.75px 20px}.header-style-three .header-top .info-language .select-language .icon{margin-left:6px}.header-style-three .header-top .info-user{background-color:rgba(var(--theme-color-white-rgb), .1);color:var(--theme-color1);text-align:center;cursor:pointer;width:60px;height:60px;font-size:24px;line-height:60px}@media (max-width:575.98px){.header-style-three .auto-container{padding:0}}.header-style-three .main-box{background-color:#0000;max-width:1450px;margin:0 auto;padding:35px 0}@media (max-width:991.98px){.header-style-three .main-box{justify-content:space-between}}@media (max-width:575.98px){.header-style-three .main-box{padding:24px 15px}}.header-style-three .main-box .nav-right-content{align-items:center;gap:24px;display:flex}.header-style-three .main-box .nav-right-content .bar-icon{cursor:pointer}.header-style-three .main-box .nav-right-content .bar-icon:hover svg path{fill:var(--theme-color1)}@media (max-width:1199.98px){.header-style-three .main-box .nav-right-content .bar-icon{display:none}}.header-style-three .main-box .nav-right-content .card-icon{cursor:pointer}@media (max-width:991.98px){.header-style-three .main-box .nav-right-content .card-icon,.header-style-three .main-box .nav-right-content .btn-wrap-two{display:none}}.header-style-three .main-box .nav-right-content .btn-wrap-two .btn-part{padding:3px}.header-style-three .main-box .nav-right-content .btn-wrap-two .btn-part .theme-btn{border:1px solid var(--border-color-9);padding:10px 42px}.header-style-three .main-box .nav-right-content .btn-wrap-two .btn-part .theme-btn:hover{color:var(--theme-color-white)}.header-style-three .outer-box{margin-left:0;margin-right:0}.header-style-three .outer-box .info-box{align-items:center;display:flex}.header-style-three .outer-box .info-box .call-info{align-items:center;gap:12px;display:flex}.header-style-three .outer-box .info-box .call-info i{text-align:center;width:55px;height:55px;color:var(--headings-color);background-color:var(--theme-color1);border-radius:50%;font-size:18px;line-height:55px;display:inline-block}.header-style-three .outer-box .info-box .call-info .title{color:#0c6460;text-transform:uppercase;margin-bottom:0;font-weight:500;line-height:16px}.header-style-three .outer-box .info-box .call-info a{color:var(--theme-color-dark);font-size:16px;font-weight:600}@media (max-width:1399.98px){.header-style-three .outer-box .info-box .call-info{display:none}}.header-style-three .outer-box .info-box .btn-two{margin-left:50px}@media (max-width:1199.98px){.header-style-three .outer-box .info-box{display:none}}.header-style-three .outer-box .search-btn{background-color:unset;margin-right:75px;position:relative}@media (max-width:575.98px){.header-style-three .outer-box .search-btn{margin-right:20px}}.header-style-three .outer-box .search-btn:before{content:"";background-color:#ababab;width:1px;height:40px;position:absolute;top:-5px;right:-52px}@media (max-width:575.98px){.header-style-three .outer-box .search-btn:before{right:-20px}}.header-style-three .outer-box .search-btn .flaticon-search{color:#000;font-size:21px}.header-style-three .outer-box .login-btn{background-color:unset;margin-right:18px;position:relative}.header-style-three .outer-box .login-btn:before{content:"";background-color:#000;width:1px;height:27px;position:absolute;top:-1px;left:-22px}.header-style-three .outer-box .login-btn .flaticon-user{color:#000;font-size:21px}.header-style-three .outer-box .header-btn{text-transform:uppercase;background-color:var(--theme-color1);text-align:center;border-color:#0000;border-radius:0;width:140px;height:50px;margin-top:-8px;padding:0;font-size:16px;line-height:45px}.header-style-three .outer-box .header-btn:before{display:none}.header-style-three .main-menu .navigation>li{margin-right:45px;padding:0}@media (max-width:1199.98px){.header-style-three .main-menu .navigation>li{margin-right:30px}}.header-style-three .main-menu .navigation>li:last-child{margin-right:0}.header-style-three .main-menu .navigation>li>a{color:var(--headings-color);text-transform:capitalize;font-weight:500;position:relative}.header-style-three .main-menu .navigation>li>a:before{content:"";background-color:var(--theme-color1);width:0;height:1px;transition:all .3s;position:absolute;bottom:0;left:0}.header-style-three .main-menu .navigation>li>a:hover:before{width:100%}.header-style-three .main-menu .navigation>li>a:hover{color:var(--theme-color1)!important}.header-style-three .main-menu .navigation li.dropdown .dropdown-btn{width:auto;height:unset;color:var(--headings-color);border:2px;font-size:10px;display:inline-block;top:auto;bottom:1px;right:-14px}.header-style-three .main-menu .navigation li.dropdown ul .dropdown-btn{display:none}.header-style-three .main-menu .navigation>li>ul>li>a:hover{color:var(--theme-color-v2)}.header-style-three .mobile-nav-toggler{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;color:#000;font-size:24px;display:inline-block}@media (max-width:575.98px){.header-style-three .sticky-header .auto-container{padding:0 15px}}.header-style-three .sticky-header .mobile-nav-toggler{display:none}@media (max-width:991.98px){.header-style-three .sticky-header .mobile-nav-toggler{color:var(--theme-color2);display:block}}.header-style-three .sticky-header .main-menu .navigation>li>a{color:var(--theme-color-black)}.header-style-three .sticky-header .main-menu .navigation>li.current>a,.header-style-three .sticky-header .main-menu .navigation>li:hover>a{color:var(--headings-color)}.header-style-three .sticky-header .main-menu .navigation>li{padding:0}.header-style-three .sticky-header.fixed-header{background:#fff;align-items:center;height:70px;display:flex}.header-style-three .sticky-header .main-menu{align-items:center;height:100%;display:flex}@media (max-width:991.98px){.header-style-three .sticky-header .main-menu{display:none}}.header-style-three .sticky-header .main-menu .navigation li.dropdown .dropdown-btn{color:var(--headings-color)}.header-style-three .sticky-header .inner-container{align-items:center}.header-style-six{background-color:var(--theme-color7);border:1px solid #ffffff1a;border-radius:50px;max-width:1350px;margin:0 auto;padding:8px 0;position:absolute;top:30px;left:0;right:0}@media (max-width:991.98px){.header-style-six{padding-left:20px;padding-right:20px}}.header-style-six .main-box{background-color:var(--theme-color7);border-radius:50px;max-width:100%;padding:0}.header-style-six .main-box .mobile-nav-toggler{color:var(--theme-color-white);border-right:1px solid #29564a;margin-left:0;margin-right:20px;padding:35px 30px;font-size:20px;font-weight:500}.header-style-six .main-box .mobile-nav-toggler i{margin-right:10px;display:inline-block}@media (max-width:991.98px){.header-style-six .main-box .mobile-nav-toggler{border:none;width:100%;margin-right:0;padding:20px 10px}}.header-style-six .main-menu .navigation li a{color:var(--theme-color-white)}.header-style-six .main-menu .navigation li a:hover,.header-style-six .main-menu .navigation li .dropdown-btn{color:var(--theme-color-white)!important}.header-style-six .main-menu .navigation li.dropdown ul li a{color:var(--headings-color)!important}.header-style-six .sticky-header .main-menu .navigation li a{color:var(--headings-color)}.header-style-six .sticky-header .main-menu .navigation li a:hover,.header-style-six .sticky-header .main-menu .navigation li .dropdown-btn{color:var(--headings-color)!important}.header-style-six .outer-box .info-box .call-info{border-left:1px solid #29564a;padding:18px 45px 18px 25px}.header-style-six .outer-box .info-box .call-info i{color:var(--theme-color-white);background-color:rgba(var(--theme-color-white-rgb), .05)}.header-style-six .outer-box .info-box .call-info .title,.header-style-six .outer-box .info-box .call-info a{color:var(--theme-color-white)}.header-style-six .outer-box .btn-one{border-radius:0;min-width:240px;padding:38px 20px}.header-style-seven{width:auto;position:absolute;top:30px;left:25px;right:25px}.header-style-seven .main-box{background-color:#0000;max-width:100%;padding:0 40px 0 0}@media (max-width:991.98px){.header-style-seven .main-box{align-items:center;padding:10px 15px 10px 0}}.header-style-seven .main-box .logo-box{background-color:#f4f3ee;border-radius:0 0 30px;width:100%;max-width:214px;height:76px;margin-top:-20px;line-height:76px;position:relative}.header-style-seven .main-box .logo-box:after{content:"";background-color:#0000;border:0 solid #f4f3ee;border-width:20px 0 0 20px;border-radius:48px 0 0;width:50px;height:50px;position:absolute;bottom:-30px;left:-18px}.header-style-seven .main-box .logo-box:before{content:"";background-color:#0000;border:0 solid #f4f3ee;border-width:20px 0 0 20px;border-radius:48px 0 0;width:50px;height:50px;position:absolute;top:-18px;right:-30px}@media (max-width:991.98px){.header-style-seven .main-box .nav-outer{margin-right:0}}.header-style-seven .main-box .mobile-nav-toggler{color:var(--theme-color-white);background-color:var(--theme-color4);border-radius:15px;margin-left:0;padding:25px 30px;font-size:20px;font-weight:500}.header-style-seven .main-box .mobile-nav-toggler i{display:inline-block}@media (max-width:991.98px){.header-style-seven .main-box .mobile-nav-toggler{width:100%}}.header-style-seven .main-menu{background-color:#051b0559;border:1px solid #ffffff26;border-radius:30px;margin:10px 0;padding:20px 48px}.header-style-seven .main-menu .navigation li a{color:var(--theme-color-white)}.header-style-seven .main-menu .navigation li a:hover,.header-style-seven .main-menu .navigation li .dropdown-btn{color:var(--theme-color-white)!important}.header-style-seven .main-menu .navigation li.dropdown ul li a{color:var(--headings-color)!important}.header-style-seven .sticky-header .main-menu{background-color:#0000}.header-style-seven .sticky-header .main-menu .navigation li a{color:var(--headings-color)}.header-style-seven .sticky-header .main-menu .navigation li a:hover,.header-style-seven .sticky-header .main-menu .navigation li .dropdown-btn{color:var(--headings-color)!important}.header-style-seven .outer-box .info-box .call-info{padding:18px 45px 18px 25px}.header-style-seven .outer-box .info-box .call-info i{color:var(--theme-color-white);background-color:var(--theme-color1)}.header-style-seven .outer-box .info-box .call-info .title,.header-style-seven .outer-box .info-box .call-info a{color:var(--theme-color-white)}.header-style-seven .outer-box .btn-one{border-radius:0;min-width:240px;padding:38px 20px}.sticky-header{opacity:0;visibility:hidden;z-index:99999;background:#000;width:100%;padding:0;position:fixed;top:0;left:0;box-shadow:0 0 20px #0000000d}.sticky-header .inner-container{display:flex}.sticky-header.fixed-header{opacity:1;visibility:visible;z-index:999}.sticky-header .logo{padding:10px 0}.sticky-header .logo img{max-height:40px}.sticky-header .nav-outer{background:0 0;margin-left:auto;position:relative}.sticky-header .main-menu .navigation>li{margin:0 0 0 50px;padding:20px 0}.sticky-header .main-menu .navigation>li.current>a,.sticky-header .main-menu .navigation>li:hover>a{color:var(--theme-color1)}.sticky-header .outer-box,.sticky-header .navbar-header{display:none}@media only screen and (max-width:991px){.header-style-one .mobile-nav-toggler,.header-style-six .mobile-nav-toggler,.header-style-seven .mobile-nav-toggler,.header-style-two .sticky-header .mobile-nav-toggler,.header-style-one .sticky-header .mobile-nav-toggler{display:inline-block}.header-style-two .sticky-header .main-menu,.header-style-one .sticky-header .main-menu,.header-style-six .sticky-header .main-menu,.header-style-seven .sticky-header .main-menu{display:none}}.main-header .mobile-menu{height:auto;min-height:100dvh;top:0;bottom:0}.mobile-nav-toggler{cursor:pointer;color:var(--theme-color1);order:8;margin-left:30px;font-size:28px;line-height:20px;display:none;position:relative;top:0}@media (max-width:991.98px){.mobile-nav-toggler{display:block}}@media (max-width:767.98px){.mobile-nav-toggler{margin-left:20px}}.mobile-menu{opacity:0;visibility:hidden;z-index:999999;width:300px;max-width:100%;height:auto;min-height:100dvh;position:fixed;top:0;bottom:0;right:0}.mobile-menu .menu-backdrop{z-index:1;opacity:0;visibility:hidden;background:#000000b3;width:100%;height:100dvh;position:fixed;inset:0}.mobile-menu .upper-box{justify-content:space-between;align-items:center;width:100%;padding:15px 20px;display:flex;position:relative}.mobile-menu .close-btn{text-align:center;color:#fff;cursor:pointer;z-index:10;background-color:#ffffff1a;width:30px;height:30px;font-size:18px;line-height:30px;transition:all .5s;position:relative;top:0;right:-5px;transform:translateY(-50px)}.mobile-menu .close-btn:hover{opacity:.5}.mobile-menu .nav-logo{text-align:left;width:100%;position:relative}.mobile-menu .nav-logo img{max-height:50px}.mobile-menu .menu-box{z-index:5;opacity:0;visibility:hidden;background-color:#222;border-radius:0;flex-direction:column;flex:auto;justify-content:flex-start;width:100%;min-height:100dvh;max-height:none;padding:0;display:flex;position:relative;top:0;left:0;overflow-y:auto;transform:translate(101%)}.mobile-menu-visible{overflow:hidden}.mobile-menu-visible .mobile-menu{opacity:1;visibility:visible}.mobile-menu-visible .mobile-menu .menu-backdrop{opacity:1;visibility:visible;transition:all .4s}.mobile-menu-visible .mobile-menu .menu-box{opacity:1;visibility:visible;transition:all .4s .2s;transform:translate(0%)}.mobile-menu-visible .mobile-menu .content-box{border-top:1px solid rgba(var(--theme-color-white-rgb), .1);border-bottom:1px solid rgba(var(--theme-color-white-rgb), .1);padding:30px 20px}.mobile-menu-visible .mobile-menu .content-box .title{color:var(--theme-color-white);margin-bottom:10px}.mobile-menu-visible .mobile-menu .content-box .text{color:rgba(var(--theme-color-white-rgb), .5);max-width:245px;margin-bottom:0;font-size:16px;line-height:28px}.mobile-menu-visible .mobile-menu .close-btn{transform:translateY(0)}.mobile-menu-visible .scroll-to-top{opacity:0;visibility:hidden}.mobile-menu .navigation{border-top:1px solid #ffffff1a;width:100%;display:block;position:relative}.mobile-menu .navigation li{border-bottom:1px solid #ffffff1a;display:block;position:relative}.mobile-menu .navigation li>ul>li:last-child{border-bottom:none}.mobile-menu .navigation li>ul>li:first-child{border-top:1px solid #ffffff1a}.mobile-menu .navigation li>a{color:#fff;text-transform:capitalize;padding:10px 20px;font-size:16px;font-weight:400;line-height:24px;display:block;position:relative}.mobile-menu .navigation li:hover>a,.mobile-menu .navigation li.current>a{color:#fff}.mobile-menu .navigation li.dropdown .dropdown-btn{text-align:center;color:#fff;cursor:pointer;z-index:5;width:44px;height:44px;font-size:16px;line-height:44px;position:absolute;top:0;right:0}.mobile-menu .navigation li.dropdown .dropdown-btn:after{content:"";border-left:1px solid #ffffff1a;width:1px;height:24px;position:absolute;top:10px;left:0}.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before{content:""}.mobile-menu .navigation li>ul,.mobile-menu .navigation li>ul>li>ul{display:none}.mobile-menu .navigation li>ul>li{padding-left:20px}.contact-list-one{padding:30px 20px 20px;position:relative}.contact-list-one li{min-height:50px;margin-bottom:20px;padding-left:54px;position:relative}.contact-list-one li .icon{color:#fff;font-size:34px;line-height:50px;position:absolute;top:3px;left:0}.contact-list-one li .title{color:var(--theme-color1);text-transform:uppercase;font-size:12px;font-weight:400;display:block}.contact-list-one li a{color:#fff}.contact-list-one li .text{color:#fff;font-size:14px;line-height:24px}.contact-list-one li .text a{color:#fff;transition:all .3s}.contact-info-box{color:#fff}.mobile-menu .social-links{background:#222;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex;position:relative}.mobile-menu .social-links li{text-align:center;border-right:1px solid #ffffff1a;width:100%;position:relative}.mobile-menu .social-links li a{text-align:center;color:#fff;height:50px;font-size:14px;line-height:50px;transition:all .3s;display:block;position:relative}.mobile-menu .social-links li a:hover{color:var(--theme-color2)}.toggle-hidden-bar{position:relative}.hidden-bar{z-index:99999;opacity:0;visibility:hidden;background:#fff;width:100%;max-width:320px;height:100%;transition:all .5s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.hidden-bar::-webkit-scrollbar{width:2px}.hidden-bar::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 2px #cecece}.hidden-bar::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:10px}.hidden-bar::-webkit-scrollbar-thumb:hover{background:#7a7a7a}.hidden-bar .inner-box{background-color:var(--theme-color-dark);flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.hidden-bar .upper-box{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;width:100%;padding:20px 30px 15px;display:flex;position:relative}.hidden-bar .upper-box .close-btn{text-align:center;color:var(--theme-color1);cursor:pointer;z-index:10;font-size:18px;line-height:30px;transition:all .5s;position:relative;top:-5px}.hidden-bar .upper-box .close-btn:hover{opacity:.5}.hidden-bar .upper-box .nav-logo{text-align:left;width:100%;position:relative}.hidden-bar .upper-box .nav-logo img{max-height:40px}.hidden-bar .text-box{padding:25px 30px;position:relative}.hidden-bar .text-box .title,.hidden-bar .text-box .text{color:var(--theme-color-light)}.hidden-bar-back-drop{z-index:999;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.active-hidden-bar .hidden-bar{opacity:1;visibility:visible;transform:translate(0)}.active-hidden-bar .hidden-bar-back-drop{opacity:1;visibility:visible}.hidden-bar .social-links{background:var(--theme-color-dark);border-top:1px solid #fff3;justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex;position:relative}.hidden-bar .social-links li{text-align:center;border-right:1px solid #fff3;width:100%;position:relative}.hidden-bar .social-links li a{text-align:center;height:50px;color:var(--theme-color-light);font-size:14px;line-height:50px;transition:all .3s;display:block;position:relative}.hidden-bar .social-links li a:hover{color:var(--theme-color1)}.banner-section{z-index:6;padding:206px 0 100px;position:relative;overflow:hidden}.banner-section .shape1{z-index:-1;position:absolute;top:-5rem;left:0}@media (max-width:1199.98px){.banner-section .shape1{display:none}}.banner-section .shape2{z-index:-1;position:absolute;bottom:30px;right:40px}@media (max-width:991.98px){.banner-section .shape2{display:none}}.banner-section .bg-thumb{z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1199.98px){.banner-section .bg-thumb{display:none}}.banner-section:before{content:"";background:var(--theme-color-gray2);z-index:-1;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0}.banner-section .banner-contents{text-align:center}.banner-section .banner-contents .title{color:var(--theme-color-black);text-align:center;font-family:var(--title-font-2);font-size:170px;line-height:.88}@media (max-width:1199.98px){.banner-section .banner-contents .title{font-size:120px}}@media (max-width:767.98px){.banner-section .banner-contents .title{font-size:80px}}@media (max-width:575.98px){.banner-section .banner-contents .title{font-size:70px}}.banner-section .banner-contents .text{color:var(--text-color);font-family:var(--text-font);text-align:center;max-width:179px;margin:0 auto}.banner-section .banner-contents .date{color:var(--text-color);text-align:center;text-transform:uppercase;margin-top:10px;margin-bottom:56px;font-size:45px;line-height:normal}@media (max-width:767.98px){.banner-section .banner-contents .date{font-size:30px;line-height:1.3}}.banner-section .banner-image{position:relative}.banner-section .banner-image .main-thumb{border-radius:50%;position:relative}.banner-section .banner-image .main-thumb-shape1{z-index:1;position:absolute;bottom:-9rem;left:-8rem}.banner-section .banner-image .main-thumb-shape2{z-index:1;position:absolute;top:-4rem;right:-8rem}@media (max-width:575.98px){.banner-section .banner-image .main-thumb-shape2{display:none}}.banner-section .banner-image:before{content:"";border:1px solid var(--theme-color-black);z-index:2;border-radius:50%;position:absolute;inset:0 0 0 20px}.banner-section.style-3{padding:267px 0 0;position:relative;overflow:hidden}@media (max-width:991.98px){.banner-section.style-3{padding:180px 0 0}}.banner-section.style-3 .bg-shape-1{z-index:-1;pointer-events:none;position:absolute;top:40px;left:0}@media (max-width:767.98px){.banner-section.style-3 .bg-shape-1{display:none}}.banner-section.style-3 .bg-shape-2{z-index:-1;pointer-events:none;position:absolute;top:0;right:0}@media (max-width:767.98px){.banner-section.style-3 .bg-shape-2{display:none}}.banner-section.style-3 .banner-content{z-index:999;margin-bottom:53px;position:relative}.banner-section.style-3 .banner-content .sub-title{color:var(--theme-color1);text-align:center;letter-spacing:3.6px;text-transform:uppercase;margin-bottom:22px;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.banner-section.style-3 .banner-content .title{color:var(--theme-color-black);text-align:center;font-family:var(--title-font-2);max-width:90%;margin:0 auto 37px;font-size:150px;font-style:normal;font-weight:400;line-height:110px}.banner-section.style-3 .banner-content .title.splt-txt .word{margin-left:30px;display:inline-block}.banner-section.style-3 .banner-content .title.splt-txt .word:first-child{margin-left:0}.banner-section.style-3 .banner-content .title.splt-txt.animated .char:first-child{text-transform:inherit}@media (min-width:768px) and (max-width:991.98px){.banner-section.style-3 .banner-content .title{font-size:100px;line-height:92px}}@media (min-width:576px) and (max-width:767.98px){.banner-section.style-3 .banner-content .title{font-size:72px;line-height:68px}}@media (max-width:575.98px){.banner-section.style-3 .banner-content .title{font-size:53px;line-height:44px}}.banner-section.style-3 .banner-content .text{color:var(--text-color2);text-align:center;font-size:22px;font-style:normal;font-weight:400;line-height:36px}.banner-section.style-3 .banner-slider-wrap{z-index:0;margin-top:15px;position:relative;overflow:hidden}.banner-section.style-3 .banner-slider-wrap .slider-shape-1{z-index:99;pointer-events:none;width:100%;position:absolute;top:-145px;left:0}@media (min-width:1200px) and (max-width:1399.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-1{top:-100px}}@media (min-width:992px) and (max-width:1199.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-1{top:-80px}}@media (min-width:768px) and (max-width:991.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-1{top:-55px}}@media only screen and (max-width:767px){.banner-section.style-3 .banner-slider-wrap .slider-shape-1{top:-30px}}@media only screen and (max-width:576px){.banner-section.style-3 .banner-slider-wrap .slider-shape-1{top:-20px}}.banner-section.style-3 .banner-slider-wrap .slider-shape-2{z-index:99;pointer-events:none;width:100%;position:absolute;bottom:-150px;left:0}@media (min-width:1400px) and (max-width:1599.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-110px}}@media (min-width:1200px) and (max-width:1399.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-100px}}@media (min-width:992px) and (max-width:1199.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-90px}}@media (min-width:768px) and (max-width:991.98px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-55px}}@media only screen and (max-width:767px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-45px}}@media only screen and (max-width:576px){.banner-section.style-3 .banner-slider-wrap .slider-shape-2{bottom:-20px}}.banner-section.style-3 .banner-slider-wrap .banner-titming{transition-timing-function:linear}.banner-section-two{position:relative}.banner-section-two .shape1{position:absolute;top:50%;left:-30px;transform:translateY(-50%)}@media (max-width:1399.98px){.banner-section-two .shape1 img{width:50%}}@media only screen and (max-width:1699px){.banner-section-two .shape1{top:57%;left:-115px;transform:translateY(-57%)}}@media (max-width:1399.98px){.banner-section-two .shape1{left:0}}@media (max-width:1199.98px){.banner-section-two .shape1{display:none}}.banner-section-two .shape2{position:absolute;top:50%;right:-84px;transform:translateY(-50%)}@media only screen and (max-width:1699px){.banner-section-two .shape2{top:65%;right:-146px;transform:translateY(-65%)}}@media (max-width:1399.98px){.banner-section-two .shape2 img{width:50%}.banner-section-two .shape2{top:60%;right:-270px;transform:translateY(-60%)}}@media (max-width:1199.98px){.banner-section-two .shape2{display:none}}.banner-section-two .banner-wrapper{padding:286px 0 180px}@media (max-width:1399.98px){.banner-section-two .banner-wrapper{padding:180px 0 100px}}@media (max-width:1199.98px){.banner-section-two .banner-wrapper{padding:180px 0 80px}}@media (max-width:991.98px){.banner-section-two .banner-wrapper{padding:180px 0 80px}}.banner-section-two .banner-content .sub-title{color:var(--theme-color-white);text-align:center;font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;font-weight:var(--body-font-weight);margin-bottom:25px}.banner-section-two .banner-content .title{color:var(--theme-color-white);font-family:var(--title-font-2);text-align:center;font-size:130px;font-weight:var(--body-font-weight);line-height:1.15}@media (max-width:767.98px){.banner-section-two .banner-content .title{font-size:100px}}@media (max-width:575.98px){.banner-section-two .banner-content .title{font-size:70px}}.banner-section-two .banner-content p{color:var(--theme-color-white);text-align:center;text-transform:uppercase;letter-spacing:20%;margin-bottom:45px;font-size:18px}@media (max-width:1199.98px){.banner-section-two .banner-content p{font-size:13px}}.banner-section-two .eventtime-boxes{z-index:5;justify-content:center;align-items:center;gap:40px;margin-bottom:55px;display:flex;position:relative}@media (max-width:1199.98px){.banner-section-two .eventtime-boxes{gap:20px}}@media (max-width:767.98px){.banner-section-two .eventtime-boxes{flex-wrap:wrap}}.banner-section-two .eventtime-boxes .eventtime-box{text-align:center}.banner-section-two .eventtime-boxes .eventtime-box .title{color:var(--theme-color-white);text-align:center;font-family:var(--text-font);font-size:90px;font-style:normal;font-weight:var(--body-font-weight);text-transform:uppercase;line-height:1}@media (max-width:1199.98px){.banner-section-two .eventtime-boxes .eventtime-box .title{font-size:40px}}.banner-section-two .eventtime-boxes .eventtime-box .text{color:var(--theme-color-white);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:var(--body-font-weight);line-height:28px}@media (max-width:1199.98px){.banner-section-two .eventtime-boxes .eventtime-box .text{font-size:12px}}.banner-section-two .time-counter .time-countdown{align-items:center;display:flex}@media (max-width:575.98px){.banner-section-two .time-counter .time-countdown{flex-direction:column;gap:20px}}.banner-section-two .time-counter .time-countdown .counter-column{text-align:center;flex-direction:column;margin-right:50px;padding-right:70px;display:flex;position:relative}@media (max-width:991.98px){.banner-section-two .time-counter .time-countdown .counter-column{margin-right:30px;padding-right:50px}}@media (max-width:575.98px){.banner-section-two .time-counter .time-countdown .counter-column{margin-right:0;padding-right:0}}.banner-section-two .time-counter .time-countdown .counter-column:last-child{margin-right:0;padding-right:0}.banner-section-two .time-counter .time-countdown .counter-column:last-child:before{display:none}.banner-section-two .time-counter .time-countdown .counter-column:before{content:"";background-image:url(/images/icons/line-icon1.svg);width:40px;height:55px;position:absolute;top:calc(50% - 25.5px);right:0}@media (max-width:575.98px){.banner-section-two .time-counter .time-countdown .counter-column:before{display:none}}.banner-section-two .time-counter .time-countdown .counter-column .count{color:var(--theme-color-white);font-size:90px;font-weight:400;line-height:1;font-family:var(--text-font);display:block}@media (max-width:991.98px){.banner-section-two .time-counter .time-countdown .counter-column .count{font-size:60px}}@media (max-width:767.98px){.banner-section-two .time-counter .time-countdown .counter-column .count{font-size:50px}}.banner-section-two .time-counter .time-countdown .counter-column sub{color:var(--theme-color-white);font-size:16px;font-weight:400;font-family:var(--text-font);margin-top:10px;margin-bottom:24px;position:relative}@media (max-width:767.98px){.banner-section-two .time-counter .time-countdown .counter-column sub{font-size:16px}}.feature-section .feature-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:110px;display:flex}@media (max-width:1399.98px){.feature-section .feature-row{gap:50px}}@media (max-width:991.98px){.feature-section .feature-row{flex-direction:column;gap:30px}}.feature-section .feature-row .feature-block{text-align:center;padding-left:30px;padding-right:30px}.feature-section .feature-row .feature-block .inner-box .icon{margin-bottom:38px}.feature-section .feature-row .feature-block .inner-box .title{text-align:center;font-weight:400}.feature-section .feature-row .feature-block .inner-box .text{color:var(--text-color);text-align:center;font-family:var(--text-font);max-width:176px}.bridegroom-section{position:relative}.bridegroom-section .bridegroom-shape-1{position:absolute;top:80px;right:0}@media (max-width:1699.98px){.bridegroom-section .bridegroom-shape-1{display:none}}.bridegroom-section .groom-box .name{color:var(--theme-color-black);font-family:var(--text-font);text-align:start;margin-bottom:14px;font-size:32px}.bridegroom-section .groom-box .designation{color:var(--theme-color1);text-align:start;font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:30px;font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199.98px){.bridegroom-section .groom-box .designation{margin-bottom:15px;font-size:14px}}.bridegroom-section .groom-box .desc{color:var(--text-color);text-align:start;font-family:var(--text-font);margin-bottom:50px;font-size:16px;font-style:normal;font-weight:400;line-height:28px}@media (max-width:1199.98px){.bridegroom-section .groom-box .desc{margin-bottom:20px;font-size:14px}}.bridegroom-section .groom-box .social{align-items:center;gap:28px;display:flex}.bridegroom-section .groom-box .social a{color:var(--theme-color-dark);font-size:35px}.bridegroom-section .groom-box .social a:hover{color:var(--theme-color1)}.bridegroom-section .bride-box .name{color:var(--theme-color-black);text-align:end;font-family:var(--text-font);margin-bottom:14px;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.bridegroom-section .bride-box .designation{color:var(--theme-color1);text-align:end;font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:30px;font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199.98px){.bridegroom-section .bride-box .designation{margin-bottom:15px;font-size:14px}}.bridegroom-section .bride-box .desc{color:var(--text-color);font-family:var(--text-font);text-align:end;max-width:295px;margin-bottom:50px;margin-left:auto;font-size:16px;font-style:normal;font-weight:400;line-height:28px}@media (max-width:1199.98px){.bridegroom-section .bride-box .desc{margin-bottom:20px;font-size:14px}}@media (max-width:991.98px){.bridegroom-section .bride-box .desc{max-width:none}}.bridegroom-section .bride-box .social{justify-content:flex-end;align-items:center;gap:28px;display:flex}.bridegroom-section .bride-box .social a{color:var(--theme-color-dark);font-size:35px}.bridegroom-section .bride-box .social a:hover{color:var(--theme-color1)}.bridegroom-section .bridegroom-img{align-items:center;margin-left:50px;display:flex;position:relative}@media (max-width:991.98px){.bridegroom-section .bridegroom-img{margin-top:30px;margin-bottom:30px;margin-left:0}}.bridegroom-section .bridegroom-img .shape1{z-index:5;position:absolute;bottom:-3rem;left:-4rem}.bridegroom-section .bridegroom-img .shape2{z-index:5;position:absolute;top:-2rem;right:-3rem}.bridegroom-section .bridegroom-img .groom-image{z-index:1;position:relative}.bridegroom-section .bridegroom-img .groom-image img{border-radius:50%;width:100%;height:auto}.bridegroom-section .bridegroom-img .bride-image{z-index:1;margin-left:-150px;position:relative}@media (max-width:575.98px){.bridegroom-section .bridegroom-img .bride-image{margin-left:-60px}}.bridegroom-section .bridegroom-img .bride-image img{border:15px solid var(--theme-color-white);border-radius:50%;width:100%;height:auto}.gallery-section .gallery-items{justify-content:space-between;align-items:center;gap:60px;display:flex;overflow:hidden}.gallery-section .gallery-items a{overflow:hidden}.gallery-section .gallery-items a img{transition:all .6s ease-in-out}.gallery-section .gallery-items a img:hover{transition:all .6s ease-in-out;transform:scale(1.1)}@media (min-width:768px) and (max-width:991.98px){.gallery-section .gallery-items{flex-wrap:wrap;justify-content:center}}@media (min-width:576px) and (max-width:767.98px){.gallery-section .gallery-items{flex-wrap:wrap;justify-content:center}}@media (max-width:575.98px){.gallery-section .gallery-items{flex-wrap:wrap;justify-content:center;gap:30px}}.gallery-section-two .gallery-wrapper{position:relative}.gallery-section-two .gallery-wrapper .shape-1{z-index:-1;position:absolute;bottom:350px;left:40px}.gallery-section-two .gallery-wrapper .shape-2{z-index:-1;position:absolute;top:550px;right:68px}.gallery-section-two .gallery-wrapper .shape-3{z-index:-1;position:absolute;bottom:390px;right:68px}.gallery-section-two .gallery-wrapper .thumb-wrap{align-items:center;gap:32px;display:flex}.gallery-section-two .gallery-wrapper .thumb{margin-bottom:32px;overflow:hidden}.gallery-section-two .gallery-wrapper .thumb img{transition:all .6s ease-in-out}.gallery-section-two .gallery-wrapper .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.gallery-section-two .gallery-wrapper .more-btn{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);font-size:var(--h3-font-size);font-style:normal;line-height:var(--line-height-heading-h3);text-align:center;margin-top:65px;display:block}.gallery-section-two .gallery-wrapper .more-btn:hover{color:var(--theme-color1)}.gallery-section-three .gallery-wrapper{padding:120px 0 73px;position:relative}@media (max-width:991.98px){.gallery-section-three .gallery-wrapper{padding:80px 0}}.gallery-section-three .gallery-wrapper .shape1{z-index:-1;position:absolute;bottom:113px;left:0}@media (max-width:1199.98px){.gallery-section-three .gallery-wrapper .shape1{display:none}}.gallery-section-three .gallery-wrapper .section-top-three{padding-bottom:55px}@media (max-width:1199.98px){.gallery-section-three .gallery-wrapper .section-top-three{padding-bottom:0}}.gallery-section-three .gallery-wrapper .section-top-three .heading-top-icon{margin-bottom:23px;display:inline-block}.gallery-section-three .gallery-wrapper .main-thumb{text-align:center;max-width:582px;height:790px;margin:auto;overflow:hidden}.gallery-section-three .gallery-wrapper .main-thumb img{margin-top:-100px}@media only screen and (max-width:1199px){.gallery-section-three .gallery-wrapper .main-thumb{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}}.gallery-section-three .gallery-wrapper .thumb{overflow:hidden}.gallery-section-three .gallery-wrapper .thumb img{transition:all .6s ease-in-out}.gallery-section-three .gallery-wrapper .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)}@media only screen and (max-width:767px){.gallery-section-three .gallery-wrapper .thumb{display:none}}.gallery-section-three .gallery-wrapper .thumb-1,.gallery-section-three .gallery-wrapper .thumb-2{text-align:start;margin-bottom:41px}.gallery-section-three .gallery-wrapper .thumb-2,.gallery-section-three .gallery-wrapper .thumb-4,.gallery-section-three .gallery-wrapper .thumb-6{text-align:end;margin-bottom:41px}.gallery-section-three .gallery-wrapper .thumb-5{text-align:start;margin-bottom:41px}@media (max-width:767.98px){.section-top{margin-bottom:40px!important}}.section-top .subtitle{color:var(--theme-color1);font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:18px;font-size:18px;font-style:normal;font-weight:400;line-height:1}.section-top .title{color:var(--theme-color-black);font-family:var(--title-font-2);font-size:80px;font-style:normal;font-weight:400;line-height:1}@media (min-width:768px) and (max-width:991.98px){.section-top .title{font-size:75px}}@media (min-width:576px) and (max-width:767.98px){.section-top .title{font-size:68px}}@media (max-width:575.98px){.section-top .title{font-size:68px}}.section-top-two{margin-bottom:60px}@media only screen and (max-width:1023px){.section-top-two{margin-bottom:40px!important}}.section-top-two .heading-top-icon{margin-bottom:25px;display:inline-block}.section-top-two .subtitle{color:var(--theme-color1);font-family:var(--text-font);letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px;font-size:18px;font-style:normal;font-weight:400;line-height:1}.section-top-two .title{color:var(--theme-color-black);font-family:var(--title-font-2);margin-bottom:0;font-size:80px;font-style:normal;font-weight:400;line-height:1}@media (min-width:768px) and (max-width:991.98px){.section-top-two .title{font-size:75px}}@media (min-width:576px) and (max-width:767.98px){.section-top-two .title{font-size:60px}}@media (max-width:575.98px){.section-top-two .title{font-size:53px}}@media only screen and (max-width:1023px){.section-top-three{margin-bottom:40px!important}}.section-top-three .subtitle{color:var(--theme-color1);font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:18px;font-size:18px;font-style:normal;font-weight:400;line-height:1}.section-top-three .title{color:var(--theme-color-black);font-family:var(--title-font-2);margin-bottom:0;font-size:80px;line-height:1}@media (min-width:768px) and (max-width:991.98px){.section-top-three .title{font-size:55px}}@media (max-width:991.98px){.section-top-three .title{font-size:50px}}.work-process-section{background:var(--theme-color-gray3);position:relative}.work-process-section .shape1{z-index:1;position:absolute;top:1%;left:40%}@media (max-width:1199.98px){.work-process-section .shape1{opacity:.2}}.work-process-section .shape2{z-index:1;position:absolute;top:0;right:5%}@media (max-width:1199.98px){.work-process-section .shape2{opacity:.2}}.work-process-section .work-process-content{z-index:5;position:relative}.work-process-section .work-process-content .work-process-item{border-bottom:1px dashed var(--theme-color-gray4);align-items:flex-start;gap:40px;padding-bottom:25px;display:flex}@media (max-width:399.98px){.work-process-section .work-process-content .work-process-item{flex-wrap:wrap}}.work-process-section .work-process-content .work-process-item:last-child{border:none}.work-process-section .work-process-content .work-process-item .icon{flex:none;justify-content:center;align-items:center;width:91px;height:91px;display:flex}.work-process-section .work-process-content .work-process-item .icon img{justify-content:center;align-items:center;width:91px;height:91px;display:flex}.work-process-section .work-process-content .work-process-item .content .title{font-family:var(--text-font);margin-bottom:9px}.work-process-section .work-process-content .work-process-item .content .text{color:var(--text-color)}.work-process-section .work-process-content .work-process-item .content .text span{color:var(--text-color2)}.work-process-section .work-process-thumb{width:100%;height:926px;overflow:hidden}@media (max-width:1199.98px){.work-process-section .work-process-thumb{display:none}}.work-process-section .work-process-thumb img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;margin-bottom:-80px}.eventtime-section{position:relative;overflow:hidden}.eventtime-section .auto-container{position:relative}.eventtime-section .counter-thumb-1{position:absolute;top:38px;left:46px}@media (max-width:1399.98px){.eventtime-section .counter-thumb-1{display:none}}.eventtime-section .counter-thumb-2{position:absolute;bottom:54px;right:-35px}@media (max-width:1399.98px){.eventtime-section .counter-thumb-2{display:none}}.eventtime-section .counter-shape-1{position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (max-width:1399.98px){.eventtime-section .counter-shape-1{display:none}}.eventtime-section .counter-shape-2{position:absolute;top:0;right:80px}@media (max-width:1399.98px){.eventtime-section .counter-shape-2{display:none}}.eventtime-section .counter-shape-3{position:absolute;bottom:-161px;left:0}@media (max-width:1399.98px){.eventtime-section .counter-shape-3{display:none}}.eventtime-section .eventtime-content{background:var(--theme-color-gray2);border:1px solid var(--border-color-6);padding:118px 0}@media (max-width:991.98px){.eventtime-section .eventtime-content{padding:80px 0}}@media (max-width:767.98px){.eventtime-section .eventtime-content{border:none}}.eventtime-section .eventtime-content-wrap{background:var(--theme-color-gray2);padding:50px 60px}@media (max-width:1199.98px){.eventtime-section .eventtime-content-wrap{padding:15px 16px}}.eventtime-section .eventtime-content .section-top{margin-bottom:50px}@media (max-width:1199.98px){.eventtime-section .eventtime-content .section-top{margin-bottom:20px!important}}.eventtime-section .eventtime-content .section-top h2{margin-bottom:0}@media (max-width:767.98px){.eventtime-section .eventtime-content .section-top h2{font-size:60px}.eventtime-section .eventtime-text{padding:0 5px}}.eventtime-section .eventtime-boxes{z-index:5;justify-content:center;align-items:center;gap:40px;margin-top:70px;display:flex;position:relative}@media (max-width:1199.98px){.eventtime-section .eventtime-boxes{gap:20px;margin-top:40px}}@media (max-width:767.98px){.eventtime-section .eventtime-boxes{flex-wrap:wrap}}.eventtime-section .eventtime-boxes .eventtime-box{text-align:center}.eventtime-section .eventtime-boxes .eventtime-box .title{color:var(--theme-color1);text-align:center;font-family:var(--text-font);text-transform:uppercase;font-size:90px;font-style:normal;font-weight:400;line-height:1}@media (max-width:991.98px){.eventtime-section .eventtime-boxes .eventtime-box .title{font-size:70px}}@media (max-width:767.98px){.eventtime-section .eventtime-boxes .eventtime-box .title{font-size:50px}}.eventtime-section .eventtime-boxes .eventtime-box .text{color:var(--theme-color-black);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}.eventtime-section .time-counter .time-countdown{align-items:center;display:flex}@media (max-width:575.98px){.eventtime-section .time-counter .time-countdown{flex-direction:column;gap:20px}}.eventtime-section .time-counter .time-countdown .counter-column{text-align:center;flex-direction:column;margin-right:50px;padding-right:70px;display:flex;position:relative}@media (max-width:991.98px){.eventtime-section .time-counter .time-countdown .counter-column{margin-right:30px;padding-right:50px}}@media (max-width:575.98px){.eventtime-section .time-counter .time-countdown .counter-column{margin-right:0;padding-right:0}}.eventtime-section .time-counter .time-countdown .counter-column:last-child{margin-right:0;padding-right:0}.eventtime-section .time-counter .time-countdown .counter-column:last-child:before{display:none}.eventtime-section .time-counter .time-countdown .counter-column:before{content:"";background-image:url(/images/icons/line-icon1.svg);width:40px;height:55px;position:absolute;top:calc(50% - 25.5px);right:0}@media (max-width:575.98px){.eventtime-section .time-counter .time-countdown .counter-column:before{display:none}}.eventtime-section .time-counter .time-countdown .counter-column .count{color:var(--theme-color1);font-size:90px;font-weight:400;line-height:1;font-family:var(--text-font);display:block}@media (max-width:991.98px){.eventtime-section .time-counter .time-countdown .counter-column .count{font-size:60px}}@media (max-width:767.98px){.eventtime-section .time-counter .time-countdown .counter-column .count{font-size:50px}}.eventtime-section .time-counter .time-countdown .counter-column sub{color:var(--theme-color-black);font-size:16px;font-weight:400;font-family:var(--text-font);margin-top:10px;margin-bottom:24px;position:relative}@media (max-width:767.98px){.eventtime-section .time-counter .time-countdown .counter-column sub{font-size:16px}}.story-section{background-color:var(--theme-color-gray9);position:relative}.story-section .story-collections{padding:0 90px;position:relative}@media (max-width:1399.98px){.story-section .story-collections{padding:0}}.story-section .story-collections:before{background:var(--theme-color1);content:"";z-index:0;width:2px;height:1374px;position:absolute;top:11%;left:50%}@media (max-width:1399.98px){.story-section .story-collections:before{display:none}}.story-section .story-collections:after{background:var(--theme-color-white);border:9px solid var(--theme-color1);content:"";z-index:-1;border-radius:50%;width:29px;height:29px;position:absolute;bottom:-2%;left:49%}@media (max-width:1399.98px){.story-section .story-collections:after{display:none}}.story-section .story-collections .story-item{margin-bottom:30px}@media (max-width:767.98px){.story-section .story-collections .story-item .thumb-two{margin-bottom:30px}}@media (max-width:1199.98px){.story-section .story-collections .story-item .thumb-two img{width:100%}}.story-section .story-collections .thumb{align-items:center;width:100%;height:100%;display:flex;overflow:hidden}@media (max-width:1199.98px){.story-section .story-collections .thumb{margin-bottom:20px}}@media (max-width:991.98px){.story-section .story-collections .thumb{gap:15px}}@media (max-width:767.98px){.story-section .story-collections .thumb{margin-bottom:20px}}.story-section .story-collections .thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.story-section .story-collections .thumb-two{align-items:center;display:flex;overflow:hidden}@media (max-width:991.98px){.story-section .story-collections .thumb-two{gap:15px}}.story-section .story-collections .thumb-two .date-two{z-index:5;margin-right:-20px;position:relative}@media (max-width:767.98px){.story-section .story-collections .thumb-two .date-two{position:absolute}}.story-section .story-collections .thumb-two .date-two .item{background:var(--theme-color1);border:18px solid var(--theme-color-white);color:var(--theme-color-white);font-family:var(--text-font);text-transform:uppercase;text-align:center;border-radius:50%;place-items:center;width:188px;height:188px;font-size:26px;font-style:normal;font-weight:400;line-height:1.4;display:flex;position:relative}@media (max-width:767.98px){.story-section .story-collections .thumb-two .date-two .item{border:10px solid var(--theme-color-white);width:140px;height:140px;font-size:21px}}@media (max-width:575.98px){.story-section .story-collections .thumb-two .date-two .item{width:120px;height:120px}}@media (max-width:991.98px){.story-section .story-collections .thumb-two .date-two{margin-right:0}}.story-section .story-collections .date{margin-left:-20px}@media (max-width:1199.98px){.story-section .story-collections .date{margin-left:-50px}}@media (max-width:991.98px){.story-section .story-collections .date{margin-left:0}}@media (max-width:767.98px){.story-section .story-collections .date{position:absolute;right:0}}.story-section .story-collections .date .item{background:var(--theme-color1);width:188px;height:188px;color:var(--theme-color-white);text-align:center;font-family:var(--text-font);text-transform:uppercase;border:18px solid var(--theme-color-white);border-radius:50%;place-items:center;font-size:26px;display:flex;position:relative}@media (max-width:767.98px){.story-section .story-collections .date .item{border:10px solid var(--theme-color-white);width:140px;height:140px;font-size:21px}}@media (max-width:575.98px){.story-section .story-collections .date .item{width:120px;height:120px}}.story-section .story-collections .content .title{color:var(--theme-color-black);font-family:var(--text-font);margin-bottom:10px;font-size:35px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:991.98px){.story-section .story-collections .content .title{margin-bottom:8px}}.story-section .story-collections .content .subtitle{color:var(--theme-color1);font-family:var(--text-font);margin-bottom:20px;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.story-section .story-collections .content .text{color:var(--text-color);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:1.4}@media (max-width:1699.98px){.story-section .shape-box{display:none}}.story-section .shape-box .shape-1{position:absolute;top:450px;left:138px}.story-section .shape-box .shape-2{position:absolute;bottom:350px;left:138px}.story-section .shape-box .shape-3{position:absolute;top:400px;right:138px}.story-section .shape-box .shape-4{position:absolute;bottom:750px;right:138px}.contact-section{background:var(--theme-color-gray2);background-size:cover;padding:150px 0 100px}.contact-section .shape1{position:absolute;top:0;right:3%}@media (max-width:1199.98px){.contact-section .shape1{opacity:.3}}.contact-section .section-top .title{font-size:92px}@media (max-width:991.98px){.contact-section .section-top .title{font-size:50px}}.contact-section .contact-form{border:1px solid var(--theme-color-gray6);background:transform;text-align:start;z-index:6;padding:120px 75px 75px;position:relative}@media (max-width:991.98px){.contact-section .contact-form{padding:30px}}.contact-section .contact-form:before{content:"";z-index:-1;border:1px solid var(--theme-color-gray6);width:100%;height:100%;position:absolute;top:-5px;left:-6px}.contact-section .contact-form:after{content:"";z-index:-1;background:var(--theme-color-white);opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.contact-section .contact-form .radio-group{justify-content:flex-start;gap:50px;padding-top:20px;display:flex}@media (max-width:1199.98px){.contact-section .contact-form .radio-group{flex-wrap:wrap;gap:20px}}.contact-section .contact-form .radio-option{color:var(--theme-color-black);font-family:var(--text-font);cursor:pointer;align-items:center;font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:flex;position:relative}.contact-section .contact-form .radio-option input[type=radio]{display:none}.contact-section .contact-form .radio-option .custom-radio{border:2px solid var(--theme-color-gray6);border-radius:50%;width:20px;height:20px;margin-right:10px;display:inline-block;position:relative}.contact-section .contact-form .radio-option input[type=radio]:checked+.custom-radio:after{content:"";background-color:var(--theme-color-black);border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}.contact-section .contact-form .shape2{position:absolute;top:-60px;left:75px}@media (max-width:991.98px){.contact-section .contact-form .shape2{display:none}}.contact-section .contact-form .shape2:before{content:"";background-image:url(/images/contact/contact-shape2_4.png);width:80px;height:90px;position:absolute;top:calc(50% - 45px);left:calc(50% - 40px);right:0}.contact-section .contact-thumb{margin-left:100px}@media (max-width:1199.98px){.contact-section .contact-thumb{display:none}}.contact-section .contact-thumb .thumb1{border:20px solid var(--theme-color-white);background:#d9d9d9;max-width:380px;margin-top:60px;position:relative;overflow:hidden;transform:rotate(30deg);box-shadow:0 4px 4px #00000040}.contact-section .contact-thumb .thumb1 img{transition:all .6s ease-in-out}.contact-section .contact-thumb .thumb1 img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.contact-section .contact-thumb .thumb2{border:20px solid var(--theme-color-white);background:#d9d9d9;max-width:380px;margin-top:-135px;margin-bottom:55px;margin-left:75px;position:relative;overflow:hidden;transform:rotate(20deg);box-shadow:0 4px 4px #00000040}.contact-section .contact-thumb .thumb2 img{transition:all .6s ease-in-out}.contact-section .contact-thumb .thumb2 img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.contact-section .input-field{background-color:#0000;border-bottom:1px solid #989898;width:100%;margin-bottom:65px;padding-bottom:11px}.contact-section .text-field{background-color:#0000;border-bottom:1px solid #989898;width:100%;margin-bottom:30px;padding-bottom:30px}.contact-section-two .form-wrap{background:var(--theme-color-white);padding-bottom:20px;padding-right:20px;position:relative;overflow:hidden}@media (max-width:991.98px){.contact-section-two .form-wrap{padding-bottom:0;padding-right:0}}.contact-section-two .form-wrap .shape1{pointer-events:none;position:absolute;top:-280px;left:0}@media (max-width:767.98px){.contact-section-two .form-wrap .shape1{display:none}}.contact-section-two .form-wrap .shape2{pointer-events:none;position:absolute;bottom:-290px;right:20px}.contact-section-two .contact-wrapper{place-content:center;margin-bottom:-256px;display:flex}@media (max-width:991.98px){.contact-section-two .contact-wrapper{margin-bottom:0}}.contact-section-two .contact-wrapper .contact-form{border:1px solid var(--theme-color1);z-index:6;background:0 0;width:922px;padding:90px 75px 75px 67px}@media (max-width:991.98px){.contact-section-two .contact-wrapper .contact-form{width:100%;padding:30px}}.contact-section-two .contact-wrapper .contact-form .radio-group{justify-content:flex-start;gap:50px;padding-top:20px;display:flex}@media (max-width:1199.98px){.contact-section-two .contact-wrapper .contact-form .radio-group{flex-wrap:wrap;gap:20px}}.contact-section-two .contact-wrapper .contact-form .radio-option{color:var(--text-color);font-family:var(--text-font);font-size:var(--body-font-size);cursor:pointer;align-items:center;font-style:normal;font-weight:400;line-height:28px;display:flex;position:relative}.contact-section-two .contact-wrapper .contact-form .radio-option input[type=radio]{display:none}.contact-section-two .contact-wrapper .contact-form .radio-option .custom-radio{border:2px solid var(--theme-color-gray6);border-radius:50%;width:20px;height:20px;margin-right:10px;display:inline-block;position:relative}.contact-section-two .contact-wrapper .contact-form .radio-option input[type=radio]:checked+.custom-radio:after{content:"";background-color:var(--theme-color-black);border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}.contact-section-two .contact-wrapper .input-field{border-bottom:1px solid #989898;width:100%;margin-bottom:56px;padding-bottom:14px}.contact-section-two .contact-wrapper .text-field{border-bottom:1px solid #989898;width:100%;margin-top:57px;padding-bottom:62px}.team-section{position:relative}.team-section .shape-box .shape-1{position:absolute;bottom:120px;left:0}.team-section .shape-box .shape-2{position:absolute;bottom:400px;right:0}.team-section .team-member{border:1px solid var(--theme-color-gray6);background:var(--theme-color-white);z-index:0;margin-top:110px;padding:10px 10px 38px;transition:all .3s;position:relative}.team-section .team-member:before{background:var(--theme-color3);content:"";z-index:-1;width:100%;height:0;transition:all .3s;position:absolute;bottom:0;left:0}.team-section .team-member:hover:before{height:100%}.team-section .team-member:hover .member-image img{transform:rotate(0)}.team-section .team-member:hover .name{color:var(--theme-color-white)}.team-section .team-member:hover .social{opacity:1;visibility:visible;top:0}.team-section .team-member .social{opacity:0;visibility:hidden;z-index:6;justify-content:center;align-items:center;gap:6px;margin-top:-50px;transition:all .3s;display:flex;position:relative;top:50px}.team-section .team-member .social a{background:var(--theme-color-white);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.team-section .team-member .member-image{margin-top:-120px;padding:30px}.team-section .team-member .member-image img{background:var(--theme-color-white);padding:10px;transition:all .3s;transform:rotate(-10deg);box-shadow:5px 5px 20px #0000004d}.team-section .team-member .designation{color:var(--Theme-Color1,#c78665);font-family:var(--text-font);letter-spacing:.2em;text-transform:uppercase;text-align:center;margin-top:30px;margin-bottom:10px;line-height:1}.team-section .team-member .name{color:var(--theme-color-black);font-family:var(--text-font);text-align:center;font-weight:400;transition:all .3s}.team-section .team-slider{padding-bottom:62px}.team-section .swiper-pagination-bullet{opacity:.5;background:#d9d9d9}.team-section .swiper-pagination-bullets{width:100%;bottom:-5px;left:0}.team-section .swiper-pagination-bullet-active{background:var(--theme-color4);opacity:1}@media (max-width:1199.98px){.blog-section .blog-item .content{padding:25px}}@media (max-width:991.98px){.blog-section .blog-item .content .title{margin-bottom:8px;font-size:24px}}.blog-section-three{padding-top:114px;padding-bottom:106px}@media only screen and (max-width:1199px){.blog-section-three{padding:70px 0}}@media only screen and (max-width:1023px){.blog-section-three{padding:50px 0}}.blog-section-three .section-top-three{margin-bottom:55px}.blog-section-three .section-top-three .heading-top-icon{margin-bottom:17px;display:inline-block}.blog-section-three .blog-wrapper .blog-card .main-thumb{overflow:hidden}.blog-section-three .blog-wrapper .blog-card .main-thumb img{text-align:center;transition:all .6s ease-in-out}.blog-section-three .blog-wrapper .blog-card .main-thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}@media only screen and (max-width:767px){.blog-section-three .blog-wrapper .blog-card .main-thumb img,.blog-section-three .blog-wrapper .blog-card .main-thumb{width:100%!important}}.blog-section-three .blog-wrapper .blog-card.right-part{align-items:center;gap:37px;margin-bottom:24px;display:flex}@media only screen and (max-width:767px){.blog-section-three .blog-wrapper .blog-card.right-part{align-items:start;gap:20px;flex-direction:column!important}}.blog-section-three .blog-wrapper .blog-card.right-part .blog-content{margin-top:0}.blog-section-three .blog-wrapper .blog-card.right-part .blog-content .title{font-family:var(--text-font);max-width:330px;display:inline-block}@media (max-width:767.98px){.blog-section-three .blog-wrapper .blog-card.right-part .blog-content .title{max-width:none}}.blog-section-three .blog-wrapper .blog-card.right-part .blog-meta{align-items:center;gap:30px;margin-bottom:5px;display:flex}@media only screen and (max-width:1400px){.blog-section-three .blog-wrapper .blog-card.right-part .blog-meta{gap:15px}}@media only screen and (max-width:767px){.blog-section-three .blog-wrapper .blog-card.right-part .blog-meta{gap:10px}}.blog-section-three .blog-wrapper .blog-card.right-part .blog-meta .blog-meta-content{align-items:center;gap:8px;display:flex}.blog-section-three .blog-wrapper .blog-card.right-part .blog-meta .blog-meta-content p{font-size:16px}.blog-section-three .blog-wrapper .blog-content{margin-top:29px}.blog-section-three .blog-wrapper .blog-content .blog-meta{align-items:center;gap:30px;margin-bottom:10px;display:flex}.blog-section-three .blog-wrapper .blog-content .blog-meta .blog-meta-content{align-items:center;gap:8px;display:flex}.blog-section-three .blog-wrapper .blog-content .blog-meta .blog-meta-content p{color:var(--theme-color1);text-align:center;font-family:var(--text-font);margin-bottom:0;font-size:14px;font-style:normal;font-weight:400;line-height:28px}.blog-section-three .blog-wrapper .blog-content .title{font-family:var(--text-font)}@media (max-width:991.98px){.testimonial-section .testimonial-card .author-info .name{font-size:24px}}.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide.swiper-slide-thumb-active,.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide.swiper-slide-thumb-active img{position:relative}@media (max-width:991.98px){.testimonial-section .shape1{display:none}}.brand-area{background:var(--theme-color-gray2);padding-top:33px}.brand-area .brand-items-wrap{justify-content:center;align-items:center;gap:42px;padding:50px 0 110px;display:flex}@media only screen and (max-width:1699px){.brand-area .brand-items-wrap{gap:30px}}@media only screen and (max-width:1400px){.brand-area .brand-items-wrap{flex-wrap:wrap}}@media (max-width:991.98px){.brand-area .brand-items-wrap{padding:0 0 80px}}.brand-area .brand-items-wrap .brand-item .thumb-wrap{background:var(--theme-color-white);border-radius:100%;justify-content:center;align-items:center;width:195px;height:195px;margin-bottom:17px;transition:all .15s ease-in-out;display:flex}@media only screen and (max-width:1400px){.brand-area .brand-items-wrap .brand-item .thumb-wrap{width:150px;height:150px}}@media only screen and (max-width:767px){.brand-area .brand-items-wrap .brand-item .thumb-wrap{width:130px;height:130px}}.brand-area .brand-items-wrap .brand-item .thumb-wrap:hover{background:var(--theme-color1)}.brand-area .brand-items-wrap .brand-item .thumb{border:1px solid var(--theme-color1);background:var(--theme-color-white);border-radius:100%;justify-content:center;align-items:center;width:190px;height:190px;display:flex;overflow:hidden}@media only screen and (max-width:1400px){.brand-area .brand-items-wrap .brand-item .thumb{width:145px;height:145px}}@media only screen and (max-width:767px){.brand-area .brand-items-wrap .brand-item .thumb{width:125px;height:125px}}.brand-area .brand-items-wrap .brand-item .thumb img{padding:10px}@media (max-width:767.98px){.brand-area .brand-items-wrap .brand-item .thumb img{max-width:90px}}.brand-area .brand-items-wrap .brand-item .card-title{color:var(--theme-color-black);text-align:center;font-size:20px;font-family:var(--text-font);font-weight:400;line-height:36px}.collection-section-three .collection-wrapper{padding:118px 0 124px;position:relative}@media only screen and (max-width:1199px){.collection-section-three .collection-wrapper{padding:80px 0}}.collection-section-three .collection-wrapper .bg-shape-1{z-index:-1;position:absolute;bottom:0;left:0}@media (max-width:1599.98px){.collection-section-three .collection-wrapper .bg-shape-1{display:none}}.collection-section-three .collection-wrapper .bg-shape-2{z-index:-1;position:absolute;bottom:0;right:0}@media (max-width:1599.98px){.collection-section-three .collection-wrapper .bg-shape-2{display:none}}.collection-section-three .nav-link.active{background:0 0}.collection-section-three .section-top-three{margin-bottom:43px}.collection-section-three .collection-list{margin-bottom:100px}@media (min-width:992px) and (max-width:1199.98px){.collection-section-three .collection-list{gap:20px;margin-bottom:40px}}@media (max-width:575.98px){.collection-section-three .collection-list{margin-bottom:40px}}.collection-section-three .collection-list .collection-content{align-items:start;gap:26px;display:flex}.collection-section-three .collection-list .collection-content .number-list{color:var(--theme-color-gray5);font-family:var(--text-font);font-size:20px;font-style:normal;font-weight:400;line-height:36px}.collection-section-three .collection-list .collection-content .list-title{color:var(--theme-color-black);font-family:var(--text-font);margin-bottom:13px;font-size:35px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:991.98px){.collection-section-three .collection-list .collection-content .list-title{font-size:30px}}.collection-section-three .collection-list .collection-content .list-text{color:var(--text-color);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:block}.collection-section-three .collection-list .collection-content .item-text{color:var(--text-color);font-family:var(--text-font);margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.collection-section-three .collection-list.style-two .nav-link{margin-bottom:19px;padding:0}.collection-section-three .collection-list.style-two .nav-link.active .collection-content{border-color:var(--theme-color1)}.collection-section-three .collection-list.style-two .nav-link.active .collection-content:after{opacity:1}.collection-section-three .collection-list.style-two .nav-link .collection-content{z-index:0;border:6px solid #f0f0f0;border-radius:10px;gap:31px;padding:15px 30px 16px 26px;position:relative}@media (max-width:575.98px){.collection-section-three .collection-list.style-two .nav-link .collection-content{flex-direction:column;gap:5px}}.collection-section-three .collection-list.style-two .nav-link .collection-content:after{content:"";opacity:.3;z-index:-1;background-image:url(/images/resource/tab-flower.png);width:59px;height:90px;transition:all .3s;position:absolute;top:50%;right:-28px;transform:translateY(-50%)}.collection-section-three .collection-list.style-two .nav-link .collection-content .number-list{margin-top:5px}.collection-section-three .collection-list.style-two .nav-link .collection-content .list-title{margin-bottom:7px;font-size:24px;line-height:1.333;display:block}.collection-section-three .collection-list.style-two .nav-link .collection-content .list-text{margin-bottom:0;display:block}.collection-section-three .tab-content.style-two .tab-pane.active .thumb-wrap .thumb-1 img{transform:rotate(4.59deg)}@media (max-width:575.98px){.collection-section-three .tab-content.style-two .tab-pane.active .thumb-wrap .thumb-1 img{transform:rotate(0)}}.collection-section-three .tab-content.style-two .tab-pane.active .thumb-wrap .thumb-2{transform:rotate(-14.19deg)}@media (max-width:575.98px){.collection-section-three .tab-content.style-two .tab-pane.active .thumb-wrap .thumb-2{display:none}}.collection-section-three .tab-content.style-two .thumb-wrap{margin-top:20px}.collection-section-three .tab-content.style-two .thumb-wrap .thumb-1 img{transition:all .3s;transform:rotate(0)}.collection-section-three .tab-content.style-two .thumb-wrap .thumb-2{border:10px solid #fff;transition:all .3s;top:70px;left:95px;transform:rotate(0)}.collection-section-three .tab-content.style-two .thumb-wrap .thumb-3{position:absolute;top:-35px;left:60px}@media (max-width:1399.98px){.collection-section-three .tab-content.style-two .thumb-wrap .thumb-3{left:0}}.collection-section-three .thumb-wrap{position:relative}.collection-section-three .thumb-wrap .thumb-1{text-align:end}.collection-section-three .thumb-wrap .thumb-2{position:absolute;top:24px;left:0}.collection-section-three .thumb-wrap .thumb-3{position:absolute;top:0;left:0}.celebrations-section-two .celebrations-wrapper .section-top-two{padding-bottom:30px}.celebrations-section-two .celebrations-card-wrap{border-top:10px solid var(--theme-color-gray2);border-radius:100%;transition:all .15s ease-in-out;position:relative}@media (max-width:991.98px){.celebrations-section-two .celebrations-card-wrap{margin-bottom:40px}}.celebrations-section-two .celebrations-card-wrap .shape-icon{transition:all .25s ease-in-out;position:absolute;top:-54px;left:50%;transform:translate(-50%)}.celebrations-section-two .celebrations-card-wrap .icon{transition:all .15s ease-in-out;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.celebrations-section-two .celebrations-card-wrap .icon.style-1{top:-19px}.celebrations-section-two .celebrations-card-wrap .icon svg path{fill:var(--theme-color3)}.celebrations-section-two .celebrations-card-wrap .celebrations-card{border:1px solid var(--border-color-8);background:var(--theme-color-white);border-radius:49%;padding:90px 0 64px;transition:all .4s}.celebrations-section-two .celebrations-card-wrap .celebrations-card .title{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);font-size:30px;font-weight:var(--body-font-weight);text-transform:uppercase;line-height:44px}.celebrations-section-two .celebrations-card-wrap .celebrations-card .text{color:var(--theme-color-black);text-align:center;line-height:var(--line-height-heading-h6);max-width:213px;margin:0 auto}.celebrations-section-two .celebrations-card-wrap:hover{border-top:10px solid var(--theme-color1)}.celebrations-section-two .celebrations-card-wrap:hover .shape-icon svg path{fill:var(--theme-color1)}.celebrations-section-two .celebrations-card-wrap:hover .icon svg path{fill:var(--theme-color-white)}.celebrations-section-two .celebrations-card-wrap:hover .celebrations-card{border:1px solid var(--theme-color1)}@media only screen and (max-width:1400px){.counter-section-three{margin-top:50px}}.counter-section-three .counter-items{justify-content:center;align-items:center;display:flex}@media only screen and (max-width:1023px){.counter-section-three .counter-items{flex-wrap:wrap}}@media only screen and (max-width:424px){.counter-section-three .counter-items{flex-flow:column}}.counter-section-three .counter-items .item-content{border-top:1px solid var(--border-color-2);border-bottom:1px solid var(--border-color-2);text-align:center;width:25%;padding:51px 0 42px}@media only screen and (max-width:1023px){.counter-section-three .counter-items .item-content{width:50%}}@media only screen and (max-width:424px){.counter-section-three .counter-items .item-content{width:100%}}.counter-section-three .counter-items .item-content:nth-last-of-type(2){border-right:1px solid var(--border-color-2)}@media only screen and (max-width:424px){.counter-section-three .counter-items .item-content:nth-last-of-type(2){border-bottom:1px solid var(--border-color-2);border-right:none}}.counter-section-three .counter-items .item-content:nth-last-of-type(3){border-right:1px solid var(--border-color-2)}@media only screen and (max-width:1023px){.counter-section-three .counter-items .item-content:nth-last-of-type(3){border-right:none}}@media only screen and (max-width:424px){.counter-section-three .counter-items .item-content:nth-last-of-type(3){border-bottom:1px solid var(--border-color-2);border-right:none}}.counter-section-three .counter-items .item-content:nth-last-of-type(4){border-right:1px solid var(--border-color-2)}@media only screen and (max-width:424px){.counter-section-three .counter-items .item-content:nth-last-of-type(4){border-bottom:1px solid var(--border-color-2);border-right:none}}.counter-section-three .counter-items .item-content .counter-text{color:var(--theme-color1);text-align:center;font-family:var(--title-font-2);font-size:100px;font-weight:400;line-height:80px}@media only screen and (max-width:576px){.counter-section-three .counter-items .item-content .counter-text{font-size:76px;line-height:40px}}.counter-section-three .counter-items .item-content .counter-title{color:var(--theme-color-black);font-family:var(--text-font);margin-top:34px;margin-bottom:0;font-size:20px;font-weight:400;line-height:36px}.pricing-section-two .pricing-wrapper .container{position:relative}.pricing-section-two .pricing-wrapper .section-top-two{font-size:95px;line-height:85px}@media (max-width:1399.98px){.pricing-section-two .pricing-wrapper .section-top-two .title{font-size:95px;line-height:85px}}@media (min-width:768px) and (max-width:991.98px){.pricing-section-two .pricing-wrapper .section-top-two .title{font-size:75px;line-height:50px}}@media (min-width:576px) and (max-width:767.98px){.pricing-section-two .pricing-wrapper .section-top-two .title{font-size:50px;line-height:40px}}@media (max-width:575.98px){.pricing-section-two .pricing-wrapper .section-top-two .title{font-size:43px;line-height:40px}}.pricing-section-two .pricing-wrapper .price-content{border:1px solid var(--theme-color-gray5);background:var(--theme-color-white);padding:12px 10px;display:inline-block}.pricing-section-two .pricing-wrapper .thumb{margin-bottom:17px;position:relative;overflow:hidden}.pricing-section-two .pricing-wrapper .thumb img{text-align:center;transition:all .6s ease-in-out}.pricing-section-two .pricing-wrapper .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.pricing-section-two .pricing-wrapper .thumb .add-card-icon{background:var(--theme-color-white);cursor:pointer;border-radius:100%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .15s ease-in-out;display:flex;position:absolute;bottom:11px;right:22px}.pricing-section-two .pricing-wrapper .thumb .add-card-icon .icon{transition:all .15s ease-in-out}.pricing-section-two .pricing-wrapper .thumb .add-card-icon:hover{background:var(--theme-color1)}.pricing-section-two .pricing-wrapper .thumb .add-card-icon:hover svg path{fill:var(--theme-color-white)}.pricing-section-two .pricing-wrapper .price-bottom-part{padding:0 26px}.pricing-section-two .pricing-wrapper .price-bottom-part .icon{margin-bottom:5px}.pricing-section-two .pricing-wrapper .price-bottom-part .title{color:var(--theme-color-black);font-family:var(--text-font);font-weight:var(--body-font-weight);margin-bottom:11px}.pricing-section-two .pricing-wrapper .price-bottom-part .price{color:var(--theme-color1);font-family:var(--text-font);text-transform:uppercase;font-weight:var(--body-font-weight);align-items:end;gap:15px;margin-bottom:10px;display:flex}.pricing-section-two .pricing-wrapper .price-bottom-part .price span{color:var(--text-color);font-family:var(--text-font);font-size:var(--h5-font-size);font-style:normal;font-weight:var(--body-font-weight);line-height:var(--line-height-heading-h5);text-transform:uppercase;text-decoration-line:line-through}.pricing-section-two .pricing-wrapper .price-slider-two-navigation{align-items:center;gap:22px;display:flex;position:absolute;bottom:216px;left:20px}@media (max-width:1199.98px){.pricing-section-two .pricing-wrapper .price-slider-two-navigation{bottom:-50px;left:50%;transform:translate(-50%)}}.pricing-section-two .pricing-wrapper .price-slider-two-navigation .price-slider-two-next svg path,.pricing-section-two .pricing-wrapper .price-slider-two-navigation .price-slider-two-prev svg path{fill:var(--theme-color-gray8);transition:all .15s ease-in-out}.pricing-section-two .pricing-wrapper .price-slider-two-navigation .price-slider-two-next:hover svg path,.pricing-section-two .pricing-wrapper .price-slider-two-navigation .price-slider-two-prev:hover svg path{fill:var(--theme-color-black)}.pricing-section-three.style-two .pricing-wrapper{padding:120px 0}@media (max-width:991.98px){.pricing-section-three.style-two .pricing-wrapper{padding:80px 0}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper{background:var(--theme-color-white);padding:10px;transition:all .2s ease-in-out}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .pricing-card-item{border:1px solid var(--theme-color1);transition:all .2s ease-in-out}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .pricing-card-item .btn-wrap-three .btn-part:hover{background:var(--theme-color1)}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area{border-bottom:1px solid var(--theme-color1);margin-bottom:31px;padding:30px 20px 29px 52px;transition:all .2s ease-in-out;position:relative}@media only screen and (max-width:424px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area{padding:30px 20px 29px 15px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area:after{content:"";background:var(--theme-color1);width:316px;height:5px;transition:all .2s ease-in-out;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media only screen and (max-width:424px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area:after{width:200px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title{justify-content:space-between;align-items:end;margin-bottom:9px;display:flex}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title .icon{background:var(--theme-color1);border-radius:100%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}@media only screen and (max-width:1199px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title .icon{width:50px;height:50px}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title .icon svg{width:20px;height:20px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title .title{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);margin-bottom:0;font-size:30px;font-style:normal;font-weight:400;line-height:42px;transition:all .2s ease-in-out}@media only screen and (max-width:1400px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .card-title .title{font-size:22px;line-height:32px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .price{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);text-transform:uppercase;font-size:70px;font-style:normal;font-weight:400;line-height:normal;transition:all .2s}@media only screen and (max-width:1400px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .price{font-size:50px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .top-area .price span{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);font-size:20px;font-style:normal;font-weight:400;line-height:36px;transition:all .2s}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .bottom-area{padding:30px 46px 41px 52px}@media only screen and (max-width:424px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .bottom-area{padding:30px 20px 29px 15px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .bottom-area .items-group{margin-bottom:29px}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .bottom-area .items-group li{color:var(--theme-color-black);font-family:var(--text-font);align-items:center;gap:10px;font-size:16px;font-style:normal;font-weight:400;line-height:36px;transition:all .1s ease-in-out;display:flex}@media only screen and (max-width:1400px){.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper .theme-btn{padding:13px 30px}}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover{background:var(--theme-color3)}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .pricing-card-item{border:1px solid var(--theme-color-white)}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .top-area{border-bottom:1px solid var(--theme-color-white)}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .top-area:after{background:var(--theme-color-white)}.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .top-area .title,.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .top-area .price,.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .top-area .price span,.pricing-section-three.style-two .pricing-wrapper .pricing-card-wrapper:hover .bottom-area .items-group li{color:var(--theme-color-white)}.pricing-section-three .pricing-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:117px 0 120px}@media (max-width:991.98px){.pricing-section-three .pricing-wrapper{padding:80px 0}}.pricing-section-three .pricing-wrapper .section-top-three{margin-bottom:45px}.pricing-section-three .pricing-wrapper .section-top-three .heading-top-icon{margin-bottom:23px;display:inline-block}.pricing-section-three .pricing-wrapper .pricing-card-wrap{background:var(--theme-color-white);border:1px solid var(--theme-color-gray5);height:100%}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb{margin:-1px -1px 24px;position:relative;overflow:hidden}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb img{text-align:center;background:#a9a9a9;border-radius:0 0 800px 800px}@media only screen and (max-width:1199px){.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb img{width:100%}}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb .icon{z-index:99;background:var(--theme-color-white);border:1px solid var(--border-color-3);cursor:pointer;border-radius:800px;justify-content:center;align-items:center;width:62px;height:62px;transition:all .15s ease-in-out;display:flex;position:absolute;bottom:2px;left:49px}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb .icon svg path{transition:all .15s ease-in-out}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb .icon:hover{background:var(--theme-color1)}.pricing-section-three .pricing-wrapper .pricing-card-wrap .thumb .icon:hover svg path{fill:var(--theme-color-white)}.pricing-section-three .pricing-wrapper .pricing-card-wrap .pricing-content{margin-bottom:34px;margin-left:41px}.pricing-section-three .pricing-wrapper .pricing-text-content .pricing-title{color:#111;font-family:var(--text-font);margin-top:10px;margin-bottom:10px;font-size:22px;font-style:normal;font-weight:400;line-height:36px}.pricing-section-three .pricing-wrapper .pricing-text-content .price{align-items:end;gap:10px;display:flex}.pricing-section-three .pricing-wrapper .pricing-text-content .price .discount-price{color:var(--theme-color1);font-family:var(--text-font);text-transform:uppercase;font-size:26px;font-weight:400;line-height:20px}.pricing-section-three .pricing-wrapper .pricing-text-content .price .main-price{color:#999;font-family:var(--text-font);text-transform:uppercase;font-size:18px;font-weight:400;line-height:20px;text-decoration-line:line-through}.testimonial-section{position:relative}.testimonial-section .testimonial-card .author-info{margin-top:30px}.testimonial-section .testimonial-card .author-info .name{color:var(--theme-color-black);font-family:var(--text-font);font-size:30px;font-style:normal;font-weight:400;line-height:1}@media (max-width:991.98px){.testimonial-section .testimonial-card .author-info .name{font-size:24px}}.testimonial-section .testimonial-card .author-info .designation{color:var(--theme-color1);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}.testimonial-section .testimonial-card .swiper-pagination-thumbs{margin-top:30px}.testimonial-section .testimonial-card .swiper-pagination-thumbs img{cursor:pointer;border-radius:50%;width:85.904px;height:85.904px}.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide{border-radius:50%;height:85.904px;transition:all .3s;width:85.904px!important}.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide.swiper-slide-thumb-active,.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide.swiper-slide-thumb-active img{position:relative}.testimonial-section .testimonial-card .swiper-pagination-thumbs .swiper-slide.swiper-slide-thumb-active:before{content:"";z-index:5;background:#c78665cc;border-radius:800px;width:100%;height:100%;position:absolute}.testimonial-section .testimonial-thumb{position:relative}.testimonial-section .testimonial-thumb .main-img{border:1px solid var(--text-color);border-radius:50%;padding:15px}.testimonial-section .testimonial-thumb .shape1{position:absolute;top:-3.7rem;right:0}.testimonial-section .shape1{position:absolute;bottom:-250px;right:0}@media (max-width:991.98px){.testimonial-section .shape1{display:none}}.testimonial-section-two{position:relative;overflow:hidden}.testimonial-section-two .section-top-two{margin-bottom:40px}.testimonial-section-two .shape-1{position:absolute;top:-288px;left:0}@media (max-width:767.98px){.testimonial-section-two .shape-1{display:none}}.testimonial-section-two .shape-2{position:absolute;top:0;right:0}@media (max-width:767.98px){.testimonial-section-two .shape-2{display:none}}.testimonial-section-two .testimonial-wrapper{position:relative}.testimonial-section-two .testimonial-wrapper .testimonial-card .thumb{z-index:9;text-align:center;margin-bottom:64px;position:relative}.testimonial-section-two .testimonial-wrapper .testimonial-card .thumb img{opacity:.1;border-radius:100%}.testimonial-section-two .testimonial-wrapper .testimonial-card .thumb .icon{z-index:99;background:var(--theme-color1);visibility:hidden;border-radius:100%;justify-content:center;align-items:center;width:88px;height:88px;display:flex;position:absolute;bottom:-45px;left:50%;transform:translate(-50%)}.testimonial-section-two .testimonial-wrapper .testimonial-card .content{display:none}.testimonial-section-two .testimonial-wrapper .testimonial-card .content .title{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);font-weight:var(--body-font-weight)}.testimonial-section-two .testimonial-wrapper .testimonial-card .content .sub-title{color:var(--theme-color1);text-align:center;font-family:var(--text-font);font-weight:var(--body-font-weight)}.testimonial-section-two .testimonial-wrapper .testimonial-card .content .text{color:var(--text-color);font-size:28px;line-height:1.8;font-weight:var(--body-font-weight);text-align:center;max-width:938px;margin:0 -250px}@media (max-width:1399.98px){.testimonial-section-two .testimonial-wrapper .testimonial-card .content .text{font-size:24px}}@media (max-width:1199.98px){.testimonial-section-two .testimonial-wrapper .testimonial-card .content .text{margin:0}}@media (max-width:991.98px){.testimonial-section-two .testimonial-wrapper .testimonial-card .content .text{font-size:18px}}.testimonial-section-two .testimonial-wrapper .swiper-slide{transition:all .3s ease-in-out}.testimonial-section-two .testimonial-wrapper .swiper-slide.swiper-slide-active .testimonial-card{pointer-events:none}.testimonial-section-two .testimonial-wrapper .swiper-slide.swiper-slide-active .testimonial-card .thumb .icon{visibility:visible}.testimonial-section-two .testimonial-wrapper .swiper-slide.swiper-slide-active .testimonial-card .thumb img{opacity:1}.testimonial-section-two .testimonial-wrapper .swiper-slide.swiper-slide-active .testimonial-card .content{display:block}.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation{z-index:99;align-items:center;gap:332px;display:flex;position:absolute;top:120px;left:50%;transform:translate(-50%)}@media (max-width:767.98px){.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation{z-index:-1;gap:95px}}.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation .testimonial-slider-two-next svg path,.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation .testimonial-slider-two-prev svg path{fill:var(--theme-color-gray8);transition:all .15s ease-in-out}.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation .testimonial-slider-two-next:hover svg path,.testimonial-section-two .testimonial-wrapper .testimonial-two-navigation .testimonial-slider-two-prev:hover svg path{fill:var(--theme-color-black)}.testimonial-section-three{padding-bottom:120px}@media (max-width:991.98px){.testimonial-section-three{padding-bottom:80px}}.testimonial-section-three .testimonial-wrapper{position:relative}.testimonial-section-three .testimonial-wrapper .shape1{z-index:-1;position:absolute;bottom:0;right:0}@media (max-width:767.98px){.testimonial-section-three .testimonial-wrapper .shape1{display:none}}.testimonial-section-three .testimonial-wrapper .section-top-three{margin-bottom:78px}@media only screen and (max-width:1400px){.testimonial-section-three .testimonial-wrapper .section-top-three{margin-bottom:20px}}.testimonial-section-three .testimonial-wrapper .section-top-three .title{margin-bottom:75px}@media only screen and (max-width:1400px){.testimonial-section-three .testimonial-wrapper .section-top-three .title{margin-bottom:20px}}.testimonial-section-three .testimonial-wrapper .section-top-three .text{max-width:733px;color:var(--text-color);margin-bottom:0;font-size:22px;font-weight:400;line-height:39px}.testimonial-section-three .testimonial-wrapper .clint-info{align-items:center;gap:12px;display:flex}@media only screen and (max-width:576px){.testimonial-section-three .testimonial-wrapper .clint-info .thumb{display:none}}.testimonial-section-three .testimonial-wrapper .clint-info .clint-name{color:var(--theme-color-black);font-size:35px;font-family:var(--text-font);margin-bottom:10px;font-style:normal;font-weight:400;line-height:normal}.testimonial-section-three .testimonial-wrapper .clint-info .clint-note{color:var(--theme-color1);font-family:var(--text-font);margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.testimonial-section-three .testimonial-wrapper .main-thumb img{background:#373737;border-radius:8000px 8000px 0 0}.planning-section-three{padding-bottom:113px}@media only screen and (max-width:1023px){.planning-section-three{padding-bottom:70px}}@media only screen and (max-width:767px){.planning-section-three{padding-bottom:50px}}.planning-section-three .planning-wrapper{padding:153px 0 145px}@media (max-width:991.98px){.planning-section-three .planning-wrapper{padding:80px 0}}.planning-section-three .planning-wrapper .planning-content .planning-logo{margin-bottom:42px}.planning-section-three .planning-wrapper .planning-content .planning-title{color:var(--theme-color-white);text-align:center;font-family:var(--title-font-2);max-width:1039px;margin:0 auto;font-size:130px;font-weight:400;line-height:110px}@media only screen and (max-width:1199px){.planning-section-three .planning-wrapper .planning-content .planning-title{font-size:100px;line-height:80px}}@media only screen and (max-width:1023px){.planning-section-three .planning-wrapper .planning-content .planning-title{font-size:80px;line-height:70px}}@media only screen and (max-width:767px){.planning-section-three .planning-wrapper .planning-content .planning-title{font-size:45px;line-height:40px}}.planning-section-three .planning-wrapper .planning-content .text{color:var(--theme-color-white);text-align:center;font-family:var(--text-font);margin-bottom:42px;font-size:20px;font-weight:400;line-height:36px}.why-choose-us-section-three{padding-bottom:120px}@media only screen and (max-width:1023px){.why-choose-us-section-three{padding-bottom:100px}}.why-choose-us-section-three .row .col-xl-4:nth-of-type(2) .why-choose-us-card{border:1px solid var(--theme-color-gray5)}.why-choose-us-section-three .row .col-xl-4:nth-of-type(3) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-bottom:none;border-left:none}@media only screen and (max-width:1199px){.why-choose-us-section-three .row .col-xl-4:nth-of-type(3) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-right:none}}@media only screen and (max-width:767px){.why-choose-us-section-three .row .col-xl-4:nth-of-type(3) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-top:none}}.why-choose-us-section-three .row .col-xl-4:nth-of-type(4) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-top:none}.why-choose-us-section-three .row .col-xl-4:nth-of-type(5) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-top:none;border-left:none}@media only screen and (max-width:1199px){.why-choose-us-section-three .row .col-xl-4:nth-of-type(5) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-top:none;border-right:none}}@media only screen and (max-width:767px){.why-choose-us-section-three .row .col-xl-4:nth-of-type(5) .why-choose-us-card{border:1px solid var(--theme-color-gray5);border-bottom:none}}@media only screen and (max-width:1400px){.why-choose-us-section-three .thumb{height:100%}.why-choose-us-section-three .thumb img{-o-object-fit:cover;object-fit:cover;height:100%}}@media only screen and (max-width:1199px){.why-choose-us-section-three .thumb img{width:100%;height:100%}}@media only screen and (max-width:1023px){.why-choose-us-section-three .thumb img{max-width:100%}}@media only screen and (max-width:767px){.why-choose-us-section-three .thumb img{width:100%;height:auto}}.why-choose-us-section-three .why-choose-us-card{z-index:1;height:100%;padding:43px 0 40px 60px;position:relative}@media only screen and (max-width:1023px){.why-choose-us-section-three .why-choose-us-card{padding:43px 15px 40px}}.why-choose-us-section-three .why-choose-us-card .icon-wrap{background:var(--theme-color-gray);border-radius:100%;justify-content:center;align-items:center;width:116px;height:116px;margin-bottom:20px;transition:all .2s ease-in-out;display:flex}.why-choose-us-section-three .why-choose-us-card .icon-wrap .card-icon{border:1px solid var(--theme-color-gray5);border-radius:100%;justify-content:center;align-items:center;width:106px;height:106px;transition:all .2s ease-in-out;display:flex}.why-choose-us-section-three .why-choose-us-card .icon-wrap .card-icon svg path{fill:#465e6e;transition:all .2s ease-in-out}.why-choose-us-section-three .why-choose-us-card .title{color:var(--theme-color-black);font-family:var(--text-font-2);margin-bottom:15px;font-size:30px;font-style:normal;font-weight:400;line-height:42px}.why-choose-us-section-three .why-choose-us-card .text{color:var(--text-color);font-family:var(--text-font);max-width:334px;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.why-choose-us-section-three .why-choose-us-card .shape-1{z-index:-1;position:absolute;top:0;right:0}.why-choose-us-section-three .why-choose-us-card:hover .icon-wrap{background:var(--theme-color1)}.why-choose-us-section-three .why-choose-us-card:hover .icon-wrap .card-icon{border:1px solid var(--theme-color-white)}.why-choose-us-section-three .why-choose-us-card:hover .icon-wrap .card-icon svg path{fill:var(--theme-color-white)}.video-section-three{padding:350px 0}.video-section-three .video-content{position:relative}.video-section-three .video-content .video-icon{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-section .blog-item{overflow:hidden}.blog-section .blog-item .thumb{border-radius:180px 0 0;position:relative}.blog-section .blog-item .thumb img{border-radius:180px 0 0;width:100%;transition:all .6s ease-in-out}.blog-section .blog-item .thumb img:hover{transition:all .6s ease-in-out}.blog-section .blog-item .thumb .blog-meta{z-index:8;background-color:var(--theme-color1);border-radius:100%;justify-content:center;align-items:center;width:84px;height:84px;display:flex;position:absolute;top:20px;left:22px}.blog-section .blog-item .thumb .blog-meta p{color:var(--theme-color-white);font-family:var(--text-font);text-transform:uppercase;flex-direction:column;justify-content:center;align-items:end;margin-bottom:0;font-size:34px;font-style:normal;font-weight:400;line-height:32px;display:inline-flex}.blog-section .blog-item .thumb .blog-meta p span{color:var(--theme-color-white);font-family:var(--text-font);text-transform:uppercase;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.blog-section .blog-item .content{border:1px solid var(--border-color);padding:33px 35px 34px}@media (max-width:1199.98px){.blog-section .blog-item .content{padding:25px}}.blog-section .blog-item .content .title{color:var(--theme-color-black);font-family:var(--text-font);margin-bottom:9px}@media (max-width:991.98px){.blog-section .blog-item .content .title{margin-bottom:8px;font-size:24px}}.blog-section .blog-item .content .text{font-family:var(--text-font)}.blog-section .blog-item .content .read-more a{color:var(--theme-color-black);align-items:center;gap:10px;display:flex}.blog-section .blog-item .content .read-more a:hover{color:var(--theme-color1)}.clint-logo-section .clint-logo-wrapper .col-xl-2:nth-last-of-type(6) .logo-card{border-left:1px solid var(--theme-color-gray5)}@media (max-width:1199.98px){.clint-logo-section .clint-logo-wrapper .col-xl-2:nth-last-of-type(6) .logo-card{border-left:none}}.clint-logo-section .clint-logo-wrapper .logo-card{border-right:1px solid var(--theme-color-gray5);background:0 0;height:100%}@media (max-width:767.98px){.clint-logo-section .clint-logo-wrapper .logo-card{border-right:none}}.clint-logo-section .clint-logo-wrapper .logo-card .main-logo{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:36px 0;display:flex}@media only screen and (max-width:1199px){.clint-logo-section-two{padding-bottom:70px}}@media only screen and (max-width:1023px){.clint-logo-section-two{padding-bottom:50px}}.clint-logo-section-two .clint-logo-wrapper .logo-card{border:1px solid var(--border-color-5);background:var(--theme-color-white);height:100%}.clint-logo-section-two .clint-logo-wrapper .logo-card .main-logo{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:36px 0;display:flex}.clint-logo-section-three{padding-bottom:110px}@media only screen and (max-width:1199px){.clint-logo-section-three{padding-bottom:70px}}@media only screen and (max-width:1023px){.clint-logo-section-three{padding-bottom:50px}}.clint-logo-section-three .clint-logo-wrapper .logo-card{border:1px solid var(--border-color-5);background:var(--theme-color-white);height:100%}.clint-logo-section-three .clint-logo-wrapper .logo-card .main-logo{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:36px 0;display:flex}.about-section-two .section-top-two .text{max-width:500px}@media (max-width:1399.98px){.about-section-two .section-top-two .title{font-size:70px;line-height:60px}}@media (max-width:575.98px){.about-section-two .section-top-two .title{font-size:44px;line-height:35px}}.about-section-two .thumb-wrap{z-index:9;justify-content:center;align-items:center;gap:27px;margin-right:-232px;display:flex;position:relative}@media (max-width:991.98px){.about-section-two .thumb-wrap{margin-right:0}}@media (max-width:575.98px){.about-section-two .thumb-wrap{flex-direction:column;row-gap:20px}}.about-section-two .thumb-wrap .thumb{position:relative;overflow:hidden}@media (max-width:575.98px){.about-section-two .thumb-wrap .thumb{width:100%}}.about-section-two .thumb-wrap .thumb img{transition:all .6s ease-in-out}@media (max-width:575.98px){.about-section-two .thumb-wrap .thumb img{width:100%}}.about-section-two .thumb-wrap .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)}.about-section-two .thumb-wrap .thumb .title{font-family:var(--text-font);font-weight:var(--body-font-weight);color:var(--text-color);text-transform:uppercase;text-align:center;background:#fffc;position:absolute;bottom:8px;left:9px;right:9px}.about-section-two .video-thumb{position:relative}.about-section-two .video-thumb .video-icon{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1199.98px){.introduce-section-two .introduce-wrapper{background-color:#ebeff0;background-image:none!important}}.introduce-section-two .introduce-wrapper .thumb{position:relative;overflow:hidden}.introduce-section-two .introduce-wrapper .thumb img{transition:all .6s ease-in-out}.introduce-section-two .introduce-wrapper .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.introduce-section-two .introduce-wrapper .thumb .border-shape{border:2px solid var(--theme-color-white);pointer-events:none;background:0 0;width:calc(100% - 20px);height:calc(100% - 20px);transition:all .6s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.introduce-section-two .introduce-wrapper .thumb .social-icon{position:absolute;bottom:42px;right:46px}@media (max-width:767.98px){.introduce-section-two .introduce-wrapper .thumb .social-icon{bottom:20px;right:20px}}.introduce-section-two .introduce-wrapper .thumb .social-icon ul{align-items:center;gap:6px;display:flex}.introduce-section-two .introduce-wrapper .thumb .social-icon ul li a{background:var(--theme-color-white);border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}@media (max-width:767.98px){.introduce-section-two .introduce-wrapper .thumb .social-icon ul li a{width:35px;height:35px}}.introduce-section-two .introduce-wrapper .thumb .social-icon ul li a:hover{background:var(--theme-color1)}.introduce-section-two .introduce-wrapper .row:last-child .col-xl-6 .content{margin-left:0}.introduce-section-two .introduce-wrapper .content{margin-left:93px;margin-right:30px}@media (max-width:1199.98px){.introduce-section-two .introduce-wrapper .content{margin-left:33px}}@media (max-width:991.98px){.introduce-section-two .introduce-wrapper .content{margin-left:0;margin-right:0}}.introduce-section-two .introduce-wrapper .content .sub-title{color:var(--theme-color1);font-family:var(--text-font);font-weight:var(--body-font-weight);letter-spacing:3.6px;text-transform:uppercase}.introduce-section-two .introduce-wrapper .content .title{color:var(--theme-color-black);font-family:var(--text-font);font-weight:var(--body-font-weight)}.introduce-section-two .introduce-wrapper .content .text{color:var(--text-color);max-width:560px}.instagram-section-two{margin-top:120px}@media (max-width:991.98px){.instagram-section-two{margin-top:0}}.instagram-section-two .swiper-wrapper .swiper-slide:nth-child(2n){margin-top:60px}.instagram-section-two .swiper-wrapper .thumb{overflow:hidden}.instagram-section-two .swiper-wrapper .thumb img{text-align:center;transition:all .6s ease-in-out}.instagram-section-two .swiper-wrapper .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.guest-section-two .guest-wrapper .guest-content{margin-bottom:45px}.guest-section-two .guest-wrapper .guest-content:last-child{margin-bottom:0}.guest-section-two .guest-wrapper .guest-content .thumb{border-radius:100%;margin-bottom:18px;position:relative;overflow:hidden}.guest-section-two .guest-wrapper .guest-content .thumb img{border-radius:100%;width:100%;max-width:100%;transition:all .6s ease-in-out}.guest-section-two .guest-wrapper .guest-content .thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}.guest-section-two .guest-wrapper .guest-content .thumb .border-shape{border:2px solid var(--theme-color-white);border:1px solid var(--theme-color-white);pointer-events:none;background:0 0;border-radius:100%;width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.guest-section-two .guest-wrapper .guest-content .sub-title{color:var(--theme-color1);text-align:center;margin-bottom:0}.guest-section-two .guest-wrapper .guest-content .title{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);margin-bottom:0}.guest-section-two .guest-wrapper .main-guest-content{flex-direction:column;justify-content:end;align-items:center;height:100%;display:flex}@media (max-width:991.98px){.guest-section-two .guest-wrapper .main-guest-content{justify-content:center}}.guest-section-two .guest-wrapper .main-guest-content .guest-content-wrap{background:var(--theme-color-gray);border-radius:100%;width:100%;padding:58px}.guest-section-two .guest-wrapper .main-guest-content .main-thumb{text-align:center;border-radius:100%;max-width:482px;max-height:482px;margin:-157px auto 42px;position:relative;overflow:hidden}.guest-section-two .guest-wrapper .main-guest-content .main-thumb img{text-align:center;border-radius:100%;transition:all .6s ease-in-out}.guest-section-two .guest-wrapper .main-guest-content .main-thumb img:hover{transition:all .6s ease-in-out;transform:scale(1.1)rotate(3deg)}@media (max-width:991.98px){.guest-section-two .guest-wrapper .main-guest-content .main-thumb{max-width:382px;max-height:382px;margin:0 auto 20px}}.guest-section-two .guest-wrapper .main-guest-content .main-thumb .border-shape{border:2px solid var(--theme-color-white);border:1px solid var(--theme-color-white);pointer-events:none;background:0 0;border-radius:100%;width:calc(100% - 20px);height:calc(100% - 20px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.guest-section-two .guest-wrapper .main-guest-content .sub-title{color:var(--theme-color1);text-align:center;margin-bottom:0}.guest-section-two .guest-wrapper .main-guest-content .title{color:var(--theme-color-black);text-align:center;font-family:var(--text-font);margin-bottom:10px}.guest-section-two .guest-wrapper .main-guest-content .text{text-align:center;max-width:407px;margin:0 auto 40px}@media (max-width:991.98px){.guest-section-two .guest-wrapper .main-guest-content .text,.guest-section-two .guest-wrapper .main-guest-content .social-icon{display:none}}.guest-section-two .guest-wrapper .main-guest-content .social-icon ul{justify-content:center;align-items:center;gap:8px;display:flex}.guest-section-two .guest-wrapper .main-guest-content .social-icon ul li a{background:var(--theme-color-white);border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .15s ease-in-out;display:flex}.guest-section-two .guest-wrapper .main-guest-content .social-icon ul li a:hover{background:var(--theme-color1)}.main-footer{background-color:var(--theme-color2);position:relative}.main-footer .widgets-section{padding:60px 0 100px}@media (max-width:991.98px){.main-footer .widgets-section{padding-bottom:30px}.main-footer .footer-column{margin-bottom:30px}}.main-footer .footer-widget.about-widget{max-width:300px}.main-footer .footer-widget.about-widget .input-feild{z-index:1;position:relative}.main-footer .footer-widget.about-widget .input-feild input{background-color:var(--theme-color-white);border-radius:9px;width:100%;padding:10px 25px;font-size:16px}.main-footer .footer-widget.about-widget .input-feild button{width:45px;height:45px;color:var(--headings-color);text-align:center;background-color:var(--theme-color1);border-radius:12px;font-size:16px;line-height:45px;position:absolute;top:5px;right:5px}.main-footer .footer-widget.about-widget .input-feild button i{transition:all .3s;display:inline-block}.main-footer .footer-widget.about-widget .input-feild button:hover i{transform:rotate(45deg)}@media (max-width:991.98px){.main-footer .footer-widget.about-widget{max-width:100%}}.main-footer .footer-widget.contact-widget .user-links li{gap:10px;display:flex}.main-footer .footer-widget.contact-widget .user-links li i{color:var(--theme-color1);font-size:14px}.main-footer .widget-title{color:var(--theme-color-white);margin-bottom:20px;position:relative}.main-footer .widget-content .text{color:#d1d5db;margin:20px 0;font-size:16px;line-height:30px}.user-links{position:relative}.user-links li{margin-bottom:8px;font-weight:400;line-height:32px;position:relative}.user-links li:last-child{margin-bottom:0}.user-links li a{color:var(--theme-color-white);font-size:16px;font-weight:400;transition:all .3s;display:inline-block;position:relative}.user-links li a:before{background-color:var(--bg-theme-color1);content:"";width:0;height:1px;transition:all .3s;position:absolute;bottom:3px;left:0}.user-links li a:hover:before{width:100%}.user-links.style-two li{padding-left:0}.user-links.style-two li:before{display:none}.user-links.two-column{flex-wrap:wrap;display:flex}.user-links.two-column li{flex:0 0 50%;width:50%}.recent-post{margin-bottom:30px;position:relative}.recent-post:last-child{margin-bottom:0}.recent-post .inner{position:relative}.recent-post .inner .post-info{color:#adadad;align-items:center;margin-bottom:23px;padding-left:25px;font-size:16px;line-height:30px;display:flex;position:relative}.recent-post .inner .post-info i{color:var(--theme-color1);margin-right:10px;font-size:14px;position:absolute;top:0;left:0}.recent-post .inner .post-title{color:var(--theme-color-white);letter-spacing:-.8px;margin-bottom:0}.contact-list{margin-bottom:30px;position:relative}.contact-list:last-child{margin-bottom:0}.contact-list .inner{position:relative}.contact-list .inner .list-info{color:#75727b;align-items:center;margin-bottom:0;font-size:16px;line-height:1.6;display:flex;position:relative}.contact-list .inner .list-info:first-child{margin-bottom:13px;line-height:1.875}.contact-list .inner .list-info i{color:var(--theme-color1);margin-right:10px;font-size:14px;position:absolute;top:0;left:0}.contact-list .inner .post-title{color:var(--theme-color-white);letter-spacing:-.8px;margin-bottom:0}.subscribe-form,.subscribe-form .form-group{position:relative}.subscribe-form .form-group input[type=text],.subscribe-form .form-group input[type=email]{width:100%;height:72px;color:var(--theme-color-white);background:0 0;border:1px solid #333f4d;border-radius:10px;padding:20px 30px;font-size:16px;line-height:32px;transition:all .3s;display:block;position:relative}.subscribe-form .form-group input[type=text]::-webkit-input-placeholder{color:var(--theme-color-white)}.subscribe-form .form-group input[type=email]::-webkit-input-placeholder{color:var(--theme-color-white)}.subscribe-form .form-group input[type=text]::-moz-placeholder{color:var(--theme-color-white)}.subscribe-form .form-group input[type=email]::-moz-placeholder{color:var(--theme-color-white)}:is(.subscribe-form .form-group input[type=text]:-ms-placeholder-shown,.subscribe-form .form-group input[type=email]:-ms-placeholder-shown){color:var(--theme-color-white)}:is(.subscribe-form .form-group input[type=text]:placeholder-shown,.subscribe-form .form-group input[type=email]:placeholder-shown){color:var(--theme-color-white)}.subscribe-form .form-group input[type=text]::-moz-placeholder{color:var(--theme-color-white)}.subscribe-form .form-group input[type=email]::-moz-placeholder{color:var(--theme-color-white)}.subscribe-form .form-group input[type=text]::placeholder,.subscribe-form .form-group input[type=email]::placeholder{color:var(--theme-color-white)}.subscribe-form .form-group .theme-btn{border-radius:0 10px 10px 0;justify-content:center;align-items:center;padding:20px 30px;line-height:32px;display:flex;position:absolute;top:0;right:0}.footer-cta{z-index:1;background-color:var(--theme-color1);border-radius:11px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;padding:60px 80px;display:flex;position:relative}.footer-cta .sec-title{max-width:570px}.footer-cta .text{color:var(--headings-color);margin-bottom:0;font-size:16px;line-height:30px}.footer-cta .btn-wrp{text-align:center;width:fit-content;margin-right:30px}.footer-cta .btn-wrp .cta-btn{background-color:var(--theme-color-white);border-radius:13px;padding:20px 45px;font-size:16px;font-weight:500;line-height:16px}.footer-cta .btn-wrp .cta-btn i{margin-left:5px;transition:all .3s;display:inline-block}.footer-cta .btn-wrp .cta-btn:hover{color:var(--headings-color)}.footer-cta .btn-wrp .cta-btn:hover i{transform:rotate(45deg)}.footer-cta .btn-wrp .text{margin-top:18px}.footer-cta .bg-shape{z-index:-1;height:100%;position:absolute;top:0;right:0}.footer-cta .bg-shape img{height:100%}.footer-cta .arry{position:absolute;top:50%;left:55%;transform:translateY(-50%)}@media (max-width:1199.98px){.footer-cta .arry{display:none}}@media (max-width:767.98px){.footer-cta{padding:30px 20px}}.footer-bottom{z-index:1;border-top:1px solid rgba(var(--theme-color-white-rgb), .1);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:30px 0;display:flex;position:relative}.footer-bottom .inner-container{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.footer-bottom .copyright-text{color:rgba(var(--theme-color-white-rgb), .45);margin-bottom:0;font-size:16px;position:relative}.footer-bottom .copyright-text span,.footer-bottom .copyright-text a,.footer-bottom .copyright-text a:hover{color:var(--theme-color-white)}.footer-bottom .footer-nav{flex-wrap:wrap;gap:30px;display:flex;position:relative}.footer-bottom .footer-nav li{font-size:16px;line-height:32px}.footer-bottom .footer-nav li a{color:rgba(var(--theme-color-white-rgb), .55)}.footer-bottom .footer-nav li a:hover{color:var(--theme-color-white)}@media (max-width:767.98px){.footer-bottom{justify-content:center;gap:5px;padding:30px 0 15px}.footer-bottom .copyright-text{font-size:14px}}.footer-bottom .goTop-btn{text-align:center;width:60px;height:60px;color:var(--headings-color);background-color:var(--theme-color1);z-index:99;border-radius:14px;line-height:60px;display:inline-block;position:absolute;top:-30px;left:50%;overflow:hidden;transform:translate(-50%)}.footer-bottom .goTop-btn i{transition:all .3s;display:inline-block}.footer-bottom .goTop-btn i:first-child{position:absolute;top:0;left:23px}.footer-bottom .goTop-btn i:last-child{transform:translateY(60px)}.footer-bottom .goTop-btn:hover i:first-child{top:-60px}.footer-bottom .goTop-btn:hover i:last-child{transform:translateY(0)}.footer-section-one{z-index:1;position:relative;overflow:hidden}.footer-section-one .footer-wrapper .footer-top-area{border-bottom:1px solid var(--border-color-5);margin-bottom:99px}@media only screen and (max-width:1023px){.footer-section-one .footer-wrapper .footer-top-area{margin-bottom:35px}}.footer-section-one .footer-wrapper .footer-top-area .contact-item{align-items:center;gap:18px;width:100%;display:flex}.footer-section-one .footer-wrapper .footer-top-area .contact-item .icon{background:var(--theme-color6);border-radius:100%;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.footer-section-one .footer-wrapper .footer-top-area .contact-item .content{flex-direction:column;width:calc(100% - 88px);display:flex}.footer-section-one .footer-wrapper .footer-top-area .contact-item .content .title{color:var(--theme-color-white);font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:13px;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.footer-section-one .footer-wrapper .footer-top-area .contact-item .content a,.footer-section-one .footer-wrapper .footer-top-area .contact-item .content p{color:var(--text-color3);font-family:var(--text-font);max-width:254px;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer-section-one .footer-wrapper .footer-main-part{border-bottom:1px solid var(--border-color-5);padding-bottom:118px;position:relative}@media only screen and (max-width:1023px){.footer-section-one .footer-wrapper .footer-main-part{padding-bottom:50px}}.footer-section-one .footer-wrapper .footer-main-part .bg-shape2{z-index:0;position:absolute;bottom:39px;right:0}@media (max-width:1399.98px){.footer-section-one .footer-wrapper .footer-main-part .bg-shape2{display:none}}.footer-section-one .footer-wrapper .footer-main-part .container{z-index:9;position:relative}.footer-section-one .footer-wrapper .footer-main-part .text{width:281px;color:var(--text-color2);font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}@media (max-width:1399.98px){.footer-section-one .footer-wrapper .footer-main-part .text{width:257px}}@media (max-width:991.98px){.footer-section-one .footer-wrapper .footer-main-part .text{width:auto}}.footer-section-one .footer-wrapper .footer-main-part .social-icon ul{align-items:center;gap:39px;display:flex}.footer-section-one .footer-wrapper .footer-main-part .social-icon ul li{list-style:none}.footer-section-one .footer-wrapper .footer-main-part .title{color:var(--theme-color1);font-family:var(--text-font);letter-spacing:3px;text-transform:uppercase;margin-bottom:42px;font-size:32px;font-weight:400;line-height:1.62}.footer-section-one .footer-wrapper .footer-main-part .widget-link li{padding-left:22px;list-style-type:none;position:relative}.footer-section-one .footer-wrapper .footer-main-part .widget-link li:before{content:"";background-color:#7c7c7c;border-radius:50%;width:7px;height:7px;position:absolute;top:calc(50% - 2px);left:3px;transform:translate(-50%)}.footer-section-one .footer-wrapper .footer-main-part .widget-link li a{color:var(--text-color2);font-family:var(--text-font);font-size:16px;font-weight:400;line-height:40px}.footer-section-one .footer-wrapper .footer-main-part .form-group{margin-right:20px;position:relative}.footer-section-one .footer-wrapper .footer-main-part .form-group .form-control{border:1px solid var(--border-color-7);background:var(--theme-color7);width:100%;color:var(--theme-color-black);height:60px;font-family:var(--text-font);text-transform:capitalize;border-radius:80px;padding-left:39px;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.footer-section-one .footer-wrapper .footer-main-part .form-group .form-control::-webkit-input-placeholder{color:#000}.footer-section-one .footer-wrapper .footer-main-part .form-group .form-control::placeholder{color:#000}.footer-section-one .footer-wrapper .footer-main-part .form-group .form-control:-ms-placeholder-shown{color:#000}.footer-section-one .footer-wrapper .footer-main-part .form-group .form-control::placeholder{color:#000}.footer-section-one .footer-wrapper .footer-main-part .form-group .subscribe-btn{background:0 0;width:45px;height:45px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.footer-section-one .footer-wrapper .footer-bottom{justify-content:space-between;align-items:center;padding:50px 0;display:flex}@media only screen and (max-width:767px){.footer-section-one .footer-wrapper .footer-bottom{justify-content:center}}.footer-section-one .footer-wrapper .footer-bottom p{color:var(--theme-color-black);font-family:var(--text-font);margin-bottom:0;font-size:16px;font-style:normal;font-weight:500;line-height:28px}@media only screen and (max-width:424px){.footer-section-one .footer-wrapper .footer-bottom p{font-size:12px}}.footer-section-one .footer-wrapper .footer-bottom .footer-contact-meta{align-items:center;gap:93px;display:flex}@media (max-width:575.98px){.footer-section-one .footer-wrapper .footer-bottom .footer-contact-meta{flex-direction:column;gap:10px}}.footer-section-one .footer-wrapper .footer-bottom .footer-contact-meta .contact-items{color:var(--theme-color-black);font-family:var(--text-font);align-items:center;gap:13px;font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:flex}.footer-section-two{z-index:1;position:relative;overflow:hidden}@media (max-width:1199.98px){.footer-section-two .footer-wrapper{background-position:bottom;background-repeat:no-repeat}}.footer-section-two .footer-wrapper .footer-main-part{border-bottom:1px solid var(--border-color-5);position:relative}@media only screen and (max-width:1023px){.footer-section-two .footer-wrapper .footer-main-part{padding-bottom:50px}}.footer-section-two .footer-wrapper .footer-main-part .col-xl-4:nth-child(2){border-left:1px solid var(--theme-color-gray5)}@media (max-width:767.98px){.footer-section-two .footer-wrapper .footer-main-part .col-xl-4:nth-child(2),.footer-section-two .footer-wrapper .footer-main-part .col-xl-4{border-left:none}}.footer-section-two .footer-wrapper .footer-main-part .col-xl-4:nth-child(3){border-left:1px solid var(--theme-color-gray5)}@media (max-width:1199.98px){.footer-section-two .footer-wrapper .footer-main-part .col-xl-4:nth-child(3){border-left:none;border-top:1px solid var(--theme-color-gray5)}}@media (max-width:767.98px){.footer-section-two .footer-wrapper .footer-main-part .col-xl-4:nth-child(3){border-top:none;border-left:none}}.footer-section-two .footer-wrapper .footer-main-part .item-2{padding-top:80px 0}.footer-section-two .footer-wrapper .footer-main-part .item-1,.footer-section-two .footer-wrapper .footer-main-part .item-3{padding-top:140px;padding-bottom:120px}@media (max-width:767.98px){.footer-section-two .footer-wrapper .footer-main-part .item-1,.footer-section-two .footer-wrapper .footer-main-part .item-3{padding-top:60px!important;padding-bottom:60px!important}}.footer-section-two .footer-wrapper .footer-main-part .item-1{padding-top:140px;padding-bottom:120px}@media (max-width:767.98px){.footer-section-two .footer-wrapper .footer-main-part .item-1{padding-top:60px!important;padding-bottom:0!important}}@media (max-width:1199.98px){.footer-section-two .footer-wrapper .footer-main-part .item-3{padding-top:60px!important;padding-bottom:60px!important}}.footer-section-two .footer-wrapper .footer-main-part a{color:var(--dark-color);text-align:center;font-family:var(--text-font);font-size:var(--h5-font-size);font-style:normal;font-weight:var(--body-font-weight);line-height:var(--line-height-heading-h5);align-items:center;gap:10px;margin-bottom:13px;display:flex}.footer-section-two .footer-wrapper .footer-main-part a p{color:var(--dark-color);margin-bottom:0}.footer-section-two .footer-wrapper .footer-main-part .logo{width:101.627px;height:111.24px;margin-bottom:16px}.footer-section-two .footer-wrapper .footer-main-part .location-text{font-family:var(--text-font);color:var(--theme-color-black);font-weight:var(--body-font-weight);font-family:var(--text-font);font-size:var(--h5-font-size);font-style:normal;font-weight:var(--body-font-weight);line-height:var(--line-height-heading-h5);align-items:center;gap:10px;margin-bottom:0;display:flex}.footer-section-two .footer-wrapper .footer-main-part .location-text p,.footer-section-two .footer-wrapper .footer-main-part p{color:var(--theme-color-black);text-align:center;margin-bottom:0}.footer-section-two .footer-wrapper .footer-main-part .content-wrap{flex-direction:column;justify-content:center;align-items:center;display:flex}.footer-section-two .footer-wrapper .footer-main-part .bg-shape2{z-index:-1;position:absolute;bottom:39px;right:0}@media (max-width:1399.98px){.footer-section-two .footer-wrapper .footer-main-part .bg-shape2{display:none}}.footer-section-two .footer-wrapper .footer-main-part .text{max-width:362px;color:var(--text-color);font-family:var(--text-font);text-align:center;margin-bottom:43px}.footer-section-two .footer-wrapper .footer-main-part .mail-text{max-width:327px;color:var(--text-color);font-family:var(--text-font);text-align:center;margin-bottom:22px}.footer-section-two .footer-wrapper .footer-main-part .social-icon ul{align-items:center;gap:8px;display:flex}.footer-section-two .footer-wrapper .footer-main-part .social-icon ul li a{background:var(--theme-color-white);border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .15s ease-in-out;display:flex}.footer-section-two .footer-wrapper .footer-main-part .social-icon ul li a:hover{background:var(--theme-color1)}.footer-section-two .footer-wrapper .footer-main-part .title{color:var(--dark-color);font-family:var(--text-font);font-weight:var(--body-font-weight);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:53px;line-height:normal;position:relative}.footer-section-two .footer-wrapper .footer-main-part .title:before{background-color:var(--theme-color1);content:"";width:20.25px;height:1px;position:absolute;bottom:-18px;left:calc(50% - 13px);transform:rotate(-32.91deg)}.footer-section-two .footer-wrapper .footer-main-part .title:after{background-color:var(--theme-color1);content:"";width:20.25px;height:1px;position:absolute;bottom:-18px;left:calc(50% - 13px);transform:rotate(32.91deg)}.footer-section-two .footer-wrapper .footer-main-part .form-group{position:relative}.footer-section-two .footer-wrapper .footer-main-part .form-group .form-control{border:1px solid var(--border-color-7);background:var(--theme-color7);width:100%;min-width:330px;color:var(--theme-color-black);height:60px;font-family:var(--text-font);text-transform:capitalize;border-radius:80px;min-width:300px;padding-left:39px;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.footer-section-two .footer-wrapper .footer-main-part .form-group .form-control::-webkit-input-placeholder{color:#000}.footer-section-two .footer-wrapper .footer-main-part .form-group .form-control::placeholder{color:#000}.footer-section-two .footer-wrapper .footer-main-part .form-group .form-control:-ms-placeholder-shown{color:#000}.footer-section-two .footer-wrapper .footer-main-part .form-group .form-control::placeholder{color:#000}.footer-section-two .footer-wrapper .footer-main-part .form-group .subscribe-btn{background:0 0;width:45px;height:45px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.footer-section-two .footer-wrapper .footer-bottom{justify-content:center;align-items:center;display:flex}.footer-section-two .footer-wrapper .footer-bottom p{color:var(--theme-color-black);font-family:var(--text-font);margin-bottom:0;font-size:16px;font-style:normal;font-weight:500;line-height:28px}@media only screen and (max-width:424px){.footer-section-two .footer-wrapper .footer-bottom p{font-size:12px}}.footer-section-three{z-index:1;position:relative;overflow:hidden}.footer-section-three .footer-wrapper{background:var(--theme-color3);padding-top:77px}.footer-section-three .footer-wrapper .footer-top-area{border-bottom:1px solid #7d7d7d;padding-bottom:55px}.footer-section-three .footer-wrapper .footer-top-area .contact-item{align-items:center;gap:18px;width:100%;display:flex}.footer-section-three .footer-wrapper .footer-top-area .contact-item .icon{background:var(--theme-color6);border-radius:100%;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.footer-section-three .footer-wrapper .footer-top-area .contact-item .content{flex-direction:column;width:calc(100% - 88px);display:flex}.footer-section-three .footer-wrapper .footer-top-area .contact-item .content .title{color:var(--theme-color-white);font-family:var(--text-font);letter-spacing:3.6px;text-transform:uppercase;margin-bottom:13px;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.footer-section-three .footer-wrapper .footer-top-area .contact-item .content a,.footer-section-three .footer-wrapper .footer-top-area .contact-item .content p{color:var(--text-color3);font-family:var(--text-font);max-width:254px;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer-section-three .footer-wrapper .footer-main-part{border-bottom:1px solid #7d7d7d;padding-bottom:118px;position:relative}@media only screen and (max-width:1023px){.footer-section-three .footer-wrapper .footer-main-part{padding-bottom:50px}}.footer-section-three .footer-wrapper .footer-main-part .bg-shape1{z-index:0;position:absolute;bottom:66px;left:0}@media (max-width:1199.98px){.footer-section-three .footer-wrapper .footer-main-part .bg-shape1{display:none}}.footer-section-three .footer-wrapper .footer-main-part .bg-shape2{z-index:0;position:absolute;bottom:39px;right:0}@media (max-width:1399.98px){.footer-section-three .footer-wrapper .footer-main-part .bg-shape2{display:none}}.footer-section-three .footer-wrapper .footer-main-part .container{z-index:9;position:relative}.footer-section-three .footer-wrapper .footer-main-part .main-title{color:var(--theme-color-white);font-family:var(--text-font);text-transform:uppercase;margin-bottom:19px;font-size:60px;font-style:normal;font-weight:400;line-height:70px}@media only screen and (max-width:424px){.footer-section-three .footer-wrapper .footer-main-part .main-title{font-size:46px;line-height:58px}}.footer-section-three .footer-wrapper .footer-main-part .text{color:#bfbfbf;font-family:var(--text-font);margin-bottom:32px;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer-section-three .footer-wrapper .footer-main-part .title{color:var(--theme-color-white);font-family:var(--text-font);margin-bottom:32px;font-size:22px;font-style:normal;font-weight:400;line-height:36px}.footer-section-three .footer-wrapper .footer-main-part ul li a{color:#d9d9d9;font-family:var(--text-font);font-size:16px;font-style:normal;font-weight:400;line-height:42px}.footer-section-three .footer-wrapper .footer-main-part .form-group{margin-right:20px;position:relative}.footer-section-three .footer-wrapper .footer-main-part .form-group .form-control{background:var(--theme-color-white);color:#888;width:100%;height:60px;font-family:var(--text-font);text-transform:capitalize;border-radius:500px;padding-left:39px;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.footer-section-three .footer-wrapper .footer-main-part .form-group .subscribe-btn{background:var(--theme-color1);color:#fff;font-family:var(--text-font);border-radius:500px;padding:15px 63px;font-size:16px;font-style:normal;font-weight:400;line-height:30px;position:absolute;top:0;right:0}@media only screen and (max-width:767px){.footer-section-three .footer-wrapper .footer-main-part .form-group .subscribe-btn{padding:15px 30px}}@media only screen and (max-width:576px){.footer-section-three .footer-wrapper .footer-main-part .form-group .subscribe-btn{padding:15px}}.footer-section-three .footer-wrapper .footer-bottom{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:767px){.footer-section-three .footer-wrapper .footer-bottom{justify-content:center}}.footer-section-three .footer-wrapper .footer-bottom p{color:#fff;font-family:var(--text-font);margin-bottom:0;font-size:16px;font-style:normal;font-weight:500;line-height:28px}@media only screen and (max-width:424px){.footer-section-three .footer-wrapper .footer-bottom p{font-size:12px}}.footer-section-three .footer-wrapper .footer-bottom .social-icon ul{align-items:center;gap:39px;display:flex}.footer-style-four{z-index:1;position:relative;overflow:hidden}.footer-style-four .sec-shape{z-index:-1;position:absolute;bottom:-150px;left:-280px}@media (max-width:767.98px){.footer-style-four .sec-shape{display:none}}.footer-style-four .widgets-section{padding:120px 0 100px}@media (max-width:767.98px){.footer-style-four .widgets-section{padding:60px 0}}.footer-style-four .footer-widget.about-widget{max-width:590px}.footer-style-four .footer-widget.about-widget .widget-title{margin-bottom:30px;font-size:32px}.footer-style-four .footer-widget.about-widget .text{color:var(--theme-color-white);max-width:550px;margin-bottom:0;font-size:16px;line-height:30px}.footer-style-four .footer-widget.about-widget .input-feild{align-items:center;gap:30px;margin-top:60px;display:flex}.footer-style-four .footer-widget.about-widget .input-feild .fa-envelope{color:var(--theme-color-white);font-size:14px;position:absolute;top:12px;left:25px}.footer-style-four .footer-widget.about-widget .input-feild input{border:1.2px solid rgba(var(--theme-color-white-rgb), .1);color:rgba(var(--theme-color-white-rgb), .55);background-color:#0000;border-radius:6px;padding-left:50px}.footer-style-four .footer-widget.about-widget .input-feild input::-webkit-input-placeholder{color:rgba(var(--theme-color-white-rgb), .55)}.footer-style-four .footer-widget.about-widget .input-feild input::placeholder{color:rgba(var(--theme-color-white-rgb), .55)}.footer-style-four .footer-widget.about-widget .input-feild input:-ms-placeholder-shown{color:rgba(var(--theme-color-white-rgb), .55)}.footer-style-four .footer-widget.about-widget .input-feild input::placeholder{color:rgba(var(--theme-color-white-rgb), .55)}.footer-style-four .footer-widget.about-widget .input-feild input:focus{border:1.2px solid rgba(var(--theme-color1-rgb), .5)}.footer-style-four .footer-widget.about-widget .input-feild .btn-one-rounded{min-width:150px;color:var(--theme-color-black);border-radius:6px}.footer-style-four .footer-widget.about-widget .privacy{color:rgba(var(--theme-color-white-rgb), .55);margin-top:15px;font-size:16px;font-weight:500}.footer-style-four .footer-widget.about-widget .privacy a{color:var(--theme-color-white);text-decoration:underline}.footer-style-four .footer-widget.about-widget .privacy a:hover{color:var(--theme-color1)}.footer-style-four .footer-widget .widget-content .user-links li a{color:rgba(var(--theme-color-white-rgb), .55);font-weight:500}.footer-style-four .footer-widget .widget-content .user-links li a:before{display:none}.footer-style-four .footer-widget .widget-content .user-links li a:hover{color:var(--theme-color-white)}.footer-style-four .footer-widget.contact-widget{max-width:250px;margin-left:auto}.footer-style-four .footer-widget.contact-widget .text{color:rgba(var(--theme-color-white-rgb), .55);margin-bottom:0;font-size:20px;font-weight:500;line-height:35px}.footer-style-four .footer-widget.contact-widget a{color:rgba(var(--theme-color-white-rgb), .55);font-size:20px;font-weight:500;line-height:35px}.footer-style-four .footer-widget.contact-widget a:hover{color:var(--theme-color-white)}.footer-style-four .footer-widget.contact-widget .nuber a{color:var(--theme-color-white);font-weight:700;line-height:45px}@media (max-width:575.98px){.footer-style-four .footer-widget.contact-widget{margin:0}}.footer-style-four .footer-bottom{padding:20px 0}.footer-style-four .footer-bottom .copyright-text{color:var(--theme-color-white)}.footer-style-four .footer-bottom .copyright-text a{color:#ffcc53;text-decoration:none}.footer-style-four .footer-bottom .language .nice-select{text-transform:uppercase;background-color:rgba(var(--theme-color-white-rgb), .1);border:none;border-radius:20px;height:35px;padding-left:12px;padding-right:40px;line-height:35px}.footer-style-four .footer-bottom .language .nice-select:before{background-color:var(--theme-color1);text-align:center;border-radius:50%;width:20px;height:20px;line-height:23px;top:8px;right:7px}.footer-style-four .footer-bottom .language .nice-select .current{color:var(--theme-color-white);font-size:12px}.footer-style-four .footer-bottom .language .nice-select .list{bottom:100%;top:unset}.product-details .bxslider .swiper-thumbs .swiper-slide{cursor:pointer;max-width:100px}.product-details .bxslider .image-box{margin-bottom:10px;margin-right:30px;display:block;position:relative}.product-details .bxslider .image-box img{width:100%}.product-details .bxslider .thumb-box .image-box2 img{float:left;width:100px;height:100px;margin-bottom:15px;margin-right:10px;display:inline-block;position:relative}.product-details .bxslider .thumb-box .image-box2 img:last-child{margin:0!important}.product-details .bx-wrapper{margin-bottom:30px}.product-details .product-info .product-details__top{margin-top:-8px;display:block;position:relative}.product-details .product-info .product-details__title{margin:0;font-size:40px;font-weight:700;line-height:44px}.product-details .product-info .product-details__title span{color:var(--theme-color1);letter-spacing:0;margin-left:20px;font-size:20px;font-weight:700;line-height:26px;display:inline-block;position:relative}.product-details .product-info .product-details__reveiw{border-bottom:1px solid #e0e4e8;align-items:center;margin-top:22px;margin-bottom:31px;padding-bottom:20px;display:flex}.product-details .product-info .product-details__reveiw i{color:var(--theme-color1);font-size:16px}.product-details .product-info .product-details__reveiw i+i{margin-left:4px}.product-details .product-info .product-details__reveiw span{color:var(--theme-color2);margin-left:18px;font-size:16px;line-height:1;position:relative;top:1px}.product-details .product-info .product-details__quantity-title{color:#222;margin:0 20px 0 0;font-size:20px;font-weight:700;line-height:30px}.product-details .product-info .product-details__buttons{align-items:center;margin-top:40px;margin-bottom:30px;display:flex;position:relative}@media only screen and (max-width:767px){.product-details .product-info .product-details__buttons{display:block}}.product-details .product-info .product-details__buttons-1{display:block;position:relative}@media only screen and (max-width:767px){.product-details .product-info .product-details__buttons-1{margin-bottom:10px;margin-right:10px}}.product-details .product-info .product-details__buttons-2{margin-left:10px;display:block;position:relative}.product-details .product-info .product-details__buttons-2 .thm-btn{background-color:var(--theme-color2)}.product-details .product-info .product-details__buttons-2 .thm-btn:before,.product-details .product-info .product-details__buttons-2 .thm-btn:after{background-color:var(--theme-color1)}@media only screen and (max-width:767px){.product-details .product-info .product-details__buttons-2{margin-top:0;margin-left:0}}.product-details .product-info .product-details__social{align-items:center;display:flex;position:relative}.product-details .product-info .product-details__social .title{display:block;position:relative}.product-details .product-info .product-details__social .title h3{color:#222;font-size:20px;font-weight:700;line-height:20px}.product-details .product-info .product-details__social .social-icon-one{margin-left:30px}@media only screen and (max-width:767px){.product-details .product-info .product-details__social{flex-direction:column;justify-content:start;align-items:baseline}.product-details .product-info .product-details__social .social-icon-one{margin-left:0}}.product-details__quantity{align-items:center;margin-top:20px;display:flex;position:relative}.product-details__quantity .quantity-box{border-radius:10px;width:98px;height:60px;position:relative}.product-details__quantity .quantity-box input{-webkit-appearance:textfield;-moz-appearance:textfield;width:98px;height:60px;color:var(--theme-color1);border:1px solid #e0e4e8;border-radius:10px;outline:none;padding-left:30px;font-size:18px;font-weight:500}.product-details__quantity .quantity-box button{width:29px;height:29px;color:var(--theme-color-light);background-color:#0000;background-color:var(--theme-color1);border:none;border-left:1px solid #e0e4e8;border-top-right-radius:10px;outline:none;justify-content:center;align-items:center;font-size:8px;transition:all .3s;display:flex;position:absolute;top:1px;right:1px}.product-details__quantity .quantity-box button:hover{color:#fff;background-color:var(--theme-color2)}.product-details__quantity .quantity-box button.sub{border-top-right-radius:0;border-bottom-right-radius:10px;top:auto;bottom:1px}.product-discription{display:block;position:relative}.product-discription .product-description__title{margin-bottom:27px;font-size:30px}.product-discription .product-description__text1{margin:0;font-size:16px;line-height:30px}.product-discription .product-description__list{margin-top:30px;margin-bottom:30px;display:block;position:relative}.product-discription .product-description__list ul{display:block;position:relative}.product-discription .product-description__list ul li{margin-bottom:2px;display:block;position:relative}.product-discription .product-description__list ul li:last-child{margin-bottom:0}.product-discription .product-description__list ul li p{color:var(--headings-color);margin:0;font-weight:600}.product-discription .product-description__list ul li p span:before{color:var(--theme-color1);margin-right:11px;font-size:17px;line-height:17px;display:inline-block;position:relative;top:2px}.product-discription .tabs-content .text p{margin-bottom:17px}.product-discription .tabs-content .text p:last-child{margin-bottom:0}.product-discription .tab-btn-box{width:100%;margin-bottom:60px;display:block;position:relative}.product-discription .tab-btn-box:before{content:"";background-color:#e1e8e4;width:100%;height:1px;position:absolute;top:28px;left:0}.product-discription .tab-btn-box .tab-btns li{color:#1e2434;cursor:pointer;text-transform:uppercase;text-align:center;background-color:#fff;border:1px solid #e1e8e4;margin:0 8.5px 15px;padding:14px 30px;font-size:14px;font-weight:700;transition:all .5s;display:inline-block;position:relative}.product-discription .tab-btn-box .tab-btns li.active-btn{color:var(--theme-color-light);background-color:var(--theme-color1)}.product-discription .tab-btn-box .tab-btns li:last-child{margin-bottom:0}.product-discription .single-comment-box .inner-box{background-color:#f4f5f4;padding:34px 30px 34px 125px;display:block;position:relative}.product-discription .single-comment-box .inner-box .comment-thumb{border-radius:50%;width:80px;position:absolute;top:40px;left:30px}.product-discription .single-comment-box .inner-box .comment-thumb img{border-radius:50%;width:100%}.product-discription .single-comment-box .inner-box .rating{margin-bottom:2px;display:block;position:relative}.product-discription .single-comment-box .inner-box .rating li{float:left;color:#fdc009;margin-right:4px;font-size:12px;display:inline-block;position:relative}.product-discription .single-comment-box .inner-box .rating li:last-child{margin:0!important}.product-discription .single-comment-box .inner-box h5{text-transform:uppercase;margin-bottom:16px;font-size:16px;font-weight:600;line-height:26px;display:block}.product-discription .single-comment-box .inner-box h5 span{text-transform:capitalize;font-weight:400}.product-discription .customer-comment{margin-bottom:60px;display:block;position:relative}.product-discription .comment-box{background-color:#fff;padding:51px 60px 60px;display:block;position:relative;box-shadow:0 0 30px #0000001a}.product-discription .comment-box h3{text-transform:uppercase;margin-bottom:23px;font-size:24px;font-weight:600;line-height:34px;display:block}.product-discription .comment-box .form-group{margin-bottom:15px;position:relative}.product-discription .comment-box .form-group label{color:#707582;margin-bottom:8px;font-size:18px;line-height:28px;display:block;position:relative}.product-discription .comment-box .column:last-child .form-group{margin-bottom:0}.product-discription .comment-box .review-box p{float:left;margin-right:10px;position:relative}.product-discription .comment-box .review-box .rating{float:left;position:relative}.product-discription .comment-box .review-box .rating li{float:left;color:#fdc009;margin-right:4px;font-size:14px;line-height:28px;display:inline-block;position:relative}.product-discription .comment-box .review-box .rating li:last-child{margin:0!important}.product-discription .comment-box .review-box{margin-top:8px;display:block;position:relative}.product-discription .comment-box .custom-controls-stacked{float:left;position:relative}.related-product h3{margin-bottom:30px}@media only screen and (max-width:767px){.product-details__img{margin-bottom:50px}.product-details__title span{margin-left:0;display:block}.product-details__buttons{flex-direction:column;align-items:baseline}.product-details__buttons-2{margin-top:10px;margin-left:0}.product-details__social-link{margin-top:20px;margin-left:0}}.categories-section{padding:100px 0 70px;position:relative}.categories-section .bg-pattern{content:"";z-index:-1;background-image:url(/images/icons/pattern-7.png);background-position:0 0;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:-220px;left:0}.categories-section:before{background:var(--theme-color3);content:"";z-index:1;width:100%;height:300px;position:absolute;bottom:0;left:0}.categories-section:after{z-index:2;content:"";background-image:url(/images/icons/pattern-3.png);background-position:bottom;background-repeat:no-repeat;width:100%;height:70px;position:absolute;bottom:-50px;left:0}.category-block{z-index:9;margin-bottom:30px;position:relative}.category-block .inner-box{text-align:center;background:#fff;border-radius:10px;padding:40px 30px 30px;transition:all .3s;position:relative;box-shadow:0 10px 20px #0000001a}.category-block .inner-box:before{content:"";background-position:bottom;background-repeat:no-repeat;width:100%;height:190px;position:absolute;top:0;left:0}.category-block .inner-box:hover{transform:translateY(-20px);box-shadow:0 10px 20px #0003}.category-block .inner-box:hover .image img{transform:rotate(10deg)scale(1.2)}.category-block .inner-box.cat-bg-1:before{background-image:url(/images/icons/cat-1-bg.png)}.category-block .inner-box.cat-bg-2:before{background-image:url(/images/icons/cat-2-bg.png)}.category-block .inner-box.cat-bg-3:before{background-image:url(/images/icons/cat-3-bg.png)}.category-block .inner-box.cat-bg-4:before{background-image:url(/images/icons/cat-4-bg.png)}.category-block .image{border-radius:50%;width:180px;height:180px;margin-bottom:15px;display:inline-block;position:relative;overflow:hidden}.category-block .image img{transition:all .3s}.category-block h4{color:var(--theme-color3);margin-bottom:10px;font-size:20px;font-weight:700}.category-block h4 a{transition:all .3s}.category-block h4 a:hover{color:var(--theme-color1)}.category-block p{color:#797f7d;margin-bottom:0;font-size:14px;line-height:26px}.categories-section-two{padding:120px 0 90px;position:relative}.category-block-two{z-index:9;margin-bottom:30px;padding-top:70px;position:relative}.category-block-two .inner-box{text-align:center;background:#fff;border-radius:10px;margin:0 auto;padding:18px;position:relative}.category-block-two .inner-box:before{content:"";background:#e3eee5;border-radius:10px;width:100%;position:absolute;top:0;bottom:60px;left:0}.category-block-two .inner-box:hover .image:before{transition:all 1s;left:100%}.category-block-two .inner-box:hover .image img{transform:scale(.9)}.category-block-two .inner-box:hover h4 a{color:var(--theme-color1)}.category-block-two .content{z-index:1;background:#fff;border-radius:10px;padding:0 40px 40px;position:relative;box-shadow:0 10px 60px #00000012}.category-block-two .content:before{content:"";background:#e3eee5;border-radius:50%;width:180px;height:180px;margin:0 auto;position:absolute;top:-88px;left:0;right:0}.category-block-two .content:after{color:#e8f3ea;text-transform:uppercase;letter-spacing:.1em;content:attr(data-text);width:100%;height:15px;font-size:30px;line-height:1em;position:absolute;bottom:0;left:0;overflow:hidden}.category-block-two .image{margin-top:-70px;margin-bottom:25px;display:inline-block;position:relative;overflow:hidden}.category-block-two .image img{transition:all .3s}.category-block-two .image:before{width:100%;height:120%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1);content:"";opacity:.3;pointer-events:none;z-index:1;background:linear-gradient(90deg,#fff0 0%,#fff 100%);position:absolute;top:0;left:-100%}.category-block-two h4{color:var(--theme-color3);margin-bottom:15px;font-size:22px;font-weight:700}.category-block-two h4 a{color:var(--theme-color3);transition:all .3s}.category-block-two p{color:#797f7d;margin-bottom:0;font-size:16px;line-height:26px}.category-block-two .link{color:#608174;background:#e8f3ea;border-radius:50%;width:50px;height:50px;margin-top:25px;line-height:50px;transition:all .3s;display:inline-block;position:relative}.category-block-two .link:hover{transform:rotate(270deg)}.category-block-two.child-two .link,.category-block-two.child-two .inner-box:before{background:#f0e2e3}.category-block-two.child-two .inner-box:hover h4 a{color:#e69da2}.category-block-two.child-two .content:before{background:#f0e2e3}.category-block-two.child-two .content:after{color:#f0e2e3}.category-block-two.child-three .link,.category-block-two.child-three .inner-box:before{background:#f1ede1}.category-block-two.child-three .inner-box:hover h4 a{color:#c9b579}.category-block-two.child-three .content:before{background:#f1ede1}.category-block-two.child-three .content:after{color:#f1ede1}.products-section{padding:120px 0;position:relative}.products-section .bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;height:670px;position:absolute;top:0;left:0}.products-section .bg-image:before{opacity:.7;content:"";background-color:#113629;width:100%;height:100%;position:absolute;top:0;left:0}.products-section .bg-image:after{content:"";background-image:url(/images/icons/pattern-8.png);background-position:bottom;width:100%;height:50px;position:absolute;bottom:0;left:0}.products-section .sec-title h2{font-size:60px}.products-section .sec-title .theme-btn{margin-top:30px}.products-box{background-color:#f7f5ee;border-radius:10px;max-width:1530px;margin:120px auto 0;padding:120px 60px 90px;position:relative;overflow:hidden}.products-box:before{content:"";background:url(/images/icons/shape-7.png) 0 0 no-repeat;width:100%;height:70%;position:absolute;bottom:0;left:-90px}.products-box .sec-title{margin-bottom:30px}.products-box .outer-box{padding-right:400px;position:relative}.products-box .outer-box .banner-box-two{position:absolute;top:0;right:0}.banner-box-two{position:relative}.banner-box-two .inner-box:before{width:100%;height:100%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0);content:"";background:linear-gradient(#164333 0%,#e5e5e500 100%);position:absolute;top:0;left:0}.banner-box-two .inner-box{background:var(--theme-color3);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;max-width:370px;min-height:440px;padding:20px;display:flex;position:relative;overflow:hidden}.banner-box-two .title{color:#fff;text-transform:uppercase;align-items:flex-end;margin-bottom:20px;font-size:20px;display:inline-flex;position:relative}.banner-box-two .title strong{color:var(--theme-color2);font-size:60px;font-weight:400;line-height:1em}.banner-box-two h4{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:30px;font-size:30px;font-weight:700;line-height:1.2em}.product-block-two{margin-bottom:30px;position:relative}.product-block-two .inner-box{background:#fff;border:2px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;min-height:150px;padding:20px 20px 20px 150px;transition:all .3s;display:flex;position:relative}.product-block-two .inner-box:hover{border:2px solid var(--theme-color1)}.product-block-two .image{border:1px solid #e4e1d6;border-radius:50%;width:110px;height:110px;margin-bottom:0;position:absolute;top:20px;left:20px;overflow:hidden}.product-block-two .image img{width:auto;transition:all .3s}.product-block-two .inner-box:hover .image img{transform:scale(-1)rotate(180deg)}.product-block-two h4{color:var(--theme-color3);margin-bottom:5px;font-size:22px;font-weight:700;display:block}.product-block-two h4 a{color:var(--theme-color3);transition:all .3s}.product-block-two .price{color:var(--theme-color1);font-size:16px;font-weight:600;line-height:26px;display:block}.product-block-two .price del{color:red;opacity:.3;margin-left:15px;font-size:16px;line-height:27px;display:inline-block}.product-block-two .rating{color:#ffc737;align-items:center;font-size:14px;display:flex;position:relative}.products-carousel .owl-nav{display:none}.products-carousel .owl-dots{z-index:8;align-items:center;display:flex;position:absolute;top:-80px;right:0}.products-carousel .owl-dot{background:#879d91;border-radius:5px;width:7px;height:7px;margin-right:5px;transition:all .3s;display:block;position:relative}.products-carousel .owl-dot.active{background:var(--theme-color3)}.featured-products{padding:120px 0 90px;position:relative}.featured-products .bg-shape{background:url(/images/icons/pattern-7.png) 0 100%/700px no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.featured-products .filters{text-align:center;margin-bottom:40px}.featured-products .filters .filter-tabs{display:inline-block;position:relative}.featured-products .filters li{color:#797f7d;cursor:pointer;border-radius:10px;margin:0 5px;padding:10px 12px;font-size:18px;font-weight:500;line-height:24px;transition:all .3s;display:inline-block;position:relative}.featured-products .filters li:last-child{margin-right:0}.featured-products .filters .filter.active,.featured-products .filters .filter:hover{background-color:var(--theme-color1);color:#fff}.featured-products .filters li:before{content:"";background-color:var(--theme-color1);transform-origin:100% 0;transition:transform .5s cubic-bezier(.86,0,.07,1);width:100%;height:2px;transition-timing-function:cubic-bezier(.86,0,.07,1);position:absolute;bottom:8px;left:0;transform:scaleX(0)}.featured-products .filters li.active:before,.featured-products .filters li:hover:before{transform-origin:0 100%;transform:scale(1)}.product-block{margin-bottom:30px;position:relative}.product-block.mix{display:none}.product-block .inner-box{text-align:center;background:#fff;border:2px solid #e4e1d5;border-radius:10px;transition:all .3s;position:relative;overflow:hidden}.product-block .inner-box:hover{border:2px solid var(--theme-color1);box-shadow:0 10px 30px #0000001a}.product-block .image{justify-content:center;align-items:center;margin-bottom:0;display:flex;position:relative;overflow:hidden}.product-block .image:before{width:100%;height:100%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1);content:"";opacity:.3;pointer-events:none;z-index:1;background:linear-gradient(90deg,#fff0 0%,#fff 100%);position:absolute;top:0;left:-100%}.product-block .inner-box:hover .image:before{transition:all 1s;left:100%}.product-block .image img{width:auto;transition:all .3s}.product-block .inner-box:hover .image img{transform:scale(.9)}.product-block .content{padding:30px;position:relative}.product-block h4{color:var(--theme-color2);margin-bottom:5px;font-size:22px;font-weight:700;display:block}.product-block h4 a{color:var(--theme-color2);transition:all .3s}.product-block h4 a:hover{color:var(--theme-color1)}.product-block .price{color:var(--text-gray-silver);font-size:16px;font-weight:600;line-height:26px;display:block}.product-block .price del{color:red;opacity:.3;margin-left:15px;font-size:16px;line-height:27px;display:inline-block}.product-block .rating{color:#ffc737;justify-content:center;align-items:center;font-size:14px;display:flex;position:relative}.product-block .tag{color:#fff;z-index:9;text-transform:uppercase;background:#fd5f5c;border-radius:3px;padding:0 12px;font-size:14px;font-style:italic;font-weight:400;line-height:23px;position:absolute;top:30px;left:20px}.product-block .icon-box{opacity:0;visibility:hidden;flex-direction:column;transition:all .3s;display:flex;position:absolute;top:30px;right:20px}.product-block .inner-box:hover .icon-box{opacity:1;visibility:visible;transition-delay:.3s;top:20px}.product-block .ui-btn{text-align:center;color:var(--theme-color-light);z-index:9;background-color:var(--theme-color1);width:40px;height:40px;cursor:pointer;border-radius:50px;margin-bottom:10px;font-size:14px;line-height:40px;transition:all .3s;display:block;position:relative}.product-block .ui-btn:hover{background-color:var(--theme-color2);color:#fff}.product-block .cat{color:#707070;margin-bottom:5px;font-family:Jost,sans-serif;font-size:18px;font-style:italic;display:block}table.tbl-shopping-cart .product-thumbnail,table.cart-total .product-thumbnail{min-width:64px}table.tbl-shopping-cart img,table.cart-total img{width:64px;-webkit-box-shadow:none;box-shadow:none}table.tbl-shopping-cart th,table.tbl-shopping-cart td,table.cart-total th,table.cart-total td{vertical-align:middle;border-left:1px solid #e3e3e3;padding:20px 30px}table.tbl-shopping-cart .product-name a,table.cart-total .product-name a{color:var(--headings-color)}table.tbl-shopping-cart .product-name .variation,table.cart-total .product-name .variation{font-size:.9rem;list-style:none}table.tbl-shopping-cart .product-remove a,table.cart-total .product-remove a{color:#fff;text-align:center;background-color:#757575;border-radius:24px;width:24px;height:24px;line-height:24px;transition:all .3s ease-out;display:inline-block}table.tbl-shopping-cart .coupon-form .apply-button,table.cart-total .coupon-form .apply-button{color:#1e2434;cursor:pointer;text-transform:uppercase;background:#f4f5f4;padding:15px 29px;transition:all .5s;display:inline-block;position:relative}table.tbl-shopping-cart .coupon-form .apply-button:hover,table.cart-total .coupon-form .apply-button:hover{color:#fff;background-color:var(--theme-color2)}table.tbl-shopping-cart>thead>tr>th,table.tbl-shopping-cart>tbody>tr>th,table.tbl-shopping-cart>tfoot>tr>th{color:#444}.payment-method .accordion-box .block .acc-content .payment-info{background-color:#fff;padding:30px 30px 10px;display:block;position:relative}.payment-method .accordion-box .block{-webkit-box-shadow:none;box-shadow:none;background:#f4f5f4;margin-bottom:20px}.payment-method .accordion-box .block:last-child{margin-bottom:0}.payment-method .accordion-box .block .acc-btn{padding:19px 30px 22px}.payment-method .accordion-box .block .acc-btn .icon-outer{color:#1e2434;height:auto;font-size:28px;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.payment-method .accordion-box .block .acc-btn.active .icon-outer{color:var(--text-color-bg-theme-color2)}.payment-method .payment-method h3{margin-bottom:32px}.shop-sidebar{display:block;position:relative}.shop-sidebar .sidebar-search .search-form .form-group{margin:0;position:relative}.shop-sidebar .sidebar-search .search-form .form-group input[type=search]{background-color:var(--theme-color-gray);border:1px solid var(--theme-color-gray);color:#646578;border-radius:5px;width:100%;height:52px;padding:10px 60px 10px 20px;transition:all .5s;position:relative}.shop-sidebar .sidebar-search .search-form .form-group button{text-align:center;color:#fff;background-color:var(--theme-color2);cursor:pointer;border-radius:3px;width:42px;height:42px;font-size:18px;line-height:42px;transition:all .5s;display:inline-block;position:absolute;top:5px;right:5px}.shop-sidebar .sidebar-search .search-form .form-group button:hover{color:var(--headings-color);background-color:var(--theme-color1)}.shop-sidebar .sidebar-search{margin-bottom:30px}.shop-sidebar .sidebar-widget{background-color:var(--theme-color-gray);border-radius:5px;margin-bottom:30px;padding:35px 30px 37px;display:block;position:relative}.shop-sidebar .sidebar-widget:last-child{margin-bottom:0}.shop-sidebar .sidebar-widget .widget-title{margin-bottom:16px;display:block;position:relative}.shop-sidebar .category-widget .category-list li{margin-bottom:14px;display:block;position:relative}.shop-sidebar .category-widget .category-list li:last-child{margin-bottom:0}.shop-sidebar .category-widget .category-list li a{color:#646578;padding-left:20px;font-weight:400;display:inline-block;position:relative}.shop-sidebar .category-widget .category-list li a:before{content:"";color:var(--theme-color2);font-family:"Font Awesome 6 Pro";font-size:16px;font-weight:600;position:absolute;top:0;left:0}.shop-sidebar .category-widget .category-list li a:hover{color:var(--theme-color1)}.shop-sidebar .price-filters .widget-title{margin-bottom:28px}.shop-sidebar .post-widget .post{border-bottom:1px solid #e1e1e1;min-height:108px;margin-bottom:23px;padding-bottom:24px;padding-left:90px;position:relative}.shop-sidebar .post-widget .post:last-child{border-bottom:none;margin-bottom:0}.shop-sidebar .post-widget .post .post-thumb{border:1px solid #d0d4dd;border-radius:5px;width:70px;height:70px;transition:all .5s;position:absolute;top:7px;left:0}.shop-sidebar .post-widget .post .post-thumb img{border-radius:5px;width:100%}.shop-sidebar .post-widget .post a{color:#646578;margin-bottom:7px;font-size:16px;line-height:26px;display:inline-block;position:relative}.shop-sidebar .post-widget .post .price{color:#0a267a;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:24px;display:block;position:relative}.shop-sidebar .post-widget .post:hover .post-thumb{border-color:var(--theme-color1)}.shop-sidebar .post-widget .post:hover a{color:var(--theme-color1)}.shop-sidebar .post-widget{padding-bottom:9px}.range-slider{position:relative}.range-slider .title{margin-right:4px;line-height:26px;display:inline-block;position:relative}.range-slider .title:before{content:"$";color:#646578;font-size:18px;position:absolute;top:-19px;left:-5px}.range-slider p{color:#646578;display:inline-block;position:relative;margin-right:10px!important}.range-slider .input{color:#646578;max-width:75px;margin-top:5px;font-size:18px;display:inline-block;position:relative}.range-slider .input input{color:#646578;text-align:left;background:0 0;font-size:15px}.range-slider .ui-widget.ui-widget-content{background-color:#d0d4dd;border:none;border-radius:2px;height:4px;margin-bottom:14px}.range-slider .ui-slider .ui-slider-range{background-color:var(--theme-color1);height:4px;top:0}.range-slider .ui-state-default{cursor:pointer;background-color:var(--theme-color1);border:none;border-radius:50%;width:14px;height:14px;margin-left:0;position:absolute;top:-5px}.range-slider .ui-state-default:before{content:"";background-color:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;left:4px}.range-slider .ui-widget-content .ui-state-default{cursor:pointer;background-color:var(--theme-color1);border:none;border-radius:50%;width:14px;height:14px;margin-left:0;top:-5px}.range-slider .ui-widget-content .ui-state-default:before{content:"";background-color:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;left:4px}.range-slider input[type=submit]{background:var(--theme-color1);color:var(--theme-color-light);float:right;text-align:center;text-transform:capitalize;cursor:pointer;border:none;border-radius:10px;margin-top:0;padding:7px 20px;font-size:14px;font-weight:600;transition:all .5s;display:block;position:relative}.range-slider input[type=submit]:hover{color:#fff;background-color:var(--theme-color2)}.range-slider input.property-amount{background-color:#0000;max-width:110px;margin-top:15px}.range-slider input[type=submit]{margin-top:10px}.rc-slider.rc-slider-horizontal .rc-slider-track,.rc-slider.rc-slider-horizontal .rc-slider-tracks{background-color:var(--theme-color2)}.rc-slider.rc-slider-horizontal .rc-slider-handle{border:2px solid var(--theme-color2);opacity:1}@keyframes ripple{70%{box-shadow:0 0 0 70px #fff0}to{box-shadow:0 0 #fff0}}.page-title{background-color:var(--theme-color2);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:450px;padding:115px 0 0;display:flex;position:relative}.page-title:before{content:"";background:linear-gradient(#112021e6,#0000);position:absolute;inset:0}.page-title .title{color:#fff;margin-bottom:17px;font-size:clamp(40px,4vw,64px);line-height:1.2}.page-title .text{color:#fff;letter-spacing:.05em;max-width:520px;font-size:16px;line-height:26px;position:relative}.page-breadcrumb{margin-top:5px;position:relative}.page-breadcrumb li{color:#fff;text-transform:capitalize;margin-right:12px;padding-right:13px;font-size:14px;font-weight:400;display:inline-block;position:relative}.page-breadcrumb li:after{content:"";font-family:"Font Awesome 6 Pro";font-size:14px;font-weight:900;position:absolute;top:1px;right:-6px}.page-breadcrumb li:last-child:after{display:none}.page-breadcrumb li:last-child{margin-right:0;padding-right:0}.page-breadcrumb li a{color:#fff;text-transform:capitalize;-o-transition:all .3s ease;font-weight:500;transition:all .3s}.page-breadcrumb li a:hover{color:var(--theme-color1)}.page-title.style-two{background-position:50%}.page-title.style-two .page-breadcrumb-outer{z-index:8;width:100%;padding:10px 0;position:absolute;bottom:0;left:0;transform:translateY(100%)}.page-title.style-two .page-breadcrumb li{color:#070710;font-weight:600}.page-title.style-two .page-breadcrumb li:after{color:#070710}.page-title.style-two .page-breadcrumb li a{color:#07071099}.page-title.style-two .page-breadcrumb li a:hover{color:#070710}.play-now{z-index:9;transition:all .3s;display:block;position:relative}.play-now .icon{text-align:center;z-index:1;-ms-box-shadow:0 0px 10px 0 #ffffff4d;-o-box-shadow:0 0px 10px 0 #ffffff4d;transform-origin:50%;border-radius:50%;width:165px;height:165px;padding-left:0;font-size:14px;line-height:165px;display:block;position:relative;box-shadow:0 0 10px #ffffff4d}.play-now .ripple{-ms-box-shadow:0 0 0 0 #fff9;-o-box-shadow:0 0 0 0 #fff9;border-radius:50%;width:70px;height:70px;animation:3s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #fff9}.play-now .ripple:before{-ms-box-shadow:0 0 0 0 #fff9;-o-box-shadow:0 0 0 0 #fff9;content:"";border-radius:50%;width:70px;height:70px;animation:3s .9s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #fff9}.play-now .ripple:after{-ms-box-shadow:0 0 0 0 #fff9;-o-box-shadow:0 0 0 0 #fff9;content:"";border-radius:50%;width:70px;height:70px;animation:3s .6s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #fff9}.background-image{background-position:50%;background-repeat:repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.error-page__inner{text-align:center;display:block;position:relative}.error-page__inner .error-page__title-box{display:block;position:relative}.error-page__inner .error-page__title{color:var(--theme-color1);margin-bottom:0;font-size:280px;line-height:280px;display:inline-block;position:relative}.error-page__inner .error-page__sub-title{letter-spacing:.1em;text-transform:uppercase;margin-top:-16px;font-size:40px;line-height:50px}.error-page__inner .error-page__text{text-align:center;font-size:20px;line-height:30px}.error-page__inner .error-page__form{margin:42px auto 20px;display:block;position:relative}.error-page__inner .error-page__form input[type=search]{color:#333;background-color:#f5f5f5;border:none;border-radius:7px;outline:none;width:100%;height:60px;padding-left:50px;padding-right:75px;font-size:14px}.error-page__inner .error-page__form button[type=submit]{background-color:#0000;border:none;outline:none;align-items:center;width:72px;padding:0;font-size:22px;display:flex;position:absolute;top:0;bottom:0;right:0}.error-page__inner .error-page__form-input{width:100%;max-width:570px;margin:0 auto;display:block;position:relative}.contact-details__info{margin-top:41px;display:block;position:relative}.contact-details__info li{align-items:center;display:flex;position:relative}.contact-details__info li .icon{background-color:var(--theme-color1);justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s;display:flex}.contact-details__info li .icon span{color:#fff;font-size:25px;transition:all .5s}.contact-details__info li:hover .icon{background-color:var(--theme-color2)}.contact-details__info li:hover .icon span{color:var(--theme-color1)}.contact-details__info li:hover .text a{color:var(--notech-base)}.contact-details__info li:hover .text a span{color:var(--notech-gray)}.contact-details__info li .text{margin-left:30px}.contact-details__info li .text p{font-size:14px;line-height:24px}.contact-details__info li .text a{color:var(--notech-black);font-size:18px;transition:all .5s}.contact-details__info li .text span{color:var(--notech-black);font-size:20px}.contact-details__info li+li{margin-top:19px}.map{height:450px}.service-sidebar{width:100%;max-width:365px;display:block;position:relative}.service-sidebar .service-sidebar-single{margin-bottom:30px;display:block;position:relative}.service-sidebar .service-sidebar-single-services{background:#f6f4ec;border-radius:10px;padding:35px 30px 25px;display:block;position:relative}.service-sidebar .service-sidebar-single-services .title{margin-bottom:12px;padding-left:20px;display:block;position:relative}.service-sidebar .service-sidebar-single-services .title h3{color:var(--headings-color);letter-spacing:-.02em;font-size:20px;line-height:30px}.service-sidebar .service-sidebar-single-services ul{margin-top:10px;display:block;position:relative}.service-sidebar .service-sidebar-single-services ul li{margin-top:-10px;margin-bottom:5px;display:block;position:relative}.service-sidebar .service-sidebar-single-services ul li:last-child{margin-bottom:0}.service-sidebar .service-sidebar-single-services ul li a{color:var(--agriox-color-1,#687469);transition:all .3s linear;z-index:1;background:0 0;border-radius:10px;justify-content:space-between;align-items:center;padding:22px 20px;font-size:18px;transition-delay:.1s;display:flex;position:relative}.service-sidebar .service-sidebar-single-services ul li a:hover{color:var(--headings-color)}.service-sidebar .service-sidebar-single-services ul li a:hover:before{opacity:1;transition:all .3s linear;transition-delay:.1s;transform:perspective(400px)rotateX(0)}.service-sidebar .service-sidebar-single-services ul li a:hover i{color:var(--theme-color1)}.service-sidebar .service-sidebar-single-services ul li a:before{content:"";z-index:-1;opacity:1;transform-origin:bottom;transition:all .3s linear;background:#fff;border-radius:10px;transition-delay:.1s;position:absolute;inset:0;transform:perspective(400px)rotateX(90deg);box-shadow:0 10px 60px #0000000d}.service-sidebar .service-sidebar-single-services ul li a i{font-size:16px}.service-sidebar .service-sidebar-single-services ul li.current a:before{opacity:1;transition:all .3s linear;transition-delay:.1s;transform:perspective(400px)rotateX(0)}.service-sidebar .service-sidebar-single-services ul li.current a i{color:var(--theme-color1)}.service-sidebar .service-sidebar-single-services ul li.current:first-child{margin-top:20px}.service-sidebar .service-sidebar-single-services ul li.current:last-child{margin-bottom:35px}.service-sidebar .service-sidebar-single-contact-box{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;border-radius:10px;padding:50px 0 44px;display:block;position:relative}.service-sidebar .service-sidebar-single-contact-box:before{content:"";z-index:-1;background:#6d8c54ed;border-radius:10px;position:absolute;inset:0}.service-sidebar .service-sidebar-single-contact-box .icon{text-align:center;background:var(--theme-color2);border-radius:50%;width:60px;height:60px;transition:all .5s;display:inline-block;position:relative}.service-sidebar .service-sidebar-single-contact-box .icon:hover{background-color:var(--headings-color)}.service-sidebar .service-sidebar-single-contact-box .icon:hover span:before{color:#fff}.service-sidebar .service-sidebar-single-contact-box .icon span:before{color:var(--headings-color);font-size:30px;line-height:60px;transition:all .5s;display:inline-block;position:relative}.service-sidebar .service-sidebar-single-contact-box .title{margin-top:20px;margin-bottom:42px;display:block;position:relative}.service-sidebar .service-sidebar-single-contact-box .title h2{color:#fff;font-size:36px}.service-sidebar .service-sidebar-single-contact-box .phone{font-size:24px;line-height:34px}.service-sidebar .service-sidebar-single-contact-box .phone a{color:#fff;transition:all .5s}.service-sidebar .service-sidebar-single-contact-box .phone a:hover{color:var(--theme-color1)}.service-sidebar .service-sidebar-single-contact-box p{color:#fff;font-size:14px;line-height:22px}.service-sidebar .service-sidebar-single-btn{display:block;position:relative}.service-sidebar .service-sidebar-single-btn .thm-btn{padding:13px 50px 28px;font-size:16px}.service-sidebar .service-sidebar-single-btn .thm-btn span:before{color:#334b35;padding-right:25px;font-size:40px;font-weight:500;transition:all .6s;display:inline-block;position:relative;top:13px}.service-sidebar .service-sidebar-single-btn .thm-btn:hover span:before{color:#fff}.service-sidebar .banner-widget{background:#fff;border-radius:10px;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.service-sidebar .banner-widget .widget-content{background-repeat:no-repeat;background-size:cover;width:100%;padding:45px 30px 40px;display:block;position:relative}.service-sidebar .banner-widget .widget-content .shape{background-repeat:no-repeat;background-size:cover;width:278px;height:100%;position:absolute;top:0;left:0}.service-sidebar .banner-widget .content-box{width:100%;max-width:200px;position:relative}.service-sidebar .banner-widget .content-box .icon-box{background-color:var(--theme-color2);width:60px;height:60px;color:var(--text-color-bg-theme-color2);text-align:center;border-radius:5px;margin-bottom:23px;font-size:40px;line-height:60px;display:inline-block;position:relative}.service-sidebar .banner-widget .content-box .icon-box .icon-shape{background-repeat:no-repeat;width:32px;height:32px;position:absolute;top:-15px;right:-38px}.service-sidebar .banner-widget .content-box h3{color:#fff;text-transform:uppercase;margin-bottom:22px;font-size:24px;font-weight:600;line-height:32px;display:block}.service-sidebar .banner-widget .content-box .theme-btn-two:hover{background:#0a267a}.service-sidebar .service-sidebar-single-btn .theme-btn{padding:20px 50px}.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title{justify-content:center;align-items:center;display:flex}.service-sidebar .service-sidebar-single-btn .theme-btn span:before{margin-top:7px;padding-right:25px;font-size:36px;font-weight:500;transition:all .6s;display:inline-block;position:relative}.services-details__content .feature-list .single-item{border:1px solid #e1e8e4;margin-bottom:20px;padding:16px 30px 16px 53px;transition:all .6s;display:block;position:relative}.services-details__content .feature-list .single-item .icon-box{color:var(--theme-color1);font-size:18px;transition:all .6s;position:absolute;top:16px;left:20px}.services-details__content .feature-list .single-item .title{text-transform:uppercase;margin:0;font-size:16px;font-weight:600;line-height:32px;display:block}.services-details__content .feature-list .single-item:hover{background-color:var(--theme-color2);color:var(--text-color-bg-theme-color2)}.services-details__content .feature-list .single-item:hover .icon-box{color:var(--text-color-bg-theme-color2)}.service-list li{margin-bottom:10px;display:block;position:relative}.service-list li:last-child{margin-bottom:0}.service-list li a{color:var(--headings-color);background-color:#fff;padding:17px 20px 17px 50px;font-size:18px;font-weight:600;display:block;position:relative;box-shadow:20px 5px 20px #0000000d}.service-list li a:hover,.service-list li a.current{color:var(--text-color-bg-theme-color1);background-color:var(--theme-color1);padding-left:80px}.service-list li a:hover i,.service-list li a.current i{width:60px;color:var(--text-color-bg-theme-color2);background-color:var(--theme-color2)}.service-list li i{text-align:center;color:#707582;background-color:#f6f4ec;justify-content:center;align-items:center;width:30px;height:100%;font-size:16px;transition:all .5s;display:flex;position:absolute;top:0;left:0}.sidebar-service-list{margin:0}.sidebar-service-list li+li{margin-top:10px}.sidebar-service-list li a{background-color:#ebf6fc;border-radius:15px;padding:19px 40px;font-size:18px;font-weight:700;transition:all .5s;display:block;position:relative}.sidebar-service-list li a:hover{color:var(--theme-color1)}.sidebar-service-list li a:hover i{color:#fff;background-color:var(--theme-color1);transform:translateY(-50%)}.sidebar-service-list li a i{color:#191825;text-align:center;background-color:#fff;border-radius:15px;justify-content:center;align-items:center;width:45px;height:32px;font-size:16px;transition:all .5s;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.sidebar-service-list li.current a{color:var(--theme-color1)}.sidebar-service-list li.current a i{color:#fff;background-color:var(--theme-color1);transform:translateY(-50%)}.service-details-help{background-color:var(--theme-color1);text-align:center;z-index:1;border-radius:15px;margin-top:30px;padding:57px 55px 50px;display:block;position:relative;overflow:hidden}.help-shape-1{mix-blend-mode:soft-light;z-index:-1;background-color:#303030;border-radius:150px;width:220px;height:500px;position:absolute;bottom:-215px;left:-95px;transform:rotate(45deg)}.help-shape-2{mix-blend-mode:soft-light;background-color:#fff;border-radius:186px;width:180px;height:350px;position:absolute;top:-118px;right:-130px;transform:rotate(48deg)}.help-icon{color:#191825;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:73px;height:73px;margin:0 auto;font-size:32px;transition:all .5s;display:flex}.help-icon:hover{background-color:var(--theme-color1);color:#fff}.help-title{color:#fff;margin-bottom:21px;font-size:38px;font-weight:700;line-height:40px}.help-contact{margin-top:21px;display:block;position:relative}.help-contact p{color:#fff;opacity:.7;margin:0;font-size:14px;font-weight:600;line-height:32px}.help-contact a{color:#fff;font-size:30px;font-weight:600;transition:all .5s}.help-contact a:hover{color:#fff}.project-details__img{display:block;position:relative}.project-details__img img{border-radius:10px;width:100%}.project-details__content{display:block;position:relative}.project-details__content.events-details-content .list-style-two li{padding-left:0}.project-details__content.events-details-content .list-style-two li i{color:var(--theme-color1);margin-right:4px}.project-details__content-left{margin-top:31px;display:block;position:relative}.project-details__content-right{margin-top:40px;display:block;position:relative}.project-details__details-box{z-index:1;background-color:#f5f5f5;border-radius:10px;padding:43px 50px 50px;position:relative}.project-details__details-list,.project-details__details-list li{display:block;position:relative}.project-details__details-list li+li{margin-top:24px}.project-details__client{color:#838d9e;margin:0;font-size:16px;line-height:24px}.project-details__name{font-size:16px;line-height:24px}.project-details__social{align-items:center;display:flex;position:relative}.project-details__social a{text-align:center;background-color:var(--theme-color1);width:40px;height:40px;color:var(--text-color-bg-theme-color1);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:all .5s;display:flex;position:relative;overflow:hidden}.project-details__social a:hover{background-color:var(--theme-color2);color:var(--text-color-bg-theme-color2)}.project-details__social a+a{margin-left:10px}.project-details__pagination-box{text-align:center;border-top:1px solid #ece9e0;border-bottom:1px solid #ece9e0;margin-top:117px;padding:30px 0;display:block;position:relative}.project-details__pagination{display:block;position:relative}.project-details__pagination li{align-items:center;display:flex}.project-details__pagination li a{color:#757873;align-items:center;font-size:14px;font-weight:400;transition:all .5s;display:flex}.project-details__pagination li a:hover{color:var(--theme-color-light)}.project-details__pagination li a:hover i{background-color:var(--theme-color1);color:var(--theme-color-light);border:2px solid var(--theme-color1)}.project-details__pagination li .content{display:block;position:relative}.project-details__pagination li.next{float:left;position:relative}.project-details__pagination li.next i{color:#0e2207;z-index:1;border:2px solid #0e2207;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-right:20px;font-size:16px;transition:all .5s;display:flex;position:relative}.project-details__pagination li.next .content{text-align:left}.project-details__pagination li.previous{float:right;position:relative}.project-details__pagination li.previous i{color:#0e2207;z-index:1;border:2px solid #0e2207;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-left:20px;font-size:16px;transition:all .5s;display:flex;position:relative}.project-details__pagination li.previous .content{text-align:right}.blog-details,.blog-details__left{display:block;position:relative}.blog-details__img{border-radius:10px;display:block;position:relative}.blog-details__img img{border-radius:10px;width:100%}.blog-details__date{background-color:var(--theme-color1);text-align:center;border-top-left-radius:10px;border-bottom-right-radius:10px;flex-direction:column;align-items:center;padding:21px 24px 20px;display:flex;position:absolute;bottom:0;right:0}.blog-details__date .day{color:#fff;font-size:30px;font-weight:var(--body-font-weight-bold);margin-bottom:12px;line-height:16px}.blog-details__date .month{font-size:16px;font-weight:var(--body-font-weight-bold);color:#fff;text-transform:uppercase;line-height:12px;display:block;position:relative}.blog-details__content{margin-top:22px;display:block;position:relative}.blog-details__meta{align-items:center;display:flex;position:relative}.blog-details__meta li+li{margin-left:18px}.blog-details__meta li a{color:#777;font-size:15px;font-weight:500;transition:all .5s}.blog-details__meta li a:hover{color:var(--theme-color1)}.blog-details__meta li a i{color:var(--theme-color1);margin-right:6px}.blog-details__title{margin-top:12px;margin-bottom:21px}.blog-details__bottom{border-top:1px solid #ece9e0;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:49px;padding:30px 0;display:flex}@media only screen and (max-width:767px){.blog-details__bottom{gap:30px}}.blog-details__bottom p{margin:0}.blog-details__tags span{color:#0e2207;font-size:20px;font-weight:var(--body-font-weight-bold);margin-right:14px}.blog-details__tags a{background-color:var(--theme-color1);color:#fff;font-size:12px;font-weight:600;font-weight:var(--body-font-weight-bold);border-radius:35px;padding:5px 30px;transition:all .5s;display:inline-block;position:relative}.blog-details__tags a:hover{background-color:var(--theme-color2);color:var(--theme-color-light);text-decoration:none}.blog-details__tags a+a{margin-left:6px}.blog-details__social-list{align-items:center;display:flex}.blog-details__social-list a{text-align:center;width:43px;height:43px;color:var(--theme-light-background-text-color);background-color:var(--theme-color-gray);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:all .5s;display:flex;position:relative;overflow:hidden}.blog-details__social-list a:hover{background-color:var(--theme-color1);color:#fff}.blog-details__social-list a:hover:after{opacity:1;transform:scaleY(1)}.blog-details__social-list a:after{content:"";background-color:var(--theme-color2);opacity:1;transform-origin:top;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:-1;transition:all .4s ease-in-out .1s;position:absolute;top:0;left:0;right:0;transform:scaleY(0)}.blog-details__social-list a+a{margin-left:10px}.blog-details__pagenation-box{margin-bottom:53px;display:block;position:relative;overflow:hidden}.blog-details__pagenation{display:block;position:relative}.blog-details__pagenation li{float:left;color:var(--theme-light-background-text-color);font-size:20px;font-weight:var(--body-font-weight-bold);background-color:var(--theme-light-background);border-radius:10px;width:100%;max-width:370px;padding:52px 60px;line-height:30px;transition:all .5s;position:relative}.blog-details__pagenation li:hover{background-color:var(--theme-color2);color:var(--text-color-bg-theme-color2)}.blog-details__pagenation li+li{margin-left:30px}.nav-links{justify-content:space-between;margin-bottom:53px;display:flex}@media only screen and (max-width:767px){.nav-links{flex-direction:column;gap:20px}}.nav-links .prev{align-items:center;width:calc(50% - 15px);height:100%;margin-right:30px;display:flex}@media only screen and (max-width:767px){.nav-links .prev{width:100%}}.nav-links .prev .thumb{margin-right:20px}.nav-links .next{flex-direction:row-reverse;align-items:center;width:calc(50% - 15px);height:100%;display:flex}@media only screen and (max-width:767px){.nav-links .next{width:100%}}.nav-links .next .thumb{margin-left:20px}.nav-links>div{transition:all .5s}.nav-links>div .thumb{width:60px;min-width:60px;height:60px;display:inline-block;overflow:hidden}.nav-links>div .thumb a{display:inline-block}.nav-links>div>a{background-color:var(--theme-color-gray);color:var(--theme-light-background-text-color);font-family:var(--title-font);font-size:20px;font-weight:var(--h3-font-weight);word-wrap:break-word;white-space:-moz-pre-wrap;white-space:pre-wrap;border-radius:10px;width:100%;padding:52px 50px;line-height:1.637;transition:all .5s;display:inline-block}@media only screen and (max-width:767px){.nav-links>div>a{padding:30px}}.nav-links>div>a:hover{color:var(--theme-color-light);background-color:var(--theme-color1)}@media (max-width:991px){.sidebar{margin-top:50px}}.sidebar__single+.sidebar__single{margin-top:30px}.sidebar__title{font-size:20px;font-weight:var(--h4-font-weight);margin:0 0 5px}.sidebar__search{display:block;position:relative}.sidebar__search-form{position:relative}.sidebar__search-form input[type=search]{background-color:var(--theme-color1);color:#fff;border:none;border-radius:10px;outline:none;width:100%;height:74px;padding-left:50px;padding-right:80px;font-size:16px;font-weight:500;display:block}.sidebar__search-form input[type=search]::placeholder{color:var(--theme-color-light);opacity:1}.sidebar__search-form input[type=search]::-webkit-input-placeholder{color:var(--theme-color-light);opacity:1}.sidebar__search-form input[type=search]:-ms-placeholder-shown{color:var(--theme-color-light);opacity:1}.sidebar__search-form input[type=search]::-moz-placeholder{color:var(--theme-color-light);opacity:1}@media only screen and (max-width:767px){.sidebar__search-form input[type=search]{padding-left:30px}}.sidebar__search-form button[type=submit]{color:#fff;background-color:#0000;border:none;outline:none;align-items:center;width:72px;padding:0;font-size:22px;display:flex;position:absolute;top:0;bottom:0;right:0}@media only screen and (max-width:767px){.sidebar__search-form button[type=submit]{width:42px}}.sidebar__post{color:var(--theme-light-background-text-color);background-color:var(--theme-color-gray);z-index:1;border-radius:10px;padding:46px 30px 30px;display:block;position:relative;overflow:hidden}@media only screen and (max-width:767px){.sidebar__post{padding:30px}}.sidebar__post .sidebar__title{margin-left:20px}@media only screen and (max-width:767px){.sidebar__post .sidebar__title{margin-left:0}}.sidebar__post .sidebar__post-list{margin:0}.sidebar__post .sidebar__post-list li{align-items:center;padding:16px 20px 17px;transition:all .5s;display:flex}@media only screen and (max-width:767px){.sidebar__post .sidebar__post-list li{padding:16px 0}}.sidebar__post .sidebar__post-list li:hover{background-color:#fff;border-radius:10px}.sidebar__post .sidebar__post-list li+li{margin-top:11px}.sidebar__post .sidebar__post-list .sidebar__post-image{-webkit-box-flex:70px;-ms-flex:70px 0 0px;flex:0 0 70px;margin-right:20px}.sidebar__post .sidebar__post-list .sidebar__post-image>img{border-radius:10px;width:80px}.sidebar__post .sidebar__post-list .sidebar__post-content{position:relative;top:-3px}.sidebar__post .sidebar__post-list .sidebar__post-content h3{letter-spacing:0;margin:0;font-size:18px;line-height:26px}.sidebar__post .sidebar__post-list .sidebar__post-content h3 a{color:#000;font-size:16px;font-weight:700;line-height:24px;transition:all .5s;display:block}.sidebar__post .sidebar__post-list .sidebar__post-content-meta{font-size:14px;font-weight:500;transition:all .5s;color:#757873!important}.sidebar__post .sidebar__post-list .sidebar__post-content-meta i{color:var(--theme-color2);padding-right:3px;font-size:14px}.sidebar__category{color:var(--theme-light-background-text-color);background-color:var(--theme-color-gray);z-index:1;border-radius:10px;padding:45px 30px 38px;display:block;position:relative;overflow:hidden}@media only screen and (max-width:767px){.sidebar__category{padding:30px 15px}}.sidebar__category .sidebar__title{margin-bottom:9px;padding-left:20px}.sidebar__category-list{margin:0}.sidebar__category-list li+li{margin-top:4px}.sidebar__category-list li a{color:#757873;background:0 0;border-radius:10px;padding:12px 20px;font-size:16px;font-weight:500;transition:all .5s;display:block;position:relative}.sidebar__category-list li a:hover{color:#0e2207;text-shadow:1px 0 #0e220780;background-color:#fff;box-shadow:0 10px 60px #0000000d}.sidebar__category-list li a:hover span{color:#ffcd1e;transform:translateY(-50%)scale(1)}.sidebar__category-list li a span{color:var(--theme-color2);text-align:center;justify-content:center;align-items:center;font-size:16px;transition:all .5s;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)scale(0)}.sidebar__category-list li.active a{color:#0e2207;text-shadow:1px 0 #0e220780;background-color:#fff;border-radius:10px;box-shadow:0 10px 60px #0000000d}.sidebar__category-list li.active a span{color:#ffcd1e;transform:translateY(-50%)scale(1)}.sidebar__tags{color:var(--theme-light-background-text-color);background-color:var(--theme-color-gray);z-index:1;border-radius:10px;padding:46px 45px 50px;display:block;position:relative;overflow:hidden}@media only screen and (max-width:767px){.sidebar__tags{padding:30px}}.sidebar__tags .sidebar__title{margin-bottom:25px;margin-left:5px}.sidebar__tags-list{margin-top:-10px}.sidebar__tags-list a{color:#0e2207;background:#fff;border-radius:30px;margin-left:5px;padding:5px 28px;font-size:14px;transition:all .4s;display:inline-block}.sidebar__tags-list a:hover{color:var(--theme-color-light);background:var(--theme-color1)}.sidebar__tags-list a+a{margin-top:10px;margin-left:5px}.sidebar__comments{color:#0e2207;background-color:var(--theme-color-gray);z-index:1;border-radius:10px;padding:46px 50px 43px;display:block;position:relative;overflow:hidden}@media only screen and (max-width:767px){.sidebar__comments{padding:30px}}.sidebar__comments .sidebar__title{margin-bottom:25px}.sidebar__comments-list{display:block;position:relative}.sidebar__comments-list li{color:#fff;padding-left:65px;display:block;position:relative}.sidebar__comments-list li:hover .sidebar__comments-icon{background-color:var(--theme-color2);color:var(--theme-color-light)}.sidebar__comments-list li+li{margin-top:23px}.sidebar__comments-icon{background-color:var(--theme-color1);width:45px;height:45px;color:var(--text-color-bg-theme-color1);border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:all .4s;display:flex;position:absolute;top:0;left:0}.sidebar__comments-text-box p{margin:0;font-size:15px;font-weight:500;line-height:26px}.sidebar__comments-text-box p span{color:#0e2207}.sidebar__comments-text-box h5{color:#757873;letter-spacing:0;margin:0;font-size:15px;font-weight:500;line-height:26px}.comment-one .comment-one__title{margin-bottom:30px}.comment-one .comment-one__single{-webkit-box-align:top;-ms-flex-align:top;align-items:top;border-bottom:1px solid #ece9e0;margin-bottom:60px;padding-bottom:60px;display:flex}@media only screen and (max-width:767px){.comment-one .comment-one__single{flex-direction:column}}.comment-one .comment-one__content{margin-left:45px;position:relative}@media only screen and (max-width:767px){.comment-one .comment-one__content{margin-top:20px;margin-left:0}}.comment-one .comment-one__content h3{color:var(--theme-black);margin:0 0 24px;font-size:20px}.comment-one .comment-one__content p{font-size:16px;font-weight:500}.comment-one .comment-one__btn{background-color:var(--theme-color1);color:var(--theme-color-light);padding:5px 30px;font-size:14px;position:absolute;top:0;right:0}.comment-one .comment-one__image{-webkit-box-flex:100px;-ms-flex:100px 0 0px;border-radius:50%;flex:0 0 100px;display:block;position:relative}.comment-one .comment-one__image img{border-radius:50%}.comment-form .comment-form__title{margin-top:-7px}.team-details{display:block;position:relative}.team-details__top{padding:0 0 120px}.team-details-shape-1{opacity:.5;z-index:2;position:absolute;bottom:-270px;right:0}.team-details-shape-1 img{width:auto}.team-details__top-left{margin-right:20px;display:block;position:relative}.team-details__top-img{border-radius:30px;display:block;position:relative}.team-details__top-img img{border-radius:30px;width:100%}.team-details__big-text{text-transform:uppercase;color:#eef0f6;letter-spacing:.35em;font-size:80px;font-weight:400;line-height:80px;position:absolute;top:209px;left:-325px;transform:rotate(-90deg)}.team-details__top-right{margin-left:50px;display:block;position:relative}@media only screen and (max-width:991px){.team-details__top-right{margin-top:70px;margin-left:0}}.team-details__top-content{margin-top:-11px;display:block;position:relative}.team-details__top-name{margin-bottom:3px;font-size:40px;font-weight:700;line-height:50px}.team-details__top-title{color:var(--theme-color1);font-size:16px}.team-details__social{align-items:center;margin-top:20px;margin-bottom:28px;display:flex;position:relative}.team-details__social a{text-align:center;background-color:var(--theme-color1);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;transition:all .5s;display:flex;position:relative}.team-details__social a:hover{background-color:var(--theme-color2);color:#fff}.team-details__social a+a{margin-left:10px}.team-details__top-text-1{color:var(--theme-color1);margin-bottom:30px;font-size:30px;font-weight:400;line-height:45px}.team-details__top-text-2{padding-top:23px;padding-bottom:35px}.team-details__bottom{border-top:1px solid #e4e5ea;padding-top:110px;display:block;position:relative}.team-details__bottom-left{margin-right:70px;display:block;position:relative}.team-details__bottom-left-title{font-size:36px;font-weight:700;line-height:46px}.team-details__bottom-left-text{padding-top:30px}.team-details__bottom-right{margin-top:1px;margin-left:70px;display:block;position:relative}@media only screen and (max-width:991px){.team-details__bottom-right{margin-left:0}}.team-details__progress{width:100%;display:block;position:relative}.team-details__progress .bar{background-color:#eef0f6;border-radius:7px;width:100%;height:13px;margin-bottom:22px;position:relative}.team-details__progress .bar-inner{background-color:var(--theme-color1);border-radius:7px;width:0;height:13px;transition:all 1.5s;display:block;position:relative}.team-details__progress .count-text{color:var(--theme-color1);text-align:center;font-size:14px;font-weight:500;line-height:24px;transition:all .5s;position:absolute;bottom:21px;right:0}.team-details__progress .bar-inner.counted .count-text{opacity:1}.team-details__progress .bar.marb-0{margin-bottom:0}.team-details__progress-single{display:block;position:relative}.team-details__progress-title{color:var(--theme-color2);margin-bottom:6px;font-size:16px;font-weight:700;line-height:28px}.team-contact-form{background-color:#eef0f6}.team-contact-form input[type=text],.team-contact-form input[type=email]{background-color:#fff}.team-contact-form textarea{background-color:#fff;height:180px}@media (max-width:767.98px){.pt-120{padding-top:80px!important}.pb-120{padding-bottom:80px!important}.mt-120{margin-top:80px!important}.mb-120{margin-bottom:80px!important}.pt-100{padding-top:50px!important}.pb-100{padding-bottom:50px!important}.mt-100{margin-top:50px!important}.mb-100{margin-bottom:50px!important}.pt-80{padding-top:40px!important}.pb-80{padding-bottom:40px!important}.mt-80{margin-top:40px!important}.mb-80{margin-bottom:40px!important}.pt-50{padding-top:25px!important}.pb-50{padding-bottom:25px!important}.pt-60{padding-top:30px!important}.pb-60{padding-bottom:30px!important}.mt-50{margin-top:25px!important}.mb-50{margin-bottom:25px!important}.mt-60{margin-top:30px!important}.mb-60{margin-bottom:30px!important}}@media (min-width:992px) and (max-width:1199.98px){h1{font-size:3.3rem}}@media (min-width:768px) and (max-width:991.98px){h1{font-size:3.1rem}}@media (max-width:575.98px){h1{font-size:3rem}}
