@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);html{font-size:18px}:root{scroll-behavior:unset}body{font-family:"Inter",sans-serif;color:#032532;background-color:#fff;font-size:15px;font-size:.8333333333rem;overflow-x:hidden}@media (max-width:767px){body{font-size:14px}}p{font-size:18px;color:#032532;line-height:1.8em}@media (max-width:767px){p{font-size:16px}}h1,h2,h3,h4,h5,h6{color:#0e152b;font-family:"Inter",sans-serif;font-weight:700}ul{padding-left:0;margin:0;list-style:none}a{text-decoration:none;transition:all .2s}a:hover{text-decoration:none}img{max-width:100%}.sr-only{display:none;opacity:0;visibility:hidden}@media (min-width:1430px){.container{max-width:1430px}}.page-wrapper{position:relative;overflow:hidden}.wow{visibility:hidden}.fi:before{margin:0}.section-padding{padding:120px 0}@media (max-width:991px){.section-padding{padding:90px 0}}@media (max-width:767px){.section-padding{padding:60px 0}}.contact-validation-active .error-handling-messages{width:100%;margin-top:15px}.contact-validation-active label.error,.contact-validation-active label.error2{color:red;font-size:.7777777778rem;font-weight:normal;margin:5px 0 0 0;text-align:left;display:block}.contact-validation-active #c-loader,.contact-validation-active #loader,.contact-validation-active #loader2{display:none;margin-top:10px}.contact-validation-active #c-loader i,.contact-validation-active #loader i,.contact-validation-active #loader2 i{font-size:30px;font-size:1.6666666667rem;color:#2563eb;display:inline-block;animation:rotating linear 2s infinite}.contact-validation-active #success,.contact-validation-active #success2,.contact-validation-active #c-success,.contact-validation-active #c-error,.contact-validation-active #error,.contact-validation-active #error2{width:100%;color:#fff;padding:5px 10px;font-size:16px;text-align:center;display:none}@media (max-width:767px){.contact-validation-active #success,.contact-validation-active #success2,.contact-validation-active #c-success,.contact-validation-active #c-error,.contact-validation-active #error,.contact-validation-active #error2{font-size:15px}}.contact-validation-active #c-success,.contact-validation-active #success,.contact-validation-active #success2{background-color:#090;border-left:5px solid green;margin-bottom:5px}.contact-validation-active #c-error,.contact-validation-active #error,.contact-validation-active #error2{background-color:#ff1919;border-left:5px solid red}@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}.rotating{animation:rotating 5s alternate infinite}@keyframes wave {

  0%,
  100% {
    transform: translate(0);
  }

  25% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(10px);
  }

  75% {
    transform: translateY(-20px);
  }
}@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes marquee-s2 {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes margin {
  0% {
    transform: translateY(-60px);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(-60px);
  }
}@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0);
  }
}@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes marquee-s2 {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.back-to-top{background-color:rgba(56,96,210,.7);width:45px;height:45px;line-height:45px;border:2px solid #2563eb;border-radius:45px;text-align:center;display:none;position:fixed;z-index:999;right:15px;bottom:15px;transition:all .2s}@media (max-width:991px){.back-to-top{width:35px;height:35px;line-height:35px}}.back-to-top:hover{background-color:#2563eb}.back-to-top i{font-size:18px;font-size:1rem;color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mfp-wrap{background-color:rgba(0,0,0,.9);z-index:99999}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.fancybox-overlay{background:rgba(0,0,0,.9);z-index:999999}.fancybox-wrap{z-index:9999999}.rolling-text{display:inline-block;overflow:hidden;height:20px;line-height:16px;position:relative}.rolling-text .text-wrapper{display:flex;flex-direction:column;transform:translateY(0%)}.rolling-text .text-line{display:block;height:20px;line-height:16px;white-space:nowrap;top:4px;position:relative}.new_img-animet{visibility:hidden;overflow:hidden}.middle-light{position:relative;overflow:hidden}.middle-light::before{background:rgba(66,198,82,.2);bottom:0;content:"";left:50%;position:absolute;right:51%;top:0;opacity:1;pointer-events:none;transition:all .4s linear;z-index:1}.middle-light:hover:before{left:0;right:0;opacity:0}.left-to-right-light{position:relative;overflow:hidden}.left-to-right-light:before{position:absolute;top:0;left:-100%;display:block;content:"";width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);transform:skewX(-25deg);transition:all .3s ease}.left-to-right-light:hover:before{animation:shadeLf 1s}.moving-cursor{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:11}.wpo-section-title,.wpo-section-title-s2{text-align:center;margin-bottom:60px;margin-top:-15px}@media (max-width:991px){.wpo-section-title,.wpo-section-title-s2{margin-bottom:35px}}.wpo-section-title span,.wpo-section-title-s2 span{color:#2563eb;font-size:24px;font-weight:600;line-height:58px;letter-spacing:-.24px;text-transform:capitalize;display:flex;align-items:center;justify-content:center}@media (max-width:1199px){.wpo-section-title span,.wpo-section-title-s2 span{font-size:22px;line-height:50px}}@media (max-width:991px){.wpo-section-title span,.wpo-section-title-s2 span{justify-content:center}}@media (max-width:575px){.wpo-section-title span,.wpo-section-title-s2 span{font-size:20px;line-height:45px}}@media (max-width:425px){.wpo-section-title span,.wpo-section-title-s2 span{font-size:18px}}.wpo-section-title span i,.wpo-section-title-s2 span i{line-height:unset;margin-right:10px;position:relative;top:-2px;max-width:35px}.wpo-section-title h2,.wpo-section-title-s2 h2{margin:0;color:#0e152b;font-size:60px;font-weight:400;line-height:89%}@media (max-width:1645px){.wpo-section-title h2,.wpo-section-title-s2 h2{font-size:55px}}@media (max-width:1199px){.wpo-section-title h2,.wpo-section-title-s2 h2{font-size:40px}}@media (max-width:425px){.wpo-section-title h2,.wpo-section-title-s2 h2{font-size:30px}}.wpo-section-title p,.wpo-section-title-s2 p{margin:0;color:#444141;font-size:18px;font-weight:500;line-height:28.8px;max-width:730px;margin:0 auto;padding-top:20px}@media (max-width:1199px){.wpo-section-title p,.wpo-section-title-s2 p{font-size:17px;line-height:27.8px;max-width:690px}}@media (max-width:575px){.wpo-section-title p,.wpo-section-title-s2 p{font-size:16px;line-height:26.8px;max-width:unset;padding-top:10px}}.wpo-section-title-s2{text-align:left}@media (max-width:991px){.wpo-section-title-s2{text-align:center;margin-bottom:30px}}.wpo-section-title-s2 span{justify-content:flex-start}@media (max-width:991px){.wpo-section-title-s2 span{justify-content:center}}.wpo-section-title-s2 p{margin:0;color:#032532;font-size:18px;font-weight:500;line-height:28.8px}@media (max-width:575px){.wpo-section-title-s2 p{font-size:16px;line-height:26.8px;max-width:unset}}.theme-btn,.theme-btn-s2,.theme-btn-s3{background:#2563eb;color:#fff;display:inline-block;padding:21px 50px;border:0;text-transform:capitalize;-webkit-backface-visibility:hidden;z-index:1;position:relative;font-family:"Inter",sans-serif;border-radius:43px;font-size:16px;font-weight:700;line-height:normal;text-transform:capitalize;overflow:hidden;padding-right:58px}.theme-btn::after,.theme-btn-s2::after,.theme-btn-s3::after{background-color:#2649ab;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:bottom left;transition:transform .5s cubic-bezier(.86,0,.07,1);transition-timing-function:cubic-bezier(.86,0,.07,1);width:100%;z-index:-1}.theme-btn::before,.theme-btn-s2::before,.theme-btn-s3::before{position:absolute;right:45px;top:52%;transform:translateY(-50%);content:"";transition:all .3s;color:#fff}@media (max-width:767px){.theme-btn:hover::before,.theme-btn:focus::before,.theme-btn:active::before,.theme-btn-s2:hover::before,.theme-btn-s2:focus::before,.theme-btn-s2:active::before,.theme-btn-s3:hover::before,.theme-btn-s3:focus::before,.theme-btn-s3:active::before{right:25px}}.theme-btn:hover::after,.theme-btn-s2:hover::after,.theme-btn-s3:hover::after{transform-origin:top right;transform:scale(1)}@media (max-width:767px){.theme-btn,.theme-btn-s2,.theme-btn-s3{padding:15px 30px;font-size:14px;padding-right:40px}}.theme-btn-s2{background-color:#2563eb;color:#fff}.theme-btn-s2::before{content:"\e649";font-family:"themify";font-size:10px;transition:all ease .4s}@media (max-width:767px){.theme-btn-s2::before{right:28px}}.theme-btn-s2::after{background-color:#284cb3}.theme-btn-s2:hover,.theme-btn-s2:focus,.theme-btn-s2:active{color:#fff}.theme-btn-s2:hover::before,.theme-btn-s2:focus::before,.theme-btn-s2:active::before{right:40px}@media (max-width:767px){.theme-btn-s2:hover::before,.theme-btn-s2:focus::before,.theme-btn-s2:active::before{right:23px}}.theme-btn-s3{background:transparent;box-shadow:none;padding-left:30px;color:#000}.theme-btn-s3::before{background:url(http://mikrolazer.com/assets/images/black-arrow.svg);width:17.684px;height:13.073px;background-size:contain;background-repeat:no-repeat;right:35px}@media (max-width:767px){.theme-btn-s3::before{right:18px}}.theme-btn-s3:after{display:none}.theme-btn-s3:hover,.theme-btn-s3:focus,.theme-btn-s3:active{color:#000}.theme-btn-s3:hover::before,.theme-btn-s3:focus::before,.theme-btn-s3:active::before{right:31px}@media (max-width:767px){.theme-btn-s3:hover::before,.theme-btn-s3:focus::before,.theme-btn-s3:active::before{right:12px}}.form input,.form textarea,.form select{border-color:#bfbfbf;border-radius:0;outline:0;box-shadow:none;color:#595959;font-style:normal}.form input:focus,.form textarea:focus,.form select:focus{border-color:#2563eb;-o-box-shadow:0 0 5px 0 #6181db;-ms-box-shadow:0 0 5px 0 #6181db;box-shadow:0 0 5px 0 #6181db}.form ::-webkit-input-placeholder{font-style:14px;font-style:italic;color:#595959}.form :-moz-placeholder{font-style:14px;font-style:italic;color:#595959}.form ::-moz-placeholder{font-style:14px;font-style:italic;color:#595959}.form :-ms-input-placeholder{font-style:14px;font-style:italic;color:#595959}.form select{font-style:normal;background:url(http://mikrolazer.com/assets/images/xselect-icon.png.pagespeed.ic.QQb_sVV1hv.png) no-repeat right center;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form select::-ms-expand{display:none}.form ::-moz-placeholder{font-style:normal}.form ::placeholder{font-style:normal}.social-links{overflow:hidden}.social-links li{float:left;width:35px;height:35px;margin-right:1px}.social-links li a{background-color:#6181db;width:35px;height:35px;line-height:35px;display:block;color:#fff;text-align:center}.social-links li a:hover{background-color:#2563eb}.breadcumb-area{background:#fff;min-height:406px;position:relative;display:flex;justify-content:center;flex-direction:column;z-index:1;border-radius:0;overflow:hidden;background:url(http://mikrolazer.com/assets/images/page-title.jpg);background-position:center;background-size:cover}@media (max-width:767px){.breadcumb-area{min-height:350px}}@media (max-width:575px){.breadcumb-area{min-height:300px}}.breadcumb-area:before{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(249deg,rgba(16,40,0,0) -3.38%,rgba(16,40,0,.16) -6.18%,rgba(9,32,97,.85) 42.42%,#141635 66.17%);content:"";z-index:-1}.breadcumb-area .breadcumb-wrap h2{color:#5177e5;font-family:"Inter",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:65px;letter-spacing:-.2px;text-transform:capitalize}@media (max-width:575px){.breadcumb-area .breadcumb-wrap h2{font-size:17px;line-height:28px}}.breadcumb-area .breadcumb-wrap h3{color:#fff;font-size:80px;font-style:normal;font-weight:500;line-height:68px;letter-spacing:-.8px;text-transform:capitalize}@media (max-width:1199px){.breadcumb-area .breadcumb-wrap h3{font-size:60px;line-height:50px}}@media (max-width:767px){.breadcumb-area .breadcumb-wrap h3{font-size:40px;line-height:40px}}.preloader{background-color:#fff;width:100%;height:100%;position:fixed;z-index:1111111111111111200;overflow:hidden}.preloader .vertical-centered-box{position:absolute;width:100%;height:100%;text-align:center}.preloader .vertical-centered-box:after{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.preloader .vertical-centered-box .content{box-sizing:border-box;display:inline-block;vertical-align:middle;text-align:left;font-size:0;max-width:150px}.preloader *{transition:all .3s}.preloader .loader-circle{position:absolute;left:50%;top:50%;width:120px;height:120px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);margin-left:-60px;margin-top:-60px}.preloader .loader-line-mask{position:absolute;left:50%;top:50%;width:60px;height:120px;margin-left:-60px;margin-top:-60px;overflow:hidden;transform-origin:60px 60px;-webkit-mask-image:-webkit-linear-gradient(top,#000,rgba(0,0,0,0));animation:rotate 1.2s infinite linear}.preloader .loader-line-mask .loader-line{width:120px;height:120px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.preloader #particles-background,.preloader #particles-foreground{left:-51%;top:-51%;width:202%;height:202%;transform:scale3d(.5,.5,1)}.preloader #particles-background{background:#2c2d44;background-image:linear-gradient(45deg,#3f3251 2%,#002025 100%)}.preloader lesshat-selector{-lh-property:0}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}.preloader [not-existing]{zoom:1}.preloader lesshat-selector{-lh-property:0}@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}.preloader [not-existing]{zoom:1}.preloader lesshat-selector{-lh-property:0}@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}.preloader [not-existing]{zoom:1}.blog-sidebar{}@media screen and (min-width:1200px){.blog-sidebar{padding-left:45px}}@media (max-width:991px){.blog-sidebar{margin-top:80px;max-width:400px}}@media (max-width:767px){.blog-sidebar{margin-top:60px;max-width:400px}}.blog-sidebar .widget h3{color:#0e152b;font-size:22px;font-weight:500;line-height:30px;text-transform:capitalize;margin:0 0 1.3em;position:relative;text-transform:capitalize;padding-left:10px}.blog-sidebar .widget h3:before{content:"";background-color:#2563eb;width:2px;height:20px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.blog-sidebar>.widget+.widget{margin-top:65px}.blog-sidebar .search-widget{background:#f4f6f8;padding:40px 30px}@media (max-width:1200px){.blog-sidebar .search-widget{padding:35px 20px}}.blog-sidebar .search-widget form div{position:relative}.blog-sidebar .search-widget input{background-color:#fff;height:55px;font-size:16px;padding:6px 50px 6px 20px;border:0;box-shadow:none;transition:all .3s}.blog-sidebar .search-widget input:focus{background-color:rgba(56,96,210,.1)}.blog-sidebar .search-widget form button{background:transparent;font-size:20px;color:#0e152b;background-color:transparent;border:0;outline:0;position:absolute;right:10px;top:52%;height:50px;line-height:50px;width:50px;border-radius:6px;transform:translateY(-50%)}.blog-sidebar .about-widget{text-align:center;background:#f4f6f8;padding:45px;position:relative;z-index:1}@media (max-width:1200px){.blog-sidebar .about-widget{padding:35px 20px}}.blog-sidebar .about-widget .img-holder{margin:0 auto;margin-bottom:25px;width:140px;height:140px}.blog-sidebar .about-widget .img-holder img{border-radius:50%;width:100%}.blog-sidebar .about-widget ul{list-style:none;display:flex;justify-content:center}.blog-sidebar .about-widget ul li{margin-right:10px}.blog-sidebar .about-widget ul li:last-child{margin-right:0}.blog-sidebar .about-widget ul li a{text-decoration:none;display:block;width:42px;height:37px;line-height:37px;background-color:transparent;color:#7d7e80;border:1px solid #e8e8e8;transition:all .3s ease-in-out}.blog-sidebar .about-widget ul li a:hover{background-color:#2563eb;border:1px solid transparent;color:#fff}.blog-sidebar .about-widget h4{margin-bottom:5px;color:#16171a;font-size:16px;font-weight:600;text-transform:uppercase}.blog-sidebar .about-widget span{color:#727a7d;font-size:14px;font-weight:500;margin-bottom:25px;display:block}.blog-sidebar .about-widget p{color:#5e5f63;font-size:16px;font-weight:500;line-height:28.8px;margin-bottom:30px}.blog-sidebar .about-widget a{font-family:"Inter",sans-serif;font-size:14px;color:#0e152b;text-decoration:underline}.blog-sidebar .about-widget a:hover{color:#2563eb}.blog-sidebar .category-widget{background:#f4f6f8;padding:40px 30px}@media (max-width:1200px){.blog-sidebar .category-widget{padding:35px 20px}}.blog-sidebar .category-widget ul{list-style:none}.blog-sidebar .category-widget ul li{font-size:19px;position:relative}@media (max-width:767px){.blog-sidebar .category-widget ul li{font-size:16px;font-size:.8888888889rem}}.blog-sidebar .category-widget ul li span{position:absolute;right:15px}.blog-sidebar .category-widget ul>li+li{margin-top:20px}.blog-sidebar .category-widget ul a{display:block;font-size:16px;color:#445658;font-size:16px;font-weight:400;line-height:26px;padding:12px 15px;background:#fff;border-radius:2px;border:1px solid #f8f1ee}.blog-sidebar .category-widget ul a span{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;font-size:18px}@media (max-width:767px){.blog-sidebar .category-widget ul a span{font-size:14px;font-size:.7777777778rem}}.blog-sidebar .category-widget ul a:hover,.blog-sidebar .category-widget ul li:hover:before,.blog-sidebar .category-widget ul li .active{color:#fff;background:#2563eb}.blog-sidebar .recent-post-widget{background:#f4f6f8;padding:40px 30px}@media (max-width:1200px){.blog-sidebar .recent-post-widget{padding:35px 20px}}.blog-sidebar .recent-post-widget .post{overflow:hidden}.blog-sidebar .recent-post-widget .posts>.post+.post{margin-top:15px;padding-top:15px}.blog-sidebar .recent-post-widget .post .img-holder{width:100px;float:left}.blog-sidebar .recent-post-widget .post .img-holder img{width:100%}.blog-sidebar .recent-post-widget .post .details{width:calc(100% - 100px);float:left;padding-left:20px}.blog-sidebar .recent-post-widget .post h4{margin:0 0 .3em;color:#0e152b;font-size:16px;font-weight:600;line-height:25px;font-size:16px;font-weight:500}@media (max-width:1199px){.blog-sidebar .recent-post-widget .post h4{margin:0}}@media (max-width:767px){.blog-sidebar .recent-post-widget .post h4{font-size:16px}}.blog-sidebar .recent-post-widget .post h4 a{display:inline-block;color:#0e152b}.blog-sidebar .recent-post-widget .post h4 a:hover{color:#2563eb}.blog-sidebar .recent-post-widget .post .details .date{color:#4b5563;font-size:15px;font-weight:400;line-height:26px;text-transform:capitalize}.blog-sidebar .recent-post-widget .post .details .date i{display:inline-block;padding-right:7px;color:#2563eb}.blog-sidebar .wpo-instagram-widget ul{display:flex;flex-wrap:wrap;list-style:none}.blog-sidebar .wpo-instagram-widget ul li{flex:0 0 33.33%;max-width:33.33%;margin-bottom:5px;padding:0 3px}.blog-sidebar .wpo-instagram-widget ul li img{width:100%;border-radius:6px}.blog-sidebar .tag-widget{background:#f4f6f8;padding:40px 30px}@media (max-width:1200px){.blog-sidebar .tag-widget{padding:35px 20px}}.blog-sidebar .tag-widget ul{overflow:hidden;list-style:none}.blog-sidebar .tag-widget ul li{float:left;margin:0 8px 8px 0}.blog-sidebar .tag-widget ul li a{font-size:15px;text-transform:capitalize;display:inline-block;padding:5px 18px;color:#77787b;background:#fff}.blog-sidebar .tag-widget ul li a:hover{background:#2563eb;color:#fff}@media screen and (min-width:1200px){.blog-pg-section.blog-pg-left-sidebar .blog-sidebar{padding-left:0;padding-right:45px}.blog-single-section.blog-single-left-sidebar-section .blog-sidebar{padding-left:0;padding-right:45px}}.pagination-wrapper{text-align:center;margin-top:60px}@media (max-width:991px){.pagination-wrapper{text-align:left;margin-top:40px}}.pagination-wrapper .pg-pagination{display:inline-block;overflow:hidden;list-style-type:none;text-align:center}.pagination-wrapper .pg-pagination li{float:left;margin-right:10px}@media (max-width:767px){.pagination-wrapper .pg-pagination li{margin-right:5px}}.pagination-wrapper .pg-pagination li:last-child{margin-right:0}.pagination-wrapper .pg-pagination li a{background-color:transparent;width:50px;height:50px;line-height:50px;font-size:16px;font-size:.8888888889rem;font-weight:600;color:#0e152b;background:#f5faff;display:block}@media (max-width:991px){.pagination-wrapper .pg-pagination li a{width:40px;height:40px;line-height:40px;font-size:15px;font-size:.8333333333rem}}.pagination-wrapper .pg-pagination .active a,.pagination-wrapper .pg-pagination li a:hover{background:#2563eb;border-color:#2563eb;color:#fff}.pagination-wrapper .pg-pagination .fi:before{font-size:17px}.pagination-wrapper-left{text-align:left}.pagination-wrapper-right{text-align:right}@media screen and (min-width:1200px){.pagination-wrapper-right{padding-right:50px}}@media (max-width:991px){.pagination-wrapper-right{margin-top:45px;text-align:left}}.service-sidebar{margin-right:10px}@media (max-width:1199px){.service-sidebar{margin:0}}@media (max-width:991px){.service-sidebar{margin-top:50px;max-width:450px}}.service-catagory ul li{margin-bottom:13px}.service-catagory ul li a{border-radius:12px;background:rgba(98,116,255,.06);color:#0e152b;font-size:18px;font-weight:500;padding:20px 40px;display:block;transition:all .3s ease-in-out;border-radius:10px;position:relative}@media (max-width:575px){.service-catagory ul li a{padding:10px 20px}}.service-catagory ul li a i{width:32px;height:32px;line-height:36px;text-align:center;color:#2563eb;margin-right:20px}@media (max-width:575px){.service-catagory ul li a i{margin-right:10px}}.service-catagory ul li a::before{position:absolute;right:40px;top:33px;transform:translateY(-50%);font-family:flaticon_fixaroo;transition:all .3s ease-in-out;color:#4b5563}@media (max-width:575px){.service-catagory ul li a::before{right:20px}}.service-catagory ul li a:hover,.service-catagory ul li a.active{background:#2563eb;color:#fff}.service-catagory ul li a:hover::before,.service-catagory ul li a.active::before{color:#fff}.service-info{padding:40px 20px;text-align:center;width:100%;margin-top:40px;border-radius:8px;background:rgba(131,136,173,.06);position:relative;z-index:1;border-radius:14px;overflow:hidden}.service-info .icon{width:88px;height:76px;line-height:76px;border-radius:4px;background:#fff;color:#2563eb;font-size:35px;display:inline-block;margin-bottom:30px}.service-info h2{font-size:28px;font-weight:600;line-height:36px;max-width:244px;margin:0 auto;margin-bottom:40px}.service-info span{font-family:"Inter",sans-serif;font-size:15px;font-weight:400;line-height:32px;letter-spacing:1.95px;text-transform:uppercase;margin-bottom:10px;display:block}.service-info .num span{border-radius:24px;background:#2563eb;color:#fff;text-align:center;font-family:"Inter",sans-serif;font-size:16px;font-weight:600;line-height:32px;display:block;padding:8px 10px}.wpo-site-header{}.wpo-site-header .navigation{background-color:#fff;margin-bottom:0;padding:0;border:0;border-radius:0}.sticky-header{width:100%;position:fixed;left:0;top:-400px;z-index:9999;opacity:0;visibility:hidden;transition:all 1s;box-shadow:0 -5px 15px rgba(8,106,216,.2901960784)}.sticky-on{opacity:1;top:0;visibility:visible}.wpo-site-header .navigation>.container{position:relative}@media (max-width:991px){.wpo-site-header .navigation{padding:10px 0}}.wpo-site-header #navbar{transition:all .5s}.wpo-site-header #navbar>ul li a:hover,.wpo-site-header #navbar>ul li a:focus{text-decoration:none;color:#0e1fb9}@media screen and (min-width:992px){.wpo-site-header #navbar{}.wpo-site-header #navbar li{position:relative}.wpo-site-header #navbar>ul>li>a:hover:before,.wpo-site-header #navbar>ul>li>a.active:before{opacity:1;visibility:visible}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a{position:relative}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before{font-family:"themify";content:"\e649";font-size:11px;font-size:.73333rem;position:absolute;right:15px;top:58%;transform:translateY(-50%)}.wpo-site-header #navbar>ul>li:hover>.sub-menu{top:100%;visibility:visible;opacity:1}.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu{left:100%;visibility:visible;opacity:1}}.wpo-site-header .container-fluid{display:block;max-width:1430px}@media (max-width:991px){.wpo-site-header .container-fluid{padding-right:0}.wpo-site-header{}.wpo-site-header .row{flex-wrap:nowrap}.wpo-site-header .container{width:100%;max-width:100%}.wpo-site-header .header-right{right:15px}}@media (max-width:991px) and (max-width:425px){.wpo-site-header .header-right{right:0}}@media (max-width:991px){.wpo-site-header .navbar-header button span{background-color:#fff;width:20px;display:block;height:2px;margin-bottom:5px}.wpo-site-header .navbar-header button span:last-child{margin:0}}.wpo-site-header #navbar ul{list-style:none}@media (max-width:991px) and (max-width:991px){.wpo-site-header #navbar{top:0;visibility:visible;opacity:1}}@media (max-width:991px){.wpo-site-header #navbar>ul{z-index:101}.wpo-site-header #navbar ul a{color:#000}.wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a{color:#2563eb}.wpo-site-header #navbar .close-navbar .ti-close{position:relative;top:1px}.wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle{transition:all .3s}.wpo-site-header .x-close .middle-angle{opacity:0}.wpo-site-header .x-close .first-angle{position:absolute;-webkit-transform:rotate(-44deg);top:16px;left:10px}.wpo-site-header .x-close .last-angle{-webkit-transform:rotate(44deg);position:absolute;top:16px;right:10px}}@media (max-width:767px){.wpo-site-header .navbar-header .navbar-brand{font-size:24px}.wpo-site-header #navbar .navbar-nav{margin:0}}@media (max-width:991px){.wpo-site-header .navbar-collapse.collapse{display:none}.wpo-site-header .navbar-collapse.collapse.in{display:block}.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle{display:block}.wpo-site-header .navbar-header{float:none;position:relative;z-index:99;text-align:center}.wpo-site-header .navbar-right{float:none}.wpo-site-header .navbar-nav{float:none}.wpo-site-header .navbar-nav>li{float:none}}.wpo-site-header .header-right{display:flex;justify-content:flex-end;z-index:991;position:relative;align-items:center}.wpo-site-header .header-right button{padding:0;border:0;outline:0}.wpo-site-header .header-right>div{float:left;position:relative;margin-right:8px}@media (max-width:1200px){.wpo-site-header .header-right>div{margin-right:0}}.wpo-site-header .header-right .close-form .theme-btn-s2{padding:13px 35px;color:#fff;font-size:15px;font-weight:500;border-radius:24px}@media (max-width:1400px){.wpo-site-header .header-right .close-form .theme-btn-s2{padding:10px 15px}}@media (max-width:1200px){.wpo-site-header .header-right .close-form .theme-btn-s2{padding:12px 17px}}@media (max-width:991px){.wpo-site-header .header-right .close-form .theme-btn-s2{font-size:12px}}@media (max-width:767px){.wpo-site-header .header-right .close-form .theme-btn-s2{padding:10px 20px;border-radius:24px}}@media (max-width:425px){.wpo-site-header .header-right .close-form .theme-btn-s2{display:none}}@media (max-width:767px){.wpo-site-header .header-right .close-form .theme-btn-s2 span{display:inline}}.wpo-site-header .header-right .close-form .theme-btn-s2 i{padding-left:5px}@media (max-width:767px){.wpo-site-header .header-right .close-form .theme-btn-s2 i{padding-left:0}.wpo-site-header .header-right .close-form .theme-btn-s2 i svg{width:20px;height:20px}}.wpo-site-header .header-right .close-form .theme-btn-s2::before{display:none}.wpo-site-header .header-right>div:last-child{margin:0 0 0 15px;position:relative}@media (max-width:991px){.page-wrapper{transition:all .3s}.body-overlay:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;left:0;top:0;z-index:10;transition:all .3s}}.wpo-site-header .header-right .header-search-form-wrapper{position:relative}.wpo-site-header .header-right .header-search-form-wrapper i{font-size:22px}.wpo-site-header .header-right .header-search-form i{font-size:22px}@media (max-width:450px){.wpo-site-header .header-right .cart-toggle-btn{display:none}}.wpo-site-header .header-right .search-toggle-btn,.wpo-site-header .header-right .cart-toggle-btn{background-color:rgba(7,1,67,.05);line-height:.66em;color:#0e152b;width:55px;height:55px;line-height:55px;border:0;border-radius:50%}@media (max-width:1200px){.wpo-site-header .header-right .search-toggle-btn,.wpo-site-header .header-right .cart-toggle-btn{width:50px;height:50px;line-height:50px}}@media (max-width:991px){.wpo-site-header .header-right .search-toggle-btn,.wpo-site-header .header-right .cart-toggle-btn{width:44px;height:44px;line-height:44px}}@media (max-width:425px){.wpo-site-header .header-right .search-toggle-btn,.wpo-site-header .header-right .cart-toggle-btn{width:50px;height:50px;line-height:50px}}.wpo-site-header .header-right .search-toggle-btn .fi,.wpo-site-header .header-right .cart-toggle-btn .fi{font-size:22px}@media (max-width:991px){.wpo-site-header .header-right .search-toggle-btn .fi:before,.wpo-site-header .header-right .cart-toggle-btn .fi:before{font-size:18px}}@media (max-width:425px){.wpo-site-header .header-right .search-toggle-btn .fi:before,.wpo-site-header .header-right .cart-toggle-btn .fi:before{font-size:20px}}.wpo-site-header .header-right .search-toggle-btn .ti-close,.wpo-site-header .header-right .cart-toggle-btn .ti-close{display:block;line-height:20px;position:relative;top:-2px}.cart-search-contact button{background:transparent;padding:0;border:0;outline:0}.cart-search-contact .fi{font-size:30px}.cart-search-contact>div{float:left;position:relative}.cart-search-contact>div+div{margin-left:12px}.cart-search-contact .header-search-form{position:absolute;width:350px;right:0;top:79px;transform:scale(0);opacity:0;visibility:hidden;background:#fff;padding:30px;border-radius:6px;transition:all .5s;box-shadow:-2px 18px 40px -9px #999}@media (max-width:991px){.cart-search-contact .header-search-form{top:65px}}@media (max-width:767px){.cart-search-contact .header-search-form{right:15px}}@media (max-width:575px){.cart-search-contact .header-search-form{width:260px;padding:15px}}.cart-search-contact .header-search-form-wrapper .fi:before{font-size:18px}.cart-search-contact form div{position:relative}.cart-search-contact form div button{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.cart-search-contact form div button .fi:before{font-size:22px}.cart-search-contact input{width:100%;height:50px;padding:6px 20px;border:0;border-radius:0;box-shadow:none;border:1px solid #dedede}.cart-search-contact input:focus{box-shadow:none;border-color:#2563eb}.wpo-site-header .header-right .header-search-content-toggle{opacity:1;visibility:visible;right:0;transform:scale(1)}.header-search-area{background:#fff;width:100%;padding:100px 0;text-align:center;position:fixed;left:0;top:0;z-index:999}.header-search-area h3{font-size:45px;margin:0 0 1em}.header-search-area form{position:relative}.header-search-area input{height:50px;font-size:18px;font-size:1.2rem;border-radius:0;border:0;border-bottom:1px solid #d0d0d0;box-shadow:none}.header-search-area input:focus{box-shadow:none;border-color:#2563eb}.header-search-area form button{background:transparent;border:0;font-size:20px;font-size:1.33333rem;position:absolute;right:0;bottom:10px}.header-search-area form button:focus{border:none;outline:none}.header-search-area .close-form{position:absolute;right:35px;top:35px;bottom:auto;padding-bottom:5px;border-bottom:1px solid}.header-search-area .close-form button{background:transparent;border:0;outline:0;font-size:13px;font-size:.86667rem;text-transform:uppercase;color:#000;letter-spacing:2px;z-index:99}.header-search-area .close-form button:focus{border:0;outline:0}.wpo-site-header{}.wpo-site-header .navigation>.container{position:relative}.wpo-site-header #navbar{transition:all .5s}.wpo-site-header #navbar>ul li a:hover,.wpo-site-header #navbar>ul li a:focus{text-decoration:none;color:#2563eb}@media screen and (min-width:992px){.wpo-site-header #navbar{}.wpo-site-header #navbar li{position:relative}.wpo-site-header #navbar>ul>li>a{font-size:15px;padding:40px 15px;display:block;position:relative;text-transform:capitalize;color:#000;font-weight:700;line-height:normal}.wpo-site-header #navbar>ul .sub-menu{background-color:#fff;box-shadow:0 2px 20px 0 rgba(62,65,159,.09);width:225px;position:absolute;padding:20px 0;left:0;top:110%;z-index:10;visibility:hidden;opacity:0;transition:all .3s;transform:scaleY(0);transform-origin:center top 0;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s}.wpo-site-header #navbar>ul>li .sub-menu a{font-size:16px;display:block;padding:10px 15px;color:#0e152b;position:relative;overflow:hidden;font-weight:500;text-transform:capitalize}.wpo-site-header #navbar>ul>li .sub-menu a:after{position:absolute;left:15px;bottom:0;width:0;height:3px;background:#2563eb;content:"";transition:all .3s;border-radius:5px}.wpo-site-header #navbar>ul>li .sub-menu a:hover,.wpo-site-header #navbar>ul>li .sub-menu a.active{color:#2563eb}.wpo-site-header #navbar>ul>li .sub-menu a:hover:after,.wpo-site-header #navbar>ul>li .sub-menu a.active:after{width:40px;opacity:1;visibility:visible}.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu{left:110%;top:0;transition:all .3s;transform:none;transform-origin:none;transition:all .3s ease-in-out 0s}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a{position:relative}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before{font-family:"themify";content:"\e649";font-size:11px;font-size:.6111111111rem;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.wpo-site-header #navbar>ul>li:hover>.sub-menu{top:100%;visibility:visible;opacity:1;transform:scaleY(100%);-webkit-transform:scaleY(100%)}.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu{left:100%;visibility:visible;opacity:1}}@media (max-width:991px){.wpo-site-header #navbar>ul>li a{display:block;font-size:15px;font-size:.8333333333rem;color:#fff;font-weight:600}.wpo-site-header #navbar>ul>li a:hover,.wpo-site-header #navbar>ul>li a.active{color:#fff}.wpo-site-header #navbar>ul .sub-menu>li:last-child{border-bottom:0}.wpo-site-header #navbar>ul>li>.sub-menu a{padding:8px 15px 8px 45px}.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a{padding:8px 15px 8px 65px}.wpo-site-header #navbar>ul .menu-item-has-children>a{position:relative;color:#ddd}.wpo-site-header #navbar>ul .menu-item-has-children>a:hover,.wpo-site-header #navbar>ul .menu-item-has-children>a.active{color:#fff}.wpo-site-header #navbar>ul .menu-item-has-children>a:before{font-family:"themify";content:"\e649";font-size:11px;font-size:.6111111111rem;position:absolute;right:30px;top:50%;transform:translateY(-50%);transition:all .3s}.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before{transform:rotate(90deg);top:29%}.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate{color:#fff}}@media screen and (min-width:992px){.wpo-site-header .navbar-header .open-btn{display:none}.wpo-site-header #navbar .close-navbar{display:none}}.wpo-site-header .menu-close{display:none}@media (max-width:991px){.wpo-site-header{}.wpo-site-header .container{width:100%}.wpo-site-header .mobail-menu button{background-color:#2563eb;width:40px;height:35px;border:0;padding:5px 10px;outline:0;position:relative;z-index:20}.wpo-site-header .mobail-menu button:focus{outline:none;box-shadow:none}.wpo-site-header .mobail-menu button span{background-color:#fff;width:20px;display:block;height:2px;margin-bottom:4px}.wpo-site-header .mobail-menu button span.first-angle{margin-top:2px}.wpo-site-header .mobail-menu button span:last-child{margin:0}.wpo-site-header .mobail-menu button .sr-only{display:none;opacity:0;visibility:hidden}.wpo-site-header #navbar{background:#0b2672;display:block;width:300px;height:100%;margin:0;padding:0;border:0;position:fixed;left:-320px;top:0;z-index:999999;opacity:0;visibility:hidden}.wpo-site-header #navbar .navbar-nav{display:block}.wpo-site-header #navbar>ul{position:relative;z-index:101}.wpo-site-header #navbar ul a{color:#000}.wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a{color:#2563eb}.wpo-site-header #navbar .navbar-nav{height:100%;overflow:auto;padding-bottom:60px}.wpo-site-header #navbar .close-navbar{background-color:#fff;width:40px;height:40px;color:#000;border:0;outline:none;position:absolute;left:-41px;top:90px;z-index:20}.wpo-site-header #navbar .close-navbar .ti-close{position:relative;top:1px}.wpo-site-header .menu-close{display:block;z-index:99;background:none;text-align:center;color:#fff;border:0;text-align:center;margin-left:auto;margin-top:30px;margin-right:30px;margin-bottom:30px;width:40px;height:40px;line-height:40px;border:1px solid #fff}.wpo-site-header #navbar.slideInn{left:0;opacity:1;visibility:visible}.wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle{transition:all .3s}.wpo-site-header .x-close .middle-angle{opacity:0}.wpo-site-header .x-close .first-angle{position:absolute;-webkit-transform:rotate(-44deg);top:16px;left:10px}.wpo-site-header .x-close .last-angle{-webkit-transform:rotate(44deg);position:absolute;top:16px;right:10px}}@media (max-width:767px){.wpo-site-header .navbar-header .navbar-brand{font-size:24px}.wpo-site-header #navbar .navbar-nav{margin:0}}.wpo-site-header .navbar-header .navbar-brand{display:block;padding-left:0}@media (max-width:1200px){.wpo-site-header .navbar-header .navbar-brand{padding-left:30px}}@media (max-width:991px){.wpo-site-header .navbar-header .navbar-brand{padding-left:0}}.wpo-site-header .navbar-header .navbar-brand img{max-width:145px}@media (max-width:991px){.wpo-site-header .navbar-collapse.collapse{display:none}.wpo-site-header .navbar-collapse.collapse.in{display:block}.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle{display:block}.wpo-site-header .navbar-header{float:none}.wpo-site-header .navbar-right{float:none}.wpo-site-header .navbar-nav{float:none}.wpo-site-header .navbar-nav>li{float:none}}@media (max-width:425px){.wpo-site-header .navbar-header .navbar-brand img{max-width:130px}}.wpo-site-header{max-width:1430px;margin:0 auto}@media (max-width:1700px){.wpo-site-header{padding-left:70px}}@media (max-width:1399px){.wpo-site-header{padding:0 10px}}@media (max-width:1500px){.wpo-site-header #navbar>ul>li>a{padding:30px 10px}}@media (max-width:991px){.wpo-site-header{padding:0}}@media (max-width:1700px){.wpo-site-header #navbar>ul>li>a{padding:32px 12px}}@media (max-width:1400px){.wpo-site-header #navbar>ul>li>a{padding:30px 10px}}@media (max-width:1200px){.wpo-site-header #navbar>ul>li>a{padding:30px 10px;font-size:15px}}@media (max-width:991px){.wpo-site-header #navbar>ul>li>a{font-size:15px}}@media (max-width:767px){.header-right .theme-btn{padding:20px 12px}}@media (max-width:991px){.wpo-site-header #navbar>ul>li>a{padding:15px 30px}.wpo-site-header,.wpo-header-style-2{z-index:99999}}.wpo-site-header .navigation.sticky-header{padding:0 80px}@media (max-width:1700px){.wpo-site-header .navigation.sticky-header{padding:0 50px}}@media (max-width:1400px){.wpo-site-header .navigation.sticky-header{padding:0 30px}}@media (max-width:1700px){.wpo-site-header .sticky-header .navigation.sticky-header{padding:0 30px}}@media (max-width:1400px){.wpo-site-header .navigation.sticky-header{padding:0 10px}}@media (max-width:991px){.wpo-site-header .navigation.sticky-header{padding:0}}@media (max-width:425px){.wpo-site-header .navigation.sticky-header{padding:0}}.wpo-hero-section{background:url(http://mikrolazer.com/assets/images/hero/xhero-bg.jpg.pagespeed.ic.7gCIA_0ssg.jpg) no-repeat right;position:relative;height:860px;z-index:1;display:flex;align-items:center}@media (max-width:1199px){.wpo-hero-section{margin-left:0}}@media (max-width:991px){.wpo-hero-section{height:auto;padding:100px 0}}@media (max-width:575px){.wpo-hero-section{margin-left:0;padding:70px 15px}}.wpo-hero-section::before{position:absolute;left:0;top:0;content:"";background:linear-gradient(258deg,rgba(239,239,240,0) 36.38%,rgba(239,239,240,.31) 41.51%,rgba(239,239,240,.56) 45.53%,#efeff0 51.07%,#efeff0 60.52%,#efeff0 71.12%,#efeff0 94.37%);width:100%;height:100%;z-index:-1}@media (max-width:1199px){.wpo-hero-section::before{background:linear-gradient(258deg,rgba(239,239,240,0) -.62%,rgba(239,239,240,.31) 12.51%,rgba(239,239,240,.56) 45.53%,#efeff0 51.07%,#efeff2 57.52%,#efeff0 72.12%,#efeff0 84.37%)}}.wpo-hero-section .hero-wapper .hero-side-left{position:absolute;left:-280px;top:315px}@media (max-width:1199px){.wpo-hero-section .hero-wapper .hero-side-left{left:-265px}}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-side-left{display:none}}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-side-left{display:none}}.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items{transform:rotate(90deg)}.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul{display:flex}.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li{width:100%;font-size:18px;font-weight:500;line-height:75%;text-transform:capitalize;margin-right:10px}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li{font-size:15px;line-height:65%}}.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a{color:#000;display:flex}.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a i{padding-right:5px;font-size:18px}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a i{font-size:16px}}.wpo-hero-section .hero-wapper .hero-content{position:relative;z-index:1;padding-left:200px}@media (max-width:1199px){.wpo-hero-section .hero-wapper .hero-content{padding-left:80px}}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-content{text-align:center;padding-left:0}}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-content{padding-left:0;padding-right:0}}.wpo-hero-section .hero-wapper .hero-content .hero-title span{color:#000;font-size:18px;font-weight:500;line-height:40px;text-transform:capitalize}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-content .hero-title span{font-size:16px;line-height:25px}}.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2{color:#000;font-size:80px;font-weight:500;line-height:80px;letter-spacing:-2.4px;text-transform:capitalize;max-width:790px;padding-top:12px}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2{margin:0 auto}}@media (max-width:767px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2{font-size:60px;line-height:70px;max-width:410px}}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2{font-size:50px;line-height:60px;padding-top:0}}@media (max-width:425px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2{font-size:41px;line-height:48px}}.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span{font-weight:300;font-size:80px}@media (max-width:767px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span{font-size:60px;line-height:70px}}@media (max-width:575px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span{font-size:50px;line-height:60px}}@media (max-width:425px){.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span{font-size:41px;line-height:48px}}.wpo-hero-section .hero-wapper .hero-content .hero-btns{display:flex;padding-top:25px}@media (max-width:767px){.wpo-hero-section .hero-wapper .hero-content .hero-btns{padding-top:15px}}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-content .hero-btns{justify-content:center}}@media (max-width:425px){.wpo-hero-section .hero-wapper .hero-content .hero-btns{display:block}}@media (max-width:767px){.wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2{padding:15px 30px;font-size:14px;line-height:22px;padding-right:40px}}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2::before{top:50%}}@media (max-width:418px){.wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2::before{top:52%}}.wpo-hero-section .hero-wapper .hero-content .hero-content-shape{position:absolute;top:-47px;left:150px;z-index:-1}@media (max-width:1199px){.wpo-hero-section .hero-wapper .hero-content .hero-content-shape{left:40px}}@media (max-width:991px){.wpo-hero-section .hero-wapper .hero-content .hero-content-shape{display:none}}.wpo-hero-section .shape-2{position:absolute;bottom:63px;left:-64px}@media (max-width:1199px){.wpo-hero-section .shape-2{left:-51px}}@media (max-width:991px){.wpo-hero-section .shape-2{display:none}}.wpo-hero-section .shape-2 img{animation:wave 6s ease-in-out infinite}.hero-slider{width:100%;height:840px;position:relative;z-index:1;background:#efeff0}@media (max-width:991px){.hero-slider{height:650px}}.hero-slider .slide-inner{position:relative;z-index:1}@media (max-width:991px){.hero-slider .slide-inner::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(2,34,125,.4);z-index:-1}}.hero-slider .slide-inner .bottom-shape{position:absolute;content:"";left:0;bottom:0;width:100%;z-index:-1}@media (max-width:767px){.hero-slider .slide-content{padding:30px 15px}}.hero-slider .slide-content .slide-title{position:absolute;right:250px}@media (max-width:1600px){.hero-slider .slide-content .slide-title{right:20px}}@media (max-width:991px){.hero-slider .slide-content .slide-title{position:unset;padding-top:90px;text-align:center}}.hero-slider .slide-content .slide-title p{margin:0;color:#fff;font-size:20px;font-weight:400;line-height:30px;max-width:413px}@media (max-width:575px){.hero-slider .slide-content .slide-title p{font-size:18px;line-height:26px;max-width:413px}}.hero-slider .slide-content .slide-title .hero-btn{padding-top:30px}@media (max-width:575px){.hero-slider .slide-content .slide-title .hero-btn{padding-top:20px}}.hero-slider .slide-content .slide-title .hero-btn .theme-btn{padding:15px 54px;background-color:#fff;color:#000}.hero-slider .slide-content .slide-title .hero-btn .theme-btn:hover{color:#fff}.hero-slider .slide-content .slide-sub-title{position:absolute;bottom:0;left:0;width:100%}@media (max-width:991px){.hero-slider .slide-content .slide-sub-title{bottom:55px}}.hero-slider .slide-content .slide-sub-title h2{text-align:center;margin:0;color:#fff;font-size:140px;font-weight:600;line-height:180px;letter-spacing:-4.2px;text-transform:capitalize}@media (max-width:1845px){.hero-slider .slide-content .slide-sub-title h2{font-size:120px;line-height:170px}}@media (max-width:1600px){.hero-slider .slide-content .slide-sub-title h2{font-size:105px;line-height:150px}}@media (max-width:1399px){.hero-slider .slide-content .slide-sub-title h2{font-size:90px;line-height:130px}}@media (max-width:1199px){.hero-slider .slide-content .slide-sub-title h2{font-size:75px;line-height:110px}}@media (max-width:991px){.hero-slider .slide-content .slide-sub-title h2{font-size:61px;line-height:95px}}@media (max-width:767px){.hero-slider .slide-content .slide-sub-title h2{font-size:48px;line-height:60px}}@media (max-width:425px){.hero-slider .slide-content .slide-sub-title h2{font-size:35px;line-height:43px}}.hero-slider .slide-content .hero-circle{position:absolute;left:250px;top:200px}@media (max-width:991px){.hero-slider .slide-content .hero-circle{top:70px;left:50%;transform:translateX(-50%)}}.hero-slider .slide-content .hero-circle .circle-content{width:160px;height:160px;position:relative;background:rgba(1,19,71,.4);border:1px solid #2563eb;padding:5px;box-shadow:0 2px 12px rgba(4,0,52,.06);font-family:"DM Sans";font-size:11px;letter-spacing:6.5px;font-weight:600;text-transform:uppercase;border-radius:100%;color:#fff}.hero-slider .slide-content .hero-circle .circle-content .rotate-anm{animation:roted 30s linear infinite}.hero-slider .slide-content .hero-circle .circle-content svg textPath{fill:#fff}.hero-slider .slide-content .hero-circle .circle-content .arrows{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);stroke-width:.818px;width:82px;height:82px;line-height:79px;border-radius:82px;text-align:center}.hero-slider .swiper-slide{overflow:hidden}.hero-slider .swiper-container,.hero-slider .hero-container{width:100%;height:100%;position:absolute;left:0;top:0}.hero-slider .slide-inner,.hero-slider .hero-inner{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:left}.hero-slider .swiper-button-prev:hover,.hero-slider .swiper-button-next:hover{opacity:.9}@media screen and (min-width:992px){.hero-slider .swiper-pagination-bullet{display:none}}.hero-slider .swiper-pagination-bullet-active{color:#fff;background:#2563eb;width:15px;height:15px;text-align:center;line-height:15px}.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,.hero-slider .swiper-pagination-custom,.hero-slider .swiper-pagination-fraction{bottom:25px}.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;color:#fff;background:#fff;width:10px;height:10px}.hero-slider .gradient-overlay+.container{position:relative;z-index:11}.hero-slider .swiper-slide{position:relative;z-index:11}@keyframes rotateAniamtion {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}.wpo-hero-section-s3{position:relative;height:900px;background:#f5f8fe;display:flex;justify-content:center;flex-direction:column;z-index:1}@media (max-width:991px){.wpo-hero-section-s3{height:auto;padding:120px 0}}@media (max-width:575px){.wpo-hero-section-s3{padding:70px 0}}.wpo-hero-section-s3::before{content:"";position:absolute;top:0;right:0;z-index:-1;height:100%;width:60%;background:#f5f8fe;clip-path:polygon(25% 0,100% 0%,100% 100%,0% 100%)}.wpo-hero-section-s3 .hero-right-content .hero-title span{color:#2563eb;font-size:20px;font-weight:700;line-height:35px;text-transform:capitalize}@media (max-width:1399px){.wpo-hero-section-s3 .hero-right-content .hero-title span{font-size:18px;line-height:32px}}@media (max-width:1199px){.wpo-hero-section-s3 .hero-right-content .hero-title span{font-size:15px;line-height:30px}}@media (max-width:991px){.wpo-hero-section-s3 .hero-right-content .hero-title span{font-size:17px}}@media (max-width:425px){.wpo-hero-section-s3 .hero-right-content .hero-title span{font-size:16px;line-height:25px}}.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{margin:0;font-size:80px;font-weight:600;line-height:85px;letter-spacing:-2.4px;text-transform:capitalize;padding-top:20px}@media (max-width:1399px){.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{font-size:70px;line-height:75px}}@media (max-width:1199px){.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{font-size:60px;line-height:65px}}@media (max-width:767px){.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{font-size:55px;line-height:60px;padding-top:10px}}@media (max-width:575px){.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{font-size:45px;line-height:54px}}@media (max-width:425px){.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2{font-size:35px;line-height:45px}}.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 span{color:#2563eb}.wpo-hero-section-s3 .hero-right-content .hero-discription{padding-top:20px}@media (max-width:991px){.wpo-hero-section-s3 .hero-right-content .hero-discription{padding-top:10px}}.wpo-hero-section-s3 .hero-right-content .hero-discription p{margin:0;color:#032532;font-size:18px;font-weight:400;line-height:28.8px}@media (max-width:575px){.wpo-hero-section-s3 .hero-right-content .hero-discription p{font-size:16px;line-height:26.8px}}.wpo-hero-section-s3 .hero-right-content .hero-btns{display:flex;gap:30px;margin-top:40px}@media (max-width:991px){.wpo-hero-section-s3 .hero-right-content .hero-btns{margin-top:20px}}@media (max-width:575px){.wpo-hero-section-s3 .hero-right-content .hero-btns{gap:20px}}.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn{display:flex;align-items:center;justify-content:center;position:absolute;text-align:center;width:65px;height:65px;border-radius:50%;border:2px solid #fff;background:#fff;animation:spineerb 2s infinite}@media (max-width:575px){.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn{width:50px;height:50px}}.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn svg{width:25px;height:25px}@media (max-width:575px){.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn svg{width:20px;height:20px}}.wpo-hero-section-s3 .hero-image .image{position:absolute;left:0;top:0;height:900px;width:55%;z-index:-11;background:url(http://mikrolazer.com/assets/images/hero/slide-3.jpg) no-repeat right center}@media (max-width:991px){.wpo-hero-section-s3 .hero-image .image{display:none}}.footer-common,.footer-section-s1{position:relative;background:#ddd;overflow:hidden;z-index:1;padding-top:0;background-color:#000}@media (max-width:991px){.footer-common,.footer-section-s1{padding-top:0}}.footer-common .footer,.footer-section-s1 .footer{display:flex;align-items:start;justify-content:space-between;border-top:1px dashed #2c2e34}@media (max-width:991px){.footer-common .footer,.footer-section-s1 .footer{flex-wrap:wrap}}.footer-common .item,.footer-section-s1 .item{padding:60px 0;padding-bottom:100px;position:relative;z-index:1}@media (max-width:991px){.footer-common .item,.footer-section-s1 .item{padding:50px 0}}@media (max-width:767px){.footer-common .item,.footer-section-s1 .item{padding:30px 0}}.footer-common .item ul li,.footer-section-s1 .item ul li{display:block;color:#fff;font-size:16px;font-weight:500;text-transform:capitalize}@media (max-width:575px){.footer-common .item ul li,.footer-section-s1 .item ul li{font-size:15px}}.footer-common .item ul li a,.footer-section-s1 .item ul li a{color:#fff;transition:all .3s ease-in-out}.footer-common .item ul li a:hover,.footer-section-s1 .item ul li a:hover{color:#2563eb}.footer-common .item ul li+li,.footer-section-s1 .item ul li+li{padding-top:15px}.footer-common .item:first-child,.footer-section-s1 .item:first-child{max-width:550px;width:100%;padding-left:0}@media (max-width:991px){.footer-common .item:first-child,.footer-section-s1 .item:first-child{max-width:100%;width:50%}}@media (max-width:767px){.footer-common .item:first-child,.footer-section-s1 .item:first-child{max-width:100%;width:100%}}.footer-common .item:nth-child(2),
.footer-section-s1 .item:nth-child(2) {max-width:260px;width:100%;padding-left:95px;border-left:1px solid #2c2e34}@media (max-width:1399px){.footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {padding-left:60px}}@media (max-width:991px){.footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {padding-left:20px;max-width:100%;width:50%;border-left:0}}@media (max-width:767px){.footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {padding-left:0;width:100%;padding-top:0;border-top:0;padding-bottom:30px}}.footer-common .item:nth-child(3),
.footer-section-s1 .item:nth-child(3) {max-width:180px;width:100%;padding-left:35px}@media (max-width:1399px){.footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {padding-left:0}}@media (max-width:991px){.footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {padding-left:0;border-top:0;padding-top:0;max-width:100%;width:50%}}@media (max-width:767px){.footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {width:100%;padding-bottom:30px}}.footer-common .item:last-child,.footer-section-s1 .item:last-child{max-width:200px;width:100%;padding-left:0}@media (max-width:991px){.footer-common .item:last-child,.footer-section-s1 .item:last-child{padding-left:20px;border-top:0;padding-top:0;max-width:100%;width:50%}}@media (max-width:767px){.footer-common .item:last-child,.footer-section-s1 .item:last-child{width:100%;padding-left:0;padding-bottom:30px}}.footer-common .title,.footer-section-s1 .title{color:#fff;font-size:22px;font-weight:500;line-height:normal;text-transform:capitalize;margin-bottom:30px}.footer-common .widget-newsletter h2,.footer-section-s1 .widget-newsletter h2{color:#fff;font-size:38px;font-style:normal;font-weight:500;line-height:40px;max-width:381px;margin-bottom:30px}@media (max-width:1199px){.footer-common .widget-newsletter h2,.footer-section-s1 .widget-newsletter h2{font-size:30px}}@media (max-width:375px){.footer-common .widget-newsletter h2,.footer-section-s1 .widget-newsletter h2{font-size:27px}}.footer-common .widget-newsletter .newsletter .form-fild,.footer-section-s1 .widget-newsletter .newsletter .form-fild{display:flex;gap:10px}@media (max-width:1199px){.footer-common .widget-newsletter .newsletter .form-fild,.footer-section-s1 .widget-newsletter .newsletter .form-fild{gap:5px}}.footer-common .widget-newsletter .newsletter .form-fild .input-items,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items{max-width:335px;width:100%}@media (max-width:767px){.footer-common .widget-newsletter .newsletter .form-fild .input-items,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items{max-width:280px}}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild{font-size:15px;font-weight:500;line-height:26px;border:transparent;transition:all .3s ease-in-out;background:#fff;padding:14px 25px;width:100%;z-index:1;border:1.2px solid rgba(255,255,255,.1);border-radius:6px;background:#f3f4f6}@media (max-width:1199px){.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild{padding:14px 17px}}@media (max-width:767px){.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild{max-width:280px;padding:12px 17px}}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:focus-visible,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:focus-visible{outline:-webkit-focus-ring-color auto transparent;outline:0}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild::-webkit-input-placeholder,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild::-webkit-input-placeholder{color:#032532}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild::-moz-placeholder,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild::-moz-placeholder{color:#032532}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:-ms-input-placeholder,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:-ms-input-placeholder{color:#032532}.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:-moz-placeholder,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:-moz-placeholder{color:#032532}.footer-common .widget-newsletter .newsletter .form-fild .input-btn,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn{max-width:210px;width:100%}@media (max-width:1199px){.footer-common .widget-newsletter .newsletter .form-fild .input-btn,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn{max-width:140px}}@media (max-width:425px){.footer-common .widget-newsletter .newsletter .form-fild .input-btn,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn{max-width:113px}}.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2{padding:17px 46px;padding-right:68px;border-radius:6px}@media (max-width:1199px){.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2{padding:17px 20px;padding-right:40px}.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2::before,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2::before{right:27px}}.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before{right:45px}@media (max-width:1199px){.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before,.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before{right:24px}}.footer-common .widget-newsletter .newsletter p,.footer-section-s1 .widget-newsletter .newsletter p{color:#fff;font-size:16px;font-weight:500;line-height:normal;padding-top:30px;max-width:316px}@media (max-width:991px){.footer-common .widget-newsletter .newsletter p,.footer-section-s1 .widget-newsletter .newsletter p{font-size:14px;padding-top:20px}}.footer-common .widget-newsletter .newsletter p a,.footer-section-s1 .widget-newsletter .newsletter p a{color:#2563eb;text-decoration:underline}.footer-section-s1 .footer-topbar{padding:70px 0;position:relative;overflow:hidden;z-index:1}@media (max-width:991px){.footer-section-s1 .footer-topbar{padding:40px 0}}@media (max-width:575px){.footer-section-s1 .footer-topbar{padding:25px 0}}.footer-section-s1 .footer-topbar .wraper .marquee_container{width:100%;overflow:hidden;white-space:nowrap;padding:.5rem 0}@media (max-width:1610px){.footer-section-s1 .footer-topbar .wraper .marquee{padding-left:70px}}@media (max-width:991px){.footer-section-s1 .footer-topbar .wraper{display:block;text-align:center}}.footer-section-s1 .footer-topbar .booking-btn a{width:180px;height:180px;background:#2563eb;display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center;border-radius:50%;font-size:18px;font-style:normal;font-weight:700;line-height:128%;text-transform:capitalize;color:#036c5f;margin:0 auto;opacity:0;visibility:hidden}@media (max-width:991px){.footer-section-s1 .footer-topbar .booking-btn a{width:150px;height:150px}}@media (max-width:575px){.footer-section-s1 .footer-topbar .booking-btn a{width:100px;height:100px;font-size:14px}}.footer-section-s1 .footer-topbar .booking-btn a small{display:block;max-width:121px;color:#fff}@media (max-width:575px){.footer-section-s1 .footer-topbar .booking-btn a small{max-width:100px}}.footer-section-s1 .footer-topbar:hover .booking-btn a{visibility:visible;opacity:1}.footer-section-s1 .footer-topbar .marquee-s2{position:relative;display:flex;justify-content:center;align-items:center;background-color:#000}.footer-section-s1 .footer-topbar .marquee-s2::before,.footer-section-s1 .footer-topbar .marquee-s2::after{content:"";position:absolute;top:0;width:50%;height:100%;z-index:2;pointer-events:none}.footer-section-s1 .footer-topbar .marquee-s2::before{left:0;background:linear-gradient(to right,#000 0%,transparent 100%)}.footer-section-s1 .footer-topbar .marquee-s2::after{right:0;background:linear-gradient(to left,#000 0%,transparent 100%)}.footer-section-s1 .footer-topbar h2{margin:0;text-align:center;color:#fff;font-size:100px;font-weight:500;line-height:normal;text-transform:capitalize}@media (max-width:991px){.footer-section-s1 .footer-topbar h2{font-size:70px;line-height:80px}}@media (max-width:575px){.footer-section-s1 .footer-topbar h2{font-size:50px;line-height:60px}}.footer-section-s1 .footer-topbar h2 small{display:block;margin:0 5px}.footer-section-s1 .footer-lower .row{border-top:1px solid #2c2e34;padding:25px 0}.footer-section-s1 .footer-lower p{color:#d1d1d1;font-size:18px;font-weight:500;line-height:normal;text-transform:capitalize;margin:0}@media (max-width:991px){.footer-section-s1 .footer-lower p{text-align:center;margin-bottom:10px}}@media (max-width:575px){.footer-section-s1 .footer-lower p{font-size:15px}}.footer-section-s1 .footer-lower p a{color:#d1d1d1;transition:all ease .4s}.footer-section-s1 .footer-lower p a:hover{color:#2563eb}.footer-section-s1 .widget-social{text-align:right;margin-top:0}@media (max-width:991px){.footer-section-s1 .widget-social{text-align:center}}.footer-section-s1 .widget-social li{display:inline;margin:0 10px}@media (max-width:575px){.footer-section-s1 .widget-social li{margin:0 5px}}.footer-section-s1 .widget-social li:last-child{margin-right:0}.footer-section-s1 .widget-social li a{color:#d1d1d1;font-size:18px;font-weight:400;line-height:26px;transition:all .3s ease-in-out}@media (max-width:575px){.footer-section-s1 .widget-social li a{font-size:15px;line-height:22px}}.footer-section-s1 .widget-social li a:hover{color:#2563eb}.sticky-header{width:100%;position:fixed;left:0;top:-200px;z-index:1111;opacity:0;transition:all .7s}.sticky-on{opacity:1;top:0}.wpo-about-section{padding:110px 0}@media (max-width:991px){.wpo-about-section{padding:80px 0;padding-bottom:120px}}@media (max-width:767px){.wpo-about-section{padding:50px 0}}@media (max-width:991px){.wpo-about-section .about-title-left{text-align:center}}.wpo-about-section .about-title-left span{color:#2563eb;font-size:24px;font-weight:600;line-height:65px;letter-spacing:-.24px;text-transform:capitalize;display:flex;align-items:center}@media (max-width:991px){.wpo-about-section .about-title-left span{justify-content:center}}@media (max-width:575px){.wpo-about-section .about-title-left span{font-size:20px;line-height:35px}}.wpo-about-section .about-title-left span i{line-height:unset;margin-right:10px;position:relative;top:-2px;max-width:35px}.wpo-about-section .about-title-right{}@media (max-width:991px){.wpo-about-section .about-title-right{text-align:center;margin-bottom:60px}}@media (max-width:575px){.wpo-about-section .about-title-right{margin-bottom:30px}}.wpo-about-section .about-title-right h2{color:#0e152b;font-size:55px;font-weight:500;line-height:65px;letter-spacing:-1.1px}@media (max-width:1399px){.wpo-about-section .about-title-right h2{font-size:43px;line-height:55px}}@media (max-width:1199px){.wpo-about-section .about-title-right h2{font-size:35px;line-height:45px}}@media (max-width:767px){.wpo-about-section .about-title-right h2{font-size:30px;line-height:40px}}@media (max-width:425px){.wpo-about-section .about-title-right h2{font-size:23px;line-height:33px}}.wpo-about-section .about-title-right h2 span{font-size:55px;font-weight:300}@media (max-width:1399px){.wpo-about-section .about-title-right h2 span{font-size:43px;line-height:55px}}@media (max-width:1199px){.wpo-about-section .about-title-right h2 span{font-size:35px;line-height:45px}}@media (max-width:767px){.wpo-about-section .about-title-right h2 span{font-size:30px;line-height:40px}}@media (max-width:425px){.wpo-about-section .about-title-right h2 span{font-size:25px;line-height:35px}}.wpo-about-section .about-max .about-wrap{display:flex;text-align:center;justify-content:center}@media (max-width:767px){.wpo-about-section .about-max .about-wrap{flex-wrap:wrap}}.wpo-about-section .about-max .about-wrap .about-items{max-width:571px;width:100%;border-radius:41px;text-align:center;padding:80px 116px 65px}@media (max-width:1399px){.wpo-about-section .about-max .about-wrap .about-items{padding:40px 70px 50px}}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items{padding:25px 40px 30px}}@media (max-width:767px){.wpo-about-section .about-max .about-wrap .about-items{padding:40px;margin-bottom:30px}}@media (max-width:429px){.wpo-about-section .about-max .about-wrap .about-items{padding:40px 10px}}.wpo-about-section .about-max .about-wrap .about-items .items-image img{border-radius:41px}.wpo-about-section .about-max .about-wrap .about-items .about-text{padding-top:45px}@media (max-width:1399px){.wpo-about-section .about-max .about-wrap .about-items .about-text{padding-top:30px}}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items .about-text{padding-top:20px}}.wpo-about-section .about-max .about-wrap .about-items .about-text h3{margin:0;color:#000;font-size:50px;font-weight:500;line-height:35px;text-transform:capitalize;padding-bottom:60px}@media (max-width:1399px){.wpo-about-section .about-max .about-wrap .about-items .about-text h3{padding-bottom:40px;font-size:45px;line-height:33px}}@media (max-width:1199px){.wpo-about-section .about-max .about-wrap .about-items .about-text h3{padding-bottom:30px;font-size:40px;line-height:30px}}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items .about-text h3{font-size:35px;line-height:27px;padding-bottom:20px}}@media (max-width:767px){.wpo-about-section .about-max .about-wrap .about-items .about-text h3{padding-bottom:25px}}@media (max-width:429px){.wpo-about-section .about-max .about-wrap .about-items .about-text h3{font-size:29px}}.wpo-about-section .about-max .about-wrap .about-items .about-text ul li+li{margin-top:17px}.wpo-about-section .about-max .about-wrap .about-items .about-text ul li span{border-radius:20.5px;background:#fff;box-shadow:0 4px 7px 0 rgba(0,0,0,.02);display:inline-block;font-size:16px;font-family:"Inter",sans-serif;font-weight:500;line-height:30px;text-transform:capitalize;padding:7px 25px;padding-left:49px;position:relative}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items .about-text ul li span{font-size:15px}}@media (max-width:429px){.wpo-about-section .about-max .about-wrap .about-items .about-text ul li span{font-size:13px;padding:6px 17px;padding-left:40px}}.wpo-about-section .about-max .about-wrap .about-items .about-text ul li span:before{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:29px;height:29px;content:"\e64c";background:#f6f7f9;font-family:"themify";text-align:center;border-radius:50%;font-size:14px;transition:all .3s}@media (max-width:429px){.wpo-about-section .about-max .about-wrap .about-items .about-text ul li span:before{width:22px;height:22px;font-size:10px;line-height:22px}}.wpo-about-section .about-max .about-wrap .about-items .about-text ul li:hover span:before,.wpo-about-section .about-max .about-wrap .about-items .about-text ul li.active span:before{background:#2563eb;color:#fff}.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {background:#2563eb;transform:rotate(-10.459deg);position:relative;left:30px;top:14px;padding:80px 70px 65px}@media (max-width:1399px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {padding:40px 70px 50px}}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {padding:25px 40px 30px;left:0}}@media (max-width:767px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {transform:none;top:0;padding:40px}}@media (max-width:429px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {transform:none;top:0;padding:40px 10px}}.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text h3 {color:#fff}.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span {background-color:transparent;color:#fff;box-shadow:none}.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span:before {color:#000}.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text li:hover span:before {background:#2563eb;color:#fff}.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {border-radius:41px;background:rgba(255,255,255,.62);-webkit-backdrop-filter:blur(51.5px);backdrop-filter:blur(51.5px);position:relative;margin-left:-190px}@media (max-width:1399px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {margin-left:-210px}}@media (max-width:1199px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {margin-left:-260px}}@media (max-width:767px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {margin-left:0;background-color:rgba(233,233,233,.62)}}.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {padding:0;transform:rotate(10.847deg);position:relative;z-index:-1;top:14px;margin-left:-226px}@media (max-width:1430px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {right:50px}}@media (max-width:991px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {right:0}}@media (max-width:767px){.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {transform:none;top:0;margin-left:0;margin-bottom:0}}.marquee-section .marquee_container,.marquee-section-s2 .marquee_container{width:100%;overflow:hidden;white-space:nowrap;background:#00cc83;padding:.5rem 0}.marquee-section .marquee-wrapper,.marquee-section-s2 .marquee-wrapper{display:flex;align-items:center}@media (max-width:1610px){.marquee-section .marquee,.marquee-section-s2 .marquee{padding-left:70px}}.marquee-section h2,.marquee-section-s2 h2{display:inline-block;margin-right:0;padding-right:60px;margin-bottom:0;color:#000;color:#fff;font-size:20px;font-weight:600;line-height:65px;text-transform:uppercase}.marquee-section h2 span,.marquee-section-s2 h2 span{text-decoration:underline}@media (max-width:1399px){.marquee-section h2,.marquee-section-s2 h2{margin-right:20px}}@media (max-width:575px){.marquee-section h2,.marquee-section-s2 h2{font-size:18px;line-height:45px}}.marquee-section h2 img,.marquee-section-s2 h2 img{line-height:50px;padding-right:25px}@media (max-width:1399px){.marquee-section h2 img,.marquee-section-s2 h2 img{padding-right:20px}}.wpo-service-section{position:relative;z-index:1;padding-top:90px;padding-bottom:190px;background:#061d61;border-bottom-right-radius:48px;border-bottom-left-radius:48px}@media (max-width:991px){.wpo-service-section{padding-bottom:160px}}@media (max-width:767px){.wpo-service-section{padding:60px 0;padding-bottom:130px}}@media (max-width:575px){.wpo-service-section{padding-bottom:100px}}.wpo-service-section .wpo-section-title span{color:#fff}.wpo-service-section .wpo-section-title h2{color:#fff}.wpo-service-section .wpo-section-title p{color:#fff}.wpo-service-section .service-wrap{display:flex;max-width:800px;margin:0 auto;flex-direction:column;align-items:center;overflow:hidden;height:auto;gap:20px}.wpo-service-section .service-wrap .service-items{overflow:hidden;width:100%;max-width:800px;color:#0b1f4b;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;position:relative;writing-mode:horizontal-tb;padding:20px;border-radius:30px;border:1px solid rgba(255,255,255,.11);background:#fff;height:80px}.wpo-service-section .service-wrap .service-items .service-default .service-bg{writing-mode:horizontal-tb;transform:rotate(0);color:#fff;font-size:22px;position:relative;z-index:11;margin:0;height:100%;display:flex;align-items:center;gap:20px}.wpo-service-section .service-wrap .service-items .service-default .service-bg h3{margin:0;text-align:center;font-size:24px;font-weight:600;line-height:1.2;text-transform:capitalize}@media (max-width:1199px){.wpo-service-section .service-wrap .service-items .service-default .service-bg h3{font-size:22px}}@media (max-width:575px){.wpo-service-section .service-wrap .service-items .service-default .service-bg h3{font-size:18px}}.wpo-service-section .service-wrap .service-items .service-default .service-bg img{transform:rotate(0);max-width:60px}@media (max-width:575px){.wpo-service-section .service-wrap .service-items .service-default .service-bg img{max-width:40px}}.wpo-service-section .service-wrap .service-items .service-expanded{display:none;flex-direction:column;align-items:flex-start;width:100%}.wpo-service-section .service-wrap .service-items .service-expanded .service-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:30px;position:absolute;left:0;top:0}.wpo-service-section .service-wrap .service-items .service-expanded .service-content{overflow:hidden;position:absolute;z-index:1;bottom:20px;left:40px;width:80%}@media (max-width:991px){.wpo-service-section .service-wrap .service-items .service-expanded .service-content{bottom:20px;left:20px}}.wpo-service-section .service-wrap .service-items .service-expanded .service-content h4{margin:0;color:#fff;font-size:28px;font-weight:500;line-height:1.4;text-transform:capitalize}.wpo-service-section .service-wrap .service-items .service-expanded .service-content p{margin:0;color:#fff;font-size:18px;font-weight:500;line-height:1.6}.wpo-service-section .service-wrap .active{flex:none;height:400px;writing-mode:horizontal-tb;padding:20px;border:0;border-radius:30px}.wpo-service-section .service-wrap .active::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 20%,#2563eb 100%);z-index:1;border-radius:30px}.wpo-service-section .service-wrap .service-items.active .service-default{display:none}.wpo-service-section .service-items.active .service-expanded{display:flex}.wpo-service-section .shape{position:absolute;bottom:-10px;left:50%;z-index:-1;transform:translateX(-50%)}.wpo-service-section .shape svg{width:481px;height:121px}@media (max-width:767px){.wpo-service-section .shape svg{height:90px}}.wpo-service-section .service-btn{position:absolute;bottom:-40px;left:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.wpo-service-section .service-btn{bottom:-30px}}@media (max-width:500px){.wpo-service-section .service-btn{max-width:300px;width:100%;text-align:center}}.wpo-service-section .box{position:absolute;background-color:#fff;width:105px;height:100px;bottom:0;left:0;z-index:-1}@media (max-width:991px){.wpo-service-section .box{width:60px;height:60px}}@media (max-width:575px){.wpo-service-section .box{display:none}}.wpo-service-section .box-2{position:absolute;background-color:#00cc83;width:105px;height:100px;bottom:100px;left:105px;z-index:-1}@media (max-width:991px){.wpo-service-section .box-2{width:60px;height:60px;bottom:60px;left:60px}}@media (max-width:575px){.wpo-service-section .box-2{display:none}}@media (max-width:425px){.wpo-feature-section .wpo-section-title h2{font-size:30px}}@media (min-width:991px){.wpo-feature-section .owl-item:nth-child(even) .feature-items {transform:translateY(0);animation:margin 10s linear infinite}.wpo-feature-section .owl-item:nth-child(odd) .feature-items {transform:translateY(0);animation:marginOdd 10s linear infinite}}.wpo-feature-section .owl-stage-outer{padding-top:60px}@media (max-width:991px){.wpo-feature-section .owl-stage-outer{padding-top:0}}.wpo-feature-section .feature-max{max-width:1815px;margin:0 auto}.wpo-feature-section .feature-max .feature-wrap .feature-items{text-align:center;border-radius:6px;border:1px solid #ebebee;background:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.06);padding:33px 19px 45px}.wpo-feature-section .feature-max .feature-wrap .feature-items .icon{border-radius:50%;width:165px;height:165px;display:flex;align-items:center;justify-content:center;background-color:rgba(56,96,210,.06);margin:0 auto}@media (max-width:1399px){.wpo-feature-section .feature-max .feature-wrap .feature-items .icon{width:140px;height:140px}}.wpo-feature-section .feature-max .feature-wrap .feature-items .icon img{max-width:90px;width:100%}@media (max-width:1399px){.wpo-feature-section .feature-max .feature-wrap .feature-items .icon img{max-width:70px}}.wpo-feature-section .feature-max .feature-wrap .feature-items .text{padding:20px 0}.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3{font-size:24px;font-weight:500;line-height:29px;margin:0 auto;max-width:240px}@media (max-width:1826px){.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3{font-size:22px}}@media (max-width:1399px){.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3{font-size:18px;max-width:190px}}@media (max-width:500px){.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3{font-size:20px;max-width:225px}}.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 a{color:#0e152b}.wpo-feature-section .feature-max .feature-wrap .feature-items .arrow-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px dashed #000;border-radius:50%;margin:0 auto;transition:all ease-in-out .3s}.wpo-feature-section .feature-max .feature-wrap .feature-items .icon-hover{display:none}.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .icon-active{display:none}.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .icon-hover{display:block}.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .arrow-icon{background-color:#2563eb;border:1px dashed #2563eb}.wpo-feature-section .feature-max .feature-wrap .owl-nav{display:none}.wpo-video-section{position:relative;text-align:center}.wpo-video-section .video-image img{margin:0 auto;display:block;max-width:100%}.wpo-video-section::before{position:absolute;content:"";background:linear-gradient(180deg,#fff 3.11%,rgba(255,255,255,.8) 13.53%,rgba(255,255,255,.54) 24.63%,rgba(255,255,255,.25) 34.73%,rgba(255,255,255,.13) 39.26%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 57.94%,rgba(255,255,255,0) 61.41%,rgba(255,255,255,0) 100%);top:0;left:0;width:100%;height:100%}.wpo-video-section .video-holder .video-btn{position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%,-50%)}.wpo-video-section .booking-btn a{display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center;border-radius:50%;text-transform:capitalize;background-color:#2563eb;margin:0 auto;opacity:0;visibility:hidden;width:180px;height:180px}@media (max-width:991px){.wpo-video-section .booking-btn a{width:130px;height:130px}}@media (max-width:575px){.wpo-video-section .booking-btn a{width:90px;height:90px}}.wpo-video-section .booking-btn a svg{width:25px;height:25px;display:block;margin:0 auto;margin-bottom:5px}@media (max-width:575px){.wpo-video-section .booking-btn a svg{width:16px;height:16px}}.wpo-video-section .booking-btn a small{display:block;text-align:center;color:#fff;font-family:"Inter",sans-serif;font-size:18px;font-weight:600;line-height:128%;text-transform:capitalize}@media (max-width:575px){.wpo-video-section .booking-btn a small{font-size:14px}}.wpo-video-section .video-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:100%}.wpo-video-section .video-text h2{color:#fff;font-size:200px;font-style:normal;font-weight:500;line-height:90%;text-transform:capitalize}@media (max-width:1500px){.wpo-video-section .video-text h2{font-size:160px;line-height:80%}}@media (max-width:1199px){.wpo-video-section .video-text h2{font-size:140px;line-height:70%}}@media (max-width:991px){.wpo-video-section .video-text h2{font-size:110px}}@media (max-width:767px){.wpo-video-section .video-text h2{font-size:78px}}@media (max-width:575px){.wpo-video-section .video-text h2{font-size:62px}}@media (max-width:425px){.wpo-video-section .video-text h2{font-size:45px}}.wpo-video-section:hover .booking-btn a{visibility:visible;opacity:1}.wpo-odometer-section,.wpo-odometer-section-s2{padding:120px 0;padding-bottom:0;position:relative;z-index:1}@media (max-width:991px){.wpo-odometer-section,.wpo-odometer-section-s2{padding-top:90px}}@media (max-width:767px){.wpo-odometer-section,.wpo-odometer-section-s2{padding-top:60px}}.wpo-odometer-section .odometer-title,.wpo-odometer-section-s2 .odometer-title{text-align:center;margin-bottom:40px}@media (max-width:575px){.wpo-odometer-section .odometer-title,.wpo-odometer-section-s2 .odometer-title{margin-bottom:30px}}.wpo-odometer-section .odometer-title h2,.wpo-odometer-section-s2 .odometer-title h2{margin:0;font-size:22px;font-weight:500;line-height:37px;text-transform:capitalize}@media (max-width:575px){.wpo-odometer-section .odometer-title h2,.wpo-odometer-section-s2 .odometer-title h2{font-size:20px;line-height:30px}}.wpo-odometer-section .odometer-content,.wpo-odometer-section-s2 .odometer-content{display:flex;align-items:center;justify-content:space-between}@media (max-width:991px){.wpo-odometer-section .odometer-content,.wpo-odometer-section-s2 .odometer-content{flex-wrap:wrap}}.wpo-odometer-section .odometer-content .odometer-items,.wpo-odometer-section-s2 .odometer-content .odometer-items{position:relative;text-align:center;width:100%}@media (max-width:991px){.wpo-odometer-section .odometer-content .odometer-items,.wpo-odometer-section-s2 .odometer-content .odometer-items{width:50%}}@media (max-width:500px){.wpo-odometer-section .odometer-content .odometer-items,.wpo-odometer-section-s2 .odometer-content .odometer-items{width:100%;text-align:center;margin:0 auto}}.wpo-odometer-section .odometer-content .odometer-items h2,.wpo-odometer-section-s2 .odometer-content .odometer-items h2{margin:0;color:rgba(0,0,0,.08);font-size:89px;font-weight:500;line-height:82%;text-transform:capitalize}@media (max-width:575px){.wpo-odometer-section .odometer-content .odometer-items h2,.wpo-odometer-section-s2 .odometer-content .odometer-items h2{font-size:75px}}.wpo-odometer-section .odometer-content .odometer-items h2 .small,.wpo-odometer-section-s2 .odometer-content .odometer-items h2 .small{font-size:89px;font-weight:500;line-height:82%;position:relative;top:6px}@media (max-width:575px){.wpo-odometer-section .odometer-content .odometer-items h2 .small,.wpo-odometer-section-s2 .odometer-content .odometer-items h2 .small{font-size:75px;top:5px}}.wpo-odometer-section .odometer-content .odometer-items h3,.wpo-odometer-section-s2 .odometer-content .odometer-items h3{margin:0;text-align:center;color:#010101;font-size:20px;text-transform:lowercase;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;font-size:18px;font-weight:600;line-height:120%}@media (max-width:1199px){.wpo-odometer-section .odometer-content .odometer-items h3,.wpo-odometer-section-s2 .odometer-content .odometer-items h3{font-size:18px}}.wpo-project-section{padding:170px 0;padding-bottom:0}@media (max-width:991px){.wpo-project-section{padding-top:70px}}@media (max-width:767px){.wpo-project-section{padding-top:50px}}.wpo-project-section .title-btn-right{text-align:right}@media (max-width:991px){.wpo-project-section .title-btn-right{text-align:center;margin-bottom:30px}}.wpo-project-section .project-slider{position:relative}.wpo-project-section .project-slider .owl-stage{position:relative;display:flex;align-items:center;margin-left:200px}@media (max-width:1199px){.wpo-project-section .project-slider .owl-stage{margin-left:2px}}.wpo-project-section .project-slider .owl-item{max-width:510px}.wpo-project-section .project-slider .owl-nav{display:none}.wpo-project-section .project-slider .owl-dots{text-align:center;margin-top:20px}@media (min-width:992px){.wpo-project-section .project-slider .owl-dots{display:none}}.wpo-project-section .project-slider .owl-dots button{margin:5px;border:1px solid #2563eb;width:10px;height:14px;border-radius:100px}.wpo-project-section .project-slider .owl-dots button.active{background:#2563eb}.wpo-project-section .project-wrapper{max-width:1830px;margin:0 auto}.wpo-project-section .project-wrapper .project-card{position:relative;z-index:1}.wpo-project-section .project-wrapper .project-card .image img{border-radius:16px;max-width:510px;width:100%}.wpo-project-section .project-wrapper .project-card .image .content{width:100%;max-width:395px;box-shadow:0 4px 26px 0 rgba(0,0,0,.13);padding:40px 33px;position:absolute;left:50%;bottom:-30px;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:all .3s ease-in-out;border-radius:21px;background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(51.5px);backdrop-filter:blur(51.5px)}@media (max-width:1399px){.wpo-project-section .project-wrapper .project-card .image .content{max-width:340px;padding:20px}}@media (max-width:767px){.wpo-project-section .project-wrapper .project-card .image .content{max-width:240px;padding:15px}}.wpo-project-section .project-wrapper .project-card .image .content h2{margin-bottom:0;max-width:100%;font-family:"Inter",sans-serif;font-size:24px;font-weight:500;line-height:29px;letter-spacing:-.84px;text-transform:capitalize}@media (max-width:1399px){.wpo-project-section .project-wrapper .project-card .image .content h2{font-size:22px}}@media (max-width:767px){.wpo-project-section .project-wrapper .project-card .image .content h2{font-size:18px;max-width:100%}}.wpo-project-section .project-wrapper .project-card .image .content h2 a{color:#0e152b;transition:all ease-in .4s}.wpo-project-section .project-wrapper .project-card .image .content h2 a:hover{color:#2563eb}.wpo-project-section .project-wrapper .project-card .image .content .icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2563eb;border-radius:100px;text-align:center;line-height:50px;position:absolute;right:40px;top:40px}@media (max-width:1399px){.wpo-project-section .project-wrapper .project-card .image .content .icon{top:22px;right:20px}}@media (max-width:767px){.wpo-project-section .project-wrapper .project-card .image .content .icon{width:40px;height:40px;right:10px}}.wpo-project-section .project-wrapper .project-card .image .content .icon a img{max-width:20px;width:100%}.wpo-project-section .project-wrapper .project-card .image:hover .content{visibility:visible;opacity:1}.wpo-history-section,.wpo-history-section-s2{position:relative;z-index:1}.wpo-history-section::before,.wpo-history-section-s2::before{position:absolute;content:"";background:linear-gradient(180deg,rgba(246,247,251,0) 0%,#f4f6ff 100%);top:0;left:0;width:100%;height:100%;z-index:-1}@media (max-width:425px){.wpo-history-section .wpo-section-title span,.wpo-history-section-s2 .wpo-section-title span{font-size:19px;line-height:36px}.wpo-history-section .wpo-section-title h2,.wpo-history-section-s2 .wpo-section-title h2{font-size:29px}}.wpo-history-section .history-item,.wpo-history-section-s2 .history-item{text-align:center}@media (max-width:991px){.wpo-history-section .history-item,.wpo-history-section-s2 .history-item{margin-bottom:40px}}.wpo-history-section .history-item h2,.wpo-history-section-s2 .history-item h2{margin:0;color:#2563eb;font-size:180px;font-weight:500;line-height:55px;text-transform:capitalize;line-height:170px}@media (max-width:1199px){.wpo-history-section .history-item h2,.wpo-history-section-s2 .history-item h2{font-size:155px;line-height:140px}}@media (max-width:991px){.wpo-history-section .history-item h2,.wpo-history-section-s2 .history-item h2{font-size:120px;line-height:110px}}@media (max-width:575px){.wpo-history-section .history-item h2,.wpo-history-section-s2 .history-item h2{font-size:95px;line-height:90px}}@media (max-width:425px){.wpo-history-section .history-item h2,.wpo-history-section-s2 .history-item h2{font-size:80px;line-height:85px}}.wpo-history-section .history-item .text,.wpo-history-section-s2 .history-item .text{padding-top:40px}@media (max-width:991px){.wpo-history-section .history-item .text,.wpo-history-section-s2 .history-item .text{padding-top:0}}.wpo-history-section .history-item .text h3,.wpo-history-section-s2 .history-item .text h3{margin:0;color:#032532;font-size:25px;font-weight:600;text-transform:capitalize;line-height:normal}@media (max-width:1399px){.wpo-history-section .history-item .text h3,.wpo-history-section-s2 .history-item .text h3{font-size:23px}}@media (max-width:1199px){.wpo-history-section .history-item .text h3,.wpo-history-section-s2 .history-item .text h3{font-size:20px}}@media (max-width:767px){.wpo-history-section .history-item .text h3,.wpo-history-section-s2 .history-item .text h3{font-size:16px}}@media (max-width:575px){.wpo-history-section .history-item .text h3,.wpo-history-section-s2 .history-item .text h3{font-size:19px}}@media (max-width:991px){.wpo-history-section .col:last-child .history-item,.wpo-history-section-s2 .col:last-child .history-item{margin-bottom:0}}.wpo-faq-section{padding:170px 0;padding-bottom:140px;border-radius:33px;background:#122354;position:relative;z-index:1}@media (max-width:991px){.wpo-faq-section{padding:90px 0}}@media (max-width:767px){.wpo-faq-section{padding:60px 0}}.wpo-faq-section .wpo-section-title-s2 span{color:#fff}.wpo-faq-section .wpo-section-title-s2 h2{color:#fff}.wpo-faq-section .wpo-section-title-s2 p{max-width:466px;color:#fff}@media (max-width:991px){.wpo-faq-section .wpo-section-title-s2 p{margin:0 auto}.wpo-faq-section .wpo-faq-items{margin-top:40px}.wpo-faq-section .wpo-faq-box{text-align:center}}.wpo-faq-section .accordion-item{border:0;border-radius:0;border-top:1px solid rgba(243,243,243,.1);padding:5px 20px;background-color:transparent;padding-left:0}@media (max-width:575px){.wpo-faq-section .accordion-item{padding:0 10px}}.wpo-faq-section .accordion-item:last-child{margin-bottom:0}.wpo-faq-section .accordion-item .accordion-body{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:30px}@media (max-width:991px){.wpo-faq-section .accordion-item .accordion-body{padding-top:0}}.wpo-faq-section .accordion-item .accordion-body p{margin-bottom:0;color:#fff}@media (max-width:575px){.wpo-faq-section .accordion-item .accordion-body p{font-size:16px;line-height:25px}}.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {box-shadow:none}.wpo-faq-section .accordion-item button{padding:25px;border:0;border-radius:0;padding-left:0;padding-right:0;font-family:"Inter",sans-serif;color:#fff;font-size:21px;font-weight:500;line-height:30px;letter-spacing:-.42px}@media (max-width:1399px){.wpo-faq-section .accordion-item button{font-size:20px}}@media (max-width:1199px){.wpo-faq-section .accordion-item button{font-size:17px}}@media (max-width:575px){.wpo-faq-section .accordion-item button{line-height:25px;padding:12px 0}}.wpo-faq-section .accordion-item button::after{background:none;font-family:"themify";content:"\e622";font-size:15px;transform:rotate(0deg);font-weight:700}.wpo-faq-section .accordion-item button.collapsed{color:#fff}.wpo-faq-section .accordion-item button.collapsed::after{content:"\e61a"}.wpo-faq-section .accordion-item button:focus{box-shadow:none;outline:none;border-color:#f5f3f3}.wpo-faq-section .accordion-item .accordion-collapse{border:0}.wpo-faq-section .accordion-button{background:transparent}.wpo-faq-section .shape-1{position:absolute;bottom:0;left:0;width:100px;height:100px;background-color:#2563eb;z-index:-1}@media (max-width:991px){.wpo-faq-section .shape-1{width:40px;height:40px}}@media (max-width:767px){.wpo-faq-section .shape-1{width:30px;height:30px}}.wpo-faq-section .shape-2{position:absolute;bottom:0;left:200px;width:100px;height:100px;background:#fff;z-index:-1}@media (max-width:991px){.wpo-faq-section .shape-2{width:40px;height:40px;left:80px}}@media (max-width:767px){.wpo-faq-section .shape-2{width:30px;height:30px;left:60px}}.wpo-faq-section .shape-3{position:absolute;bottom:100px;left:100px;width:100px;height:100px;background-color:#e7fcaf;z-index:-1}@media (max-width:991px){.wpo-faq-section .shape-3{width:40px;height:40px;bottom:40px;left:40px}}@media (max-width:767px){.wpo-faq-section .shape-3{width:30px;height:30px;bottom:30px;left:30px}}.wpo-brand-partner-section,.wpo-brand-partner-sections-s2{background-color:#f2fafb}.wpo-brand-partner-section .client-wrap,.wpo-brand-partner-sections-s2 .client-wrap{width:100%;table-layout:flex}.wpo-brand-partner-section .client-wrap .client-logo ul,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul{display:flex;flex-wrap:wrap}.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{border-collapse:collapse;flex-basis:16%;border:1px solid rgba(0,0,0,.15);text-align:center;width:240px;height:205px;line-height:205px;margin-top:-1px;margin-right:-1px}@media (max-width:1399px){.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{flex-basis:20%}}@media (max-width:1199px){.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{flex-basis:25%;width:200px;height:170px;line-height:170px}}@media (max-width:991px){.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{flex-basis:33.33%;width:170px;height:140px;line-height:140px}}@media (max-width:575px){.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{height:100px;line-height:100px}}@media (max-width:425px){.wpo-brand-partner-section .client-wrap .client-logo ul li,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li{flex-basis:50%}}@media (max-width:767px){.wpo-brand-partner-section .client-wrap .client-logo ul li img,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li img{max-width:125px;width:100%}}@media (max-width:575px){.wpo-brand-partner-section .client-wrap .client-logo ul li img,.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li img{max-width:100px;width:100%}}.text-marquee{overflow:hidden;position:relative;padding:40px 0;border-top:1px dashed rgba(0,0,0,.29);border-bottom:1px dashed rgba(0,0,0,.29)}@media (max-width:991px){.text-marquee{padding:30px 0}.text-marquee{padding:20px 0}}.text-marquee .wraper .marquee_container{width:100%;overflow:hidden;white-space:nowrap;padding:.5rem 0}@media (max-width:1610px){.text-marquee .wraper .marquee{padding-left:70px}}@media (max-width:991px){.text-marquee .wraper{display:block;text-align:center}}.text-marquee .booking-btn a{width:180px;height:180px;background:#2563eb;display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center;border-radius:50%;font-size:18px;font-style:normal;font-weight:700;line-height:128%;text-transform:capitalize;color:#036c5f;margin:0 auto;opacity:0;visibility:hidden}@media (max-width:991px){.text-marquee .booking-btn a{width:150px;height:150px}}@media (max-width:575px){.text-marquee .booking-btn a{width:100px;height:100px;font-size:14px}}.text-marquee .booking-btn a small{display:block;max-width:121px;color:#fff}@media (max-width:575px){.text-marquee .booking-btn a small{max-width:100px}}.text-marquee:hover .booking-btn a{visibility:visible;opacity:1}.text-marquee .marquee-s2{position:relative;display:flex;justify-content:center;align-items:center;background-color:transparent}.text-marquee .marquee-s2::before,.text-marquee .marquee-s2::after{content:"";position:absolute;top:0;width:30%;height:100%;z-index:2;pointer-events:none}.text-marquee .marquee-s2::before{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.text-marquee .marquee-s2::after{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}.text-marquee h2{text-align:center;color:#000;font-size:100px;font-weight:500;line-height:normal;text-transform:capitalize}@media (max-width:991px){.text-marquee h2{font-size:70px;line-height:80px}}@media (max-width:575px){.text-marquee h2{font-size:50px;line-height:60px}}.text-marquee h2 small{display:block;margin:0 5px}.wpo-testimonial-section{padding-top:90px;padding-bottom:120px}@media (max-width:991px){.wpo-testimonial-section{padding:90px 0}}@media (max-width:575px){.wpo-testimonial-section{padding:60px 0}}.wpo-testimonial-section .testimonial-wrap{background:transparent;box-shadow:0 4px 31px 0 transparent;padding:0 70px 52px 70px;display:flex}@media (max-width:1199px){.wpo-testimonial-section .testimonial-wrap{padding:40px 20px}}@media (max-width:991px){.wpo-testimonial-section .testimonial-wrap{display:block;padding:0}}@media (max-width:575px){.wpo-testimonial-section .content{padding-bottom:50px}}.wpo-testimonial-section .content p{color:#222;font-size:30px;font-weight:500;line-height:52px;letter-spacing:-.9px;margin-bottom:40px;max-width:725px}@media (max-width:1399px){.wpo-testimonial-section .content p{font-size:25px;line-height:40px}}@media (max-width:991px){.wpo-testimonial-section .content p{margin-bottom:20px}}@media (max-width:575px){.wpo-testimonial-section .content p{font-size:25px;line-height:30px}}.wpo-testimonial-section .content .client-name{border-top:1px solid rgba(24,24,94,.1);padding-top:50px}@media (max-width:991px){.wpo-testimonial-section .content .client-name{padding-top:30px}}.wpo-testimonial-section .content .client-name h4{margin:0;display:inline;color:#222;font-size:22px;font-weight:500;line-height:30px;letter-spacing:-.66px}.wpo-testimonial-section .content .client-name span{display:inline;color:#696969;font-size:14px;font-weight:400}.wpo-testimonial-section .slick-list{overflow:visible}.wpo-testimonial-section .image{width:428px;display:inline-block}@media (max-width:767px){.wpo-testimonial-section .image{width:100%}}.wpo-testimonial-section .image .item{position:relative}.wpo-testimonial-section .image .item img{width:100%;-o-object-fit:cover;object-fit:cover}.wpo-testimonial-section .image .feedback{text-align:center;color:#2563eb;position:absolute;right:136px;top:-27px;border-radius:50%;width:90px;height:90px;line-height:90px;background:#fff;box-shadow:0 0 16px 0 rgba(0,0,0,.05)}@media (max-width:1199px){.wpo-testimonial-section .image .feedback{right:50px}}@media (max-width:575px){.wpo-testimonial-section .image .feedback{display:none}}.wpo-testimonial-section .image .feedback i{font-size:45px;color:#2563eb}.wpo-testimonial-section .image .item ul{border-radius:22px;background:#fff;width:189px;text-align:center;position:absolute;left:35%;bottom:-80px;transform:translateX(-50%);border-radius:22.5px;border:1px solid #e1e1e1}@media (max-width:1199px){.wpo-testimonial-section .image .item ul{left:45%}}@media (max-width:449px){.wpo-testimonial-section .image .item ul{left:50%;bottom:-75px}}.wpo-testimonial-section .image .item ul::before{position:absolute;content:"";left:43%;top:-17px;width:25px;height:22px;background:#fff;z-index:-1;background:url(http://mikrolazer.com/assets/images/testimonial/shape.svg)}.wpo-testimonial-section .image .item ul li{display:inline-block}.wpo-testimonial-section .image .item ul li i{font-size:16px;color:#ff8c22;padding:9px 3px;display:block}.wpo-testimonial-section .image .item img{width:300px;height:300px;border-radius:300px;background:#d9d9d9}@media (max-width:575px){.wpo-testimonial-section .image .item img{height:100%}}@media (max-width:1199px){.wpo-testimonial-section .image{width:340px}}.wpo-testimonial-section .content-wrap{width:calc(100% - 460px);padding-left:0}@media (max-width:1199px){.wpo-testimonial-section .content-wrap{width:calc(100% - 340px)}}@media (max-width:991px){.wpo-testimonial-section .content-wrap{width:100%;display:block;margin-top:100px}}.wpo-testimonial-section .slick-arrow{position:absolute;top:auto;left:auto;right:0;bottom:-30px;width:50px;height:50px;border-radius:100px;transition:all .3s ease-in-out;z-index:1}@media (max-width:991px){.wpo-testimonial-section .slick-arrow{bottom:-45px}}.wpo-testimonial-section .slick-arrow.slick-prev,.wpo-testimonial-section .slick-arrow.slick-next{right:80px}.wpo-testimonial-section .slick-arrow.slick-prev::after,.wpo-testimonial-section .slick-arrow.slick-next::after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);content:"\f10c";font-family:flaticon_fixaroo;font-size:15px;color:#000;transition:all .3s ease-in-out}.wpo-testimonial-section .slick-arrow.slick-prev::before,.wpo-testimonial-section .slick-arrow.slick-next::before{display:none}.wpo-testimonial-section .slick-arrow.slick-next{right:0}.wpo-testimonial-section .slick-arrow.slick-next::after{content:"\f10d"}.wpo-testimonial-section .slick-arrow.slick-next::before{display:none}.wpo-testimonial-section .slick-arrow:hover{background:#2563eb}.wpo-testimonial-section .slick-arrow:hover::after{color:#fff}.wpo-cta-section{background:url(http://mikrolazer.com/assets/images/cta.jpg) no-repeat right;position:relative;z-index:1;padding-top:190px;padding-bottom:150px;margin:0 40px;border-radius:15px}@media (max-width:1199px){.wpo-cta-section{margin:0 20px}}@media (max-width:991px){.wpo-cta-section{padding:90px 0}}@media (max-width:575px){.wpo-cta-section{padding:60px 0;margin:0}}.wpo-cta-section::before{position:absolute;left:0;top:0;content:"";background:linear-gradient(258deg,rgba(239,239,240,0) 36.38%,rgba(239,239,240,.31) 41.51%,rgba(239,239,240,.56) 45.53%,#efeff0 51.07%,#efeff0 60.52%,#efeff0 71.12%,#efeff0 94.37%);width:100%;height:100%;z-index:-1;border-radius:15px}.wpo-cta-section .cta-content{position:relative;z-index:1;padding-left:215px}@media (max-width:1199px){.wpo-cta-section .cta-content{padding-left:100px}}@media (max-width:991px){.wpo-cta-section .cta-content{padding-left:0;text-align:center}}.wpo-cta-section .cta-content .cta-title span{color:#000;font-size:18px;font-weight:500;line-height:40px;text-transform:capitalize}@media (max-width:575px){.wpo-cta-section .cta-content .cta-title span{font-size:17px;line-height:25px}}.wpo-cta-section .cta-content .cta-sub-title h2{margin:0;color:#000;font-size:60px;font-weight:500;line-height:60px;letter-spacing:-2.4px;text-transform:capitalize;padding-top:12px}@media (max-width:767px){.wpo-cta-section .cta-content .cta-sub-title h2{font-size:50px;line-height:55px;padding-top:0}}@media (max-width:575px){.wpo-cta-section .cta-content .cta-sub-title h2{font-size:34px;line-height:50px}}@media (max-width:425px){.wpo-cta-section .cta-content .cta-sub-title h2{font-size:29px;line-height:40px}}.wpo-cta-section .cta-content .cta-sub-title h2 span{font-weight:300;font-size:60px}@media (max-width:767px){.wpo-cta-section .cta-content .cta-sub-title h2 span{font-size:50px;line-height:55px}}@media (max-width:575px){.wpo-cta-section .cta-content .cta-sub-title h2 span{font-size:34px;line-height:50px}}@media (max-width:425px){.wpo-cta-section .cta-content .cta-sub-title h2 span{font-size:29px;line-height:40px}}.wpo-cta-section .cta-content .cta-btns{display:flex;padding-top:40px}@media (max-width:991px){.wpo-cta-section .cta-content .cta-btns{justify-content:center;padding-top:20px}}@media (max-width:425px){.wpo-cta-section .cta-content .cta-btns{display:block}}@media (max-width:767px){.wpo-cta-section .cta-content .cta-btns .theme-btn-s2{padding:15px 30px;font-size:14px;line-height:22px;padding-right:40px}}@media (max-width:991px){.wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before{top:50%}}@media (max-width:418px){.wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before{top:52%}}.wpo-cta-section .cta-content .cta-content-shape{position:absolute;top:-53px;left:170px;z-index:-1}@media (max-width:1199px){.wpo-cta-section .cta-content .cta-content-shape{left:55px}}@media (max-width:991px){.wpo-cta-section .cta-content .cta-content-shape{display:none}}.wpo-cta-section .booking-btn a{width:245px;height:245px;background:#2563eb;display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center;border-radius:50%;font-size:18px;font-style:normal;font-weight:700;line-height:128%;text-transform:capitalize;color:#fff;margin:0 auto;opacity:0;visibility:hidden}@media (max-width:991px){.wpo-cta-section .booking-btn a{width:210px;height:210px}}@media (max-width:575px){.wpo-cta-section .booking-btn a{width:150px;height:150px;font-size:16px}}.wpo-cta-section .booking-btn a i{display:block;margin-bottom:5px}.wpo-cta-section .booking-btn a small{display:block;max-width:150px}.wpo-cta-section:hover .booking-btn a{visibility:visible;opacity:1}@media (max-width:991px){.wpo-blog-section.section-padding{padding:90px 0;padding-bottom:60px}}@media (max-width:767px){.wpo-blog-section.section-padding{padding:60px 0;padding-bottom:30px}}.wpo-blog-section .title-btn-right{text-align:right}@media (max-width:991px){.wpo-blog-section .title-btn-right{text-align:center;margin-bottom:30px}.wpo-blog-section .blog-card{margin-bottom:30px}}.wpo-blog-section .blog-card .blog-image{position:relative;overflow:hidden;transform:scale(1)}.wpo-blog-section .blog-card .blog-image img{width:100%;transition:all ease-in-out .4s}.wpo-blog-section .blog-card .blog-image::before{position:absolute;top:0;left:-79%;z-index:2;display:block;content:"";width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);transform:skewX(-30deg)}.wpo-blog-section .blog-card .blog-image:hover img{transform:scale(1.1)}.wpo-blog-section .blog-card .blog-image:hover::before{animation:shine .95s}.wpo-blog-section .blog-card .blog-text{padding-top:35px}@media (max-width:991px){.wpo-blog-section .blog-card .blog-text{padding-top:20px}}@media (max-width:425px){.wpo-blog-section .blog-card .blog-text{padding-top:10px}}.wpo-blog-section .blog-card .blog-text h2{margin:0;font-size:24px;font-weight:600;line-height:34px;max-width:505px}@media (max-width:1199px){.wpo-blog-section .blog-card .blog-text h2{font-size:20px;line-height:30px;max-width:376px}}@media (max-width:425px){.wpo-blog-section .blog-card .blog-text h2{font-size:17px;line-height:22px}}.wpo-blog-section .blog-card .blog-text h2 a{color:#043460;transition:all ease-in-out .4s}.wpo-blog-section .blog-card .blog-text h2 a:hover{color:#4d60bd}.wpo-blog-section .blog-card .blog-text h3{margin:0;font-size:36px;font-weight:500;line-height:34px;max-width:603px}@media (max-width:1199px){.wpo-blog-section .blog-card .blog-text h3{font-size:30px;line-height:30px;max-width:510px}}@media (max-width:574px){.wpo-blog-section .blog-card .blog-text h3{font-size:24px}}@media (max-width:425px){.wpo-blog-section .blog-card .blog-text h3{font-size:17px;line-height:23px}}.wpo-blog-section .blog-card .blog-text h3 a{color:#043460;transition:all ease-in-out .4s}.wpo-blog-section .blog-card .blog-text h3 a:hover{color:#4d60bd}.wpo-blog-section .blog-card .blog-text .blog-bottom{padding-top:20px}@media (max-width:425px){.wpo-blog-section .blog-card .blog-text .blog-bottom{padding-top:10px}}.wpo-blog-section .blog-card .blog-text .blog-bottom .more-btn{position:relative;color:#095091;text-decoration:underline;transition:all ease .4s}.wpo-blog-section .blog-card .blog-text .blog-bottom .ti{position:relative;top:3px;color:#095091;transition:all ease .4s}.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .more-btn{color:#4d60bd}.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .ti{color:#4d60bd}@keyframes shine {
  100% {
    left: 125%;
  }
}.wpo-about-section-s2,.wpo-about-section-s3{padding:120px 0;padding-bottom:200px}@media (max-width:1199px){.wpo-about-section-s2,.wpo-about-section-s3{padding-bottom:120px}}@media (max-width:991px){.wpo-about-section-s2,.wpo-about-section-s3{padding:90px 0}}@media (max-width:757px){.wpo-about-section-s2,.wpo-about-section-s3{padding:60px 0}}.wpo-about-section-s2 .wpo-section-title-s2,.wpo-about-section-s3 .wpo-section-title-s2{margin-bottom:50px}@media (max-width:575px){.wpo-about-section-s2 .wpo-section-title-s2,.wpo-about-section-s3 .wpo-section-title-s2{margin-bottom:30px}}.wpo-about-section-s2 .wpo-section-title-s2 span,.wpo-about-section-s3 .wpo-section-title-s2 span{color:#2563eb}.wpo-about-section-s2 .wpo-section-title-s2 h3,.wpo-about-section-s3 .wpo-section-title-s2 h3{margin:0;font-size:20px;max-width:750px;line-height:30px;font-weight:400;padding-top:20px}@media (max-width:575px){.wpo-about-section-s2 .wpo-section-title-s2 h3,.wpo-about-section-s3 .wpo-section-title-s2 h3{padding-top:10px}}.wpo-about-section-s2 .about-left .about-image,.wpo-about-section-s3 .about-left .about-image{position:relative}.wpo-about-section-s2 .about-left .about-image .about-list,.wpo-about-section-s3 .about-left .about-image .about-list{position:absolute;bottom:-82px;right:-40px;border:1px solid #e4e4e4;padding:45px 28px 55px;border-radius:41px;background:rgba(255,255,255,.62);-webkit-backdrop-filter:blur(51.5px);backdrop-filter:blur(51.5px)}@media (max-width:1199px){.wpo-about-section-s2 .about-left .about-image .about-list,.wpo-about-section-s3 .about-left .about-image .about-list{right:-10px;bottom:-130px}}@media (max-width:991px){.wpo-about-section-s2 .about-left .about-image .about-list,.wpo-about-section-s3 .about-left .about-image .about-list{position:unset;margin-top:40px;text-align:center}}@media (max-width:425px){.wpo-about-section-s2 .about-left .about-image .about-list,.wpo-about-section-s3 .about-left .about-image .about-list{padding:30px 10px 30px}}.wpo-about-section-s2 .about-left .about-image .about-list .icon img,.wpo-about-section-s3 .about-left .about-image .about-list .icon img{max-width:66px;width:100%}.wpo-about-section-s2 .about-left .about-image .about-list .about-text,.wpo-about-section-s3 .about-left .about-image .about-list .about-text{padding-left:10px}.wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,.wpo-about-section-s3 .about-left .about-image .about-list .about-text h3{margin:0;color:#000;font-size:40px;font-weight:600;line-height:65px;text-transform:capitalize;padding-bottom:15px;padding-top:10px}@media (max-width:425px){.wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,.wpo-about-section-s3 .about-left .about-image .about-list .about-text h3{font-size:34px;line-height:35px;padding-top:15px;padding-bottom:0}}.wpo-about-section-s2 .about-left .about-image .about-list ul li,.wpo-about-section-s3 .about-left .about-image .about-list ul li{margin-top:10px}.wpo-about-section-s2 .about-left .about-image .about-list ul li span,.wpo-about-section-s3 .about-left .about-image .about-list ul li span{box-shadow:none;background-color:transparent}.wpo-about-section-s2 .about-right,.wpo-about-section-s3 .about-right{padding-top:50px;padding-left:75px}@media (max-width:1450px){.wpo-about-section-s2 .about-right,.wpo-about-section-s3 .about-right{padding-left:30px}}@media (max-width:1199px){.wpo-about-section-s2 .about-right,.wpo-about-section-s3 .about-right{padding-left:10px}}@media (max-width:991px){.wpo-about-section-s2 .about-right,.wpo-about-section-s3 .about-right{padding-left:0;padding-top:30px;text-align:center}}.wpo-about-section-s2 .about-right .about-title-right h2,.wpo-about-section-s3 .about-right .about-title-right h2{margin:0;font-size:55px;font-weight:500;line-height:70px;letter-spacing:-1.1px;max-width:535px}@media (max-width:1450px){.wpo-about-section-s2 .about-right .about-title-right h2,.wpo-about-section-s3 .about-right .about-title-right h2{font-size:47px;line-height:60px;max-width:450px}}@media (max-width:1199px){.wpo-about-section-s2 .about-right .about-title-right h2,.wpo-about-section-s3 .about-right .about-title-right h2{font-size:40px;line-height:55px;max-width:399px}}@media (max-width:991px){.wpo-about-section-s2 .about-right .about-title-right h2,.wpo-about-section-s3 .about-right .about-title-right h2{margin:0 auto}}@media (max-width:425px){.wpo-about-section-s2 .about-right .about-title-right h2,.wpo-about-section-s3 .about-right .about-title-right h2{font-size:32px;line-height:45px}}.wpo-about-section-s2 .about-right .about-title-right p,.wpo-about-section-s3 .about-right .about-title-right p{margin:0;color:#032532;font-size:18px;font-weight:400;line-height:28.8px;max-width:480px;padding-top:20px}@media (max-width:991px){.wpo-about-section-s2 .about-right .about-title-right p,.wpo-about-section-s3 .about-right .about-title-right p{margin:0 auto}}@media (max-width:425px){.wpo-about-section-s2 .about-right .about-title-right p,.wpo-about-section-s3 .about-right .about-title-right p{padding-top:10px;font-size:17px;line-height:26.8px}}.wpo-about-section-s2 .about-right .about-list .about-text,.wpo-about-section-s3 .about-right .about-list .about-text{padding-top:30px}@media (max-width:425px){.wpo-about-section-s2 .about-right .about-list .about-text,.wpo-about-section-s3 .about-right .about-list .about-text{padding-top:15px}}.wpo-about-section-s2 .about-right .about-btn,.wpo-about-section-s3 .about-right .about-btn{padding-top:40px}@media (max-width:575px){.wpo-about-section-s2 .about-right .about-btn,.wpo-about-section-s3 .about-right .about-btn{padding-top:20px}}.wpo-about-section-s2 .about-right .about-btn .theme-btn,.wpo-about-section-s3 .about-right .about-btn .theme-btn{padding:18px 52px;color:#fff;border-radius:30px;box-shadow:-2px -2px 4px 0 rgba(0,0,0,.12) inset}.wpo-about-section-s2 .about-list,.wpo-about-section-s3 .about-list{max-width:390px}@media (max-width:991px){.wpo-about-section-s2 .about-list,.wpo-about-section-s3 .about-list{margin:0 auto}}.wpo-about-section-s2 .about-list ul li+li,.wpo-about-section-s3 .about-list ul li+li{margin-top:17px}.wpo-about-section-s2 .about-list ul li span,.wpo-about-section-s3 .about-list ul li span{border-radius:20.5px;background:#fff;box-shadow:0 4px 7px 0 rgba(0,0,0,.02);display:inline-block;font-size:16px;font-family:"Inter",sans-serif;font-style:normal;font-weight:500;line-height:30px;text-transform:capitalize;padding:7px 25px;padding-left:49px;position:relative}@media (max-width:575px){.wpo-about-section-s2 .about-list ul li span,.wpo-about-section-s3 .about-list ul li span{font-size:14px}}@media (max-width:425px){.wpo-about-section-s2 .about-list ul li span,.wpo-about-section-s3 .about-list ul li span{font-size:13px;padding:7px 16px;padding-left:44px}}.wpo-about-section-s2 .about-list ul li span:before,.wpo-about-section-s3 .about-list ul li span:before{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:29px;height:29px;content:"\e64c";background:#f6f7f9;font-family:"themify";text-align:center;border-radius:50%;font-size:14px;transition:all .3s}.wpo-about-section-s2 .about-list ul li:hover span:before,.wpo-about-section-s2 .about-list ul li.active span:before,.wpo-about-section-s3 .about-list ul li:hover span:before,.wpo-about-section-s3 .about-list ul li.active span:before{background:#2563eb;color:#fff}.marquee-section-s2 .marquee_container{background-color:#2563eb}@media (max-width:991px){.wpo-service-section-s2.section-padding,.wpo-service-section-s3.section-padding{padding:90px 0;padding-bottom:60px}}@media (max-width:767px){.wpo-service-section-s2.section-padding,.wpo-service-section-s3.section-padding{padding:60px 0;padding-bottom:40px}}.wpo-service-section-s2 .service-wrap,.wpo-service-section-s3 .service-wrap{border-radius:28px;background:#f3f5fc;padding:60px 40px 0;position:relative;transition:all ease-in-out .4s}@media (max-width:1399px){.wpo-service-section-s2 .service-wrap,.wpo-service-section-s3 .service-wrap{padding:60px 25px 0}}@media (max-width:1199px){.wpo-service-section-s2 .service-wrap,.wpo-service-section-s3 .service-wrap{padding:60px 20px 0}}@media (max-width:991px){.wpo-service-section-s2 .service-wrap,.wpo-service-section-s3 .service-wrap{margin-bottom:30px}}.wpo-service-section-s2 .service-wrap .service-item,.wpo-service-section-s3 .service-wrap .service-item{padding-bottom:55px}@media (max-width:1199px){.wpo-service-section-s2 .service-wrap .service-item,.wpo-service-section-s3 .service-wrap .service-item{padding-bottom:35px}}.wpo-service-section-s2 .service-wrap .service-item h3,.wpo-service-section-s3 .service-wrap .service-item h3{margin:0;font-size:25px;font-weight:500;line-height:40px;text-transform:capitalize}@media (max-width:1399px){.wpo-service-section-s2 .service-wrap .service-item h3,.wpo-service-section-s3 .service-wrap .service-item h3{font-size:22px}}@media (max-width:1199px){.wpo-service-section-s2 .service-wrap .service-item h3,.wpo-service-section-s3 .service-wrap .service-item h3{font-size:20px}}.wpo-service-section-s2 .service-wrap .service-item h3 a,.wpo-service-section-s3 .service-wrap .service-item h3 a{color:#000;transition:all ease-in-out .4s}.wpo-service-section-s2 .service-wrap .service-item p,.wpo-service-section-s3 .service-wrap .service-item p{margin:0;color:#000;font-size:18px;font-weight:400;line-height:28.8px;max-width:400px;padding-top:15px;transition:all ease-in-out .4s}@media (max-width:1199px){.wpo-service-section-s2 .service-wrap .service-item p,.wpo-service-section-s3 .service-wrap .service-item p{padding-top:0;font-size:17px;line-height:26.8px}}.wpo-service-section-s2 .service-wrap .image,.wpo-service-section-s3 .service-wrap .image{overflow:hidden;position:relative;border-top-right-radius:30px;border-top-left-radius:30px}@media (max-width:991px){.wpo-service-section-s2 .service-wrap .image,.wpo-service-section-s3 .service-wrap .image{bottom:1px}}.wpo-service-section-s2 .service-wrap .image img,.wpo-service-section-s3 .service-wrap .image img{transform:scale(1);width:100%;transition:all ease-in-out .4s}.wpo-service-section-s2 .service-wrap .icon a,.wpo-service-section-s3 .service-wrap .icon a{display:block;width:50px;height:50px;line-height:47px;border-radius:50%;text-align:center;background-color:#dfe3f0;position:absolute;top:25px;right:30px;transition:all ease-in-out .4s}@media (max-width:1399px){.wpo-service-section-s2 .service-wrap .icon a,.wpo-service-section-s3 .service-wrap .icon a{top:15px}}.wpo-service-section-s2 .service-wrap:hover,.wpo-service-section-s2 .service-wrap.active,.wpo-service-section-s3 .service-wrap:hover,.wpo-service-section-s3 .service-wrap.active{background-color:#2563eb}.wpo-service-section-s2 .service-wrap:hover img,.wpo-service-section-s2 .service-wrap.active img,.wpo-service-section-s3 .service-wrap:hover img,.wpo-service-section-s3 .service-wrap.active img{transform:scale(1.1);border-top-right-radius:30px;border-top-left-radius:30px}.wpo-service-section-s2 .service-wrap:hover .service-item h3 a,.wpo-service-section-s2 .service-wrap.active .service-item h3 a,.wpo-service-section-s3 .service-wrap:hover .service-item h3 a,.wpo-service-section-s3 .service-wrap.active .service-item h3 a{color:#fff}.wpo-service-section-s2 .service-wrap:hover .service-item p,.wpo-service-section-s2 .service-wrap.active .service-item p,.wpo-service-section-s3 .service-wrap:hover .service-item p,.wpo-service-section-s3 .service-wrap.active .service-item p{color:#fff}.wpo-service-section-s2 .service-wrap:hover .icon a,.wpo-service-section-s2 .service-wrap.active .icon a,.wpo-service-section-s3 .service-wrap:hover .icon a,.wpo-service-section-s3 .service-wrap.active .icon a{background-color:#fff}.wpo-service-section.style-3{background:#fff;padding:120px 0;padding-bottom:100px}@media (max-width:991px){.wpo-service-section.style-3{padding:90px 0;padding-bottom:70px}}@media (max-width:767px){.wpo-service-section.style-3{padding:60px 0;padding-bottom:50px}}.wpo-service-section.style-3 .wpo-section-title span{color:#2563eb}.wpo-service-section.style-3 .wpo-section-title h2{color:#0e152b}.wpo-service-section.style-3 .wpo-section-title p{color:#444141}.wpo-service-section.style-3 .service-wrap{padding:20px}.wpo-service-section.style-3 .service-wrap .service-items{background:#fff;box-shadow:0 2px 12px 2px rgba(4,0,52,.1)}.wpo-team-section{padding:120px 0;padding-bottom:90px}@media (max-width:991px){.wpo-team-section{padding-top:90px;padding-bottom:60px}}@media (max-width:767px){.wpo-team-section{padding-top:60px;padding-bottom:40px}}@media (max-width:425px){.wpo-team-section .wpo-section-title h2{font-size:34px}}.wpo-team-section .team-wrap{max-width:1734px;margin:0 auto}.wpo-team-section .team-wrap .team-card{padding-bottom:30px}.wpo-team-section .team-wrap .team-card .image{overflow:hidden;transform:scale(1);border-radius:27px;position:relative}.wpo-team-section .team-wrap .team-card .image::after{content:"";width:100%;height:100%;background-color:rgba(1,14,51,.5);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}.wpo-team-section .team-wrap .team-card .image img{width:100%;transition:all ease-in-out .4s}.wpo-team-section .team-wrap .team-card .image .social-links{list-style:none;padding:0;margin:0;position:absolute;top:0;left:10px;height:100%;width:100%;z-index:1}.wpo-team-section .team-wrap .team-card .image .social-links li{display:inline-block;margin-right:7px;position:relative;transform:translateY(-100px);transition:all .5s ease 0s}.wpo-team-section .team-wrap .team-card .image .social-links li::before{content:"";position:absolute;width:1px;height:50px;background:#fff;top:0;left:5px;right:0;margin:0 auto}.wpo-team-section .team-wrap .team-card .image .social-links li a{display:block;width:40px;height:40px;line-height:43px;border-radius:50%;background:#fff;font-size:16px;color:#000;margin-top:50px;opacity:1;transition:all .3s ease 0s}.wpo-team-section .team-wrap .team-card .image .social-links li a:hover{color:#2563eb}.wpo-team-section .team-wrap .team-card .text{text-align:center;margin-top:20px;border-radius:20px;background:#fff;padding:35px 0;border-radius:20px;border:1px solid #132869;background:#fff}@media (max-width:991px){.wpo-team-section .team-wrap .team-card .text{padding:20px 0}}.wpo-team-section .team-wrap .team-card .text h2{margin:0;margin-bottom:8px;font-size:30px;font-weight:600;line-height:100%;text-transform:capitalize;padding-bottom:3px}@media (max-width:1399px){.wpo-team-section .team-wrap .team-card .text h2{font-size:27px}}@media (max-width:1199px){.wpo-team-section .team-wrap .team-card .text h2{font-size:23px;margin-bottom:4px}}.wpo-team-section .team-wrap .team-card .text h2 a{color:#0e152b;transition:all ease-in-out .4s}.wpo-team-section .team-wrap .team-card .text h2 a:hover{color:#2563eb}.wpo-team-section .team-wrap .team-card .text span{color:#095091;font-size:18px;font-weight:500;line-height:100%;text-transform:capitalize}@media (max-width:1399px){.wpo-team-section .team-wrap .team-card .text span{font-size:17px}}@media (max-width:1199px){.wpo-team-section .team-wrap .team-card .text span{font-size:14px}}.wpo-team-section .team-wrap .team-card:hover .image::after{opacity:1}.wpo-team-section .team-wrap .team-card:hover .image img{transform:scale(1.1)}.wpo-team-section .team-wrap .team-card:hover .image .social-links li{transform:translateY(0)}.wpo-team-section .team-wrap .team-card:hover .image .social-links li a{opacity:1}.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(odd) {transition-delay:.5s}.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(even) {transition-delay:.8s}.wpo-project-section-s2 .project-wrap{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}@media (max-width:991px){.wpo-project-section-s2 .project-wrap{gap:10px}}.wpo-project-section-s2 .project-wrap .project-items{width:32%}@media (max-width:1199px){.wpo-project-section-s2 .project-wrap .project-items{width:31%}}@media (max-width:991px){.wpo-project-section-s2 .project-wrap .project-items{width:48%}}@media (max-width:575px){.wpo-project-section-s2 .project-wrap .project-items{width:100%}}.wpo-project-section-s2 .project-wrap .project-items .project-image{position:relative;overflow:hidden}.wpo-project-section-s2 .project-wrap .project-items .project-image::before{position:absolute;content:"";top:0;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);z-index:1;background:linear-gradient(353deg,#00081e -26.71%,rgba(0,66,255,0) 56.71%) , rgba(2,34,125,.2);transition:all .4s ease-in-out;opacity:0;visibility:hidden}.wpo-project-section-s2 .project-wrap .project-items .project-image img{width:100%}.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text{text-align:center;position:absolute;z-index:1;width:100%;bottom:0;left:0;transition:all .4s ease-in-out;opacity:0;visibility:hidden}.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3{margin:0;font-size:25px;font-weight:600;line-height:29px;transition:all .4s ease-in-out}@media (max-width:1199px){.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3{font-size:22px}}@media (max-width:767px){.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3{font-size:19px}}.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a{color:#fff}.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a:hover{color:#00cc83}.wpo-project-section-s2 .project-wrap .project-items .project-image:hover::before{opacity:1;visibility:visible;top:50%}.wpo-project-section-s2 .project-wrap .project-items .project-image:hover .project-text{opacity:1;visibility:visible;bottom:40px}.wpo-project-section.style-3{padding:120px 0;padding-bottom:0}@media (max-width:991px){.wpo-project-section.style-3{padding-top:90px}}@media (max-width:767px){.wpo-project-section.style-3{padding-top:60px}}.wpo-brand-partner-section-s2 .client-wrap .owl-stage-outer{padding-top:1px;margin:-1px}.wpo-brand-partner-section-s2 .client-wrap .grid{text-align:center;height:150px;display:flex;justify-content:center;flex-direction:column;border:1px solid rgba(0,0,0,.15);margin-top:-1px;margin-right:-1px}@media (max-width:991px){.wpo-brand-partner-section-s2 .client-wrap .grid{height:80px;padding:40px}}@media (max-width:767px){.wpo-brand-partner-section-s2 .client-wrap .grid{padding:20px}}.wpo-brand-partner-section-s2 .client-wrap .grid img{width:auto;margin:0 auto;display:inline-block}.wpo-brand-partner-section-s2 .client-wrap .owl-nav{display:none}.wpo-brand-partner-section-s2 .client-wrap .owl-dots{text-align:center;margin-top:20px}@media (min-width:992px){.wpo-brand-partner-section-s2 .client-wrap .owl-dots{display:none}}.wpo-brand-partner-section-s2 .client-wrap .owl-dots button{margin:5px;border:1px solid #2563eb;width:10px;height:14px;border-radius:100px}.wpo-brand-partner-section-s2 .client-wrap .owl-dots button.active{background:#2563eb}.wpo-blog-section-s2{padding:120px 0;padding-bottom:90px}@media (max-width:991px){.wpo-blog-section-s2{padding:90px 0;padding-bottom:60px}}@media (max-width:767px){.wpo-blog-section-s2{padding:60px 0;padding-bottom:40px}}.wpo-blog-section-s2 .title-btn-right{text-align:right}@media (max-width:991px){.wpo-blog-section-s2 .title-btn-right{text-align:center;margin-bottom:30px}}.wpo-blog-section-s2 .blog-card{border-radius:16px;box-shadow:0 10px 60px 0 rgba(174,174,174,.2);background:#fff;position:relative;margin-bottom:30px}.wpo-blog-section-s2 .blog-card .image{position:relative;overflow:hidden;transform:scale(1);border-radius:16px 16px 0 0}.wpo-blog-section-s2 .blog-card .image img{border-radius:16px 16px 0 0;width:100%;transition:all ease-in-out .4s}.wpo-blog-section-s2 .blog-card .image::before{position:absolute;top:0;left:-79%;z-index:2;display:block;content:"";width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);transform:skewX(-30deg)}.wpo-blog-section-s2 .blog-card .image:hover img{transform:scale(1.1)}.wpo-blog-section-s2 .blog-card .image:hover::before{animation:shine .95s}.wpo-blog-section-s2 .blog-card .date{min-width:70px;min-height:75px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:#2563eb;border-radius:6px;position:absolute;right:25px;top:-30px}.wpo-blog-section-s2 .blog-card .date h3{color:#fff;font-size:28px;font-weight:600;letter-spacing:-.84px;margin-bottom:0}@media (max-width:1199px){.wpo-blog-section-s2 .blog-card .date h3{font-size:20px}}.wpo-blog-section-s2 .blog-card .date span{color:#fff;font-size:18px;font-weight:400}.wpo-blog-section-s2 .blog-card .content{background:#fff;border-radius:0 0 16px 16px;position:relative}.wpo-blog-section-s2 .blog-card .content .text{padding:30px;padding-top:35px;position:relative}@media (max-width:1430px){.wpo-blog-section-s2 .blog-card .content .text{padding:15px;padding-top:30px}}.wpo-blog-section-s2 .blog-card .content .text::after{position:absolute;left:0;bottom:0;width:100%;height:1.5px;content:"";background:rgba(0,23,38,.1)}.wpo-blog-section-s2 .blog-card .content .text span{color:#2563eb;font-size:18px;font-weight:700;letter-spacing:-.32px}.wpo-blog-section-s2 .blog-card .content .text h2{margin:0;font-family:"Inter",sans-serif;font-size:24px;font-weight:500;line-height:40px;letter-spacing:-.66px;padding-top:10px}@media (max-width:1430px){.wpo-blog-section-s2 .blog-card .content .text h2{font-size:20px;line-height:35px}}@media (max-width:991px){.wpo-blog-section-s2 .blog-card .content .text h2{font-size:19px;line-height:33px}}.wpo-blog-section-s2 .blog-card .content .text h2 a{color:#0e152b;transition:all .3s ease-in-out}.wpo-blog-section-s2 .blog-card .content .text h2 a:hover{color:#2563eb}.wpo-blog-section-s2 .blog-card .content .comment{padding:30px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1430px){.wpo-blog-section-s2 .blog-card .content .comment{padding:15px}}@media (max-width:1199px){.wpo-blog-section-s2 .blog-card .content .comment{padding:15px;flex-direction:column;align-items:start}}.wpo-blog-section-s2 .blog-card .content .comment li{display:flex;align-items:center}.wpo-blog-section-s2 .blog-card .content .comment li i{color:#4d4b4b;font-size:18px}.wpo-blog-section-s2 .blog-card .content .comment li span{color:#4d4b4b;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.32px;padding-left:7px}.wpo-blog-section-s2 .blog-card .content .comment li span a{color:#4d4b4b;transition:all .3s ease-in-out}.wpo-blog-section-s2 .blog-card .content .comment li span a:hover{color:#2563eb}.wpo-about-section-s3{padding:120px 0}@media (max-width:991px){.wpo-about-section-s3{padding:90px 0}}@media (max-width:767px){.wpo-about-section-s3{padding:60px 0}}.wpo-about-section-s3 .about-left .about-image{position:relative}.wpo-about-section-s3 .about-left .about-image .video-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.3);border-radius:50%;z-index:1;border:2px solid #fff}@media (max-width:575px){.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn{width:70px;height:70px}}.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before{font-size:35px;position:relative;color:#fff;z-index:1}@media (max-width:575px){.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before{font-size:27px}}.wpo-about-section-s3 .about-title-right span{color:#2563eb;font-size:24px;font-weight:600;line-height:58px;letter-spacing:-.24px;text-transform:capitalize}@media (max-width:1199px){.wpo-about-section-s3 .about-title-right span{font-size:22px;line-height:50px}}@media (max-width:991px){.wpo-about-section-s3 .about-title-right span{justify-content:center}}@media (max-width:575px){.wpo-about-section-s3 .about-title-right span{font-size:20px;line-height:35px}}.wpo-about-section-s3 .about-title-right span i{line-height:unset;margin-right:10px;position:relative;top:-2px;max-width:35px}.wpo-about-section-s3 .about-right{padding-left:60px}@media (max-width:1199px){.wpo-about-section-s3 .about-right{padding-left:30px}}@media (max-width:991px){.wpo-about-section-s3 .about-right{padding-left:0}}.wpo-service-section-s3 .service-wrap{padding:35px 30px}@media (max-width:1199px){.wpo-service-section-s3 .service-wrap{padding:25px 20px}}.wpo-service-section-s3 .service-wrap .service-item{padding-top:30px;padding-bottom:10px}@media (max-width:767px){.wpo-service-section-s3 .service-wrap .service-item{padding-top:15px;padding-bottom:0;display:flex;flex-direction:column}}.wpo-service-section-s3 .service-wrap .service-item p{max-width:375px}@media (max-width:1199px){.wpo-service-section-s3 .service-wrap .service-item p{max-width:210px;font-size:16px}}@media (max-width:767px){.wpo-service-section-s3 .service-wrap .service-item p{max-width:400px;font-size:17px}}.wpo-service-section-s3 .service-wrap .icon a{top:auto;bottom:50px}@media (max-width:1199px){.wpo-service-section-s3 .service-wrap .icon a{right:15px}}@media (max-width:767px){.wpo-service-section-s3 .service-wrap .icon a{margin-top:10px;position:unset}}@media (max-width:991px){.wpo-project-section-s3.section-padding{padding-top:70px}}@media (max-width:767px){.wpo-project-section-s3.section-padding{padding-top:50px}}.wpo-project-section-s3 .title-btn-right{text-align:right}@media (max-width:991px){.wpo-project-section-s3 .title-btn-right{text-align:center;margin-bottom:30px}}.wpo-project-section-s3 .project-wrap{margin:0 30px}.wpo-project-section-s3 .project-card-s2{position:relative;overflow:hidden;margin-bottom:30px}.wpo-project-section-s3 .project-card-s2:hover .content{opacity:1;visibility:visible;left:0}.wpo-project-section-s3 .project-card-s2 .content{display:flex;align-items:center;margin:0;position:absolute;opacity:0;visibility:hidden;left:-30%;bottom:5px;background:#fff;padding:35px 30px;max-width:384px;width:100%;border-left:2px solid #2563eb;overflow:hidden;transition:all .3s ease-in-out}@media (max-width:1399px){.wpo-project-section-s3 .project-card-s2 .content{padding:25px 20px}}@media (max-width:1199px){.wpo-project-section-s3 .project-card-s2 .content{padding:25px 15px}}.wpo-project-section-s3 .project-card-s2 .content::before{position:absolute;left:2px;top:50%;transform:translateX(-50%);content:"";width:15px;height:14px;background:#2563eb;z-index:1;clip-path:polygon(100% 50%,0 0,0 100%)}.wpo-project-section-s3 .project-card-s2 .content .icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2563eb;border-radius:50%;text-align:center;position:absolute;right:25px;top:40px}@media (max-width:1399px){.wpo-project-section-s3 .project-card-s2 .content .icon{width:45px;height:45px;top:25px;right:15px}}.wpo-project-section-s3 .project-card-s2 .content .icon i{color:#fff}.wpo-project-section-s3 .project-card-s2 .content h2{margin-bottom:0;font-family:"Inter",sans-serif;font-size:25px;font-weight:700;text-transform:capitalize;max-width:200px}@media (max-width:1399px){.wpo-project-section-s3 .project-card-s2 .content h2{font-size:20px;max-width:160px}}@media (max-width:1199px){.wpo-project-section-s3 .project-card-s2 .content h2{font-size:17px;max-width:120px}}@media (max-width:991px){.wpo-project-section-s3 .project-card-s2 .content h2{font-size:20px;max-width:180px}}.wpo-project-section-s3 .project-card-s2 .content h2 a{color:#0e152b;transition:all ease .4s}.wpo-project-section-s3 .project-card-s2 .content h2 a:hover{color:#2563eb}.wpo-project-section-s3 .project-card-s2 .content .icon{transform:rotate(0)}.wpo-odometer-section-s2{padding:120px 0;padding-bottom:0}@media (max-width:991px){.wpo-odometer-section-s2{padding-top:90px}}@media (max-width:767px){.wpo-odometer-section-s2{padding-top:60px}}.wpo-history-section-s2{padding-top:90px}@media (max-width:991px){.wpo-history-section-s2{padding-top:60px}}@media (max-width:767px){.wpo-history-section-s2{padding-top:40px}}.wpo-faq-section.style-2{background:#fff;padding:120px 0}@media (max-width:991px){.wpo-faq-section.style-2{padding:90px 0}}@media (max-width:767px){.wpo-faq-section.style-2{padding:60px 0}}.wpo-faq-section.style-2 .wpo-section-title-s2 span{color:#2563eb}.wpo-faq-section.style-2 .wpo-section-title-s2 h2{color:#0e152b}.wpo-faq-section.style-2 .wpo-section-title-s2 p{color:#444141}.wpo-faq-section.style-2 .accordion-item button{color:#000}.wpo-faq-section.style-2 .accordion-item{border-top:1px solid #d9d9d9}.wpo-faq-section.style-2 .accordion-item .accordion-body p{color:#4b5563}.wpo-project-details-area .theme-accordion-s1{margin-bottom:0}.wpo-project-details-area .accordion-button:not(.collapsed) {background-color:#fff;color:#0e152b;box-shadow:none}.wpo-project-details-area .accordion-button:focus{box-shadow:none}.wpo-project-details-area .wpo-faq-section .accordion-item{background-color:#fff}@media (max-width:575px){.wpo-project-details-area .wpo-faq-section .accordion-item{padding:7px 5px}}.wpo-project-details-area .wpo-faq-section{padding:0;background-color:transparent}.wpo-project-details-area .wpo-faq-section .accordion-item button.collapsed{color:#0e152b}.wpo-project-details-area .accordion-item{box-shadow:0 5px 15px 0 rgba(68,68,68,.1);margin-bottom:30px;border:0}.wpo-project-details-area .accordion-item button{font-weight:500;font-size:22px;padding:25px;color:#0e152b}@media (max-width:767px){.wpo-project-details-area .accordion-item button{font-size:18px;padding:10px}}.wpo-project-details-area .accordion-item:last-child{margin-bottom:0}.wpo-project-details-area .wpo-faq-section .accordion-item .accordion-body p{color:#4b5563}.wpo-project-details-area .accordion-collapse{border-top:1px solid #ebebeb}.wpo-project-details-area .accordion-collapse p{font-size:17px}@media (max-width:767px){.wpo-project-details-area .accordion-collapse p{font-size:15px}}.wpo-project-details-area .theme-accordion-s1 .panel-default{background:transparent;border:0;border-radius:0;box-shadow:none}.wpo-project-details-area .theme-accordion-s1 .panel-heading{background-color:transparent;padding:0;border-radius:0}.wpo-project-details-area .theme-accordion-s1 .panel+.panel{margin-top:15px}.wpo-project-details-area .theme-accordion-s1 .panel-heading a{background:#999;font-size:18px;font-size:1.125rem;color:#fff;display:block;padding:18px 25px;position:relative}@media (max-width:991px){.wpo-project-details-area .theme-accordion-s1 .panel-heading a{font-size:16px;font-size:1rem;padding:15px 25px}}@media (max-width:767px){.wpo-project-details-area .theme-accordion-s1 .panel-heading a{padding:12px 15px}}.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before{font-family:"themify";content:"\e64b";font-size:15px;font-size:.9375rem;position:absolute;right:25px;transform:rotate(180deg);transition:all .3s}@media (max-width:991px){.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before{font-size:18px;font-size:1.125rem;right:20px}}.wpo-project-details-area .theme-accordion-s1 .panel-heading a:focus{text-decoration:none}.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed{background-color:#fff;color:#242f6c;box-shadow:0 5px 15px 0 rgba(68,68,68,.1)}.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed:before{transform:rotate(0)}.wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body{background-color:#fff;border:0;padding:40px 25px 15px;box-shadow:0 5px 15px 0 rgba(68,68,68,.1)}@media (max-width:991px){.wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body{padding:20px 25px 10px;font-size:16px}.wpo-project-details-area .all-wpo-services{margin-top:50px}}@media (max-width:767px){.wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body{padding:15px 15px 8px}}.wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p{margin-bottom:1.3em}.wpo-project-details-area .accordion-item .accordion-body{padding:1rem 1.25rem}@media (max-width:767px){.wpo-project-details-area .accordion-item .accordion-body{padding:1rem .35rem}}.wpo-minimal-wrap{position:relative;margin-bottom:50px}.wpo-minimal-wrap .minimals-img img{width:100%}.minimals-img img{width:100%}.wpo-minimal-wrap .video-holder{position:relative;text-align:center}.wpo-minimal-wrap .video-holder:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(66,198,82,.51)}.wpo-minimal-wrap .video-holder a{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;width:83px;height:83px;border-radius:83px;display:inline-block;animation:spineer 2s infinite;z-index:99}.wpo-minimal-wrap .video-holder a:before{content:"";width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:20px solid #0e152b;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.wpo-minimal-wrap .video-holder{position:absolute;left:50%;top:50%}.wpo-minimal-wrap .video-holder a,.video-holder a{background-color:#fff;animation:spineerb 2s infinite}@keyframes spineerb {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 97, 198, 0.51);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
  }
}.wpo-minimal-wrap:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,.5);transition:all .3s}.wpo-project-details-text{text-align:center;padding:40px;background:#122354}.wpo-project-details-text-3{text-align:center;padding:40px;background:#021549}.wpo-project-details-list .col{padding:0}.wpo-project-details-list .row{margin:0 0}@media (max-width:991px){.wpo-project-details-list .row{justify-content:center}}.wpo-project-details-text h2,.wpo-project-details-text-3 h2{font-size:22px;color:#fff;margin-bottom:0}.wpo-project-details-text span,.wpo-project-details-text-3 span{font-size:16px;color:#fff;display:block;margin-bottom:10px}.wpo-p-details-section{margin-top:50px}.wpo-p-details-section ul{list-style:none}.wpo-p-details-section h5{font-size:32px;margin-bottom:30px;font-weight:600}@media (max-width:575px){.wpo-p-details-section h5{font-size:25px;margin-bottom:22px}}.wpo-p-details-section .process-wrap{margin-top:50px}.wpo-p-details-section .process-wrap .process-item{margin-bottom:30px;padding:20px;border:1px solid #ebebeb}.wpo-p-details-section .process-wrap .process-item h3{font-size:20px;font-weight:600;margin-bottom:10px}@media (max-width:1199px){.wpo-p-details-section .process-wrap .process-item h3{font-size:18px}}.wpo-p-details-section .process-wrap .process-item p{font-size:16px;margin-bottom:0;color:#4b5563}.wpo-p-details-section .process-wrap .process-item .process-icon{margin-bottom:10px}.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before{font-size:45px;color:#2563eb}.wpo-p-details-section p{margin-bottom:30px;font-size:18px;color:#4b5563}@media (max-width:575px){.wpo-p-details-section p{font-size:17px}}.wpo-p-details-section p:nth-child(2) {margin-bottom:20px}.wpo-p-details-quote{padding:40px;background:#2563eb;margin-top:30px;padding-left:80px;position:relative;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}.wpo-p-details-quote:before{font-family:"Flaticon";content:"\f109";font-size:40px;color:#fafafa;margin-left:0;position:absolute;left:5%;top:22%;transform:translate(-50%,-50%)}.wpo-p-details-img{margin-bottom:30px}.wpo-p-details-img img{width:100%}.wpo-p-details-quote p{color:#fff;margin-bottom:20px}.wpo-p-details-quote span{color:#fddada;text-decoration:underline}.wpo-faq-section h4{font-size:32px;margin-bottom:30px;font-weight:600}@media (max-width:575px){.wpo-faq-section h4{font-size:23px}}.wpo-faq-section p{margin-bottom:0}@media (max-width:1200px){.wpo-project-details-text h2,.wpo-project-details-text-3 h2{font-size:18px}}@media (max-width:767px){.wpo-project-details-text-3{border:none}.wpo-project-details-list{padding-bottom:10px;background:#3ea502}}@media (max-width:530px){.wpo-p-details-quote:before{left:12%;top:17%}}.wpo-booking-section .wpo-contact-form-area{padding:75px 70px;max-width:1196px;margin:0 auto;background:#f1f4ef;border-radius:20px;border-radius:6px;border:1px solid #ebebee;background:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.06)}@media (max-width:1399px){.wpo-booking-section .wpo-contact-form-area{padding:55px 30px}}@media (max-width:767px){.wpo-booking-section .wpo-contact-form-area{padding-bottom:30px}}@media (max-width:575px){.wpo-booking-section .wpo-contact-form-area{padding:45px 20px 30px}}.wpo-booking-section .wpo-contact-form-area .col{padding:0 7px}.wpo-booking-section .wpo-contact-form-area .form-control{width:100%;height:64px;margin-bottom:16px;border:0;border:none;border-radius:9px;background:rgba(131,136,173,.06);color:#0e152b;font-size:16px;font-weight:500;line-height:50px}@media (max-width:575px){.wpo-booking-section .wpo-contact-form-area .form-control{height:55px}}.wpo-booking-section .wpo-contact-form-area .form-control:focus{outline:none;box-shadow:none}.wpo-booking-section .wpo-contact-form-area .theme-btn{width:100%;padding:20px 50px;margin-top:24px;border-radius:11px;background:#2563eb;box-shadow:-2px -2px 4px 0 rgba(0,0,0,.12) inset}.wpo-booking-section .wpo-contact-form-area .theme-btn:before{display:none}.wpo-booking-section .wpo-contact-form-area .form-control::-moz-placeholder{color:#0e152b}.wpo-booking-section .wpo-contact-form-area .form-control::placeholder{color:#0e152b}.wpo-booking-section .wpo-contact-form-area textarea.form-control{height:130px}@media (max-width:575px){.wpo-booking-section .wpo-contact-form-area textarea.form-control{height:105px}}.wpo-booking-section .wpo-contact-form-area select.form-control{color:#0e152b;-webkit-appearance:none;-o-appearance:none;appearance:none;-moz-appearance:none;background:rgba(131,136,173,.06) url(http://mikrolazer.com/assets/images/xselect-icon.png.pagespeed.ic.QQb_sVV1hv.png) no-repeat calc(100% - 15px) center;position:relative}.wpo-booking-section .wpo-contact-form-area .contact-validation-active label.error{margin-top:-8px;margin-bottom:20px}.shop-section .shop-grids{margin:0 -15px}@media (max-width:767px){.shop-section .shop-grids{margin:0 -7px}}.shop-section .grid{width:calc(33.33% - 30px);float:left;margin:0 15px 30px}@media (max-width:991px){.shop-section .grid{width:calc(50% - 30px)}}@media (max-width:767px){.shop-section .grid{width:calc(50% - 15px);margin:0 7px 15px}}@media (max-width:550px){.shop-section .grid{width:calc(100% - 15px);float:none}}.shop-section .grid img{width:100%;border-top-left-radius:14px;border-top-right-radius:14px}.shop-section .details{text-align:center;padding:35px 15px;position:relative;z-index:1;border-bottom-left-radius:14px;border-bottom-right-radius:14px;overflow:hidden;background:#f1f2f8}.shop-section .details h3{font-size:22px;font-size:1.2222222222rem;margin:0 0 .5em;font-weight:700}@media (max-width:991px){.shop-section .details h3{font-size:16px;font-size:.8888888889rem}}.shop-section .details h3 a{color:#0e152b;text-transform:capitalize}.shop-section .details h3 a:hover{color:#2563eb}.shop-section .details del{color:#4b5563}.shop-section .details del+span{display:inline-block;padding-left:20px}.shop-section .add-to-cart{margin-top:20px}.shop-section .add-to-cart a{font-family:"Inter",sans-serif;font-size:15px;font-size:.8333333333rem;font-weight:600;color:#2563eb;padding:12px 20px;border:2px solid #2563eb;display:inline-block;border-radius:50px}@media (max-width:767px){.shop-section .add-to-cart a{font-size:12px;font-size:.6666666667rem;padding:8px 18px}}.shop-section .add-to-cart a:hover{background-color:#2563eb;color:#fff}.shop-section .add-to-cart a i{font-size:15px;font-size:.8333333333rem;display:inline-block;padding-left:5px}.shop-section .grid:hover .add-to-cart a{background-color:#2563eb;color:#fff}.shop-single-section{}.shop-single-section .shop-single-slider .slider-for{text-align:center}.shop-single-section .shop-single-slider .slider-for img{display:inline-block}.shop-single-section .shop-single-slider .slider-nav{padding:0 25px;margin-top:35px}.shop-single-section .shop-single-slider .slider-nav>i{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:100}.shop-single-section .shop-single-slider .slider-nav>i:hover{cursor:pointer}.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt{left:auto;right:0}.shop-single-section .shop-single-slider .slider-nav .slick-slide{text-align:center}.shop-single-section .shop-single-slider .slider-nav .slick-slide img{display:inline-block}.shop-single-section .product-details{padding:15px 30px 80px}@media (max-width:1199px){.shop-single-section .product-details{padding:10px 30px 15px}}@media (max-width:991px){.shop-single-section .product-details{margin-top:45px;padding:40px 30px}}@media (max-width:767px){.shop-single-section .product-details{padding:0}}.shop-single-section .product-details h2{font-size:33px;font-size:1.8333333333rem;line-height:1.4em;margin:0 0 .33em;font-weight:700;text-transform:capitalize}@media (max-width:767px){.shop-single-section .product-details h2{font-size:22px;font-size:1.2222222222rem}}.shop-single-section .product-details .price{font-size:25px;font-size:1.3888888889rem;color:#2563eb;margin:7px 0 20px;font-weight:700}@media (max-width:991px){.shop-single-section .product-details .price{font-size:30px;font-size:1.6666666667rem}}@media (max-width:767px){.shop-single-section .product-details .price{font-size:25px;font-size:1.3888888889rem}}.shop-single-section .product-details .price .old{font-size:24px;font-size:1.3333333333rem;font-weight:normal;color:#4b5563;text-decoration:line-through;display:inline-block;margin-left:5px;font-weight:500}@media (max-width:991px){.shop-single-section .product-details .price .old{font-size:20px;font-size:1.1111111111rem}}@media (max-width:767px){.shop-single-section .product-details .price .old{font-size:18px;font-size:1rem}}.shop-single-section .product-details .product-rt{display:flex;align-items:center;margin-bottom:20px}.shop-single-section .product-details .product-rt .rating{margin-right:10px}.shop-single-section .product-details .product-rt .rating i{color:#f9d322}.shop-single-section .product-details p{margin-bottom:1.3em}.shop-single-section .product-details ul{list-style:none}.shop-single-section .product-details ul li{padding-left:20px;position:relative;margin-bottom:10px}.shop-single-section .product-details ul li:before{position:absolute;left:0;top:6px;width:8px;height:8px;background:#2563eb;content:"";border-radius:50%}.shop-single-section .product-details .product-option{margin-top:30px}.shop-single-section .product-details .tg-btm{margin-top:25px}.shop-single-section .product-details .tg-btm p{margin-bottom:0;font-weight:400}.shop-single-section .product-details .tg-btm p span{font-weight:700;color:#0e152b;margin-right:5px}.shop-single-section .product-details .product-option .product-row button:after{display:none}.shop-single-section .product-details .product-option .product-row{display:flex;align-items:center}.shop-single-section .product-details .product-option .product-row>div{height:35px;display:inline-block}.shop-single-section .product-details .product-option .product-row>div+div{margin-left:15px}.shop-single-section .product-details .product-option .product-row>div+div .theme-btn{border-radius:0;border-width:1px;height:45px;padding:0 18px;box-shadow:none}.shop-single-section .product-details .product-option .product-row>div:first-child{width:85px}.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.shop-single-section .product-details .product-option .theme-btn{background-color:transparent;color:#333;font-size:14px;font-size:.7777777778rem;padding:0 20px;height:35px;line-height:32px;outline:0;border:2px solid #e6e6e6;border-radius:0}.shop-single-section .product-details .product-option .theme-btn:hover{background-color:#2563eb;color:#fff;border-color:#2563eb}@media (max-width:767px){.shop-single-section .product-details .product-option .theme-btn{font-size:14px;font-size:.7777777778rem}}.shop-single-section .product-details .product-option .theme-btn:before{display:none}.shop-single-section .product-details .product-option .heart-btn i{font-size:15px;font-size:.8333333333rem}.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn{background-color:#fff;font-size:18px;font-size:1rem;color:#4b5563;border:1px solid #e5e5e5}.shop-single-section .product-details #product-count{border-radius:0;border:1px solid #e5e5e5}.shop-single-section .product-details #product-count:focus{box-shadow:none;outline:none}.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0;border-color:#e5e5e5;display:block;padding:3px 4px;font-size:10px}.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover{background-color:#2563eb;color:#fff}.shop-single-section .product-info{margin-top:75px}@media (max-width:991px){.shop-single-section .product-info{margin-top:40px}}.shop-single-section .product-info h4{font-size:18px;font-size:1rem;margin:0;line-height:1.7em;font-weight:700;margin-bottom:10px}.shop-single-section .product-info p{margin-bottom:1.3em}.shop-single-section .product-info .tab-pane p:last-child{margin-bottom:0}.shop-single-section .product-info .nav-tabs{font-family:"Inter",sans-serif;border:0}@media (max-width:767px){.shop-single-section .product-info .nav-tabs{margin-bottom:20px}}.shop-single-section .product-info .nav-tabs li{margin-right:1px}.shop-single-section .product-info .nav-tabs li a.active{border:0;outline:0}.shop-single-section .product-info .nav-tabs a{font-size:15px;font-size:.8333333333rem;color:#8188a9;border:0;border-radius:0;margin:0;display:block;padding:12px 20px 11px;font-family:"Inter",sans-serif;position:relative}@media (max-width:767px){.shop-single-section .product-info .nav-tabs a{font-size:14px;font-size:.7777777778rem;font-weight:normal;padding:10px 10px 8px;text-transform:none}}.shop-single-section .product-info .nav-tabs a:before{position:absolute;left:0;bottom:0;width:100%;height:3px;background:#2563eb;border-radius:4px;content:"";opacity:0;visibility:hidden}.shop-single-section .product-info .nav-tabs a:hover:before,.shop-single-section .product-info .nav-tabs a.active:before{opacity:1;visibility:visible}.shop-single-section .product-info .nav-tabs .active,.shop-single-section .product-info .nav-tabs li:hover{border-color:#2563eb}.shop-single-section .product-info .tab-content{border-top:1px solid rgba(56,96,210,.3);padding-top:30px;margin-top:-1px}@media (max-width:767px){.shop-single-section .product-info .tab-content{border:0;padding:0;margin:0}}.shop-single-section .product-info .client-rv{overflow:hidden;margin-bottom:30px}.shop-single-section .product-info .client-rv:last-child{margin-bottom:0}.shop-single-section .product-info .client-rv .client-pic{width:100px;float:left}.shop-single-section .product-info .client-rv .client-pic img{border-radius:50%}@media (max-width:767px){.shop-single-section .product-info .client-rv .client-pic{width:100%;float:none;margin-bottom:10px}}.shop-single-section .product-info .client-rv .details{width:calc(100% - 130px);float:right}@media (max-width:767px){.shop-single-section .product-info .client-rv .details{width:100%;float:none}}.shop-single-section .product-info .client-rv .name-rating .product-rt{display:flex;align-items:center}@media (max-width:767px){.shop-single-section .product-info .client-rv .name-rating-time{padding-bottom:3px}}.shop-single-section .product-info .client-rv .name-rating-time>div,.shop-single-section .product-info .client-rv .name-rating>div{display:inline-block;font-size:14px;font-size:.7777777778rem}@media (max-width:767px){.shop-single-section .product-info .client-rv .name-rating-time>div,.shop-single-section .product-info .client-rv .name-rating>div{font-size:12px;font-size:.6666666667rem;display:block}}.shop-single-section .product-info .client-rv .rating{font-size:12px;padding-left:12px}.shop-single-section .product-info .client-rv .rating i{color:#2563eb}@media (max-width:767px){.shop-single-section .product-info .client-rv .rating{padding-left:0;margin:4px 0 7px}}.shop-single-section .product-info .client-rv .name-rating-time .time{float:right;color:#b2b2b2;text-transform:uppercase}@media (max-width:767px){.shop-single-section .product-info .client-rv .name-rating-time .time{float:none}}.shop-single-section .product-info .client-rv .review-body{padding-top:12px}.shop-single-section .product-info .review-form{margin-top:45px}.shop-single-section .product-info .review-form h4{font-size:30px;font-weight:700}.shop-single-section .product-info .review-form p{margin-bottom:1.73em}.shop-single-section .product-info .review-form .give-rat-sec{margin-bottom:10px}.shop-single-section .product-info .review-form .give-rat-sec p{margin-bottom:0}.shop-single-section .product-info .review-form .give-rating{display:inline-block;position:relative;height:50px;line-height:50px;font-size:30px;margin-bottom:10px}.shop-single-section .product-info .review-form .give-rating label{position:absolute;top:0;left:0;height:100%;cursor:pointer}.shop-single-section .product-info .review-form .give-rating label:last-child{position:static}.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {z-index:5}.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {z-index:4}.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {z-index:3}.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {z-index:2}.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {z-index:1}.shop-single-section .product-info .review-form .give-rating label input{position:absolute;top:0;left:0;opacity:0}.shop-single-section .product-info .review-form .give-rating label .icon{float:left;color:transparent}.shop-single-section .product-info .review-form .give-rating label:last-child .icon{color:#ddd}.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input~.icon {color:#ffd400}.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked)~.icon:last-child {color:#ddd;text-shadow:0 0 5px #ffd400}.shop-single-section .product-info .review-form form input,.shop-single-section .product-info .review-form form textarea{background:transparent;border-radius:0;box-shadow:none;height:50px;border:1px solid #efefef}.shop-single-section .product-info .review-form form input:focus,.shop-single-section .product-info .review-form form textarea:focus{box-shadow:none;outline:none}.shop-single-section .product-info .review-form form textarea{height:130px}.shop-single-section .product-info .review-form form>div{margin-bottom:27px}.shop-single-section .product-info .review-form form>div:last-child{margin-bottom:0}.shop-single-section .product-info .review-form form .theme-btn-s2{outline:0;box-shadow:none}@media screen and (min-width:767px){.shop-single-section .product-info .review-form form .theme-btn-s2{font-size:15px;font-size:.8333333333rem;padding:16px 55px}}.shop-single-section .slider-nav .slick-slide:focus{outline:none}.checkout-area .checkout-wrap{background:#fff}.checkout-area .checkout-wrap ul{list-style:none}.checkout-area #open2{display:block}.checkout-area #open3{display:none}.checkout-area #open4{display:none}.checkout-area .create-account p{margin-bottom:15px}.checkout-area .create-account{display:none;padding:20px}.checkout-area .create-account span{margin-bottom:20px;display:block}.checkout-area .input-wrap{position:relative}.checkout-area .create-account input{width:100%;height:50px;border:1px solid #ebebeb;margin-bottom:25px;padding-left:20px;border-radius:40px}.checkout-area .create-account input:focus{outline:none}.checkout-area .create-account button{position:absolute;right:0;top:0;height:50px;background:#333;color:#fff;width:108px;border:none;outline:none;box-shadow:none;cursor:pointer;border-top-right-radius:40px;border-bottom-right-radius:40px}.checkout-area .create-account button:hover{background:#2563eb}.checkout-area .coupon{position:relative;cursor:pointer;cursor:pointer;background:#fff}.checkout-area .coupon:before{position:absolute;right:30px;top:21px;content:"\e64b";font-family:"themify"}.checkout-area .coupon span{position:absolute;right:30px;top:30px}.checkout-area .coupon label{margin-bottom:0;font-weight:500;font-size:18px;color:#0f0f0f;cursor:pointer;padding:20px 20px;border-left:4px solid #2563eb;transition:all .3s;width:100%}@media (max-width:767px){.checkout-area .coupon label{font-size:15px}}.checkout-area .caupon-wrap{background:#fff;margin-bottom:20px;transition:all .3s;box-shadow:0 5px 15px 0 rgba(62,65,159,.1)}.checkout-area .active-border{transition:all .3s}.checkout-area .s1.active-border .coupon-active label,.checkout-area .s3.coupon-2 .coupon-3 label{border-left:none;border-top:4px solid #2563eb;border-bottom:1px solid #79a1ee}.checkout-area .s2 .coupon-3{border-top:4px solid #2563eb}.checkout-area .s2.coupon-2 .coupon-3{border-top:0}.checkout-area .s2 .coupon-3 label{border-left:0;border-bottom:1px solid #79a1ee}.checkout-area .s2.coupon-2 .coupon-3 label{border-left:4px solid #2563eb;border-bottom:0}.checkout-area .billing-adress .form-style input,.checkout-area .billing-adress .form-style select{width:100%;margin-bottom:15px;padding-left:10px;height:40px;background:#fff;border-radius:2px;border:none;border:1px solid #ebebeb;border-radius:40px}.checkout-area .billing-adress .form-style input:focus,.checkout-area .billing-adress .form-style select:focus{outline:none;box-shadow:none}.checkout-area .billing-adress .form-style select{-webkit-appearance:none;-o-appearance:none;appearance:none;-moz-appearance:none;background:transparent url(http://mikrolazer.com/assets/images/xselect-icon2.png.pagespeed.ic.FGGfz4A8UO.png) no-repeat calc(100% - 15px) center;position:relative}.checkout-area .billing-adress{padding:30px}.checkout-area .note-area textarea{width:100%;height:150px;padding-top:10px;margin-bottom:0;padding-left:10px;border:1px solid #ebebeb;border-radius:20px}.checkout-area .note-area textarea:focus{outline:none}.checkout-area .biling-item-2{margin-top:20px}.checkout-area .biling-item-2 label.fontsize{margin-bottom:20px}.checkout-area .biling-item-2 .billing-adress{padding:0}.checkout-area .payment-name ul{display:flex;justify-content:flex-start}@media (max-width:575px){.checkout-area .payment-name ul{flex-wrap:wrap}}.checkout-area .payment-name ul li{width:100px;height:60px;text-align:center;line-height:60px}.checkout-area .payment-name ul li input{margin-right:0}.checkout-area .payment-name ul li{margin-right:15px}@media (max-width:575px){.checkout-area .payment-name ul li{margin-bottom:10px}}.checkout-area .payment-area h2{padding-bottom:40px;margin-bottom:0}.checkout-area .payment-select{padding:40px 0}.checkout-area .payment-select ul{display:flex}@media (max-width:575px){.checkout-area .payment-select ul{flex-wrap:wrap}}.checkout-area .payment-select ul li{margin-right:10px;font-size:15px;font-weight:500;color:#5b5b5b}.checkout-area .payment-select label{font-size:18px;font-weight:600}@media (max-width:575px){.checkout-area .payment-select label{font-size:14px}}.checkout-area .payment-area h2{font-size:20px;color:#878787;font-weight:700}.checkout-area .payment-area h2 span{font-size:30px;color:#ff493c}.checkout-area .payment-area{width:100%}.checkout-area .payment-name ul li input{margin-right:0;position:absolute;z-index:-1}.checkout-area .payment-name ul li input:checked~label {border:1px solid #ff493c}.checkout-area .payment-name label{width:100%;border:1px solid transparent}.checkout-area .payment-name .visa label{border:1px solid #0057a0}.checkout-area .payment-name .mas label{border:1px solid #c00}.checkout-area .payment-name .ski label{border:1px solid #691a5f}.checkout-area .payment-name .pay label{border:1px solid #019cde}.checkout-area .payment-option{padding:30px}.checkout-area .payment-name{display:none}.checkout-area .payment-name.active{display:block}.checkout-area .payment-option.active .payment-name{display:none}.checkout-area .payment-area .form-style input,.checkout-area .payment-area .form-style select{width:100%;margin-bottom:15px;padding-left:10px;height:40px;background:#fff;border-radius:2px;border:none;border:1px solid #ebebeb;border-radius:40px}.checkout-area .payment-area .form-style input:focus,.checkout-area .payment-area .form-style select:focus{outline:none}.checkout-area .payment-area .contact-form{margin-top:40px}.checkout-area .cout-order-area{box-shadow:0 5px 15px 0 rgba(62,65,159,.1)}.checkout-area .cout-order-area .oreder-item ul li{display:flex;justify-content:space-between;padding:20px 30px;font-weight:300;font-size:18px;line-height:21px;color:#414141}.checkout-area .cout-order-area .oreder-item ul li.s-total{font-weight:400}.checkout-area .cout-order-area .oreder-item ul .o-header{color:#0f0f0f;font-size:20px;font-weight:600;border-bottom:1px solid #ebebeb}.checkout-area .cout-order-area .oreder-item ul .o-middle{border-bottom:1px solid #ebebeb}.checkout-area .cout-order-area .oreder-item ul .o-bottom{border-top:1px solid #ebebeb;color:#2563eb;font-weight:600}.checkout-area .create-account.active{display:block}.checkout-area .contact-form .form-control{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.checkout-area .contact-form input,.checkout-area .contact-form select{margin-top:10px}.checkout-area .submit-btn-area{margin-top:20px}.checkout-area .submit-btn-area .theme-btn{text-transform:capitalize}.cart-area .cart-wrapper{box-shadow:0 5px 15px 0 rgba(68,68,68,.1)}@media (max-width:991px){.cart-area .cart-wrapper table{width:1022px}.cart-area .cart-wrapper form{overflow:scroll;overflow-y:hidden}}.cart-area .cart-wrap td,.cart-area .cart-wrap th{width:10%;border-bottom:1px solid rgba(240,240,240,.5803921569);text-align:center;font-weight:400;color:#414141}.cart-area .cart-wrap td ul,.cart-area .cart-wrap th ul{list-style:none}.cart-area .cart-wrap th{border-bottom:1px solid rgba(240,240,240,.5803921569);padding:40px 0}.cart-area .cart-wrap thead{background:#fff;color:#505050;padding:40px}.cart-area .cart-area form{margin:auto;text-align:center;background:#fff}.cart-area .cart-wrap .product{width:15%}.cart-area .cart-wrap .product ul{text-align:left;padding-left:30px;list-style:none}.cart-area .cart-wrap .product ul li{padding-bottom:5px}.cart-area .cart-wrap .product a{font-size:16px;color:#a5a4a4}.cart-area .cart-wrap .product-2{text-align:left;padding-left:55px}.cart-area .cart-wrap .product a:hover{color:#2563eb}.cart-area .cart-wrap th{height:80px;font-weight:700}.cart-area .cart-wrap td{padding:40px 25px}.cart-area .cart-wrap td.action ul{display:flex;justify-content:center;list-style:none}.cart-area .cart-wrap td.action ul .w-btn-view a{line-height:45px}.cart-area .cart-wrap td span{display:block;width:100px;height:38px;line-height:34px;color:#ee9902;font-size:14px;border:1.5px solid #ee9902;border-radius:4px}.cart-area .cart-wrap td.Del span{color:#4aba4e;border:1.5px solid #4aba4e}.cart-area .cart-wrap td.can span{color:#d85656;border:1.5px solid #d85656}.cart-area .cart-wrap td.pro span{color:#691a5f;border:1.5px solid #691a5f}.cart-area .cart-wrap .name{width:15%}.cart-area .cart-wrap .action a{display:block;width:40px;height:38px;line-height:45px;background:#414141;color:#fff;border-radius:4px;font-size:14px}.cart-area .cart-wrap .action a .fi::before{font-size:20px}.cart-area .cart-wrap .action a:hover{background:#2563eb}.cart-area .cart-wrap .action li.c-btn{margin-right:10px}.cart-area .cart-wrap .action li.c-btn a{background-color:#2563eb}.cart-area .order-wrap{padding:0}.cart-area .cart-wrap tr:nth-child(even) {background:#fcfcfc}.cart-area .cart-wrap .quantity{position:relative;max-width:110px;margin:0 auto}.cart-area .quantity input{width:105px;padding:0 35px;text-align:center;height:36px;position:relative;background:#f2f2f5;border:none;border-radius:40px}.cart-area .quantity .qtybutton{position:absolute;top:0;left:0;height:30px;width:30px;text-align:center;line-height:28px;font-size:18px;cursor:pointer;color:#333;background:#fafaff;border-radius:30px}.cart-area .cart-wrap .quantity .qtybutton{top:50%;left:5px;transform:translateY(-51%);-webkit-transform:translateY(-51%);-moz-transform:translateY(-51%)}.cart-area .cart-wrap .quantity .qtybutton.dec{border-left:none}.cart-area .cart-wrap .quantity .qtybutton.inc{right:5px;left:auto;border-right:none}.cart-area .submit-btn-area{padding:40px}.cart-area .submit-btn-area ul{display:flex;justify-content:flex-end;list-style:none}@media (max-width:500px){.cart-area .submit-btn-area ul{text-align:center;display:block}}.cart-area .submit-btn-area ul li:last-child{margin-left:20px}@media (max-width:500px){.cart-area .submit-btn-area ul li:last-child{margin-left:0}}.cart-area .submit-btn-area button{border:none;transition:all .3s;outline:none;padding:15px 45px}.cart-area .submit-btn-area button:hover{background:#2563eb}@media (max-width:767px){.cart-area .submit-btn-area .theme-btn-s2{padding:17px 30px;padding-right:40px}}.cart-area .submit-btn-area .theme-btn{padding:20px 45px;color:#fff}@media (max-width:767px){.cart-area .submit-btn-area .theme-btn{padding:17px 30px}}.cart-area .cart-product-list ul{border-top:1px solid rgba(240,240,240,.5803921569);padding-top:20px;list-style:none}.cart-area .cart-product-list ul li{display:flex;justify-content:space-between;padding:0 30px;font-weight:300;font-size:18px;line-height:21px;color:#414141;padding-bottom:30px}.cart-area .cart-product-list ul li.cart-b{border-top:1px solid rgba(240,240,240,.5803921569);border-bottom:1px solid rgba(240,240,240,.5803921569);color:#2563eb;padding-top:30px;font-weight:600}.team-pg-area{margin:0 auto;padding-top:200px;padding-bottom:100px}@media (max-width:1199px){.team-pg-area{padding:100px 0}}@media (max-width:991px){.team-pg-area{padding:90px 0}}@media (max-width:767px){.team-pg-area{padding:70px 0}}.team-single-wrap{background:#fff;padding:100px;padding-top:0;box-shadow:0 2px 12px 2px rgba(4,0,52,.1);border-radius:22px}@media (max-width:1199px){.team-single-wrap{padding:50px}}@media (max-width:767px){.team-single-wrap{padding:30px}}@media (max-width:575px){.team-single-wrap{padding:15px}}.team-info-img{margin-top:-100px;max-width:480px}@media (max-width:1199px){.team-info-img{margin-top:0}}@media (max-width:991px){.team-info-img{max-width:100%}}.team-info-img img{width:100%}.team-info-text{padding-left:30px;padding-top:30px}@media (max-width:991px){.team-info-text{padding-left:0}}.team-info-text h2{font-weight:500;font-size:38px;line-height:55px;color:#0e152b;margin-top:0;margin-bottom:22px}@media (max-width:575px){.team-info-text h2{font-size:30px;line-height:45px}}.team-info-text ul li{font-weight:400;font-size:20px;line-height:27px;color:#001635;margin-bottom:15px;list-style:none;font-family:"Inter",sans-serif}@media (max-width:575px){.team-info-text ul li{font-size:16px;line-height:27px}}.team-info-text ul li:last-child{padding-bottom:0}.team-info-text ul li span{font-size:16px;color:#8c8c8c;display:inline-block;position:relative;padding-left:5px;font-family:"Inter",sans-serif}.team-info-text ul li:last-child{margin-bottom:0}.team-info-text .certificates-wrap{margin-top:40px}.team-info-text .certificates-wrap h2{font-weight:500;font-size:25px;line-height:37px}.team-info-text .certificates-wrap .certificates-items{display:flex}.team-info-text .certificates-wrap .certificates-items .certificates-item+.certificates-item{margin-left:20px}.team-widget{padding-top:40px;margin-top:40px;border-top:1px solid #d9d9d9}.team-widget h2{font-weight:500;font-size:32px;line-height:48px;margin-bottom:30px}@media (max-width:767px){.team-widget h2{font-size:23px;line-height:35px;margin-bottom:15px}}.team-exprience-area .exprience-wrap{max-width:560px}.team-exprience-area .education-area{padding-left:50px}@media (max-width:991px){.team-exprience-area .education-area{padding-left:0;margin-bottom:40px}}.team-exprience-area .education-area .education-area{max-width:600px}.team-exprience-area .education-area ul{list-style:none}.team-exprience-area .education-area ul li{padding-bottom:15px;position:relative;padding-left:30px;font-weight:400;font-size:18px;line-height:30px;color:#4b5563}.team-exprience-area .education-area ul li:before{position:absolute;left:0;top:5px;content:"\e661";font-family:"themify";font-size:14px}.team-exprience-area .education-area .ex-wiget{padding-top:60px}.team-exprience-area .education-area .ex-wiget h2{font-size:30px;font-weight:700;color:#333;margin-bottom:30px}.skills-area{padding-top:40px;margin-bottom:40px;padding-bottom:40px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}@media (max-width:991px){.skills-area{padding-top:20px;margin-bottom:20px;padding-bottom:20px}}.skills-area .wpo-skill-progress .wpo-progress-single{margin-bottom:30px;position:relative}.skills-area .wpo-skill-progress .wpo-progress-single h5{font-weight:400;font-size:18px;line-height:23px;color:#525252;font-family:"Inter",sans-serif}@media (max-width:767px){.skills-area .wpo-skill-progress .wpo-progress-single h5{font-size:18px}}.skills-area .wpo-skill-progress .wpo-progress-single:last-child{margin-bottom:0}.skills-area .wpo-skill-progress .wpo-progress-single .progress{background:#edf1ff;height:6px;position:relative}.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar{background-color:#2563eb}.skills-area .wpo-skill-progress .progress-number{position:absolute;right:0;top:-10px;font-weight:400;font-size:18px;line-height:23px;color:#525252}@media (max-width:767px){.skills-area .wpo-skill-progress .progress-number{font-size:18px;top:-5px}}.exprience-wrap p{color:#5d5851;margin-bottom:30px}@media (max-width:991px){.exprience-wrap p{margin-bottom:15px}}.exprience-wrap{padding-bottom:40px}.wpo-contact-area{padding-top:50px}@media (max-width:991px){.wpo-contact-area{padding-top:20px}}.wpo-contact-area .wpo-contact-title{max-width:580px;margin:0 auto;margin-bottom:40px;text-align:center}.wpo-contact-area .theme-btn-s2{border-radius:11px}.wpo-contact-area .quote-form{max-width:890px;margin:0 auto}.wpo-contact-area .quote-form .form-control{height:55px;border:0;margin-bottom:20px;padding:15px;background:#ededed;background:#f4f4f4;color:#4b5563}.wpo-contact-area .quote-form .form-control:focus{outline:none;box-shadow:none;border-color:#2563eb}.wpo-contact-area .quote-form textarea.form-control{height:125px}.wpo-contact-area .quote-form select.form-control{-webkit-appearance:none;-o-appearance:none;appearance:none;-moz-appearance:none;background:#f4f4f4 url(http://mikrolazer.com/assets/images/xselect-icon2.png.pagespeed.ic.FGGfz4A8UO.png) no-repeat calc(100% - 15px) center;position:relative;color:#4b5563}.half-col{float:left;width:50%;padding:0 10px 5px}@media (max-width:575px){.half-col{width:100%}}.full-col{padding:0 10px 5px}.exprience-area{padding-top:60px}.service-single-wrap .title-image{margin-bottom:30px}.service-single-wrap .title-image img{width:100%}.service-single-wrap h2{font-size:32px;font-weight:600;line-height:normal;text-transform:capitalize;margin-bottom:20px}@media (max-width:575px){.service-single-wrap h2{font-size:26px}}.service-single-wrap h3{font-size:27px;font-weight:600;line-height:36px;margin-bottom:20px}.service-single-wrap p{color:#4b5563;font-size:18px;font-weight:400;line-height:30.8px;max-width:800px;margin-bottom:40px}@media (max-width:767px){.service-single-wrap p{font-size:17px;line-height:28.8px}}.service-single-wrap .video-wrap{display:flex;align-items:center;margin-bottom:35px}@media (max-width:1199px){.service-single-wrap .video-wrap{display:block}}.service-single-wrap .video-img{position:relative;max-width:400px;width:100%}.service-single-wrap .video-btn{background:#fff;width:85px;height:85px;line-height:85px;border-radius:100px;position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%,-50%)}.service-single-wrap .video-btn i{color:#2563eb}.service-single-wrap .video-content{margin-left:40px}@media (max-width:1199px){.service-single-wrap .video-content{margin-left:0;margin-top:20px}}.service-single-wrap .video-content p{margin-bottom:20px}.service-single-wrap .video-content ul li{display:block;color:#4b5563;font-size:17px;font-weight:400;line-height:25px;padding-left:40px;position:relative;margin-bottom:15px}.service-single-wrap .video-content ul li::before{position:absolute;left:0;top:50%;transform:translateY(-50%);width:25px;height:25px;line-height:25px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.05);border-radius:30px;font-family:"themify";content:"\e64c";text-align:center;font-size:17px}.service-single-wrap .quate{max-width:850px;background:#fff;box-shadow:0 6px 20px 0 rgba(0,0,0,.06);position:relative;padding:15px 70px 15px 25px;border-left:4px solid #2563eb;margin-bottom:0;color:#0e152b;font-size:18px;font-weight:500;line-height:30px;margin-bottom:60px}@media (max-width:575px){.service-single-wrap .quate{padding:15px 30px 15px 25px;font-size:16px}}.service-single-wrap .image-gallery h2{display:block}.service-single-wrap .image-gallery ul{margin:-15px;display:flex;flex-wrap:wrap}@media (max-width:1199px){.service-single-wrap .image-gallery ul{margin:-5px}}.service-single-wrap .image-gallery ul li{flex:37%;max-width:37%;padding:15px}@media (max-width:1199px){.service-single-wrap .image-gallery ul li{flex:50%;max-width:50%;padding:5px}}@media (max-width:575px){.service-single-wrap .image-gallery ul li{flex:100%;max-width:100%}}.service-single-wrap .image-gallery ul li img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-single-wrap .image-gallery ul li:nth-child(1) {flex:63%;max-width:63%}@media (max-width:1199px){.service-single-wrap .image-gallery ul li:nth-child(1) {flex:50%;max-width:50%}}@media (max-width:575px){.service-single-wrap .image-gallery ul li:nth-child(1) {flex:100%;max-width:100%}}.service-single-wrap .image-gallery ul li:last-child{flex:63%;max-width:63%}@media (max-width:1199px){.service-single-wrap .image-gallery ul li:last-child{flex:50%;max-width:50%}}@media (max-width:575px){.service-single-wrap .image-gallery ul li:last-child{flex:100%;max-width:100%}}.service-single-wrap .accordion{margin-top:50px}.service-single-wrap .accordion-item{border:1px solid rgba(4,18,31,.08);background:#fff;margin-bottom:20px;transition:all .3s ease-in-out;box-shadow:0 14px 47px 0 transparent}.service-single-wrap .accordion-item:last-child{margin-bottom:0}.service-single-wrap .accordion-item .accordion-header{text-align:left;padding:30px 35px;border:none;outline:none;cursor:pointer;transition:all .3s ease-in-out;width:100%;color:#0e152b;font-family:"Inter",sans-serif;font-size:20px;font-weight:600;background:transparent;position:relative}@media (max-width:1199px){.service-single-wrap .accordion-item .accordion-header{padding:15px 15px;font-size:15px}}.service-single-wrap .accordion-item .accordion-header::before{position:absolute;content:"\e64b";font-family:"themify";right:30px;top:50%;transform:translateY(-50%);width:35px;height:35px;line-height:35px;text-align:center;color:#0e152b;transition:all .3s ease-in-out}@media (max-width:1199px){.service-single-wrap .accordion-item .accordion-header::before{right:15px;width:25px;height:25px;line-height:25px}}.service-single-wrap .accordion-item.active{border:1px solid transparent;box-shadow:0 14px 47px 0 rgba(40,46,58,.08)}.service-single-wrap .accordion-item.active .accordion-header::before{content:"\e648";color:#0e1fb9}.service-single-wrap .accordion-content{display:none;overflow:hidden;transition:all .3s ease-in-out;padding:35px 30px;padding-top:0}@media (max-width:1199px){.service-single-wrap .accordion-content{padding:15px 15px}}.service-single-wrap .accordion-content p{color:#4b5563;font-size:16px;font-weight:400;line-height:28px;margin-bottom:0;max-width:650px}.service-single-wrap .accordion-item.active .accordion-content{display:block;transition:all .3s ease-in-out}.service-single-wrap .accordion-content{transition:max-height .3s ease-out;overflow:hidden}.service-single-wrap .accordion-item.active .accordion-content{display:block;transition:all .3s ease-in-out}.office-info{padding-bottom:120px;margin:0 -10px}@media (max-width:1199px){.office-info{margin:0;padding-bottom:80px}}@media (max-width:767px){.office-info{padding-bottom:60px}}@media (max-width:1200px){.office-info .col .office-info-item{margin-bottom:30px}.office-info .col:last-child .office-info-item{margin-bottom:0}}.office-info .office-info-item{text-align:center;padding:40px;margin:0 10px;border-radius:8px;border:1px solid #fff;box-shadow:0 15px 10px 0 rgba(194,185,185,.18);overflow:hidden;background:transparent;position:relative;transition:all .3s ease-in-out}@media (max-width:1199px){.office-info .office-info-item{margin:0;padding:30px}}.office-info .office-info-item::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:#2563eb;z-index:-1;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.office-info .office-info-item .office-info-icon{width:85px;height:85px;line-height:85px;text-align:center;margin:0 auto}.office-info .office-info-item .office-info-icon .icon .fi:before{font-size:50px;color:#2563eb;transition:all .3s ease-in-out}.office-info .office-info-item .office-info-text h2{margin:20px 0;color:#212121;font-size:24px;font-weight:600;text-transform:capitalize;transition:all .3s ease-in-out}.office-info .office-info-item .office-info-text p{margin-bottom:0;color:#636776;font-size:18px;font-weight:400;line-height:28px;transition:all .3s ease-in-out}@media (max-width:1199px){.office-info .office-info-item .office-info-text p{font-size:17px}}.office-info .office-info-item.active::before,.office-info .office-info-item:hover::before{opacity:.95;visibility:visible}.office-info .office-info-item.active .office-info-icon .icon .fi:before,.office-info .office-info-item:hover .office-info-icon .icon .fi:before{color:#fff}.office-info .office-info-item.active .office-info-text h2,.office-info .office-info-item:hover .office-info-text h2{color:#fff}.office-info .office-info-item.active .office-info-text p,.office-info .office-info-item:hover .office-info-text p{color:#fff}.contact-left{max-width:518px;text-align:left}@media (max-width:1199px){.contact-left{margin-left:0}}@media (max-width:991px){.contact-left{margin-bottom:30px}}.contact-left h2{color:#0a1222;font-size:44px;font-weight:600;text-transform:capitalize}@media (max-width:767px){.contact-left h2{font-size:35px}}.contact-left p{color:#636776;font-size:18px;font-weight:400;line-height:32px;margin-bottom:30px}.contact-left .map{max-width:550px;height:470px}.contact-left .map iframe{width:100%;height:100%;border:0;outline:0}.contact-right{max-width:484px}.contact-right .title h2{color:#212121;font-size:44px;font-weight:600;text-transform:capitalize}@media (max-width:767px){.contact-right .title h2{font-size:35px}}.contact-right .title p{color:#636776;font-size:16px;font-weight:400;line-height:33px;margin-bottom:30px}.contact-form .input-item{position:relative;margin-bottom:40px}.contact-form .input-item .fild{padding-bottom:20px;padding-left:30px;color:#636776;font-size:18px;font-weight:500;border:0;width:100%;height:45px;border-bottom:1px solid rgba(92,92,91,.3)}.contact-form .input-item .fild:focus-visible{outline:0}.contact-form .input-item i{position:absolute;left:0;top:-2px;color:#212121;font-size:20px}.contact-form .input-item .textarea{height:120px}.contact-form .submitbtn{margin-bottom:0;width:222px;height:63px;position:relative}.contact-form .submitbtn .fild{border:0;padding:0;background:#2563eb;height:63px;line-height:67px;color:#fff}.contact-form .submitbtn label{position:absolute;left:30px;top:54%;transform:translateY(-50%)}.contact-form .submitbtn label i{color:#fff;font-size:23px}.contact-form ::-webkit-input-placeholder{color:#636776}.contact-form ::-moz-placeholder{color:#636776}.contact-form :-ms-input-placeholder{color:#636776}.contact-form :-moz-placeholder{color:#636776}.blog-pg-section .blog-content .post{margin-bottom:70px}@media (max-width:991px){.blog-pg-section .blog-content .post{margin-bottom:50px}}@media (max-width:767px){.blog-pg-section .blog-content .post{margin-bottom:40px}}.blog-pg-section .entry-meta{list-style:none;overflow:hidden;margin:35px 0}@media (max-width:767px){.blog-pg-section .entry-meta{margin:25px 0}}.blog-pg-section .entry-meta ul{list-style:none}.blog-pg-section .entry-meta ul li{font-weight:400;float:left;text-transform:capitalize;font-size:16px}.blog-pg-section .entry-meta ul li a{color:#0e152b}.blog-pg-section .entry-meta ul li a:hover{color:#2563eb}.blog-pg-section .entry-meta ul li i{position:relative;margin-right:3px;top:2px}.blog-pg-section .entry-meta ul li i:before{font-size:16px;line-height:15px;color:#2563eb}.blog-pg-section .entry-meta ul li+li{margin-left:20px;padding-left:20px;position:relative}.blog-pg-section .entry-meta ul li+li:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";background:#676a7d;width:9px;height:1px}@media (max-width:440px){.blog-pg-section .entry-meta ul li+li:before{display:none}.blog-pg-section .entry-meta ul li+li{margin-left:0;padding-left:0}}@media (max-width:767px){.blog-pg-section .entry-meta ul li{font-size:13px}}@media (max-width:440px){.blog-pg-section .entry-meta ul li{float:none;display:block;margin-bottom:5px}}.blog-pg-section .post h3{font-size:32px;line-height:1.2em;font-weight:600;margin:-.27em 0 .7em}@media (max-width:991px){.blog-pg-section .post h3{font-size:27px}}@media (max-width:767px){.blog-pg-section .post h3{font-size:24px}}.blog-pg-section .post h3 a{color:#0e152b}.blog-pg-section .post h3 a:hover{color:#2563eb}.blog-pg-section .post p{margin-bottom:2em;color:#4b5563}@media (max-width:767px){.blog-pg-section .post p{font-size:17px}}.blog-pg-section .post a.read-more{text-align:center;position:relative;padding-right:45px;transition:all .3s ease-in-out;text-transform:uppercase;color:#0e152b;font-size:14px;font-weight:600;line-height:22px;letter-spacing:2.52px;text-transform:uppercase}.blog-pg-section .post a.read-more::before{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-family:flaticon_fixaroo;content:"\f137";color:#060606;font-size:28px;transition:all .3s ease-in-out}.blog-pg-section .post a.read-more::after{position:absolute;content:"";right:0;top:50%;transform:translateY(-50%);border-radius:100px;border:1px solid #1f2122;width:23px;height:23px;transition:all .3s ease-in-out}.blog-pg-section .post a.read-more:hover{color:#2563eb}.blog-pg-section .post a.read-more:hover::before{color:#2563eb;right:2px}.blog-pg-section .post a.read-more:hover::after{border:1px solid #2563eb}.blog-pg-section .entry-media{position:relative}.blog-pg-section .entry-media span{position:absolute;left:16px;top:16px;color:#fff;text-align:center;font-size:20px;font-weight:500;line-height:24px;background:#2563eb;border-radius:10px;display:inline-block;padding:10px 20px}@media (max-width:767px){.blog-pg-section .entry-media span{font-size:16px;line-height:24px}}.blog-pg-section .entry-media img{width:100%}@media screen and (min-width:1200px){.blog-pg-left-sidebar .blog-sidebar{padding-right:45px;padding-left:0}.blog-pg-fullwidth .blog-content{padding:0}}.blog-single-section{}.blog-single-section .entry-meta{list-style:none;overflow:hidden;margin:35px 0}@media (max-width:767px){.blog-single-section .entry-meta{margin:25px 0}}.blog-single-section .entry-meta ul{list-style:none}.blog-single-section .entry-meta ul li{font-weight:400;float:left;text-transform:capitalize;font-size:16px}.blog-single-section .entry-meta ul li a{color:#0e152b}.blog-single-section .entry-meta ul li a:hover{color:#2563eb}.blog-single-section .entry-meta ul li i{position:relative;margin-right:3px}.blog-single-section .entry-meta ul li i:before{font-size:16px;line-height:15px;color:#2563eb}.blog-single-section .entry-meta ul li+li{margin-left:20px;padding-left:20px;position:relative}.blog-single-section .entry-meta ul li+li:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";background:#676a7d;width:9px;height:1px}@media (max-width:440px){.blog-single-section .entry-meta ul li+li:before{display:none}.blog-single-section .entry-meta ul li+li{margin-left:0;padding-left:0}}@media (max-width:767px){.blog-single-section .entry-meta ul li{font-size:13px}}@media (max-width:440px){.blog-single-section .entry-meta ul li{float:none;display:block;margin-bottom:5px}}.blog-single-section .post h3{font-size:32px;line-height:1.2em;font-weight:600;margin:-.27em 0 .7em}@media (max-width:991px){.blog-single-section .post h3{font-size:27px}}@media (max-width:767px){.blog-single-section .post h3{font-size:24px}}.blog-single-section .post p{margin-bottom:2em;color:#4b5563;font-size:18px;font-weight:400;line-height:32px}@media (max-width:767px){.blog-single-section .post p{font-size:17px}}.blog-single-section blockquote{background-color:#f4f6f8;padding:40px 34px;margin-top:60px;margin-bottom:40px;border:0;position:relative;color:#0e152b;font-family:"Inter",sans-serif;font-size:22px;font-weight:600;line-height:43px}@media (max-width:767px){.blog-single-section blockquote{padding:35px 25px;font-size:18px;line-height:30px}}.blog-single-section blockquote:before{font-family:flaticon_aidu;content:"\f12a";font-size:35px;color:#2563eb;position:absolute;right:40px;bottom:30px}.blog-single-section blockquote span{color:#16171a;font-size:16px;font-weight:400;display:block;position:relative;padding-left:30px}.blog-single-section blockquote span::before{position:absolute;left:0;top:50%;width:17px;height:2px;content:"";background:#191515;transform:translateY(-50%)}.blog-single-section .post-team-content{margin-bottom:60px}.blog-single-section .post-team-content h3{font-size:28px;font-weight:600;line-height:40px;margin-bottom:30px}@media (max-width:767px){.blog-single-section .post-team-content h3{font-size:24px;line-height:24px}}.blog-single-section .post-team-content ul li{display:block;font-size:16px;font-weight:400;line-height:25px;padding-left:40px;position:relative;margin-bottom:24px;color:#4b5563}.blog-single-section .post-team-content ul li:last-child{margin-bottom:0}@media (max-width:991px){.blog-single-section .post-team-content ul li:last-child{margin-bottom:24px}}.blog-single-section .post-team-content ul li::before{position:absolute;left:0;top:50%;transform:translateY(-50%);width:28px;height:28px;font-size:20px;line-height:28px;background:#fff;box-shadow:0 4px 9px rgba(0,0,0,.06);border-radius:30px;transition:all .3s ease-in-out;content:"\f128";font-family:flaticon_aidu;text-align:center}.blog-single-section .post-team-content ul li:hover::before{background:#2563eb;color:#fff}.blog-single-section .post-team-content img{width:100%}.blog-single-section .im-1{margin-bottom:30px}.blog-single-section p{color:#4b5563;font-size:18px;font-weight:400;line-height:32px}@media (max-width:767px){.blog-single-section p{font-size:17px}}.blog-single-section .tag-share-wrap{margin-top:50px;padding-bottom:40px;border-bottom:1px solid #f6f6f6}@media (max-width:991px){.blog-single-section .tag-share-wrap{margin-top:30px}}.blog-single-section .tag-share,.blog-single-section .tag-share-s2{color:#0e152b}.blog-single-section .tag-share ul,.blog-single-section .tag-share-s2 ul{list-style:none;display:inline-block;overflow:hidden}.blog-single-section .tag-share ul li,.blog-single-section .tag-share-s2 ul li{float:left}@media (max-width:767px){.blog-single-section .tag-share ul li,.blog-single-section .tag-share-s2 ul li{margin:2px}}.blog-single-section .tag-share ul>li+li,.blog-single-section .tag-share-s2 ul>li+li{margin-left:10px}@media (max-width:767px){.blog-single-section .tag-share ul>li+li,.blog-single-section .tag-share-s2 ul>li+li{margin:2px}}.blog-single-section .tag-share .tag,.blog-single-section .tag-share-s2 .tag{display:flex;align-items:center}.blog-single-section .tag-share .tag>span,.blog-single-section .tag-share-s2 .tag>span{font-family:"Inter",sans-serif;display:inline-block;padding-right:15px;text-transform:capitalize;color:#0e152b;font-size:20px;font-weight:700;line-height:30px}.blog-single-section .tag-share .tag ul,.blog-single-section .tag-share-s2 .tag ul{list-style:none;position:relative}.blog-single-section .tag-share .tag li,.blog-single-section .tag-share-s2 .tag li{position:relative}.blog-single-section .tag-share .tag a,.blog-single-section .tag-share-s2 .tag a{display:inline-block;padding:2px 15px;text-transform:capitalize;color:#4b5563;text-align:center;font-family:"Inter",sans-serif;font-size:16px;font-weight:500;line-height:30px;border:1px solid #f6f3ee;background:#fff}@media (max-width:767px){.blog-single-section .tag-share .tag a,.blog-single-section .tag-share-s2 .tag a{font-size:14px}}.blog-single-section .tag-share .tag a:hover,.blog-single-section .tag-share-s2 .tag a:hover{color:#fff;background:#2563eb}.blog-single-section .tag-share-s2{margin:0;border-bottom:0}.blog-single-section .tag-share-s2 .tag{justify-content:end}@media (max-width:991px){.blog-single-section .tag-share-s2 .tag{margin-top:20px;justify-content:left}}.blog-single-section .tag-share-s2 .tag a{padding:0;background:#f2f6f7;color:#020626;padding:2px 10px;font-size:14px;font-weight:400}.blog-single-section .item-img img{width:100%}.blog-single-section img{width:100%}.blog-single-section .comments-area{margin-top:70px}.blog-single-section .comments-area .comment-wrapper{position:relative}.blog-single-section .comments-area ol{list-style-type:none;padding-left:0}.blog-single-section .comments-area ol ul{padding-left:100px;list-style-type:none}@media (max-width:991px){.blog-single-section .comments-area ol ul{padding-left:40px}}.blog-single-section .comments-area ol>li:last-child div{border-bottom:0}.blog-single-section .comments-area .comments-title{margin-bottom:40px;text-transform:capitalize;color:#0e152b;font-size:28px;font-weight:600;line-height:30px}@media (max-width:991px){.blog-single-section .comments-area .comments-title{font-size:20px}}.blog-single-section .comments-area li>div{position:relative}.blog-single-section .comments-area .comment-theme{position:absolute}@media (max-width:767px){.blog-single-section .comments-area .comment-theme{position:static}}.blog-single-section .comments-area .comment-theme img{border-radius:50%}.blog-single-section .comments-area .comment-main-area{margin-bottom:40px}.blog-single-section .comments-area .comment-main-area{padding-left:110px}@media (max-width:767px){.blog-single-section .comments-area .comment-main-area{padding-left:0;margin-top:25px}}.blog-single-section .comments-area .comment-main-area p{margin-bottom:20px;color:#4b5563;font-size:16px;font-weight:400;line-height:28.8px}.blog-single-section .comments-area .comments-meta h4{font-size:20px;font-size:18px;font-weight:600;line-height:25px}.blog-single-section .comments-area .comments-meta h4 span{font-size:15px;color:#666;font-weight:normal;text-transform:none;display:block;font-family:"Inter",sans-serif}@media (max-width:767px){.blog-single-section .comments-area .comments-meta h4 span{padding-left:0}}.blog-single-section .comment-respond{background:#f8f8f9;padding:60px 40px 80px;margin-top:60px}@media (max-width:575px){.blog-single-section .comment-respond{padding:40px 20px 40px}}.blog-single-section .comment-respond .comment-reply-title{font-size:22px;text-transform:capitalize;color:#0e152b;font-size:28px;font-weight:600;line-height:30px;margin-bottom:30px}@media (max-width:767px){.blog-single-section .comment-respond .comment-reply-title{font-size:24px}}.blog-single-section .comment-respond form input,.blog-single-section .comment-respond form textarea{background-color:#fff;color:#4b5563;width:100%;height:65px;padding:6px 15px;margin-bottom:33px;outline:0;transition:all .3s;border:1px solid #e5e5e5;background:#fff;box-shadow:0 15px 10px 0 rgba(242,242,242,.18)}@media (max-width:575px){.blog-single-section .comment-respond form input,.blog-single-section .comment-respond form textarea{margin-bottom:25px}}.blog-single-section .comment-respond form input:focus,.blog-single-section .comment-respond form textarea:focus{box-shadow:none;border-color:#2563eb}@media (max-width:991px){.blog-single-section .comment-respond form input,.blog-single-section .comment-respond form textarea{height:40px}}.blog-single-section .comment-respond form textarea{padding:15px;height:280px}@media (max-width:991px){.blog-single-section .comment-respond form textarea{height:150px}}.blog-single-section .comment-respond .form-inputs{overflow:hidden}.blog-single-section .comment-respond .form-inputs>div{width:50%;float:left;padding:0 9px;position:relative}@media (max-width:767px){.blog-single-section .comment-respond .form-inputs>div{width:100%;float:none}}.blog-single-section .comment-respond .form-textarea{padding:0 9px;position:relative}.blog-single-section .comment-respond .form-submit input{max-width:240px;border:0;outline:0;background:#2563eb;margin:0;font-size:16px;font-weight:400;text-transform:capitalize;color:#fff}@media (max-width:991px){.blog-single-section .comment-respond .form-submit input{height:50px}}.blog-single-section .comment-respond .form-submit input:hover{background-color:#1b3683;color:#fff}.blog-single-section .comment-respond .terms{margin-bottom:40px;margin-left:9px}.blog-single-section .comment-respond .terms .checkbox{width:20px;height:0;padding:0;margin:0}.blog-single-section .comment-respond .terms input[type="checkbox"]{position:relative;cursor:pointer}.blog-single-section .comment-respond .terms input[type="checkbox"]:checked:before{content:"";display:block;position:absolute;left:-3px;top:-14px;width:17px;height:17px;transition:all .2s linear;border:1px solid #949392}.blog-single-section .comment-respond .terms input[type="checkbox"]:before{content:"";display:block;position:absolute;left:-3px;top:-14px;width:17px;height:17px;transition:all .2s linear;border:1px solid #949392}.blog-single-section .comment-respond .terms input[type="checkbox"]:after{content:"";display:block;width:0;height:0;border:solid #fff;border-width:0 0 0 0;transform:rotate(180deg);position:absolute;top:-11px;left:3px;transition:all .2s linear}.blog-single-section .comment-respond .terms input[type="checkbox"]:checked:after{content:"";display:block;width:6px;height:10px;border:solid #00cc83;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:-11px;left:3px}.blog-single-section .comment-respond .terms label{margin-bottom:0;cursor:pointer;font-size:15px;font-weight:500;line-height:26px;color:#838383;font-size:16px;font-weight:400;line-height:26px}@media (max-width:1399px){.blog-single-section .comment-respond .terms label{margin-left:5px;font-size:13px}}@media (max-width:767px){.blog-single-section .comment-respond .terms label{margin-left:25px;position:relative;margin-top:-25px}}.blog-single-section .error-message{color:red;font-size:.9em;position:absolute;width:100%;bottom:10px;left:9px}.blog-single-section #loading{margin-top:10px;color:#00f;font-weight:bold}@media screen and (min-width:1200px){.blog-single-left-sidebar-section .blog-sidebar{padding-right:45px;padding-left:0}}.error-404-section{text-align:center}.error-404-section .error-message{margin-top:70px;padding:0 200px}@media (max-width:991px){.error-404-section .error-message{margin-top:50px;padding:0 100px}}@media (max-width:767px){.error-404-section .error-message{padding:0}}.error-404-section .error-message h3{text-align:center;font-size:55px;font-weight:500;line-height:58px;margin-bottom:50px}@media (max-width:991px){.error-404-section .error-message h3{font-size:40px;line-height:45px;margin-bottom:40px}}.error-404-section .error-message p{margin-bottom:1.8em}