/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/@import"https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700";:root,[data-theme=dark]{--color-bg:#121d27;--color-surface:#15243a;--color-border:#2d3041;--color-primary:#007ac7;--color-accent:#00e0d8;--color-text:#d4dae3;--color-muted:#8b8e93;--color-gradient:linear-gradient(45deg,#00a8f4,#02d1a1);--color-error:#ef4444}[data-theme=light]{--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-primary:#0062a3;--color-accent:#00a89c;--color-text:#242f3e;--color-muted:#64748b;--color-gradient:linear-gradient(45deg,#0062a3,#00a89c);--color-error:#dc2626}body{-webkit-font-smoothing:antialiased;color:var(--color-text);background-color:var(--color-bg)}.paragraph,body,p{line-height:1.6;font-family:Open Sans,sans-serif;font-size:15px}.paragraph,p{font-weight:400;color:#666}h1,h2,h3,h4,h5,h6{color:#242f3e;font-family:Poppins,sans-serif;text-transform:capitalize;font-weight:500;line-height:1.2;transition:.2s ease}.h1,h1{font-size:60px}.h2,h2{font-size:40px}.h3,h3{font-size:30px}.h4,h4{font-size:22px}.h5,h5{font-size:18px}.btn,.h6,h6{font-size:16px}.btn{font-family:Poppins,sans-serif;text-transform:capitalize;padding:14px 45px;border-radius:45px;font-weight:500;border:1px solid;position:relative;z-index:1;transition:.3s ease-in;overflow:hidden}.btn:focus{outline:0;box-shadow:none!important}.btn:active{box-shadow:none}.btn-lg{padding:20px 40px}.btn-sm{padding:5px 20px}.btn-primary{border:0;color:#fff}.btn-primary:after{content:"";position:absolute;top:0;left:0;width:102%;height:100%;background:linear-gradient(45deg,#00a8f4,#02d1a1);z-index:-1;transition:.3s ease}.btn-white{border:1px solid #fff}.btn-white,.btn-white:hover{background:#fff;color:#0097d5}.btn-light{background:#edeff2;color:#242f3e;border:0;transition:none}.btn-light:hover{color:#fff;background:linear-gradient(45deg,#00a8f4,#02d1a1)}.btn-outline-primary{color:#00e0d8;border:2px solid #00e0d8}.btn-outline-primary:hover{color:#fff!important;background:none;border:2px solid #00e0d8}.btn-outline-primary:hover i{color:#fff!important}.btn-outline-primary:hover:after{left:0}.btn-outline-primary.active{background:none}.btn-outline-primary:after{content:"";position:absolute;top:0;left:-102%;width:102%;height:100%;background:linear-gradient(45deg,#00a8f4,#02d1a1);z-index:-1;transition:.3s ease}.btn-outline-white{color:#fff;border:1px solid #fff}.btn-outline-white:hover{color:#0097d5;background:#fff}.btn img{width:30px;height:30px}.btn i{font-size:30px;vertical-align:middle}a,a:focus,a:hover{text-decoration:none;box-shadow:none}a,button,select{cursor:pointer;transition:.3s ease}a:focus,button:focus,select:focus{outline:0}a.text-color:hover,a.text-dark:hover,a.text-light:hover{color:#007ac7!important}.text-color{color:#666}.text-light{color:#d4dae3!important}.text-dark{color:#242f3e!important}.text-secondary{color:#00e0d8!important}.bg-gradient-primary{background:linear-gradient(134deg,#00a4db,#00269e)}.bg-gradient-secondary{background:linear-gradient(60deg,#4e6ccd,#00a4db)}.btn-primary-gradient{background:linear-gradient(45deg,#00a8f4,#02d1a1)}.bg-gradient-purple{background:linear-gradient(180deg,#625aff 20%,#b025ef)}.border-gray{border-color:#8960d4!important}.bg-gray{background:#8b8e93}.bg-gray-light{background:#f5f6f7}.bg-secondary{background:#15192b!important}.badge-light{background:#edeff2}.border-color{border-color:#2d3041!important}.overflow-hidden{overflow:hidden}.shadow{box-shadow:0 15px 15px 0 rgba(8,18,109,.1)!important}.shadow-sm{box-shadow:0 5px 15px 0 rgba(51,77,128,.12)!important}.zindex-1{z-index:1}.overlay{position:relative}.overlay:before{position:absolute;height:100%;width:100%;left:0;top:0;background:#000;content:"";opacity:.7;border-radius:inherit}.overlay-gradient{position:relative}.overlay-gradient:before{position:absolute;height:100%;width:100%;left:0;top:0;background-image:linear-gradient(134deg,#00a4db,#00269e);content:"";opacity:.7;border-radius:inherit}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0e1e2f;z-index:9999;display:flex;align-items:center;justify-content:center}.preloader img{max-width:500px}.bg-cover{background-repeat:no-repeat;background-position:bottom;background-size:cover}.rounded-xl{border-radius:45px}.rounded-lg{border-radius:20px}.rounded-sm{border-radius:15px}.rounded-xs{border-radius:10px}.rounded-top-xs{border-top-right-radius:10px;border-top-left-radius:10px}.rounded-top-sm{border-top-right-radius:15px;border-top-left-radius:15px}.rounded-top-lg{border-top-right-radius:20px;border-top-left-radius:20px}.font-weight-medium{font-weight:500}.social-icons li a i,.transition{transition:.3s ease}.section{padding-top:140px;padding-bottom:140px}@media(max-width:991px){.section{padding-top:100px;padding-bottom:100px}}.section-lg{padding-top:250px}.section-lg,.section-lg-bottom{padding-bottom:250px}@media(max-width:991px){.section-lg-bottom{padding-bottom:100px}}.section-sm{padding-top:70px;padding-bottom:70px}.section-title{margin-bottom:38px}.subtitle{text-transform:capitalize;font-size:18px;color:#666;font-family:Poppins,sans-serif;font-weight:400}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-70{margin-bottom:70px}.mb-80{margin-bottom:80px}.mb-90{margin-bottom:90px}.mb-100{margin-bottom:100px}.mt-100{margin-top:100px}.translate-top{transform:translateY(-200px)}@media(max-width:767px){.translate-top{transform:translateY(-150px)}}.mobile-height{min-height:400px}.sticky-top{top:100px}.pulse-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-box svg.pulse-svg{overflow:visible}.pulse-box svg.pulse-svg .first-circle,.pulse-box svg.pulse-svg .second-circle{fill:#fff;transform:scale(.1);transform-origin:center center;animation:pulse-me 3s linear infinite}.pulse-box svg.pulse-svg .second-circle{animation-delay:1s}.pulse-box svg.pulse-svg .third-circle{fill:#fff;transform:scale(.1);transform-origin:center center;animation:pulse-me 3s linear infinite;animation-delay:2s}.pulse-box .pulse-css{width:30px;height:30px;border-radius:15px;background:#fff;position:relative}.pulse-box .pulse-css:after,.pulse-box .pulse-css:before{content:"";width:30px;height:30px;border-radius:15px;background-color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transform:scale(.5);transform-origin:center center;animation:pulse-me 3s linear infinite}.pulse-box .pulse-css:after{animation-delay:2s}@keyframes pulse-me{0%{transform:scale(.5);opacity:0}50%{opacity:.1}70%{opacity:.09}to{transform:scale(3);opacity:0}}.slick-slide{outline:0}.nextarrow{width:25px;height:25px;display:block;position:absolute;top:-77px;right:20px;cursor:pointer}@media(max-width:767px){.nextarrow{display:none}}.nextarrow:hover:before{left:calc(60% + 10px);border-color:#00e0d8}.nextarrow:hover:after{width:25px;background:#00e0d8}.nextarrow:before{height:8px;width:8px;background:transparent;transform:translateY(-50%) rotate(-45deg);border-right:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5;left:calc(60% + 5px)}.nextarrow:after,.nextarrow:before{position:absolute;content:"";top:50%;transition:.2s ease}.nextarrow:after{height:2px;width:20px;transform:translateY(-50%);background:#e5e5e5;left:40%}.prevarrow{width:25px;height:25px;display:block;position:absolute;top:-77px;right:55px;cursor:pointer}@media(max-width:767px){.prevarrow{display:none}}.prevarrow:hover:before{right:calc(40% + 10px);border-color:#00e0d8}.prevarrow:hover:after{width:25px;background:#00e0d8}.prevarrow:before{height:8px;width:8px;background:transparent;transform:translateY(-50%) rotate(-45deg);border-top:2px solid #e5e5e5;border-left:2px solid #e5e5e5;right:calc(40% + 5px)}.prevarrow:after,.prevarrow:before{position:absolute;content:"";top:50%;transition:.2s ease}.prevarrow:after{height:2px;width:20px;transform:translateY(-50%);background:#e5e5e5;right:20%}.social-icons li a i{width:46px;height:46px;line-height:46px;color:#fff;text-align:center;border:2px solid #2d3041;display:block;border-radius:50%;font-size:12px}.social-icons li a i:hover{background-color:#007ac7;border:2px solid #007ac7}.list-styled{padding-left:0}.list-styled li{position:relative;padding-left:20px;list-style-type:none}.list-styled li:before{position:absolute;content:"";font-family:FontAwesome;font-size:14px;left:0;top:50%;transform:translateY(-50%);color:#007ac7;transition:.3s ease}.list-styled li:hover:before{color:#007ac7!important}.list-styled li.text-light:before{color:#d4dae3}.list-styled.style-check li:before{content:"";color:#00e0d8;top:10px;transform:0}.list-hover-underline li a:hover{text-decoration:underline}.list-bordered li:not(:last-child){border-bottom:1px solid #e5e5e5}.page-title{padding:220px 0 40px}.page-title-overlay{position:relative}.page-title-overlay:before{background-image:linear-gradient(60deg,#4e6ccd,#00a4db);opacity:.9}.page-title-overlay:after,.page-title-overlay:before{position:absolute;height:100%;width:100%;left:0;top:0;content:""}.page-title-overlay:after{background-size:cover;background-position:50%;background-repeat:no-repeat}.page-title h1{font-size:45px}.page-title p{opacity:.72}.page-summary p{opacity:.88;font-size:16px}.breadcrumb-item+.breadcrumb-item:before{color:inherit}.form-control{border:0;height:60px;padding:0 25px;border-radius:45px}.form-control:focus{outline:0;box-shadow:none}textarea.form-control{height:150px;padding:25px}