header .mobile_header{display:none}header .desktop_header .top{height:24px;background:linear-gradient(90deg,#70b741,#84d64e);display:flex;justify-content:space-between;padding:0 20px}header .desktop_header .top .left{display:flex;align-items:center}header .desktop_header .top .left .link{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;text-decoration:none;color:#000}header .desktop_header .top .left .link .icon{width:12px;display:flex;align-items:center}header .desktop_header .top .left .link .icon img{max-width:100%}header .desktop_header .top .left .text{color:#444;font-size:13px}header .desktop_header .top .right{display:flex;align-items:center}header .desktop_header .top .right .social{list-style:none;display:flex;-moz-column-gap:12px;column-gap:12px}header .desktop_header .top .right .social .link{display:flex}header .desktop_header .top .right .social .link .icon{width:12px}header .desktop_header .top .right .social .link .icon img{max-width:100%}header .desktop_header .header{height:70px;width:100%;background:linear-gradient(90deg,#41b782,#86d169);box-shadow:0 4px 24px rgba(0,0,0,.15);display:flex;justify-content:space-between;padding:0 20px}header .desktop_header .header .logo{width:50px;display:flex;align-items:center}header .desktop_header .header .logo .link{display:flex}header .desktop_header .header .logo .link img{max-width:100%}header .desktop_header .header .menus{display:flex;align-items:center}header .desktop_header .header .menus .head{display:none}header .desktop_header .header .menus .items{list-style:none;display:flex;-moz-column-gap:8px;column-gap:8px}header .desktop_header .header .menus .items .item{padding:4px;position:relative}header .desktop_header .header .menus .items .item .link{color:#444;text-decoration:none;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}header .desktop_header .header .menus .items .item .link:hover{color:#d89024}header .desktop_header .header .menus .items .item:hover>.submenu{visibility:visible;opacity:1}header .desktop_header .header .menus .items .item>.submenu{position:absolute;left:0;min-width:160px;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px 2px rgba(0,0,0,.15);list-style:none;z-index:2;visibility:hidden;opacity:0;overflow:hidden}header .desktop_header .header .menus .items .item>.submenu.left{left:auto;right:0}header .desktop_header .header .menus .items .item>.submenu li{padding:0}header .desktop_header .header .menus .items .item>.submenu li a{display:block;padding:5px 20px}@media(max-width:767px){header .mobile_header{height:50px;width:100%;background:linear-gradient(90deg,#41b782,#86d169);box-shadow:0 4px 24px rgba(0,0,0,.15);display:flex;align-items:center;padding:0 20px;z-index:999}header .mobile_header .toggle,header .mobile_header .user{width:30%}header .mobile_header .toggle{display:flex;align-items:center}header .mobile_header .toggle .toggle_btn{width:24px;height:24px;cursor:pointer;display:flex;justify-content:center;align-items:center}header .mobile_header .toggle .toggle_btn span{width:20px;height:2px;background:#fff;display:inline-block;position:relative}header .mobile_header .toggle .toggle_btn span:after,header .mobile_header .toggle .toggle_btn span:before{position:absolute;content:"";width:20px;height:2px;left:0;background:#fff;display:inline-block}header .mobile_header .toggle .toggle_btn span:before{top:-7px}header .mobile_header .toggle .toggle_btn span:after{bottom:-7px}header .mobile_header .logo{width:40%;display:flex;justify-content:center}header .mobile_header .logo .image{width:40px;display:flex;align-items:center}header .mobile_header .logo .image .link{display:flex}header .mobile_header .logo .image .link img{max-width:100%}header .mobile_header .user{display:flex;justify-content:end}header .mobile_header .user .avatar{width:35px;height:35px;border-radius:50%;background-color:#777;position:relative}header .mobile_header .user .avatar img{position:absolute;width:100%;height:100%;border-radius:50%;cursor:pointer}header .mobile_header .user .avatar .actions{position:absolute;right:-15px;top:35px;width:120px;background-color:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:2;display:none}header .mobile_header .user .avatar .actions.show{display:block}header .mobile_header .user .avatar .actions .items{list-style:none;padding:8px 0}header .mobile_header .user .avatar .actions .items .item{color:#444;font-weight:600}header .mobile_header .user .avatar .actions .items .item.name{padding:0 12px;margin-bottom:8px}header .mobile_header .user .avatar .actions .items .item .link{text-decoration:none;color:#444;font-weight:400;padding:4px 12px;font-size:15px;display:block}header .mobile_header .user .avatar .actions .items .item .link:hover{background-color:#f2f2f2}header .desktop_header{position:fixed;max-width:0;width:0;height:100vh;top:0;left:0;background:linear-gradient(90deg,#41b782,#86d169);display:flex;flex-direction:column-reverse;justify-content:space-between;visibility:hidden;overflow:hidden;z-index:999;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}header .desktop_header.slide{max-width:240px;width:100%;visibility:visible}header .desktop_header .top{flex-direction:column;row-gap:8px;height:auto;background:transparent;padding:8px 12px}header .desktop_header .top .left,header .desktop_header .top .right{justify-content:center}header .desktop_header .header{flex-direction:column;height:auto;padding:0;box-shadow:none}header .desktop_header .header .logo{display:none}header .desktop_header .header .menus{flex-direction:column}header .desktop_header .header .menus .head{display:flex;justify-content:space-between;align-items:center;height:50px;width:100%;padding:4px 20px;border-bottom:1px solid #ddd}header .desktop_header .header .menus .head .left .link{color:#fff;font-size:16px;font-weight:600;text-decoration:none;letter-spacing:.8px}header .desktop_header .header .menus .head .right .close_btn .close{position:relative;width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}header .desktop_header .header .menus .head .right .close_btn .close:after,header .desktop_header .header .menus .head .right .close_btn .close:before{position:absolute;content:"";width:16px;height:2px;right:0;background-color:#fff}header .desktop_header .header .menus .head .right .close_btn .close:before{transform:rotate(45deg)}header .desktop_header .header .menus .head .right .close_btn .close:after{transform:rotate(-45deg)}header .desktop_header .header .menus .items{flex-direction:column;width:100%}header .desktop_header .header .menus .items .item .link{color:#fff;padding:4px 20px;display:block;text-align:center}header .desktop_header .header .menus .items .item>.submenu{position:relative;width:100%;background:transparent;height:0}header .desktop_header .header .menus .items .item:hover>.submenu{height:-moz-fit-content;height:fit-content}header .overlay{position:fixed;width:100%;height:100vh;top:0;left:0;background-color:rgba(0,0,0,.45);cursor:pointer;z-index:5;display:none}header .overlay.show{display:block}}.footer{height:50px;background:linear-gradient(90deg,#86d169,#41b782);display:flex;align-items:center;padding:0 30px;justify-content:space-between}.footer p{margin:0;color:#fff}.footer ul{display:flex;-moz-column-gap:12px;column-gap:12px;list-style:none}.footer ul li a{color:#fff;font-size:14px}.footer ul li a:hover{color:#d89024}@media(max-width:575px){.footer{display:block;text-align:center}.footer p{font-size:12px;padding-top:4px}.footer ul{justify-content:center}.footer ul li a{font-size:12px}}.slider .items{position:relative;width:100%;height:450px}.slider .items .item{position:absolute;top:0;left:0}.slider .items .item,.slider .items .item .image,.slider .items .item .image img{width:100%;height:100%}.slider .slide_arrow{width:100%}.slider .slide_arrow,.slider .slide_arrow .arrow{position:absolute;top:50%;transform:translateY(-50%)}.slider .slide_arrow .arrow{background-color:rgba(0,0,0,.38);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.slider .slide_arrow .arrow:hover{background-color:#4f4f4f}.slider .slide_arrow .arrow.left{left:12px}.slider .slide_arrow .arrow.right{right:12px}.slider .slide_arrow .arrow img{max-width:12px}.slider .slide_dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;-moz-column-gap:12px;column-gap:12px;z-index:1}.slider .slide_dots .dot{width:16px;height:16px;background-color:#777;border-radius:50%;cursor:pointer;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.slider .slide_dots .dot:hover{background-color:#444}.slider .slide_dots .active,.slider .slide_dots .active:hover{background-color:#f19024}.slide-enter-active,.slide-leave-active{transition:opacity .7s ease-in-out}.slide-enter-from,.slide-leave-to{opacity:0}.slide-enter-to,.slide-leave-from{opacity:1}.about_area{display:flex;background-color:#fff;padding:30px 60px}.about_area .about_content{flex:6;padding-right:40px}.about_area .about_content .heading{margin-bottom:20px}.about_area .about_content .heading h2{position:relative;z-index:1}.about_area .about_content .heading h2:after,.about_area .about_content .heading h2:before{position:absolute;content:"";width:40px;height:25px;background-color:rgba(241,144,36,.439);z-index:-1}.about_area .about_content .heading h2:before{top:-10px;left:7px;border-radius:70px 20px 70px 8px;transform:rotate(-5deg)}.about_area .about_content .heading h2:after{bottom:-16px;left:40px;border-radius:8px 70px 20px 70px;transform:rotate(5deg)}.about_area .about_content h1{font-size:40px;margin-bottom:20px}.about_area .about_content h4{margin-bottom:18px}.about_area .about_content p{font-size:16px;color:#777;margin-bottom:12px;text-align:justify}.about_area .about_content .link{color:#222;font-weight:600;padding:12px 20px;border-radius:4px;display:inline-block;margin-top:20px;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.about_area .about_content .link:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.about_area .about_img{flex:6;border-radius:40px 110px 80px 230px;overflow:hidden}.about_area .about_img img{max-width:100%}.service_page .items .item .icon ._i{display:flex;align-items:center;justify-content:center}.contact_area{display:flex;background-color:#fff;padding:30px 60px}.contact_area .contact_form,.contact_area .contact_info{flex:6}.contact_area .contact_info{text-align:right;padding-right:28px}.contact_area .contact_info span.hr{width:100px;height:2px;background-color:#444;display:inline-block;margin:12px 0}.contact_area .contact_info .address{list-style:none}.contact_area .contact_info .address li{color:#444;line-height:28px}.contact_area .contact_info .address li span{font-size:18px}.contact_area .contact_form input,.contact_area .contact_form textarea{padding:12px;border:1px solid #d8d8d8;margin-bottom:16px;border-radius:4px;outline:none}.contact_area .contact_form input:focus,.contact_area .contact_form textarea:focus{border:1px solid #adca36}.contact_area .contact_form input.valid,.contact_area .contact_form textarea.valid{border-color:tomato}.contact_area .contact_form .half{width:48%;float:left;margin-right:4%}.contact_area .contact_form .half.last{margin-right:0}.contact_area .contact_form .full{width:100%}.contact_area .contact_form .button{border:none;outline:none;cursor:pointer;color:#222;font-weight:600;padding:12px 20px;border-radius:4px;display:inline-block;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.contact_area .contact_form .button:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}@media(max-width:1023px){.slider .items{height:330px}}@media(max-width:767px){.slider .items{height:300px}.slider .slide_dots .dot{width:12px;height:12px}.about_area{display:flex;flex-direction:column;row-gap:20px;padding:20px}.about_area .about_content{flex:12;padding-right:0}.about_area .about_img{flex:12;border-radius:0}.service_page{margin-top:20px}.service_page .items{grid-template-columns:repeat(2,minmax(150px,1fr))!important}}@media(max-width:575px){.slider .items{height:230px}.service_page{padding:20px}.service_page .items{grid-template-columns:repeat(1,minmax(150px,1fr))!important;row-gap:20px}.service_page .items .item{border:1px solid #f0f0f0;border-radius:4px}.contact_area{display:flex;flex-direction:column;padding:20px;row-gap:20px}.contact_area .contact_form,.contact_area .contact_info{flex:12}.contact_area .contact_info{text-align:center;padding-right:0}}@media(max-width:359px){.slider .items{height:200px}}.rjsc{display:flex;justify-content:center;padding:40px 20px}.rjsc .content{max-width:800px;width:100%}.rjsc .content .heading h2{font-size:18px}.rjsc .content .heading p{font-size:14px;color:#444}.rjsc .content .lists{list-style:none;border:1px solid #ddd;border-radius:4px;margin-top:20px}.rjsc .content .lists .list{display:flex;-moz-column-gap:12px;column-gap:12px;border-bottom:1px solid #ddd;padding:6px 12px}.rjsc .content .lists .list.head .price,.rjsc .content .lists .list.head .title{font-size:12px;font-weight:600}.rjsc .content .lists .list:last-child{border-bottom:0 solid transparent}.rjsc .content .lists .list .title{width:60%}.rjsc .content .lists .list .price{width:40%}.rjsc .content .lists .list .price,.rjsc .content .lists .list .title{color:#444;font-size:12px}.irc{display:flex;justify-content:center;padding:40px 20px}.irc .content{max-width:800px;width:100%}.irc .content .step{margin-bottom:30px}.irc .content .step .heading h2{font-size:14px;color:#444}.irc .content .step .heading p{font-size:14px;color:#444;text-align:center;margin-top:8px}.irc .content .step .lists{list-style:none;border:1px solid #ddd;border-radius:4px;margin-top:20px}.irc .content .step .lists ._list,.irc .content .step .lists .list{display:flex;-moz-column-gap:12px;column-gap:12px;border-bottom:1px solid #ddd}.irc .content .step .lists ._list:last-child,.irc .content .step .lists .list:last-child{border-bottom:0 solid transparent}.irc .content .step .lists ._list.head,.irc .content .step .lists .list.head{display:flex;justify-content:center}.irc .content .step .lists ._list.head .price,.irc .content .step .lists ._list.head .sl,.irc .content .step .lists ._list.head .title,.irc .content .step .lists .list.head .price,.irc .content .step .lists .list.head .sl,.irc .content .step .lists .list.head .title{font-size:12px;font-weight:600;text-align:center}.irc .content .step .lists ._list .price,.irc .content .step .lists ._list .sl,.irc .content .step .lists ._list .title,.irc .content .step .lists .list .price,.irc .content .step .lists .list .sl,.irc .content .step .lists .list .title{color:#444;font-size:12px;padding:6px 12px}.irc .content .step .lists ._list .item,.irc .content .step .lists .list .item{border-right:1px solid #ddd}.irc .content .step .lists ._list .item:last-child,.irc .content .step .lists .list .item:last-child{border-right:0 solid #ddd}.irc .content .step.one .lists .list ._l,.irc .content .step.one .lists .list ._r,.irc .content .step.one .lists .list .title{width:33.3333%;border-right:1px solid #ddd}.irc .content .step.one .lists .list ._l:last-child,.irc .content .step.one .lists .list ._r:last-child,.irc .content .step.one .lists .list .title:last-child{border-right:0 solid transparent}.irc .content .step.one .lists .list ._l,.irc .content .step.one .lists .list ._r{display:flex}.irc .content .step.one .lists .list ._l .price,.irc .content .step.one .lists .list ._r .price{width:50%;border-right:1px solid #ddd}.irc .content .step.one .lists .list ._l .price:last-child,.irc .content .step.one .lists .list ._r .price:last-child{border-right:0 solid transparent}.irc .content .step.two .lists .list .item:first-child{width:40%}.irc .content .step.two .lists .list .item:nth-child(2),.irc .content .step.two .lists .list .item:nth-child(3),.irc .content .step.two .lists .list .item:nth-child(4){width:20%}.irc .content .step.three .lists .list ._l,.irc .content .step.three .lists .list ._r,.irc .content .step.three .lists .list .title{border-right:1px solid #ddd}.irc .content .step.three .lists .list ._l:last-child,.irc .content .step.three .lists .list ._r:last-child,.irc .content .step.three .lists .list .title:last-child{border-right:0 solid transparent}.irc .content .step.three .lists .list ._l,.irc .content .step.three .lists .list ._r{display:flex}.irc .content .step.three .lists .list ._l .price,.irc .content .step.three .lists .list ._r .price{width:50%;border-right:1px solid #ddd}.irc .content .step.three .lists .list ._l .price:last-child,.irc .content .step.three .lists .list ._r .price:last-child{border-right:0 solid transparent}.irc .content .step.three .lists .list .item:first-child{width:10%}.irc .content .step.three .lists .list .item:nth-child(2){width:40%}.irc .content .step.three .lists .list .item:nth-child(3),.irc .content .step.three .lists .list .item:nth-child(4){width:25%}.irc .content .step.four .lists .list .item:first-child{width:10%}.irc .content .step.four .lists .list .item:nth-child(2),.irc .content .step.four .lists .list .item:nth-child(3),.irc .content .step.four .lists .list .item:nth-child(4){width:30%}.irc .content .step.five .lists .list .item:first-child{width:10%}.irc .content .step.five .lists .list .item:nth-child(2){width:70%}.irc .content .step.five .lists .list .item:nth-child(3){width:20%}.irc .content .step.five .lists .list.body{flex-direction:column}.irc .content .step.five .lists .list.body .title{color:#000;font-size:16px}.irc .content .step.five .lists .list ._lists{width:100%;border-top:1px solid #ddd}.irc .content .step.five .lists .list ._lists ._list .item:first-child{width:10%}.irc .content .step.five .lists .list ._lists ._list .item:nth-child(2){width:70%}.irc .content .step.five .lists .list ._lists ._list .item:nth-child(3){width:20%}.irc .content .step.six .lists .list.head .item:first-child{width:70%}.irc .content .step.six .lists .list.head .item:nth-child(2){width:30%}.irc .content .step.six .lists .list .item:first-child,.irc .content .step.six .lists .list .item:nth-child(2){width:35%}.irc .content .step.six .lists .list .item:nth-child(3){width:30%}.servie_details .content{display:flex;-moz-column-gap:8px;column-gap:8px}.servie_details .content .left{width:calc(100% - 300px)}.servie_details .content .left .info{padding:20px}.servie_details .content .left .info .image{max-width:100%;width:100%;display:flex;justify-content:center}.servie_details .content .left .info .image img{max-width:100%}.servie_details .content .left .info .title{font-size:32px;color:#444;margin-top:20px;margin-bottom:12px}.servie_details .content .left .info .description{color:#777;font-size:15px;line-height:28px}.servie_details .content .right{width:300px;padding:20px}.servie_details .content .right .search{background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:20px 12px;border-radius:4px}.servie_details .content .right .search form{border:1px solid #ddd;display:flex;align-items:center}.servie_details .content .right .search form input{padding:12px 8px;border:none;outline:none}.servie_details .content .right .search form button{border:none;outline:none;cursor:pointer;color:#222;font-weight:600;padding:12px;border-radius:4px;display:inline-block;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.servie_details .content .right .search form button:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.servie_details .content .right .category{background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:20px 12px;border-radius:4px;margin-top:30px}.servie_details .content .right .category>h2{color:#444;font-size:16px;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:8px}.servie_details .content .right .category .items{list-style:none}.servie_details .content .right .category .items .item{line-height:26px}.servie_details .content .right .category .items .item .link{text-decoration:none;color:#777;padding:4px 12px;display:block;font-size:14px}.servie_details .content .right .category .items .item .link.router-link-active{color:#adc744}.servie_details .content .right .category .items .item .link:hover{background-color:#eee}.servie_details .content .right .recent_post{background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:20px 12px;border-radius:4px;margin-top:30px}.servie_details .content .right .recent_post>h2{color:#444;font-size:16px;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:8px}.servie_details .content .right .recent_post .items{display:flex;flex-direction:column;row-gap:12px}.servie_details .content .right .recent_post .items .item{display:flex;-moz-column-gap:8px;column-gap:8px;row-gap:12px}.servie_details .content .right .recent_post .items .item .thumb{width:60px;height:50px}.servie_details .content .right .recent_post .items .item .thumb img{max-width:100%}.servie_details .content .right .recent_post .items .item .content{display:flex;flex-direction:column}.servie_details .content .right .recent_post .items .item .content .title{text-decoration:none;font-size:16px;color:#444;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.servie_details .content .right .recent_post .items .item .content .title:hover{color:#adc744}.servie_details .content .right .recent_post .items .item .content .des{color:#777;font-size:14px;margin-top:6px}.service_page{margin-top:60px;padding:40px}.service_page .heading{padding:8px 20px;margin-bottom:20px}.service_page .heading h2{display:table;margin:auto;position:relative;z-index:1}.service_page .heading h2:after,.service_page .heading h2:before{position:absolute;content:"";width:40px;height:25px;background-color:rgba(241,144,36,.439);z-index:-1}.service_page .heading h2:before{top:-10px;left:7px;border-radius:70px 20px 70px 8px;transform:rotate(-5deg)}.service_page .heading h2:after{bottom:-16px;left:40px;border-radius:8px 70px 20px 70px;transform:rotate(5deg)}.service_page .items{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));-moz-column-gap:30px;column-gap:30px;row-gap:40px}.service_page .items .item{border-radius:4px;padding:40px 20px;overflow:hidden;position:relative;border:1px solid #f5f5f5;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.service_page .items .item:hover{background-color:#f2f2f2;transform:translateY(-8px);box-shadow:0 4px 20px rgba(0,0,0,.15)}.service_page .items .item:hover .icon ._t:before{width:50%;right:0;transform:translateX(0);background-color:#5648ed}.service_page .items .item:hover .icon ._t:after{width:50%;left:0;transform:translateX(0);background-color:#5648ed}.service_page .items .item:hover .icon ._b:before{width:50%;right:0;transform:translateX(0);background-color:#5648ed}.service_page .items .item:hover .icon ._b:after{width:50%;left:0;transform:translateX(0);background-color:#5648ed}.service_page .items .item:after{position:absolute;content:"";width:0;height:3px;bottom:0;left:0;background-color:transparent;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.service_page .items .item:hover:after{width:100%;background-color:#5648ed}.service_page .items .item .icon{display:table;margin:auto}.service_page .items .item .icon ._i{width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#86d169,#41b782);overflow:hidden}.service_page .items .item .icon ._i img{max-width:100%}.service_page .items .item .icon ._t{width:50px;height:2px;background-color:#999;display:table;margin:auto;margin-top:4px;position:relative}.service_page .items .item .icon ._t:before{width:0;right:50%}.service_page .items .item .icon ._t:after,.service_page .items .item .icon ._t:before{position:absolute;content:"";height:2px;transform:translateX(-50%);background-color:transparent;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s}.service_page .items .item .icon ._t:after{width:3px;left:50%}.service_page .items .item .icon ._b{width:30px;height:2px;background-color:#999;display:table;margin:auto;margin-top:4px;position:relative}.service_page .items .item .icon ._b:before{width:0;right:50%}.service_page .items .item .icon ._b:after,.service_page .items .item .icon ._b:before{position:absolute;content:"";height:2px;transform:translateX(-50%);background-color:transparent;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s}.service_page .items .item .icon ._b:after{width:3px;left:50%}.service_page .items .item .content{margin-top:16px;text-align:center}.service_page .items .item .content .title{font-size:20px;font-weight:600;color:#444;margin-bottom:12px;text-decoration:none;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.service_page .items .item .content .title:hover{color:#86d169}.service_page .items .item .content .txt{font-size:14px;color:#777}.page-wrapper .content .heading h1{font-size:36px}.page-wrapper .content .text>ul{list-style:none;margin-top:30px;margin-bottom:20px}.page-wrapper .content .text>ul li{line-height:28px;color:#444}.page-wrapper .content .text>p{margin-top:8px;margin-bottom:8px;text-align:justify;color:#444}.page-wrapper .content .text>h2,.page-wrapper .content .text>h3,.page-wrapper .content .text>h4{margin-top:28px;margin-bottom:8px}.form_area .form_data form .remember_forget{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.form_area .form_data form .remember_forget .remember{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.form_area .form_data form .remember_forget .remember input{width:16px;height:16px}.form_area .form_data form .remember_forget .link{font-size:15px}.form_area .form_data form button.action{border:none;outline:none;cursor:pointer;color:#222;font-weight:600;padding:8px 20px;border-radius:4px;width:100%;display:block;margin-bottom:20px;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.form_area .form_data form button.action:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.form_area .form_data form .text_foot{display:flex;-moz-column-gap:8px;column-gap:8px;font-size:15px;justify-content:center}.form_area .form_data form .text_foot span{color:#444}.page-wrapper{display:flex;justify-content:center;padding:40px 20px}.page-wrapper .content{max-width:800px;width:100%}.page-wrapper .content .heading h2{font-size:18px}.page-wrapper .content .heading p{font-size:14px;color:#444}.page-wrapper .content .lists{list-style:none;border:1px solid #ddd;border-radius:4px;margin-top:20px}.page-wrapper .content .lists .list{display:flex;-moz-column-gap:12px;column-gap:12px;border-bottom:1px solid #ddd;padding:6px 12px}.page-wrapper .content .lists .list.head .price,.page-wrapper .content .lists .list.head .title{font-size:12px;font-weight:600}.page-wrapper .content .lists .list:last-child{border-bottom:0 solid transparent}.page-wrapper .content .lists .list .title{width:60%}.page-wrapper .content .lists .list .price{width:40%}.page-wrapper .content .lists .list .price,.page-wrapper .content .lists .list .title{color:#444;font-size:12px}.page-wrapper .content form ._gp{display:block;margin-bottom:16px}.page-wrapper .content form ._gp label{display:block;margin-bottom:4px;color:#444;font-size:14px;font-weight:600}.page-wrapper .content form ._gp input{outline:none;border:1px solid #ddd;height:40px;width:100%;padding:4px 12px;border-radius:4px}.page-wrapper .content form ._gp .hide_show{position:relative}.page-wrapper .content form ._gp .hide_show img{position:absolute;top:50%;right:10px;max-width:24px;width:100%;transform:translateY(-50%);cursor:pointer}.page-wrapper .content form .actions button{border:none;outline:none;cursor:pointer;color:#222;padding:8px 20px;border-radius:4px;display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;margin-bottom:20px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.page-wrapper .content form .actions button:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.form_area{display:flex;justify-content:center;align-items:center;padding:60px 30px}.form_area .form_data{max-width:400px;width:100%;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.15);border-radius:8px}.form_area .form_data .heading{color:#444;font-size:20px;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:16px}.form_area .form_data form ._gp{display:block;margin-bottom:16px}.form_area .form_data form ._gp label{display:block;margin-bottom:4px;color:#444;font-size:14px;font-weight:600}.form_area .form_data form ._gp input{outline:none;border:1px solid #ddd;height:40px;width:100%;padding:4px 12px;border-radius:4px}.form_area .form_data form ._gp .hide_show{position:relative}.form_area .form_data form ._gp .hide_show img{position:absolute;top:50%;right:10px;max-width:24px;width:100%;transform:translateY(-50%);cursor:pointer}.form_area .form_data form .actions button{border:none;outline:none;cursor:pointer;color:#222;padding:8px 20px;border-radius:4px;display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;margin-bottom:20px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(45deg,#ffb1b1,#adc744);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.form_area .form_data form .actions button:hover{background:linear-gradient(45deg,#ff9e9e,#adca36);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s}.loader{border:3px solid #eee;border-left-color:transparent;border-radius:50%;width:16px;height:16px;animation:spining 1s linear infinite}@keyframes spining{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}