﻿@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap";body,p,a{font-size:.9375rem;font-style:normal;font-weight:400;font-family:"Roboto",sans-serif;color:#1c1c1c}p{font-family:"Open Sans",sans-serif;margin:0;padding:0;line-height:1.7}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Roboto",sans-serif;color:#2d4181;margin:0;padding:0}button:focus,button:active{outline:none}.btn{outline:none;box-shadow:none;border-radius:5px;border:1px solid #dedede;font-family:"Open Sans",sans-serif;cursor:pointer;transition:.4s ease-in-out}.btn:focus,.btn:hover{box-shadow:none;outline:none;color:inherit}.btn.btn-custom-small{font-size:.75rem;padding:6px 20px}.btn.btn-custom-medium{font-size:.875rem;padding:8px 25px}.btn.btn-custom-large{font-size:1rem;font-weight:600;padding:12px 32px;letter-spacing:.03em}.btn.btn-primary{background-color:#2d4181;border-color:#2d4181;color:#fff}.btn.btn-primary:hover{background-color:rgba(0,0,0,0);color:#2d4181}.btn.btn-secondary{background-color:#c00707;border-color:#c00707;color:#fff}.btn.btn-secondary:hover{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn.btn-dark{background-color:#000;border-color:#000;color:#fff}.btn.btn-dark:hover{background-color:rgba(0,0,0,0);color:#fff}.btn.btn-dark-ghost{background-color:rgba(0,0,0,0);color:#1c1c1c}.btn.btn-dark-ghost:hover{background-color:#000;border-color:#000;color:#fff}.btn.btn-whitey{background-color:#fff;border-color:#fff;color:#332d2d;text-transform:capitalize}.btn.btn-whitey:hover{background-color:rgba(0,0,0,0);color:#fff}.btn.btn-whitey-ghost{background-color:rgba(0,0,0,0);color:#fff}.btn.btn-whitey-ghost:hover{background-color:#fff;border-color:#fff;color:#332d2d}.scrollevent a{font-size:18px;text-decoration:none}.scrollevent a:hover{font-style:normal}.scrollevent a .btn-scroll-up{padding:5px 6px;background-color:rgba(45,65,129,.95);box-shadow:none;border:1px solid;border-color:#202e5b;border-radius:6px 6px 0 0;color:#fff;transition:.6s all;cursor:pointer}.scrollevent a .btn-scroll-up i{transform:translateY(0);transition:.6s all;color:#fff}.scrollevent a .btn-scroll-up:hover i{transform:translateY(-5px)}.scrollevent a .btn-scroll-up:focus{text-decoration:none;border:none;outline:none}.scrollToTop{z-index:9999;text-align:center;background:rgba(0,0,0,0);color:#fff;position:fixed;bottom:50px;right:30px;display:none !important;cursor:pointer}.scrollToTop.d-block{display:block !important}@media screen and (max-width: 767px){.scrollToTop.d-block{display:none !important}}.scrollToTop button i{padding:3px;font-size:18px;color:#fff}.scrollToTop:hover{text-decoration:none}.slick-slide:focus{outline:none}.slick-dots li{display:flex;justify-content:center;gap:5px;width:10px;aspect-ratio:1/1;border-radius:100%;background-color:#8a8a8a;cursor:pointer}.slick-dots li button{text-indent:-9999px;border:none;background-color:rgba(0,0,0,0)}.slick-dots li button:focus{outline:none}.slick-dots li.slick-active{background-color:#2d4181}.slick-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;aspect-ratio:1/1;background-color:#f8f8f8;display:grid;place-items:center;transition:.3s ease-in-out;cursor:pointer}.slick-arrow i{font-size:1.5rem;color:#000;transition:.3s ease-in-out}.slick-arrow:hover{background-color:#2d4181}.slick-arrow:hover i{color:#fff}.slick-arrow.left{left:0px;z-index:9}.slick-arrow.right{right:0px}.mobile-call-button{position:fixed;bottom:20px;right:20px;text-align:center;z-index:99;display:none}@media screen and (max-width: 767px){.mobile-call-button{display:block}}.mobile-call-button a{font-size:20px;height:45px;width:45px;line-height:45px;color:#fff;background-color:rgba(45,65,129,.7);border-radius:100%}.icon-block{width:50px;aspect-ratio:1/1;display:grid;place-items:center;position:relative;background-color:#c00707;z-index:1}.icon-block::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#2d4181;z-index:-1;transition:.3s ease-in-out}.icon-block i{color:#fff}.icon-block svg{width:60px;aspect-ratio:1/1;transition:.5s ease-in-out}.icon-block:hover::before{height:100%}.icon-block:hover svg path{fill:#c00707;stroke:#c00707}.form{display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px 10px}.form .form-group{flex-basis:100%;display:flex;flex-direction:column}.form .form-group.half-width{flex-basis:calc(50% - 10px)}.form .form-group label{font-size:.9375rem;color:#000;font-weight:500;text-transform:capitalize;margin-bottom:5px;display:flex;align-items:center;gap:10px}.form .form-group label i{font-size:.9375rem}.form .form-group label span{font-size:inherit;color:inherit;font-weight:inherit}.form .form-group .form-input{border-radius:5px;border:1px solid rgba(0,0,0,.4);background:rgba(0,0,0,0);padding:8px;font-size:.9375rem;text-transform:capitalize;color:#000;resize:none}.form .form-group .form-input::placeholder{font-size:.9375rem;color:#000}.form .form-group .form-input:focus-visible{border:none;outline:0;box-shadow:rgba(182,192,201,.3) 0px 1px 2px 0px,rgba(182,192,201,.15) 0px 2px 6px 2px;border-bottom:1px solid #1c1c1c}.form .form-group .form-input.msg-input{height:100px}@media screen and (max-width: 992px){.form .form-group label{font-size:1rem}}@media screen and (max-width: 768px){.form .form-group.half-width{flex-basis:100%}}@media screen and (max-width: 576px){.form{flex-direction:column;gap:20px}.form .form-group .form-input{font-size:.875rem}.form .form-group .form-input::placeholder{font-size:.875rem}}ul,ol{margin:0;padding:0;list-style:none}ul li,ol li{display:block;font-size:14px;font-family:"Open Sans",sans-serif;font-weight:400}figure{margin:0}img{max-width:100%;transition:.4s all}a{color:#fff;text-decoration:none;display:block;overflow:hidden;transition:.4s all}a:hover,a:focus,a:active{text-decoration:none;font-style:normal;cursor:pointer;outline:none}.no-padding{padding:0}.no-margin{margin:0}.no-border-right{border-right:none}.no-border-left{border-left:none}.no-border-top{border-top:none}.no-border-bottom{border-bottom:none}.section{padding:80px 0}.title{padding-bottom:40px;text-align:center}.title h2{font-size:2rem;font-weight:900;color:#fff;text-transform:uppercase}.title h2 span{color:#fff;font-weight:300}.title p{font-size:1rem;font-weight:300;color:#fff;max-width:600px;margin:0 auto;padding-top:10px}@media screen and (max-width: 1200px){.section{padding:60px 0}}@media screen and (max-width: 992px){.section{padding:50px 0}.title h2{font-size:1.75rem}.title p{font-size:.975rem}}@media screen and (max-width: 768px){.section{padding:40px 0}.title{padding-bottom:30px}.title h2{font-size:1.5rem}.title p{font-size:.875rem;width:auto}}@media screen and (max-width: 577px){.section{padding:30px 0}.title h2{font-size:1.25rem}}.breadcrumb{background:url("../images/bcrumb.jpg") no-repeat;background-position:center center;background-size:cover;margin-bottom:0;position:relative;z-index:1}.breadcrumb::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.5);z-index:-1}.breadcrumb .bread-title{text-align:center;padding-bottom:20px;display:block;color:#fff;font-weight:900}.breadcrumb .bread-title::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-family:"fontAwesome";font-size:16px;color:#fff}.breadcrumb .bread-title:last-child::before{content:""}.breadcrumb h4{font-size:32px;font-weight:700}.breadcrumb h5{font-size:22px}.breadcrumb h6{font-size:18px}header{z-index:111}header .nav-top{flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:10px 0}header .nav-top .navbar-brand{flex-grow:1;text-align:center}header .nav-top .navbar-brand figure{width:180px;margin-inline:auto}header .nav-top .company-info{justify-content:space-between}header .nav-top .company-info .info .social-icons{gap:20px}header .nav-top .company-info .info .social-icons .social-link{width:30px;height:30px;border-radius:50%;background-color:#3b5998;display:grid;place-items:center;transition:.4s ease-in-out}header .nav-top .company-info .info .social-icons .social-link i{font-size:14px;transition:.4s ease-in-out}header .nav-top .company-info .info .social-icons .social-link:last-child{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)}header .nav-top .company-info .info .social-icons .social-link:last-child i{padding-right:0}header .nav-top .company-info .info .social-icons .social-link:hover{background-color:rgba(0,0,0,0)}header .nav-top .company-info .info .social-icons .social-link:hover i{color:#3b5998}header .nav-top .company-info .info .social-icons .social-link:hover:last-child{background:rgba(0,0,0,0)}header .nav-top .company-info .info .social-icons .social-link:hover:last-child i{background:-moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);background:-webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}header .navbar{padding:0}header .navbar .navbar-brand{display:none}header .navbar svg rect{fill:#fff}header .navbar .navbar-toggler{z-index:9999}header .navbar .navbar-toggler:focus{outline:none;box-shadow:none}header .navbar-collapse{display:flex;flex-direction:row;justify-content:space-between;background-color:#2d4181;z-index:2}header .navbar-collapse .navbar-nav{width:100%;display:flex;flex-direction:row;justify-content:space-around}header .navbar-collapse .navbar-nav .nav-item{text-align:center;position:relative}header .navbar-collapse .navbar-nav .nav-item .nav-link{margin:0 10px;padding:16px 6px;color:#fff;text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:400;display:block;position:relative}header .navbar-collapse .navbar-nav .nav-item .nav-link i{color:#fff;font-size:12px;padding-right:6px}header .navbar-collapse .navbar-nav .nav-item .nav-link.button{padding:8px 15px;font-size:12px;color:#1c1c1c;background-color:#fff;border-color:#fff}header .navbar-collapse .navbar-nav .nav-item .nav-link::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:.3s ease-in-out}header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before{width:100%}header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before{width:100%}header.fixed-header{position:fixed;top:0;left:0;right:0;z-index:111;background:inherit;animation:smoothScroll 1s forwards}@keyframes smoothScroll{0%{transform:translateY(-40px)}100%{transform:translateY(0px)}}header.fixed-header .nav-top .navbar-brand figure{max-width:80px}header.fixed-header .nav-top .company-info .info{padding:0 25px}header.fixed-header .nav-top .company-info .info p{font-size:13px}header.fixed-header .nav-top .company-info .info:first-child{padding-left:0}header.fixed-header .nav-top .company-info .info:last-child{padding-right:0 !important}header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:13px;padding:10px 0}@media screen and (max-width: 1200px){header .nav-top .company-info .info{padding:0 25px}header .navbar-collapse .navbar-nav .nav-item:last-child{padding:0 0}}@media screen and (max-width: 992px){header{background-color:#000}header .nav-top{display:none !important}header .navbar-toggler{z-index:999;border:none;position:relative}header .navbar-toggler svg{position:absolute;top:50%;left:0;transform:translate(0, -50%)}header .navbar-toggler svg.burger{transition:.3s ease-in-out}header .navbar-toggler svg.burger rect{fill:#fff}header .navbar-toggler svg.cross{opacity:0;top:60%;left:0;transform:translate(0, -50%);transition:.3s ease-in-out}header .navbar-toggler svg.cross path{stroke:#fff}header .navbar-toggler:focus-within{box-shadow:none;outline:none}header .navbar-toggler[aria-expanded=true] svg.burger{opacity:0}header .navbar-toggler[aria-expanded=true] svg.cross{opacity:1;top:50%}header .navbar{background-color:#000;padding:10px 15px;z-index:2;display:flex;flex-direction:column;align-items:initial;gap:20px}header .navbar .navbar-brand{display:inline;margin:0 auto}header .navbar .navbar-brand figure{width:80px}header .navbar-collapse{flex-direction:column;background-color:rgba(0,0,0,0)}header .navbar-collapse .navbar-nav{flex-direction:column;width:100%}header .navbar-collapse .navbar-nav .nav-item .nav-link{display:inline-block;padding:5px 0}header.fixed-header{background-color:#000}header.fixed-header .navbar .navbar-brand figure{width:60px}}@media screen and (max-width: 577px){header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:12px}}.banner{margin-top:-25px}.banner .slider .block{position:relative;height:calc(100vh - 95px)}.banner .slider .block .image{width:100%;height:calc(100vh - 95px)}.banner .slider .block .image img{width:100%;height:100%;object-fit:cover}.banner .slider .block .text{max-width:500px;position:absolute;bottom:50%;left:120px;transform:translateY(50%);background-color:rgba(45,65,129,.9);padding:40px}.banner .slider .block .text h5{font-size:32px;font-weight:900;color:#fff;letter-spacing:.02em;text-transform:capitalize}.banner .slider .block .text p{color:#f8f8f8;margin-block:30px}.banner .slick-arrow{opacity:0}.banner .slick-arrow i{font-size:26px;transition:.3s ease-in}.banner .slick-arrow i:hover{color:#fff}.banner:hover .slick-arrow{opacity:1}@media screen and (max-width: 992px){.banner{margin-top:0}.banner .slider .block{height:auto}.banner .slider .block .image{height:auto}.banner .slider .block .image img{height:auto}.banner .slider .block .text{position:relative;bottom:0;left:0;transform:translateY(0);max-width:100%}.banner .slider .block .text h5{font-size:26px}}@media screen and (max-width: 768px){.banner .slider .block{height:auto}.banner .slider .block .image img{height:auto}.banner .slider .block .text h5{font-size:22px}.banner .slick-arrow i{font-size:20px}}@media screen and (max-width: 577px){.banner .slider .block .text{position:relative;text-align:center;border:none;border-radius:0;padding:20px 20px 40px 20px}.banner .slider .block .text h5{font-size:20px}.banner .slider .block .text .button a{font-size:14px}.banner .slick-dots{margin-top:-20px;position:relative;display:flex;justify-content:center;gap:10px}.banner .slick-dots li{background-color:#fff}.banner .slick-dots li.slick-active{background-color:#332d2d}}@media screen and (max-width: 481px){.banner .slider .block .text h5{font-size:18px}.banner .slider .block .text p{margin-block:20px}}.about{background:url("../images/bg-img.png") no-repeat;background-position:right top;background-size:250px}.about .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;margin:30px 0}.about .about-wrap .block{flex:0 0 calc(50% - 30px);height:auto}.about .about-wrap .block img{width:100%;height:100%;object-fit:cover}.about .about-wrap .block.content-block{text-align:center}.about .about-wrap .block.content-block h4{font-size:1.75rem;font-weight:900;letter-spacing:.03em;word-spacing:.05em;color:#2d4181;text-transform:capitalize;margin-bottom:20px;text-align:center}.about .about-wrap .block.content-block h4 span{font-size:1.125rem;font-weight:300;color:#000;display:block;text-transform:initial}.about .about-wrap .block.content-block .text-content{margin-top:30px}.about .about-wrap .block.content-block h2{font-size:24px;padding:10px;font-weight:800;color:#2d4181;word-spacing:.05em;letter-spacing:.03em;text-transform:capitalize;text-align:center}.about .about-wrap .block.content-block p{font-size:16px;margin:0}.about .about-wrap .block.content-block .button{margin-top:30px}@media screen and (max-width: 992px){.about .about-wrap{flex-direction:column;gap:20px}.about .about-wrap .block.content-block{text-align:center}.about .about-wrap .block.content-block h4{font-size:24px}.about .about-wrap .block.content-block h2{font-size:22px}.about .about-wrap .block.content-block p{font-size:15px}}@media screen and (max-width: 768px){.about .about-wrap .block.content-block h4{font-size:22px}.about .about-wrap .block.content-block h2{font-size:20px}}@media screen and (max-width: 481px){.about .about-wrap .block.content-block h4{font-size:20px}.about .about-wrap .block.content-block h2{font-size:20px}.about .about-wrap .block.content-block p{margin:20px 0}}@media screen and (max-width: 321px){.about .about-wrap .block.content-block h4{font-size:18px}.about .about-wrap .block.content-block h2{font-size:18px}}.review{text-align:center;padding:40px 0;background-color:#f8f8f8}.review h2{font-size:40px;font-weight:600;color:#2d4181;margin-bottom:36px;text-transform:uppercase}.review ul{justify-content:center;gap:44px;margin-bottom:20px}.review ul li a{max-width:40px}@media screen and (max-width: 576px){.review h2{margin-bottom:15px;font-size:18px}.review ul{flex-direction:column}.review ul li a{margin:8px auto}}.footer .footer-top{position:relative;z-index:1}.footer .footer-top::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background-color:#fff;z-index:-1}.footer .footer-top-wrap{display:flex;flex-wrap:wrap;gap:20px}.footer .footer-top-wrap .info-block{flex-basis:calc(33.3333333333% - 20px);background-color:#2d4181;padding:40px 20px;border-radius:10px;display:flex;align-items:center;gap:10px}.footer .footer-top-wrap .info-block .icon-block{border-radius:100%;background-color:rgba(0,0,0,0);border:1px solid #fff}.footer .footer-top-wrap .info-block .icon-block::before{top:50%;left:50%;transform:translate(-50%, -50%);border-radius:100%}.footer .footer-top-wrap .info-block .info-desc h6{font-size:1.225rem;font-weight:500;color:#fff;text-transform:capitalize}.footer .footer-top-wrap .info-block .info-desc p{color:#f8f8f8;overflow-wrap:anywhere}.footer .footer-mid{padding:40px 0;background-color:#fff}.footer .footer-mid .top-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer .footer-mid .top-wrap .footer-block{flex-basis:calc(15% - 20px)}.footer .footer-mid .top-wrap .footer-block .quick-link h5{font-size:1.25rem;font-weight:700;color:#2d4181;margin-bottom:30px;text-transform:capitalize}.footer .footer-mid .top-wrap .footer-block .quick-link li,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item{margin-bottom:8px;position:relative}.footer .footer-mid .top-wrap .footer-block .quick-link li::before,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before{content:"";position:absolute;font-family:"font Awesome 5 free";font-weight:700;font-size:.75rem;color:#000}.footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link{padding-left:15px;font-size:.875rem;color:#000;text-transform:capitalize;transition:.5s ease-in-out;overflow-wrap:anywhere}.footer .footer-mid .top-wrap .footer-block .quick-link li:hover i,.footer .footer-mid .top-wrap .footer-block .quick-link li:hover::before,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover i,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover::before{color:#2d4181}.footer .footer-mid .top-wrap .footer-block .quick-link li:hover svg,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover svg{stroke:#2d4181}.footer .footer-mid .top-wrap .footer-block .quick-link li:hover .footer-link,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover .footer-link{transform:translateX(5px);color:#2d4181}.footer .footer-mid .top-wrap .footer-block:nth-child(2){flex-basis:calc(40% - 20px);text-align:center}.footer .footer-mid .top-wrap .footer-block:nth-child(2) .logo{width:80px;margin:auto}.footer .footer-mid .top-wrap .footer-block:nth-child(2) .logo img{width:100%;height:100%;object-fit:cover}.footer .footer-mid .top-wrap .footer-block:nth-child(2) .desc{margin-top:20px}.footer .footer-mid .top-wrap .footer-block:nth-child(2) .desc p{color:#000;line-height:1.5}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li,.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item{display:flex}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li::before,.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item::before{display:none}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li .footer-link,.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item .footer-link{padding-left:10px}.footer .footer-bottom{background-color:#2d4181;padding:30px 0}.footer .footer-bottom .bottom-wrap{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5px}.footer .footer-bottom .bottom-wrap .block,.footer .footer-bottom .bottom-wrap .develop{display:flex;align-items:center;gap:5px}.footer .footer-bottom .bottom-wrap .block p,.footer .footer-bottom .bottom-wrap .block a,.footer .footer-bottom .bottom-wrap .develop p,.footer .footer-bottom .bottom-wrap .develop a{line-height:1.5;font-size:.875rem;color:#fff;text-transform:capitalize;display:inline-block}.footer .footer-bottom .bottom-wrap .block a,.footer .footer-bottom .bottom-wrap .develop a{position:relative}.footer .footer-bottom .bottom-wrap .block a::before,.footer .footer-bottom .bottom-wrap .develop a::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:.3s ease-in-out}.footer .footer-bottom .bottom-wrap .block a:hover::before,.footer .footer-bottom .bottom-wrap .develop a:hover::before{width:100%}@media screen and (max-width: 992px){.footer .footer-top-wrap .info-block{padding:20px 20px;flex-direction:column;text-align:center}.footer .footer-top-wrap .info-block .info-desc h6{padding-top:10px 0 5px}.footer .footer-top-wrap .info-block .info-desc p{line-height:1.3}.footer .footer-mid .top-wrap .footer-block{flex-basis:calc(30% - 20px)}.footer .footer-mid .top-wrap .footer-block .quick-link h5{font-size:1.25rem;margin-bottom:20px}.footer .footer-mid .top-wrap .footer-block .quick-link li,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item{margin-bottom:8px;position:relative}.footer .footer-mid .top-wrap .footer-block .quick-link li::before,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before{content:"";position:absolute;font-family:"font Awesome 5 free";font-weight:700;font-size:.75rem;color:#000}.footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link{font-size:.875rem}.footer .footer-mid .top-wrap .footer-block:first-child .logo{margin:auto}.footer .footer-mid .top-wrap .footer-block:first-child .desc{max-width:100%;text-align:center}.footer .footer-mid .top-wrap .footer-block:nth-child(2){flex-basis:calc(40% - 20px)}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link{text-align:right}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item{justify-content:flex-end}}@media screen and (max-width: 768px){.footer .footer-top-wrap{flex-direction:column}.footer .footer-top-wrap .info-block .info-desc h6{font-size:1.225rem}.footer .footer-mid .top-wrap{flex-direction:column;gap:20px}.footer .footer-mid .top-wrap .footer-block .quick-link h5{margin-bottom:15px;text-align:center}.footer .footer-mid .top-wrap .footer-block .quick-link li,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item{margin-bottom:5px;text-align:center}.footer .footer-mid .top-wrap .footer-block .quick-link li::before,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before{display:none}.footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link{font-size:.875rem;padding-left:0}.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item{justify-content:center}.footer .footer-bottom .bottom-wrap{flex-direction:column}}@media screen and (max-width: 480px){.footer .footer-bottom .bottom-wrap .block,.footer .footer-bottom .bottom-wrap .develop{flex-direction:column}}.page-aboutUs .about .about-wrap .block.content-block{text-align:left}.page-aboutUs .about .about-wrap .block.content-block h4{text-align:left}.page-aboutUs .about .about-wrap .block.content-block .text-content h2{text-align:left;padding-inline:0}.contact-wrap{display:flex;align-items:center;gap:4em}.contact-wrap .contact-block{max-width:75%;margin:auto}.contact-wrap .contact-block .align-left{text-align:left;margin-bottom:40px}.contact-wrap .contact-block .align-left h6{font-size:20px;font-weight:300;letter-spacing:.03em}.contact-wrap .contact-block .align-left h3{font-size:28px;font-weight:700;padding-top:10px}.contact-wrap .contact-block .align-left h4{font-size:24px;font-weight:400}.contact-wrap .contact-block.contact-image{box-shadow:none}.contact-wrap .contact-block .form{padding:0;box-shadow:none}.contact-detail{display:flex;flex-direction:row;gap:2em;margin:40px 0}.contact-detail .details{width:100%;border:1px solid #2d4181;background-color:#2d4181;padding:10px 20px;border-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;text-align:center}.contact-detail .details .topic h6{font-size:18px;color:#fff;font-weight:500}.contact-detail .details .info{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.4s ease-in-out}.contact-detail .details .info i{font-size:16px;color:#fff;padding-right:10px}.contact-detail .details .info p{color:#fff}.google-map iframe{display:block;width:100%;height:400px}@media screen and (max-width: 992px){.contact-wrap{flex-direction:column}.contact-wrap .contact-block.contact-image{display:none}.contact-detail{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0;margin:40px 0}.contact-detail .details{flex:0 0 calc(50% - 20px);margin:0 10px 40px 10px}.contact-detail .details .topic{text-align:center}.contact-detail .details .info{justify-content:center;text-align:center}.contact-detail .details .info i{width:auto;margin-right:10px}.contact-detail .details .info p{width:auto}}@media screen and (max-width: 768px){.contact-wrap .contact-block .align-left{text-align:center}.google-map iframe{height:300px}}@media screen and (max-width: 577px){.contact-wrap .contact-block{max-width:100%;width:100%;padding-inline:20px}.contact-detail{flex-direction:column;margin:30px 0}.contact-detail .details{margin:0 0 30px 0}.contact-detail .details .info{margin-top:0}.contact-detail .details .info i{font-size:13px}}@media screen and (max-width: 480px){.google-map iframe{height:300px}}.page-service .service-wrapper{display:flex;flex-wrap:wrap}.page-service .service-wrapper .service-block{flex-basis:33.3333333333%;display:flex;justify-content:space-between;margin:0;position:relative;z-index:1;box-shadow:rgba(0,0,0,.15) 2.6px 2.6px 3.4px;overflow:hidden;border:1px solid #fff;width:100%;aspect-ratio:5/7}.page-service .service-wrapper .service-block .image{position:absolute;z-index:-1;width:100%;height:100%}.page-service .service-wrapper .service-block .image .figure{width:100%;height:100%}.page-service .service-wrapper .service-block .image .figure img{width:100%;height:100%;object-fit:cover}.page-service .service-wrapper .service-block .content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:20px 40px;position:relative;z-index:1;text-align:center}.page-service .service-wrapper .service-block .content::before{content:"";inset:0;position:absolute;background-color:rgba(0,0,0,.5);z-index:-1}.page-service .service-wrapper .service-block .content .title{color:#fff;text-transform:capitalize;margin-bottom:0;font-weight:800;padding-bottom:20px}.page-service .service-wrapper .service-block .content .desc p{padding-top:20px;font-size:1.125rem;font-weight:700;color:#fff;line-height:1.3}.page-service .service-wrapper .service-block .content .desc p:first-child{padding-top:0}@media screen and (max-width: 1200px){.page-service .service-wrapper .service-block{flex-basis:50%}}@media screen and (max-width: 768px){.page-service .service-wrapper{flex-direction:column}.page-service .service-wrapper .service-block{aspect-ratio:8/9}}@media screen and (max-width: 480px){.page-service .service-wrapper .service-block{aspect-ratio:3/5}.page-service .service-wrapper .service-block .content{padding:20px}}.thanks{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle}.thanks .icon{padding-top:60px;width:100%}.thanks .icon i{font-size:72px;color:#c00707}.thanks .message{font-family:"Open Sans",sans-serif;display:inline-block;margin-top:30px}.thanks .message h1{font-size:32px;font-weight:700;letter-spacing:.03em;word-spacing:.05em;color:#333}.thanks .message p{font-size:16px;word-spacing:.05em;color:#494949;padding:20px 0}.thanks .redirect{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.3s ease-in-out;background-color:#2d4181;border:1px solid #2d4181;transition:.3s ease-in-out;padding:10px}.thanks .redirect i{color:#fff;padding-right:8px;transition:.3s ease-in-out}.thanks .redirect h5{font-weight:500;font-size:18px;word-spacing:.05em;margin-bottom:0;transition:.3s ease-in-out}.thanks .redirect:hover{text-decoration:none;background-color:rgba(0,0,0,0)}.thanks .redirect:hover i{color:#4b83fc}.thanks .redirect:hover h5{color:#4b83fc}