.btn-d1{display:flex;justify-content:center;align-items:center;gap:5px;width:8em;height:2.5em;border-radius:30em!important;font-size:1rem;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;box-shadow:#00000029 0 1px 4px;color:#0fd850!important;font-weight:600;transition:.5s ease}.btn-d1:before{content:"";width:0;height:3em!important;border-radius:20px!important;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047)!important;transition:.5s ease;display:block;z-index:-1}.btn-d1:hover:before{width:9em}.btn-d1:hover{transition:.5s ease;color:#fff!important}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;background:transparent}img{max-width:100%}.primary-color{color:#0fd850}.accent-color{color:#f9f047}.title-font{font-family:Oswald,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;letter-spacing:1px}ul{list-style:none}.secondary-font,body{font-family:Poppins,sans-serif}.wrapper{max-width:1280px;margin:0 auto;padding:0 15px}body .main-header{min-height:50px;background:#fff;box-shadow:#0000003d 0 3px 8px;border-bottom:1px solid rgba(82,80,80,.5058823529)}@media(max-width:1024px){body .main-header{min-height:30px}}body .main-header .header-area{display:flex;align-items:center;justify-content:space-between;padding:10px 0}body .main-header .header-area .logo{display:flex;align-items:center;gap:10px}body .main-header .header-area .navbar ul{display:flex;align-items:center;gap:20px;justify-content:flex-end;list-style-type:none}body .main-header .header-area .navbar ul li a{text-decoration:none;color:#161616;font-weight:400;transition:.3s ease;position:relative;line-height:20px;font-family:Oswald,sans-serif;letter-spacing:.5px;transition:all .5s ease-in-out}body .main-header .header-area .navbar ul li a.active{color:#0fd850}body .main-header .header-area .navbar ul li a.active:after{width:100%}body .main-header .header-area .navbar ul li a:after{content:"";width:0;height:2px;background:#0fd850;position:absolute;top:120%;left:0;transition:.3s ease}body .main-header .header-area .navbar ul li a:hover:after{width:100%}body .main-header .header-area .navbar ul li a.btn:before{width:inherit;height:inherit;background:inherit;position:inherit}body .main-header .header-area .navbar ul li a.btn{display:flex;justify-content:center;align-items:center;gap:5px;width:8em;height:2.5em;border-radius:30em;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}body .main-header .header-area .navbar ul li a.btn svg{width:1.25rem;height:1.25rem}body .main-header .header-area .navbar ul li a.btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}body .main-header .header-area .navbar ul li a.btn:hover:before{width:100%}body .main-header .header-area .navbar ul li a.btn:hover{color:#fff;border-color:transparent}@media(max-width:1024px){body .main-header .header-area .navbar{display:none}}body .main-header .header-area .mobile-menu{display:none}body .main-header .header-area .mobile-menu .hamburger{cursor:pointer;color:#161616;transition:all .3s ease-in-out;border:1px solid rgba(216,216,216,.5058823529)}body .main-header .header-area .mobile-menu .hamburger svg{width:2.5rem;height:2.5rem;transition:all .3s ease-in-out}@media(max-width:1024px){body .main-header .header-area .mobile-menu .hamburger svg{width:2.1875rem;height:2.1875rem}}body .main-header .header-area .mobile-menu .hamburger:hover{border-color:#d8d8d8}body .main-header .header-area .mobile-menu .hamburger:hover svg{color:#0fd850}@media(max-width:1024px){body .main-header .header-area .mobile-menu{display:block}}body .main-header .header-area .offcanvas-overlay{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:.4s ease;z-index:998}body .main-header .header-area .offcanvas{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;box-shadow:2px 0 15px #0000001a;transition:.4s ease;z-index:999;padding:30px 20px}body .main-header .header-area .offcanvas-nav{display:flex;flex-direction:column;gap:15px}body .main-header .header-area .offcanvas-nav a{text-decoration:none;color:#333;font-weight:500;transition:.3s}body .main-header .header-area .offcanvas-nav a:hover{color:#0fd850}body .main-header .header-area .offcanvas-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:22px;cursor:pointer}body .main-header .header-area .offcanvas.active{left:0}body .main-header .header-area .offcanvas-overlay.active{opacity:1;visibility:visible}body .main-header.overlay-header{position:fixed;top:0;left:0;width:100%;z-index:2;background-color:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body .main-header.overlay-header .header-area .navbar ul li a{color:#fff}body .main-header.overlay-header .header-area .mobile-menu .hamburger svg{color:#fff;transition:all .3s ease-in-out}body .main-header.overlay-header .header-area .mobile-menu .hamburger:hover svg{color:#0fd850}body .main-header.sticky-header{position:fixed;top:0;left:0;width:100%;z-index:99;background-color:#fff;animation:headerDown .5s ease}body .main-header.sticky-header .header-area .navbar ul li a{color:#000}body .main-header.sticky-header .header-area .mobile-menu .hamburger svg{color:#161616!important;transition:all .3s ease-in-out}body .main-header.sticky-header .header-area .mobile-menu .hamburger:hover svg{color:#0fd850}@keyframes headerDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}body .main-content{min-height:90vh}body .main-footer{padding-top:80px;padding-bottom:40px;background:#0f0f0f}body .main-footer .top-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:.625rem;padding-bottom:20px}@media(max-width:1280px){body .main-footer .top-footer{grid-template-columns:repeat(1,1fr);gap:2.5rem}}body .main-footer .top-footer .footer-card .footer-card-title{font-size:20px;color:#fff;font-family:Montserrat,sans-serif,SolaimanLipi;font-weight:700;margin-bottom:16px}body .main-footer .top-footer .footer-card .footer-card-title:first-child{font-size:26px}body .main-footer .top-footer .footer-card .footer-card-text{font-size:1rem;color:#dadada;font-family:poppins,sans-serif,SolaimanLipi;max-width:500px}body .main-footer .top-footer .footer-card .social{margin-top:30px}body .main-footer .top-footer .footer-card .social .navbar-nav{display:flex;flex-direction:row;gap:10px}body .main-footer .top-footer .footer-card .social .navbar-nav li{width:46px;height:46px;text-align:center;align-content:center;border-radius:5px;border:1px solid #3E484E;transition:all ease-in-out .3s;background-color:#ffffff30;color:#fff}@media(max-width:992px){body .main-footer .top-footer .footer-card .social .navbar-nav li{width:35px;height:35px}}body .main-footer .top-footer .footer-card .social .navbar-nav li a{font-size:20px;line-height:35px;display:flex;justify-content:center;align-items:center}@media(max-width:992px){body .main-footer .top-footer .footer-card .social .navbar-nav li a{font-size:16px;line-height:0px}}body .main-footer .top-footer .footer-card .social .navbar-nav li:hover{border-color:#0fd850;transform:scale(1.1);transition:all ease-in-out .3s}body .main-footer .top-footer .footer-card.quick-link ul{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(5,auto);grid-auto-flow:column;gap:5px}body .main-footer .top-footer .footer-card.quick-link ul li{display:inline-block}body .main-footer .top-footer .footer-card.quick-link ul li a{font-size:1rem;color:#b4b6b9;transition:all ease-in-out .3s;font-family:poppins,sans-serif}body .main-footer .top-footer .footer-card.quick-link ul li a:hover{transition:all ease-in-out .3s;color:#0fd850}body .main-footer .top-footer .footer-card.contact ul{display:flex;flex-direction:column;gap:10px}body .main-footer .top-footer .footer-card.contact ul li.contact-item{display:grid;gap:10px;justify-content:start;align-items:start;grid-template-columns:11% auto}body .main-footer .top-footer .footer-card.contact ul li.contact-item .icon{width:46px;height:46px;text-align:center;align-content:center;border-radius:5px;border:1px solid #fff;transition:all ease-in-out .3s;color:#fff;font-size:1rem;line-height:20px;display:flex;justify-content:center;align-items:center;padding:10px}body .main-footer .top-footer .footer-card.contact ul li.contact-item .icon svg{width:100%;height:100%}body .main-footer .top-footer .footer-card.contact ul li.contact-item .title{font-size:1rem;color:#fff;transition:all ease-in-out .3s;font-weight:600;font-family:Oswald,sans-serif,SolaimanLipi}body .main-footer .top-footer .footer-card.contact ul li.contact-item .text{font-size:1rem;color:#b4b6b9;transition:all ease-in-out .3s;font-family:Poppins,sans-serif,SolaimanLipi}body .main-footer .bottom-footer{padding-top:20px;font-family:Poppins,sans-serif}.swiper .autoplay-progress{position:absolute;right:16px;bottom:16px;z-index:10;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0fd850}.swiper .autoplay-progress svg{--progress: 0;position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;stroke-width:4px;stroke:#0fd850;fill:none;stroke-dashoffset:calc(125.6px * (1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.swiper .swiper-button-next,.swiper .swiper-button-prev{color:#fff!important;width:40px;height:40px;background-color:#b8b6b679;border-radius:50%;transition:all ease-in-out .3s}.swiper .swiper-button-next svg,.swiper .swiper-button-prev svg{width:20px;height:20px}.swiper .swiper-button-next:hover,.swiper .swiper-button-prev:hover{background-color:#0fd850;transition:all ease-in-out .3s;transform:scale(1.1)}.swiper .swiper-pagination-bullet{background:#fff!important;opacity:.7}.swiper .swiper-pagination-bullet-active{background:#0fd850!important;width:30px;border-radius:5px;transition:all .3s ease-in-out}.section{padding-top:2.5rem;padding-bottom:2.5rem}.section .section-header{width:50%;padding-bottom:.9375rem}@media(max-width:768px){.section .section-header{width:100%}}.section .section-header h2{font-size:1.75rem;font-weight:600;font-family:Oswald,sans-serif;color:#262726}.section .section-header p{font-size:1rem;font-weight:400;font-family:Poppins,sans-serif;color:#6e6e6e}.section .explore-btn-group{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.section .explore-btn-group .btn{display:flex;gap:5px;border-radius:5px;padding:5px 25px;font-size:1.125rem;color:#fff;box-shadow:#00000059 0 5px 15px;text-decoration:none;background:#0a7806;font-family:Poppins,sans-serif;transition:all .1s ease-in-out}.section .explore-btn-group .btn svg{width:20px;height:auto}.section .explore-btn-group .btn:hover{background:#fff;color:#0a7806}.hero-sec{min-height:100vh;position:relative}.hero-sec .mySwiper{height:100vh}.hero-sec .mySwiper .swiper-slide{position:relative;text-align:center;font-size:18px;background:#444;display:flex;justify-content:center;align-items:center}.hero-sec .mySwiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.hero-sec .mySwiper .swiper-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1}.hero-sec .mySwiper .swiper-slide .overlay{position:absolute;bottom:20%;left:60px;color:#fff;width:68%;z-index:2;padding:30px 300px 50px 50px;border-radius:20px;text-align:left}@media(max-width:1280px){.hero-sec .mySwiper .swiper-slide .overlay{width:86%;padding:30px 50px 50px}}@media(max-width:768px){.hero-sec .mySwiper .swiper-slide .overlay{left:30px;width:90%;padding:30px 50px 50px}}.hero-sec .mySwiper .swiper-slide .overlay .line{width:50px;height:5px;background-color:#fff;margin-bottom:10px;border-radius:20px}.hero-sec .mySwiper .swiper-slide .overlay h2{font-size:78px;font-weight:700;text-transform:uppercase;margin:0 0 14px;transform:translateY(50px);opacity:0;line-height:100%}@media(max-width:768px){.hero-sec .mySwiper .swiper-slide .overlay h2{font-size:50px}}.hero-sec .mySwiper .swiper-slide .overlay p{font-size:18px;transform:translateY(50px);opacity:0}.hero-sec .mySwiper .swiper-slide .overlay .btn{margin-top:10px;display:flex;justify-content:center;align-items:center;gap:5px;width:auto;height:2.5em;border-radius:30em;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.hero-sec .mySwiper .swiper-slide .overlay .btn svg{width:1.25rem;height:1.25rem}.hero-sec .mySwiper .swiper-slide .overlay .btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.hero-sec .mySwiper .swiper-slide .overlay .btn:hover:before{width:100%}.hero-sec .mySwiper .swiper-slide .overlay .btn:hover{color:#fff;border-color:transparent}.hero-sec .mySwiper .swiper-slide .overlay .btn{display:inline-flex;padding:5px 25px;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:.3s;transform:translateY(50px);opacity:0;font-size:16px}.hero-sec .mySwiper .swiper-slide .overlay .btn:hover{animation-delay:0s!important;transition:all 5s ease-in-out!important;transform:scale(1.02)!important}.hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay h2,.hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay p,.hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay .btn{animation:fadeInUp .8s ease forwards}.hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay p{animation-delay:.2s}.hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay .btn{animation-delay:.4s}.hero-sec .mySwiper .thumbSwiper{position:absolute!important;bottom:50px;right:10px;width:30%;z-index:1}.hero-sec .mySwiper .thumbSwiper .swiper-slide{overflow:hidden;border-radius:20px;opacity:.5;box-shadow:#64646f33 0 7px 29px;cursor:pointer}.hero-sec .mySwiper .thumbSwiper .swiper-slide.swiper-slide-active{border:1px solid rgb(224,222,222);opacity:1}.featured-projects .section-header{width:80%;margin:0 auto;text-align:center}.featured-projects .grid-box{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1280px){.featured-projects .grid-box{grid-template-columns:repeat(2,1fr)}}.featured-projects .grid-box .item{position:relative;overflow:hidden;box-shadow:#64646f33 0 7px 29px;cursor:pointer;height:100%}.featured-projects .grid-box .item img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out;border:1px solid rgb(224,222,222)}.featured-projects .grid-box .item:hover img{transform:scale(1.1)}.featured-projects .grid-box .item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;transition:all .3s ease-in-out}.featured-projects .grid-box .item .overlay:hover{opacity:1}.featured-projects .grid-box .item .overlay .text-box h3{color:#fff;font-size:24px;font-weight:600;text-align:center}.featured-projects .grid-box .item .overlay .text-box p{color:#d8d8d8;font-size:16px;font-weight:400;text-align:center}.video-sec .wrapper .section-header{width:50%;text-align:left}.video-sec .wrapper .grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;grid-template-rows:620px;overflow:hidden}@media(max-width:1280px){.video-sec .wrapper .grid-box{grid-template-columns:repeat(1,1fr);grid-template-rows:auto auto}}.video-sec .wrapper .grid-box .inner-grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(max-width:1280px){.video-sec .wrapper .grid-box .inner-grid-box{order:2}}.video-sec .wrapper .grid-box .inner-grid-box .item{position:relative;overflow:hidden;box-shadow:#64646f33 0 7px 29px;cursor:pointer;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;transition:all .3s ease-in-out}@media(max-width:1280px){.video-sec .wrapper .grid-box .inner-grid-box .item{height:18.75rem}}@media(max-width:768px){.video-sec .wrapper .grid-box .inner-grid-box .item{height:12.5rem}}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box{display:flex;justify-content:flex-end;flex-direction:column;height:100%;position:relative;transition:all .3s ease-in-out}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box .play-btn{width:3.75rem;height:3.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box .play-btn svg{width:100%;height:100%;color:#9e9e9ea8}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box .footer-area{display:inline-flex;align-items:center;gap:10px;justify-content:flex-end;color:#fff;padding:20px 5px 3px;background:linear-gradient(180deg,#21222117,#1a1919)}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box .footer-area svg{width:1.25rem;height:1.25rem;color:#fff;transition:all .3 ease-in-out}.video-sec .wrapper .grid-box .inner-grid-box .item .inner-box .footer-area p{color:#fff}.video-sec .wrapper .grid-box .inner-grid-box .item:hover .inner-box{background:#00000080}.video-sec .wrapper .grid-box .inner-grid-box .item:hover .inner-box .play-btn svg{color:#fff;animation:rotate 3s linear infinite}@media(max-width:1280px){.video-sec .wrapper .grid-box .player-box{order:1}}.video-sec .wrapper .grid-box .player-box .player{width:100%;height:100%}.video-sec .wrapper .explore-btn-group{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.video-sec .wrapper .explore-btn-group .btn{display:flex;gap:5px;border-radius:5px;padding:5px 25px;font-size:1.125rem;color:#fff;box-shadow:#00000059 0 5px 15px;text-decoration:none;background:#0a7806;font-family:Poppins,sans-serif;transition:all .1s ease-in-out}.video-sec .wrapper .explore-btn-group .btn svg{width:20px;height:auto}.video-sec .wrapper .explore-btn-group .btn:hover{background:#fff;color:#0a7806}.featured-sec{min-height:80vh;position:relative}.featured-sec:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:0}.featured-sec .section-header h2{color:#fff}.featured-sec .section-header p{color:#b9b9b9}.featured-sec .wrapper{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.featured-sec .grid-box{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1280px){.featured-sec .grid-box{grid-template-columns:repeat(2,1fr)}}.featured-sec .grid-box .item{padding:80px 10px 10px;height:500px;background-color:#fdfcfc94;box-shadow:#64646f33 0 7px 29px;transition:all .3s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.featured-sec .grid-box .item span{display:flex;align-items:center;justify-content:center;margin-bottom:20px;width:100%}.featured-sec .grid-box .item span svg{width:120px;height:120px;color:#0a7806;transition:all .3s ease-in-out}.featured-sec .grid-box .item h3{text-align:center}.featured-sec .grid-box .item p{font-size:1rem;text-align:center}.featured-sec .grid-box .item:hover svg{color:#ff0;transition:all .3s ease-in-out}.featured-sec .grid-box .item:hover{background-color:#0a7806;color:#fff;transform:scale(1.05)}.trust_partners-sec .grid-box{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:1280px){.trust_partners-sec .grid-box{grid-template-columns:repeat(2,1fr)}}.trust_partners-sec .grid-box .item{position:relative}.trust_partners-sec .grid-box .item img{object-fit:cover;width:100%;height:100%}.trust_partners-sec .grid-box .item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#02551080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#fff;opacity:0;transition:all .3s ease-in-out;text-decoration:none}.trust_partners-sec .grid-box .item .overlay i{font-size:40px}.trust_partners-sec .grid-box .item:hover .overlay{opacity:1;transition:all .3s ease-in-out}.projects .section-header{padding-left:12px}.projects .grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.projects .grid-box .item{display:flex;flex-direction:column;gap:10px;transition:all .5s ease-in-out;padding:10px}.projects .grid-box .item .img-box{height:90%;overflow:hidden}.projects .grid-box .item .img-box img{object-fit:cover;width:100%;height:100%;transition:all .5s ease-in-out}.projects .grid-box .item:hover{box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px}.projects .grid-box .item:hover img{transform:scale(1.1)}.land_owner_reviews_sec .grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(max-width:768px){.land_owner_reviews_sec .grid-box{grid-template-columns:repeat(1,1fr)}}.land_owner_reviews_sec .grid-box .landowner,.land_owner_reviews_sec .grid-box .client{height:350px;background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;gap:10px}.land_owner_reviews_sec .grid-box .landowner:before,.land_owner_reviews_sec .grid-box .client:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}.land_owner_reviews_sec .grid-box .landowner h3,.land_owner_reviews_sec .grid-box .client h3{font-size:2rem;color:#fff;z-index:1;text-transform:uppercase}.land_owner_reviews_sec .grid-box .landowner p,.land_owner_reviews_sec .grid-box .client p{z-index:1;font-size:.875rem;color:#e7e5e5;width:40%;text-align:center}@media(max-width:768px){.land_owner_reviews_sec .grid-box .landowner p,.land_owner_reviews_sec .grid-box .client p{width:80%}}.land_owner_reviews_sec .grid-box .landowner .btn,.land_owner_reviews_sec .grid-box .client .btn{display:flex;justify-content:center;align-items:center;gap:5px;width:8em;height:2.5em;border-radius:5px;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.land_owner_reviews_sec .grid-box .landowner .btn svg,.land_owner_reviews_sec .grid-box .client .btn svg{width:1.25rem;height:1.25rem}.land_owner_reviews_sec .grid-box .landowner .btn:before,.land_owner_reviews_sec .grid-box .client .btn:before{content:"";width:0;height:100%;border-radius:5px;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.land_owner_reviews_sec .grid-box .landowner .btn:hover:before,.land_owner_reviews_sec .grid-box .client .btn:hover:before{width:100%}.land_owner_reviews_sec .grid-box .landowner .btn:hover,.land_owner_reviews_sec .grid-box .client .btn:hover{color:#fff;border-color:transparent}.breadcrumb-section{height:50vh;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;border-radius:0 0 30px 30px;overflow:hidden}.breadcrumb-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}@media(max-width:1280px){.breadcrumb-section{height:30vh}}.breadcrumb-section .wrapper{height:100%}.breadcrumb-section .breadcrumb-area{height:100%;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.breadcrumb-section .breadcrumb-area .title{font-size:2rem;color:#fff;text-align:center;text-transform:uppercase}.breadcrumb-section .breadcrumb-area .description{color:#e6e6e6;text-align:center;font-family:Poppins,sans-serif}.pagination{padding-top:20px;display:flex;justify-content:center;align-items:center;gap:10px}.pagination .pagination-list{display:flex;justify-content:center;align-items:center;gap:3px}.pagination .pagination-list .pagination-item{display:flex;justify-content:center;align-items:center}.pagination .pagination-list .pagination-item .pagination-link{padding:5px 10px;border-radius:3px;background-color:#fff;color:#0fd850;transition:all .3s ease-in-out;font-weight:600;font-family:Poppins,sans-serif;border:1px solid rgba(172,172,172,.3764705882)}.pagination .pagination-list .pagination-item .pagination-link:hover{background-color:#0fd850;color:#fff}.pagination .pagination-list .pagination-item .pagination-link-prev{padding:3px 10px 3px 3px;display:inline-flex;justify-content:center;align-items:center;height:100%;border:1px solid rgba(172,172,172,.3764705882)}.pagination .pagination-list .pagination-item .pagination-link-prev svg{width:30px;height:auto}.pagination .pagination-list .pagination-item .pagination-link-next{padding:3px 3px 3px 10px;height:100%;display:inline-flex;justify-content:center;align-items:center;border:1px solid rgba(172,172,172,.3764705882)}.pagination .pagination-list .pagination-item .pagination-link-next svg{width:30px;height:auto}.pagination .pagination-list .pagination-item .pagination-link-active{background-color:#0fd850;color:#fff}.projects-page .projects_filter .filter-title{text-align:center;font-size:2rem;font-weight:600;font-family:Oswald,sans-serif;color:#262726;padding:10px 0}.projects-page .projects_filter .filter-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid #e6e6e6;padding:0 0 15px 15px}@media(max-width:1280px){.projects-page .projects_filter .filter-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects-page .projects_filter .filter-inner{grid-template-columns:repeat(1,1fr);gap:2px}}.projects-page .projects_filter .filter-inner .filter-item{display:flex;flex-direction:column;align-items:left;justify-content:center;gap:10px;padding:10px;border-radius:5px;cursor:pointer}.projects-page .projects_filter .filter-inner .filter-item label{font-weight:500;font-family:Oswald,sans-serif;color:#262726;font-size:1.125rem}.projects-page .projects_filter .filter-inner .filter-item input,.projects-page .projects_filter .filter-inner .filter-item select{padding:10px;outline:none}.projects-page .projects-section{padding-bottom:40px}.projects-page .projects-section .projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;position:relative}@media(max-width:1280px){.projects-page .projects-section .projects-grid{grid-template-columns:repeat(2,1fr)}}.projects-page .projects-section .projects-grid .item{position:relative;overflow:hidden}.projects-page .projects-section .projects-grid .item img{width:100%;height:100%;object-fit:cover;transition:all 2s ease-in-out}.projects-page .projects-section .projects-grid .item .overlay-icon{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1;background:#0006;transition:all .3s ease-in-out}.projects-page .projects-section .projects-grid .item .overlay{z-index:2;position:absolute;bottom:0;left:0;height:fit-content;width:100%;padding:10px;background:#0009;border-radius:0 0 5px 5px}.projects-page .projects-section .projects-grid .item .overlay h2{font-size:1rem;color:#fff;text-transform:uppercase}.projects-page .projects-section .projects-grid .item .overlay p{font-size:.75rem;color:#cfcfcf;text-transform:capitalize;font-family:Poppins,sans-serif}.projects-page .projects-section .projects-grid .item:hover img{transform:scale(1.2)}.projects-page .projects-section .projects-grid .item:hover .overlay-icon{opacity:1;background:#0006;transition:all .3s ease-in-out;font-size:2rem;color:#fff}.project-details-page .details-hero-sec{position:relative}.project-details-page .details-hero-sec .mySwiper{height:100vh;position:relative}.project-details-page .details-hero-sec .mySwiper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(150deg,#0000 70%,#0d5034)}.project-details-page .details-hero-sec .mySwiper .swiper-slide{position:relative;text-align:center;font-size:18px;background:#444;display:flex;justify-content:center;align-items:center}.project-details-page .details-hero-sec .mySwiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.project-details-page .details-hero-sec .mySwiper .swiper-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay{position:absolute;bottom:20%;left:60px;color:#fff;width:68%;z-index:2;padding:30px 300px 50px 50px;border-radius:20px;text-align:left}@media(max-width:1280px){.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay{width:86%;padding:30px 50px 50px}}@media(max-width:768px){.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay{left:30px;width:90%;padding:30px 50px 50px}}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .line{width:50px;height:5px;background-color:#fff;margin-bottom:10px;border-radius:20px}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay h2{font-size:78px;font-weight:700;text-transform:uppercase;margin:0 0 14px;transform:translateY(50px);opacity:0;line-height:100%}@media(max-width:768px){.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay h2{font-size:50px}}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay p{font-size:18px;transform:translateY(50px);opacity:0}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn{margin-top:10px;display:flex;justify-content:center;align-items:center;gap:5px;width:auto;height:2.5em;border-radius:30em;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn svg{width:1.25rem;height:1.25rem}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn:hover:before{width:100%}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn:hover{color:#fff;border-color:transparent}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn{display:inline-flex;padding:5px 25px;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:.3s;transform:translateY(50px);opacity:0;font-size:16px}.project-details-page .details-hero-sec .mySwiper .swiper-slide .overlay .btn:hover{animation-delay:0s!important;transition:all 5s ease-in-out!important;transform:scale(1.02)!important}.project-details-page .details-hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay h2,.project-details-page .details-hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay p,.project-details-page .details-hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay .btn{animation:fadeInUp .8s ease forwards}.project-details-page .details-hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay p{animation-delay:.2s}.project-details-page .details-hero-sec .mySwiper .swiper-slide.swiper-slide-active .overlay .btn{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.project-details-page .details-hero-sec .mySwiper .overlay{position:absolute!important;bottom:50px;right:50px;width:50%;z-index:2}@media(max-width:768px){.project-details-page .details-hero-sec .mySwiper .overlay{width:80%;right:30px;bottom:70px}}.project-details-page .details-hero-sec .mySwiper .overlay h1{font-size:4.25rem;color:#fff;text-align:right;font-family:Playfair Display;font-weight:900}@media(max-width:1280px){.project-details-page .details-hero-sec .mySwiper .overlay h1{font-size:3.3125rem!important}}.project-details-page .details-hero-sec .mySwiper p{color:#d6d6d6;font-size:1rem;text-align:right}.project-details-page .details-hero-sec .mySwiper p svg{width:1.125rem;height:1.125rem}.project-details-page .details-hero-sec .mySwiper .btns{margin-top:1.25rem;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.625rem}.project-details-page .details-hero-sec .mySwiper .btns .play-btn{width:40px;height:40px;color:#fff;font-weight:600;transition:.3s;font-size:1rem;filter:drop-shadow(0px 25px 50px rgba(255,0,0,.25))}.project-details-page .details-hero-sec .mySwiper .btns .play-btn:hover{animation-delay:0s!important;transition:all .3s ease-in-out!important;transform:scale(1.2)}.project-details-page .details-hero-sec .mySwiper .btns .btn{display:flex;justify-content:center;align-items:center;gap:5px;width:auto;height:2.5em;border-radius:30em;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.project-details-page .details-hero-sec .mySwiper .btns .btn svg{width:1.25rem;height:1.25rem}.project-details-page .details-hero-sec .mySwiper .btns .btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.project-details-page .details-hero-sec .mySwiper .btns .btn:hover:before{width:100%}.project-details-page .details-hero-sec .mySwiper .btns .btn:hover{color:#fff;border-color:transparent}.project-details-page .details-hero-sec .mySwiper .btns .btn{display:inline-flex;padding:.3125rem 1.5625rem;color:#fff;text-decoration:none;border-radius:3.125rem;font-weight:600;transition:.3s;font-size:1rem}.project-details-page .details-hero-sec .mySwiper .btns .btn:hover{animation-delay:0s!important;transition:all 5s ease-in-out!important;transform:scale(1.02)!important}.project-details-section .layout{display:grid;grid-template-columns:1fr 400px;min-height:100vh;gap:20px}.project-details-section .layout .content{padding:20px;overflow-y:auto}@media(max-width:1280px){.project-details-section .layout .content{padding:30px 0 0}}.project-details-section .layout .sidebar{padding:50px 40px;background-color:#f5f5f5;position:relative;min-height:100vh}.project-details-section .layout .sidebar .scrollable{height:100%}.project-details-section .layout .sidebar .scrollable .sticky{position:sticky;top:100px;left:0;right:0}@media(max-width:1280px){.project-details-section .layout .sidebar .scrollable .sticky{position:static;bottom:0}}@media(max-width:1024px){.project-details-section .layout{grid-template-columns:1fr}}.project-details-section .section-title{font-weight:600;color:#333;font-family:Poppins,sans-serif;letter-spacing:inherit}@media(max-width:1280px){.project-details-section .section-title{font-size:1.125rem}}.project-details-section .feature-overview{display:flex;justify-content:start;align-items:center;gap:50px;margin-bottom:10px;margin-top:20px}@media(max-width:1280px){.project-details-section .feature-overview{flex-wrap:wrap;gap:30px}}.project-details-section .feature-overview .item .icon{width:15px;height:15px}.project-details-section .feature-overview .item .icon svg{width:15px;height:15px;color:#5f5f5f}.project-details-section .feature-overview .item .name{font-weight:600;color:#222}.project-details-section .feature-overview .item .type-name{font-size:14px;font-weight:400;color:#5f5f5f}.project-details-section .overview-description{margin-top:30px;color:#5f5f5f}.project-details-section .dividor{width:100%;height:1px;background-color:#cacaca;border:none;margin:30px 0}.project-details-section .features .section-title{margin-top:30px;font-weight:600;color:#333;font-family:Poppins,sans-serif;letter-spacing:inherit}.project-details-section .features .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:10px;margin-bottom:10px}@media(max-width:1280px){.project-details-section .features .feature-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.project-details-section .features .feature-grid .item{width:fit-content;display:flex;justify-content:start;align-items:center;gap:10px}.project-details-section .features .feature-grid .item .icon{width:24px;height:24px}@media(max-width:1280px){.project-details-section .features .feature-grid .item .icon{width:20px;height:20px}}.project-details-section .features .feature-grid .item .icon svg{width:24px;height:24px;color:#0a8610}@media(max-width:1280px){.project-details-section .features .feature-grid .item .icon svg{width:20px;height:20px}}.project-details-section .features .feature-grid .item .name{font-size:18px;font-weight:300;color:#222}@media(max-width:1280px){.project-details-section .features .feature-grid .item .name{font-size:1rem}}.project-details-section .additional-details .section-title{margin-top:30px;font-weight:600;color:#333;font-family:Poppins,sans-serif;letter-spacing:inherit}.project-details-section .additional-details .dividor{margin:10px 0}.project-details-section .additional-details .grid-box{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.project-details-section .additional-details .grid-box .item{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(114,114,114,.5607843137)}.project-details-section .additional-details .grid-box .item .name{font-size:16px;font-weight:400;color:#000}@media(max-width:1280px){.project-details-section .additional-details .grid-box .item .name{font-size:.875rem}}.project-details-section .additional-details .grid-box .item .value{font-size:14px;font-weight:300;color:#222}.project-details-section .tour-gallery{margin-top:30px}.project-details-section .tour-gallery .tour-gallery h2{font-weight:400;font-size:36px;line-height:40px;letter-spacing:0%;margin-bottom:30px;color:#030303}.project-details-section .tour-gallery .gallery-container{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto;gap:15px}@media(max-width:1280px){.project-details-section .tour-gallery .gallery-container{gap:5px}}.project-details-section .tour-gallery .gallery-container .gallery-item{overflow:hidden;border-radius:5px;position:relative;height:250px}@media(max-width:1280px){.project-details-section .tour-gallery .gallery-container .gallery-item{height:150px}}.project-details-section .tour-gallery .gallery-container .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-details-section .tour-gallery .gallery-container .gallery-item img:hover{transform:scale(1.05)}.project-details-section .tour-gallery .gallery-container .gallery-item{grid-column:span 3;grid-row:span 2}.project-details-section .tour-gallery .gallery-container .gallery-item:nth-child(6n-5){grid-column:span 6;grid-row:span 2}.project-details-section .tour-gallery .gallery-container .gallery-item:nth-child(6n){grid-column:span 6;grid-row:span 2}@media screen and (max-width:768px){.project-details-section .tour-gallery .gallery-container .gallery-item:nth-child(n+7){display:none}}.project-details-section .video-gallery{margin-top:30px}.project-details-section .video-gallery .dividor{margin-top:10px}.project-details-section .video-gallery .video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.project-details-section .video-gallery .video-grid .item{position:relative;overflow:hidden;box-shadow:#64646f33 0 7px 29px;cursor:pointer;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;transition:all .3s ease-in-out;height:21.875rem}@media(max-width:1280px){.project-details-section .video-gallery .video-grid .item{height:18.75rem}}@media(max-width:768px){.project-details-section .video-gallery .video-grid .item{height:12.5rem}}.project-details-section .video-gallery .video-grid .item .inner-box{display:flex;justify-content:flex-end;flex-direction:column;height:100%;position:relative;transition:all .3s ease-in-out}.project-details-section .video-gallery .video-grid .item .inner-box .play-btn{width:3.75rem;height:3.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.project-details-section .video-gallery .video-grid .item .inner-box .play-btn svg{width:100%;height:100%;color:#9e9e9ea8}.project-details-section .video-gallery .video-grid .item .inner-box .footer-area{display:inline-flex;align-items:center;gap:10px;justify-content:space-between;color:#fff;padding:20px 5px 3px;background:linear-gradient(180deg,#21222117,#1a1919)}.project-details-section .video-gallery .video-grid .item .inner-box .footer-area h3{font-size:18px;font-family:Poppins,sans-serif;font-weight:500}.project-details-section .video-gallery .video-grid .item .inner-box .footer-area span{display:inline-flex;align-items:center;gap:10px}.project-details-section .video-gallery .video-grid .item .inner-box .footer-area span svg{width:1.25rem;height:1.25rem;color:#fff;transition:all .3 ease-in-out}.project-details-section .video-gallery .video-grid .item .inner-box .footer-area span p{color:#fff}.project-details-section .video-gallery .video-grid .item:hover .inner-box{background:#00000080}.project-details-section .video-gallery .video-grid .item:hover .inner-box .play-btn svg{color:#fff;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-details-section .address{margin-top:30px}.project-details-section .address .dividor{margin-top:10px}.project-details-section .address .grid-box{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}@media(max-width:1280px){.project-details-section .address .grid-box{grid-template-columns:repeat(1,1fr)}}.project-details-section .address .grid-box .item{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(114,114,114,.5607843137)}.project-details-section .address .grid-box .item .name{font-size:16px;font-weight:400;color:#000}@media(max-width:1280px){.project-details-section .address .grid-box .item .name{font-size:.875rem}}.project-details-section .address .grid-box .item .value{font-size:14px;font-weight:300;color:#222}.project-details-section .address .map{margin-top:15px}.project-details-section .related-projects{margin-top:30px}.project-details-section .related-projects .title{font-size:24px;font-weight:500;color:#131313}.project-details-section .related-projects .dividor{margin-top:10px}.project-details-section .related-projects .grid-box{display:grid;grid-template-columns:1fr;grid-gap:10px}.project-details-section .related-projects .grid-box .item{max-height:300px}.project-details-section .related-projects .grid-box .item img{object-fit:cover;width:100%;height:100%}.custom-form .form-title{font-size:24px;font-weight:500;color:#131313;margin-bottom:16px}.custom-form .col-2{display:flex;gap:10px}@media(max-width:768px){.custom-form .col-2{flex-direction:column}}.custom-form .form-group{margin-bottom:16px;width:100%}.custom-form .form-group label{font-size:16px;font-weight:400;color:#000}.custom-form .form-group input,.custom-form .form-group textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;font-weight:400;color:#000;transition:all .3s ease-in-out}.custom-form .form-group input:focus,.custom-form .form-group textarea:focus{outline:none;border-color:#0fd850}.custom-form .form-group input:focus-visible,.custom-form .form-group textarea:focus-visible{outline:none;border-color:#0fd850}.custom-form .form-group input:focus-within,.custom-form .form-group textarea:focus-within{outline:none;border-color:#0fd850}.custom-form .submit-btn{margin-top:10px;display:flex;justify-content:center;align-items:center;gap:5px;width:100%;height:2.5em;border-radius:30em;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.custom-form .submit-btn svg{width:1.25rem;height:1.25rem}.custom-form .submit-btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.custom-form .submit-btn:hover:before{width:100%}.custom-form .submit-btn:hover{color:#fff;border-color:transparent}.cta-area{margin-top:30px;margin-bottom:30px}.cta-area .col-multple{display:flex;align-items:center;justify-content:space-around;gap:10px}.cta-area .btn{margin-top:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:5px;width:100%;height:2.5em;border-radius:5px;font-size:1rem;font-family:inherit;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(216,216,216,.5058823529);box-shadow:#00000029 0 1px 4px;color:#0fd850;font-weight:600;transition:.5s ease}.cta-area .btn svg{width:1.25rem;height:1.25rem}.cta-area .btn:before{content:"";width:0;height:100%;border-radius:5px;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#0fd850,#f9f047);transition:.5s ease;z-index:-1}.cta-area .btn:hover:before{width:100%}.cta-area .btn:hover{color:#fff;border-color:transparent}.cta-area .btn .icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-page .contact-form-section .section-header{width:80%;margin:0 auto;text-align:center}@media(max-width:768px){.contact-page .contact-form-section .section-header{width:100%}}.contact-page .contact-form-section .section-header .section-title{font-size:2.25rem}.contact-page .contact-form-section .custom-form{width:70%;margin:0 auto}@media(max-width:768px){.contact-page .contact-form-section .custom-form{width:100%}}.contact-page .contact-info .section-header{width:80%;margin:0 auto;text-align:center}.contact-page .contact-info .section-header .section-title{font-size:2.25rem}.contact-page .contact-info .info-box{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1280px){.contact-page .contact-info .info-box{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:768px){.contact-page .contact-info .info-box{grid-template-columns:repeat(1,1fr)}}.contact-page .contact-info .info-box .info-item{box-shadow:#11111a1a 0 0 10px,#11111a0d 0 8px 32px;padding:20px 15px;text-align:center;height:100%;border-radius:5px;min-height:235px;transition:all .3s ease-in-out}.contact-page .contact-info .info-box .info-item:hover{box-shadow:#11111a1a 0 0 10px,#eee0 0 8px 32px;transition:all .3s ease-in-out}.contact-page .contact-info .info-box .info-item .content .icon{height:60px;width:60px;border-radius:50%;background:#0fd850;margin:0 auto;display:flex;justify-content:center;align-items:center}.contact-page .contact-info .info-box .info-item .content .icon svg{color:#fff;width:60%;height:60%}.contact-page .contact-info .info-box .info-item .content .icon i{font-size:24px;color:#fff}.contact-page .contact-info .info-box .info-item .content .some-text{text-align:center;margin-top:30px}.contact-page .contact-info .info-box .info-item .content .some-text p{font-size:1rem;color:#5a5959}.contact-page .map-sec{margin-top:30px}.offers-pages .offer{background-image:url(../images/bg7.jpg);padding:50px 0 60px}@media(max-width:768px){.offers-pages .offer{padding:15px 0}}.offers-pages .offer .offer_h h1{font-family:var(--mon);font-size:25px;font-weight:500;color:var(--grey);margin:10px 0;position:relative;display:inline-block;cursor:pointer}.offers-pages .offer .offer_h h1:after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:1px;background:#000;transform:translate(-50%);transition:width .3s ease}.offers-pages .offer .offer_h h1:hover:after{width:100%}.offers-pages .offer .grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:768px){.offers-pages .offer .grid-box{gap:10px}}.offers-pages .offer .offer_img{margin:20px 0 0}.offers-pages .offer .offer_img a{text-decoration:none;color:#666}.offers-pages .offer .offer_img a img{background-color:#fff;padding:5px;box-shadow:0 5px 8px #7c7b7b40;transition:all .3s ease-in-out}.offers-pages .offer .offer_img a img:hover{box-shadow:0 15px 15px #0000004d}.offers-pages .offer .offer_img a h3{font-size:18px;font-weight:600;text-align:center;margin:15px 0 0;line-height:35px}@media(max-width:768px){.offers-pages .offer .offer_img a h3{font-size:14px;line-height:20px;margin:8px 0 0}}.offers-pages .offer .p_offer{padding:50px 0 60px}.offers-pages .offer .tc_vc{background-color:var(--ash);padding:50px 0 60px}.blogs-page .filter-section{padding:20px 0}.blogs-page .filter-section .filter-inner{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center}.blogs-page .filter-section .filter-inner .filter-item{display:flex;flex-direction:row;align-items:left;justify-content:center;gap:10px;padding:10px;border-radius:5px;cursor:pointer}.blogs-page .filter-section .filter-inner .filter-item label{font-weight:500;font-family:Oswald,sans-serif;color:#262726;font-size:1.125rem}.blogs-page .filter-section .filter-inner .filter-item input,.blogs-page .filter-section .filter-inner .filter-item select{padding:10px;outline:none;border:1px solid #b4b4b4}.blogs-page .filter-section .filter-inner .filter-item input:focus,.blogs-page .filter-section .filter-inner .filter-item select:focus{border:1px solid #0fd850}.blogs-page .filter-section .filter-inner .filter-item .visual_studio_item input[type=radio]{display:none}.blogs-page .filter-section .filter-inner .filter-item .visual_studio_item label{font-size:16px;padding:15px 30px;background-color:transparent;border-radius:30px;color:var(--black);cursor:pointer;transition:.4s}.blogs-page .filter-section .filter-inner .filter-item .visual_studio_item input[type=radio]:checked+label{background-color:#000;color:#fff}.blogs-page .post-section{margin-bottom:20px}.blogs-page .post-section .post-box{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blogs-page .post-section .post-box .item{margin:20px 0 0}.blogs-page .post-section .post-box .item .img{overflow:hidden}.blogs-page .post-section .post-box .item .img img{width:100%;transition:.5s all ease-in-out}.blogs-page .post-section .post-box .item .img:hover img{transform:scale(1.2)}.blogs-page .post-section .post-box .item .text{background-color:#fff2e2!important;margin-top:-50px;display:flex;flex-wrap:wrap;padding:10px 20px 30px}.blogs-page .post-section .post-box .item .tt_p1{font-size:60px;display:inline-block;color:#fff;margin:0}.blogs-page .post-section .post-box .item .tt_p2{display:inline-block;margin-top:50px}.blogs-page .post-section .post-box .item .text a{margin-left:auto}.blogs-page .post-section .post-box .item .text button{border:1px solid #666666;background-color:transparent;border-radius:20px;margin-top:50px;padding:5px 10px;transition:.3s all ease-in-out}
