body{font-family:"Poppins",sans-serif;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#3B3B3B;overflow-x:hidden}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:#fff}body::-webkit-scrollbar-thumb{background-color:#a6f3bc}ul,li{padding:0;list-style:none;margin-bottom:0}a{color:#212529;text-decoration:none;outline:none;-webkit-transition:all .3s ease;transition:all .3s ease}a:hover,a:focus,a:active{color:#00b152;text-decoration:none;outline:none}.btn:focus,.btn:active{-webkit-box-shadow:none;box-shadow:none}.btn.btn-rounded{border-radius:20px;padding:.375rem 1.5rem}.btn-primary{background:#00b152;border-color:#00b152}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background-color:#2f4da1;border-color:#2f4da1}.btn-outline-primary{background:#2f4da1;border-color:#2f4da1;color:#fff}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{background:#00b152;border-color:#00b152;color:#fff}.btn-link{color:#00b152;text-decoration:none}.btn-link .bi{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:35px;border-radius:35px;background:rgba(96,190,124,0.16)}.btn-link:hover,.btn-link:focus,.btn-link:active{color:#00b152;text-decoration:none}.error-message{padding:4px 10px;color:#dc3545}.no-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:300px}.no-data img{width:150px}.no-data h4{display:block;width:100%;text-align:center;font-size:16px;margin-top:20px}.page-wrapper{padding-top:70px}.section{padding:40px 0}@media screen and (max-width: 767.98px){.section{padding:20px 0}}.section.primary-light-bg{background:rgba(96,190,124,0.2)}.section.highlight-bg{background:#eff5f8}.section.grey-bg{background:#f9f9fb}.section.grey-gradient-bg{background:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f9f9fb), to(#f9f9fb));background:linear-gradient(to bottom, white 0%, #f9f9fb 47%, #f9f9fb 100%)}.section.pattern-bg-right{position:relative;overflow:hidden}.section.pattern-bg-right::before{content:'';position:absolute;right:-120px;bottom:-20px;background:url(../img/pattern-bg.svg) no-repeat;background-position:bottom;width:600px;height:600px;background-size:100%;-webkit-transform:rotate(90deg);transform:rotate(90deg);z-index:-1}.section-head{margin-bottom:30px}.section-head .title{font-size:38px;font-weight:600}.section-head .title span{font-family:"Poppins",sans-serif}.section-head .title.title-medium{font-size:24px;font-weight:500}.section-head .caption{letter-spacing:1px;margin-bottom:0;font-weight:400;font-size:14px;text-transform:uppercase;color:#00b152;position:relative;display:inline}.section-head .caption.with-line:after{content:'';width:100px;height:1px;background:#00b152;position:absolute;left:calc(100% + 8px);top:9px}.section-head .caption.bold{font-weight:600}.intro-block img{width:100%}@media screen and (max-width: 991.98px){.intro-block{margin-top:30px}}.icon-box-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-box-wrap .icon-box{width:33.33%;padding:15px;min-height:200px;border:1px solid #B4B4B4;-webkit-transition:all .3s ease;transition:all .3s ease}.icon-box-wrap .icon-box .icon{margin-top:10px}.icon-box-wrap .icon-box .icon img{max-width:80px}.icon-box-wrap .icon-box .title{font-size:1.1rem;font-weight:400;text-transform:capitalize;margin-bottom:10px}.icon-box-wrap .icon-box .title.bold{font-weight:500}.icon-box-wrap .icon-box:not(.no-hover):hover,.icon-box-wrap .icon-box:not(.no-hover):focus,.icon-box-wrap .icon-box:not(.no-hover):active{background:-webkit-gradient(linear, left top, right top, from(#ff3352), to(#fe9d71));background:linear-gradient(to right, #ff3352 0%, #fe9d71 100%);color:#fff}.learn-more{font-size:16px;position:relative;width:110px;display:block}.learn-more svg{-webkit-transition:0.5s;transition:0.5s;position:absolute;right:10px;top:7px}.learn-more svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.learn-more:not(.no-hover):hover,.learn-more:not(.no-hover):focus,.learn-more:not(.no-hover):active{color:#00b152}.learn-more:not(.no-hover):hover svg,.learn-more:not(.no-hover):focus svg,.learn-more:not(.no-hover):active svg{right:0}.learn-more:not(.no-hover):hover svg path,.learn-more:not(.no-hover):focus svg path,.learn-more:not(.no-hover):active svg path{fill:#00b152}.features-list-wrapper{padding:10px 0}.features-list-wrapper .features-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.features-list-wrapper .features-item .features-icon{width:60px;height:60px;border-radius:60px;background:rgba(47,77,161,0.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.features-list-wrapper .features-item .features-icon .bi{font-size:24px;color:#00b152}.features-list-wrapper .features-item .features-detail{padding-left:20px;width:calc(100% - 60px)}.features-list-wrapper .features-item .features-detail h5{font-size:18px;font-weight:500;margin-top:6px}.features-list-wrapper .features-item.features-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0}.features-list-wrapper .features-item.features-center .features-icon{margin-right:0;margin-bottom:20px;width:80px;height:80px;border-radius:80px;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.features-list-wrapper .features-item.features-center .features-icon .bi{font-size:30px;color:#00b152}.features-list-wrapper .features-item.features-center .features-detail{text-align:center}.features-list-wrapper .features-item.features-center .features-detail h5{margin-bottom:10px;text-transform:capitalize}.features-list-wrapper .features-item.features-center:hover .features-icon,.features-list-wrapper .features-item.features-center:focus .features-icon,.features-list-wrapper .features-item.features-center:active .features-icon{-webkit-transform:translateY(-15px);transform:translateY(-15px)}.blur-bg{position:relative}.blur-bg::before{content:'';width:400px;height:400px;border-radius:100%;background:#ffc7cd;background:radial-gradient(circle, #ffc7cd 0%, #ffdbd5 30%, rgba(255,231,218,0.1) 70%);position:absolute;left:-50px;top:140px}.blur-bg .section-head{position:relative;z-index:1}.service-item{height:100%;position:relative;padding:30px;background:#f9f9fb;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.service-item .icon img{max-width:55px}.service-item .icon svg{max-width:55px}.service-item .icon svg g path,.service-item .icon svg g line,.service-item .icon svg g ellipse,.service-item .icon svg g rect{-webkit-transition:all .3s ease;transition:all .3s ease}.service-item .title{font-size:22px;font-weight:600;text-transform:capitalize;min-height:52px}.service-item .title.bold{font-weight:500}.service-item .more-btn{font-size:14px;position:relative;width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.service-item .more-btn .icon{width:30px;height:30px;background:#00b152;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:relative;-webkit-transition:0.5s;transition:0.5s;left:5px}.service-item .more-btn svg{-webkit-transition:0.5s;transition:0.5s;position:absolute;right:10px;top:5px}.service-item .content-overlay{position:absolute;left:0;right:0;top:0;bottom:0;padding:30px;background:-webkit-gradient(linear, left top, right top, from(#ff3352), to(#fe9d71));background:linear-gradient(to right, #ff3352 0%, #fe9d71 100%);color:#fff;opacity:0;visibility:hidden;-webkit-transition:0.3s;transition:0.3s}.service-item .content-overlay .content-title{font-size:22px;font-weight:600;text-transform:capitalize;margin-bottom:30px;position:relative}.service-item .content-overlay .content-title:before{content:'';width:40px;height:2px;background:#fff;position:absolute;left:0;bottom:-10px}.service-item:not(.no-hover):hover,.service-item:not(.no-hover):focus,.service-item:not(.no-hover):active{background:rgba(96,190,124,0.2)}.service-item:not(.no-hover):hover .more-btn .icon,.service-item:not(.no-hover):focus .more-btn .icon,.service-item:not(.no-hover):active .more-btn .icon{left:10px}.service-item:not(.no-hover):hover .more-btn svg,.service-item:not(.no-hover):focus .more-btn svg,.service-item:not(.no-hover):active .more-btn svg{opacity:1;visibility:visible;right:0}.service-item:not(.no-hover):hover .content-overlay,.service-item:not(.no-hover):focus .content-overlay,.service-item:not(.no-hover):active .content-overlay{opacity:1;visibility:visible}.product-section .section-head,.product-section .product-slider-controls{color:#fff}.testimonial-wrapper{background:#eff5f8}.testimonial-item{border-radius:4px;background:#fff;padding:30px}.testimonial-item .testimonial-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonial-item .testimonial-header .avatar{width:60px;height:60px;border-radius:60px;overflow:hidden}.testimonial-item .testimonial-header .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-item .testimonial-header .user-info{padding-left:15px}.testimonial-item .testimonial-header .user-info .name{font-size:16px;font-weight:600;margin-bottom:0}.testimonial-item .testimonial-header .user-info .position{opacity:0.6}.testimonial-item .testimonial-review{font-size:16px;margin-top:10px}.swiper-style-2{margin-left:-300px;margin-right:-300px;overflow:visible}@media screen and (max-width: 767.98px){.swiper-style-2{margin-left:15px;margin-right:15px}}.swiper-style-2 .testimonial-item{-webkit-transition:opacity .3s;transition:opacity .3s}@media screen and (max-width: 767.98px){.swiper-style-2 .testimonial-item{max-width:100%}}.swiper-style-2 .swiper-slide:not(.swiper-slide-active) .testimonial-item{opacity:0.5}.product-slider-controls{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:40px 0 20px 0}.product-slider-controls .swiper-button-next,.product-slider-controls .swiper-button-prev{position:relative;text-align:center}.product-slider-controls .swiper-button-next::after,.product-slider-controls .swiper-button-prev::after{display:none}.product-slider-controls .swiper-button-next .bi,.product-slider-controls .swiper-button-prev .bi{padding:10px;color:#212529}.product-slider-controls .swiper-pagination{background:none;position:relative;margin:0 25px}.client-logo{margin:10px 20px}.client-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:gray;-webkit-filter:grayscale(1);filter:grayscale(1);transition:all 0.6s;-moz-transition:all 0.6s;-ms-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s}.client-logo:hover img,.client-logo:focus img{-webkit-filter:grayscale(0);filter:none}.card-item{position:relative;margin:10px 0;-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff;overflow:hidden;border-radius:4px}.card-item .card-img-box{overflow:hidden;margin-bottom:10px}.card-item .card-img-box img{width:100%;-webkit-transition:0.6s;transition:0.6s}.card-item .card-count .count{font-size:80px;font-weight:600;color:transparent;-webkit-text-stroke:1px #00b152}.card-item .card-content{padding:15px}.card-item .card-content .title{font-weight:500;font-size:20px}.card-item .card-content .title.fs-medium{font-size:22px}.card-item .card-content .badge-wrap{margin-bottom:15px}.card-item .card-content .badge-wrap .card-badge{background:rgba(254,180,120,0.1);color:#00b152;border-radius:0;padding:8px}.card-item .more-btn{font-size:14px;position:relative;width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-item .more-btn .icon{width:30px;height:30px;background:#00b152;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:relative;-webkit-transition:0.5s;transition:0.5s;left:5px}.card-item .more-btn svg{-webkit-transition:0.5s;transition:0.5s;position:absolute;right:10px;top:5px}.card-item:hover .card-img-box img,.card-item:focus .card-img-box img,.card-item:active .card-img-box img{-webkit-transform:scale(1.1);transform:scale(1.1)}.card-item:hover .more-btn .icon,.card-item:focus .more-btn .icon,.card-item:active .more-btn .icon{left:10px}.card-item:hover .more-btn svg,.card-item:focus .more-btn svg,.card-item:active .more-btn svg{opacity:1;visibility:visible;right:0}.page-banner{min-height:200px;position:relative;padding:60px 0 60px 0;background-repeat:no-repeat;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-banner:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.page-banner .page-head{position:relative;z-index:1;padding:30px 0;border-radius:6px}.page-banner .page-head .title{font-size:40px;font-weight:600;line-height:42px;width:100%;max-width:600px}.page-banner .page-head .caption{letter-spacing:0.20px;margin-bottom:0}.page-banner .breadcrumb{margin-bottom:20px}.icon-box-s1{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.icon-box-s1 .icon{width:120px;height:120px;border-radius:120px;background:rgba(254,180,120,0.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.icon-box-s1 .icon img{max-width:55px}.icon-box-s1 .icon svg{max-width:55px}.icon-box-s1 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin-bottom:20px}.icon-box-s1:hover .icon,.icon-box-s1:focus .icon,.icon-box-s1:active .icon{-webkit-transform:translateY(-15px);transform:translateY(-15px)}.highlight-card{position:relative;overflow:hidden;background:rgba(96,190,124,0.2);padding:40px 40px 40px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px){.highlight-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:30%}}.highlight-card::before{content:'';position:absolute;right:-60px;bottom:-20px;background:url(../img/pattern-bg.svg) no-repeat;width:400px;height:300px;background-size:100%;z-index:-1}.highlight-card .content{padding-right:20px}.highlight-card h5{font-weight:600;font-size:24px}.list-style-1{list-style:none}.list-style-1 li{position:relative;padding:4px 0 4px 20px}.list-style-1 li::before{content:'';width:6px;height:6px;background:#00b152;position:absolute;left:0;top:14px}.cover-img{width:100%;height:100%}.cover-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.col-padding-large{padding-top:60px;padding-bottom:60px}.tech-stack-wrapper{padding:30px 0;height:100%}.tech-stack-wrapper .tech-logo{width:120px;height:120px;border-radius:120px;-webkit-box-shadow:0 0 30px rgba(254,180,120,0.1);box-shadow:0 0 30px rgba(254,180,120,0.1);padding:15px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}.tech-stack-wrapper .tech-logo img{width:80%}.floating-animation{-webkit-animation:floatingAnimation 8s ease-in-out infinite;animation:floatingAnimation 8s ease-in-out infinite}.floating-animation.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.floating-animation.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.floating-animation.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}@-webkit-keyframes floatingAnimation{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes floatingAnimation{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}.quick-contact-section{min-height:400px;position:relative;padding:80px 0 0 0;background:url(../img/banner/contact-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quick-contact-section:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:#2f4da1;opacity:0.9}.quick-contact-section .quick-contact{position:relative;z-index:2;border-radius:4px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quick-contact-section .quick-contact .quick-content{margin-bottom:20px}.quick-contact-section .quick-contact p{margin-bottom:10px}.quick-contact-section .quick-contact h5{font-size:38px;font-weight:500}.quick-contact-section .quick-contact .btn{min-width:160px;background:#00b152;color:#fff}.quick-contact-section .quick-contact .btn:hover{background:#00b152;color:#fff}@media screen and (max-width: 575.98px){.quick-contact-section .quick-contact{width:100%}.quick-contact-section .quick-contact p{width:80%}}.message-modal .modal-content .modal-header{border-bottom:none}.message-modal .modal-content .message-content{padding-bottom:20px}.message-modal .modal-content .message-content figure{margin-bottom:0}.message-modal .modal-content .message-content figure img{max-width:250px}.message-modal .modal-content .message-content figure .bi{font-size:40px;color:#198754}.message-modal .modal-content .message-content .title{font-size:34px}div.error{position:absolute;bottom:-16px;font-size:12px;left:10px;color:#dc3545}header{padding:14px 0}header .header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-content .logo{width:160px;height:auto;-webkit-transition:all .3s ease;transition:all .3s ease}header .header-content .logo img{width:100%}header .header-content .logo svg{width:100%}header .header-content .nav-1{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px}header .header-content .nav-1 li{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}header .header-content .nav-1 li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2c2d2d;padding:10px}header .header-content .nav-1 li a .more-arrow{margin-left:4px;font-size:12px;position:relative;top:1px;-webkit-transition:all .6s ease;transition:all .6s ease}header .header-content .nav-1 li .sub-menu{background:#fff none repeat scroll 0 0;left:0;min-width:180px;opacity:0;visibility:hidden;position:absolute;top:110%;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1);-webkit-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s}header .header-content .nav-1 li .sub-menu li{width:100%}header .header-content .nav-1 li .sub-menu li a{width:100%;font-weight:400;padding:8px 10px;color:#212529;text-transform:capitalize;letter-spacing:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .header-content .nav-1 li .sub-menu li a:hover{color:#00b152}header .header-content .nav-1 li:hover a{color:#00b152}header .header-content .nav-1 li:hover a .more-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .header-content .nav-1 li:hover .sub-menu{opacity:1;visibility:visible;z-index:99;top:100%}header .header-content .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-content .show-on-mobile{display:none}header .header-content .social-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}header .header-content .social-wrap a{width:30px;height:30px;margin:0 5px;font-size:22px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header-content .social-wrap a:hover{color:#00b152}header .header-content .nav-toogle{width:40px;height:40px;border-radius:40pc;position:relative;margin-left:15px;background:#2f4da1;font-size:30px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header-content .nav-toogle i{width:25px;position:relative;display:block;height:2px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}header .header-content .nav-toogle i:after,header .header-content .nav-toogle i:before{content:'';position:absolute;width:20px;height:2px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}header .header-content .nav-toogle i:after{width:15px;top:-8px;right:0}header .header-content .nav-toogle i:before{width:20px;top:8px;right:0}header .header-content .nav-toogle:hover i:after,header .header-content .nav-toogle:hover i:before{width:25px}header.sticky-header{background:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.01);box-shadow:0 3px 6px rgba(0,0,0,0.01);position:fixed;left:0;right:0;top:0;z-index:9;-webkit-transition:all .3s ease;transition:all .3s ease}header:not(.on-scroll):not(.inner-page) .logo a svg .white-text path{fill:#fff}header.on-scroll,header.inner-page{background:#fff;-webkit-box-shadow:0 5px 12px 0px rgba(0,0,0,0.1);box-shadow:0 5px 12px 0px rgba(0,0,0,0.1)}header.on-scroll.on-scroll,header.inner-page.on-scroll{padding:10px 0}header.on-scroll .btn-outline-primary,header.inner-page .btn-outline-primary{border-color:#00b152;color:#00b152}header.on-scroll .btn-outline-primary:hover,header.on-scroll .btn-outline-primary:focus,header.on-scroll .btn-outline-primary:active,header.inner-page .btn-outline-primary:hover,header.inner-page .btn-outline-primary:focus,header.inner-page .btn-outline-primary:active{color:#fff}header.on-scroll .nav-1 li a,header.inner-page .nav-1 li a{color:#212529}header.on-scroll .social-wrap a,header.inner-page .social-wrap a{color:#212529}header.on-scroll .nav-toogle i,header.inner-page .nav-toogle i{background:#fff}header.on-scroll .nav-toogle i:after,header.on-scroll .nav-toogle i:before,header.inner-page .nav-toogle i:after,header.inner-page .nav-toogle i:before{background:#fff}.sidemenu{width:480px;max-width:100%}.sidemenu .offcanvas-body{-webkit-overflow-scrolling:touch;padding-left:0;padding-right:0}.sidemenu .offcanvas-body::-webkit-scrollbar{width:6px}.sidemenu .offcanvas-body::-webkit-scrollbar-track{background:#fff}.sidemenu .offcanvas-body::-webkit-scrollbar-thumb{background-color:#00b152}.sidemenu .sidemenu-content{padding:15px 60px}.sidemenu .sidemenu-content .sidemenu-subtitle{font-size:18px;font-weight:500}.sidemenu address{position:relative;padding-left:30px;margin-bottom:5px;color:#2c2d2d}.sidemenu address figure{position:absolute;left:0;top:0}.sidemenu address figure .bi{color:#2c2d2d}.sidemenu address a{color:#2c2d2d}.sidemenu address.pl-0{padding-left:0}.sidemenu .social-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px;margin-bottom:10px}.sidemenu .social-wrap a{width:30px;height:30px;font-size:14px;color:#fff;border-radius:30px;background:#00b152;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 5px}.sidemenu .social-wrap a:hover{background:#2f4da1}.sidemenu .logo{width:220px;margin-bottom:20px}.sidemenu .logo img{width:100%}.sidemenu .mobile-nav .nav-1 li{display:block}.sidemenu .mobile-nav .nav-1 li a{display:block;padding:8px 15px;position:relative;font-size:16px}.sidemenu .mobile-nav .nav-1 li a .toogle-btn{margin-left:10px;padding:10px}.sidemenu .mobile-nav .nav-1 li .sub-menu{display:none;padding-left:20px}.sidemenu .mobile-nav .nav-1 li .sub-menu li a{font-size:16px;padding:4px 15px;opacity:0.8}@media screen and (max-width: 991.98px){header .header-content .nav-1{display:none}header .header-content .btn{display:none}header .header-content .social-wrap{margin-right:30px}header .header-content .show-on-mobile{display:block}}@media screen and (max-width: 767.98px){header .header-content .social-wrap{display:none}}footer{padding-top:60px;position:relative;background:#19191C}footer .logo{width:220px;margin-top:20px;margin-bottom:20px}footer .logo img{width:100%}footer .footer-bottom{margin-top:20px;padding:15px 0;color:#2c2d2d;background:#141415;font-size:0.9rem;border-top:1px solid rgba(0,0,0,0.1)}footer .footer-bottom .back-top{text-align:right;cursor:pointer;color:rgba(255,255,255,0.47)}footer .footer-bottom .back-top:hover,footer .footer-bottom .back-top:focus,footer .footer-bottom .back-top:active{color:#00b152}footer .footer-bottom .back-top .bi{margin-left:4px}footer .footer-bottom .copyright{color:rgba(255,255,255,0.47)}footer .footer-bottom .copyright a{color:rgba(255,255,255,0.47)}footer .footer-bottom .copyright a:hover,footer .footer-bottom .copyright a:focus,footer .footer-bottom .copyright a:active{color:#00b152}footer .footer-bottom .develop-by{float:right;padding:10px 0}@media screen and (max-width: 575.98px){footer .footer-bottom{text-align:center}footer .footer-bottom .back-top{text-align:center;margin-top:10px}}footer .footer-title{font-weight:400;font-size:20px;margin:20px 0 30px 0;color:#fff;position:relative}footer .footer-title:before{content:'';position:absolute;bottom:-10px;left:0;width:40px;height:1px;background:#00b152}footer .footer-nav li{margin-bottom:5px;font-size:15px}footer .footer-nav li a{color:rgba(255,255,255,0.47)}footer .footer-nav li a:hover,footer .footer-nav li a:focus,footer .footer-nav li a:active{color:#00b152}footer address{position:relative;padding-left:30px;margin-bottom:5px;color:rgba(255,255,255,0.47)}footer address figure{position:absolute;left:0;top:0}footer address figure .bi{color:rgba(255,255,255,0.47)}footer address a{color:rgba(255,255,255,0.47)}footer address.pl-0{padding-left:0}footer .social-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px;margin-bottom:10px}footer .social-wrap a{width:30px;height:30px;font-size:14px;color:#fff;border-radius:30px;background:#00b152;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 5px}footer .social-wrap a:hover{background:#2f4da1}.scrol-line{position:absolute;left:50%;bottom:100px;z-index:15;height:40px;width:20px;border:2px solid #2c2d2d;border-radius:20px}.scrol-line i{position:absolute;display:inline-block;height:6px;width:6px;border:1px solid #2c2d2d;border-radius:50%;bottom:18px;left:5.5px;background:#2c2d2d;-webkit-animation:scrollmove 1.2s infinite;animation:scrollmove 1.2s infinite}.scrol-line span{position:relative;left:-14px;top:40px;display:inline-block;height:20px;letter-spacing:.050em;color:#2c2d2d}@-webkit-keyframes scrollmove{from{bottom:80%}to{bottom:5px}}@keyframes scrollmove{from{bottom:80%}to{bottom:5px}}.banner-slider{min-height:calc(100vh - 70px)}.banner-slider .heroSlider .swiper-button-next,.banner-slider .heroSlider .swiper-button-prev{width:44px;height:44px;border-radius:44px;top:auto;bottom:30px;left:15px}.banner-slider .heroSlider .swiper-button-next.swiper-button-next,.banner-slider .heroSlider .swiper-button-prev.swiper-button-next{left:70px}.banner-slider .heroSlider .swiper-button-next:after,.banner-slider .heroSlider .swiper-button-prev:after{font-size:22px;color:#2c2d2d}.banner-slider .heroSlider .swiper-slide{min-height:calc(100vh - 70px);position:relative}.banner-slider .heroSlider .swiper-slide .slide-img{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%;min-height:calc(100vh - 70px);overflow:hidden;z-index:-1}.banner-slider .heroSlider .swiper-slide .slide-img.overlay:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.3)));background-image:linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.3))}.banner-slider .heroSlider .swiper-slide .slide-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1 !important}.banner-slider .heroSlider .swiper-slide .slide-content{-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s;opacity:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-slider .heroSlider .swiper-slide .slide-content .headings{width:100%;color:#2c2d2d;padding:40px 0}.banner-slider .heroSlider .swiper-slide .slide-content .headings .title{max-width:800px;font-weight:600;font-size:3.4rem;margin:10px 0}@media screen and (max-width: 991.98px){.banner-slider .heroSlider .swiper-slide .slide-content .headings .title{font-size:3rem}}@media screen and (max-width: 767.98px){.banner-slider .heroSlider .swiper-slide .slide-content .headings .title{font-size:2.5rem}}.banner-slider .heroSlider .swiper-slide .slide-content .headings .text{max-width:600px;margin-bottom:40px}.banner-slider .heroSlider .swiper-slide .slide-content .headings .btn-outline-primary{margin-left:10px}.banner-slider .heroSlider .swiper-slide .slide-content .slide-content-img img{width:90%}.banner-slider .heroSlider .swiper-slide.swiper-slide-active .slide-content{opacity:1}@-webkit-keyframes zoom{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoom{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.form-floating .form-control{height:calc(3rem + 2px);border-radius:4px}.form-floating .form-control:focus,.form-floating .form-control:active{outline:none;-webkit-box-shadow:none;box-shadow:none;border-color:#00b152}.form-floating textarea.form-control{height:auto}.send-btn{height:45px;width:100%;font-weight:500}.block-img{width:80%}.contact-info{padding:40px;height:100%;background:#fff;position:relative;overflow:hidden;border-radius:4px}.contact-info .title{font-size:22px;font-weight:500;margin-bottom:40px;position:relative}.contact-info .title:before{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:1px;background:#00b152}.contact-info address{margin-bottom:10px}.contact-info .info{margin-bottom:20px;position:relative}.contact-info .info .sec-head{font-size:16px;display:block;font-weight:500}.contact-info .info.info-with-icon{padding-left:25px}.contact-info .info.info-with-icon figure{position:absolute;left:0;top:2px}.contact-info .info.info-with-icon figure .bi{color:#00b152}.map-section{padding:0}.map-section .google-map{height:100%;height:360px;background:#fff}.map-section .message-box{height:100%;padding:40px;background:url(../img/about-3.jpg) no-repeat;background-size:cover;position:relative}.map-section .message-box.bg-2{background:url(../img/about-1.jpg) no-repeat}.map-section .message-box .message{position:relative;z-index:2}.map-section .message-box .message .section-head{color:#fff;margin-bottom:20px}.map-section .message-box .message p,.map-section .message-box .message a{color:#fff}.map-section .message-box:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:#2f4da1;opacity:0.9}.career-img-box{margin-top:20px;text-align:center}.career-img-box img{width:100%}.career-form textarea{height:100px !important}.career-form small{font-size:13px}
/*# sourceMappingURL=main.min.css.map */