/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
thin - font-weight: 100;
extralight - font-weight: 200;
light - font-weight: 300;
regular - font-weight: 400;
medium - font-weight: 500;
semibold - font-weight: 600;
bold - font-weight: 700;
extrabold - font-weight: 800;
black - font-weight: 900;
/*


/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:16px; line-height:1.45; font-weight: 400; font-family: 'Poppins', Arial, Helvetica, sans-serif; color:#4D4D4D; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#086AD8; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#086AD8; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 700; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 700; color: #263238; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; }
.text-primary { color:#086AD8 !important; }
.bg-primary { background:#086AD8 !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#263238 !important; }
.bg-black { background:#263238 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }
.bg-light-gradient { background: linear-gradient(180deg, rgba(240, 244, 248, 0) 0%, rgba(240, 244, 248, 1) 100%); }
.blend-mode-darken { mix-blend-mode: darken; }
.fw-500 { font-weight: 500; }

/* =Form Css
========================================================================================*/
.btn { font-weight: 600; box-shadow: none !important; outline: none !important; border-radius: 0.3rem; transition: 0.35s all; padding: 0.5rem 2rem; border-width: 2px; border-style: solid; border-radius: 50px; }
.btn.btn-primary { background:#086AD8; border-color: #086AD8; color: #fff; }
.btn.btn-primary:hover { background: #263238; border-color: #263238; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #086AD8; color: #086AD8; }
.btn.btn-primary-outline:hover { background: #086AD8; border-color: #086AD8; color: #fff; }
.btn.btn-secondary { background:#263238; color: #fff; border-color: #263238; }
.btn.btn-secondary:hover { background: #086AD8; color: #fff; border-color: #086AD8; }
.btn.btn-secondary-outline { background:transparent; color: #263238; border-color: #263238; }
.btn.btn-secondary-outline:hover { background: #263238; color: #fff; border-color: #263238; }
.btn.btn-white { background:#fff; border-color: #fff; color: #086AD8; }
.btn.btn-white:hover { background: #263238; border-color: #263238; color: #fff; }

.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #263238; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #263238; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #086AD8; border-color: #086AD8; }


/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; }
#header.headerfix { top: -60px; }
.header-top { background-color: #263238; padding: 0.625rem 0; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #263238; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #fff; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #263238; }
.header-bottom { background-color: #fff; padding: 1rem 0; }
.logo { max-width: 200px; width: 100%; }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; }
.navbar ul li a { color: #4D4D4D; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #086AD8; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #086AD8; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 34px; width: 34px; background: #fff; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 2px; width: auto; background: #263238; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 2px; transform: none; background: #263238; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }
.login-btn { margin-left: 0.5rem; }
.login-btn .btn { white-space: nowrap; font-weight: 600; }
.login-btn .btn svg { width: 18px; height: auto; fill: #fff; display: none; }

/* =Footer page Css
========================================================================================*/
#footer { background: #0f172a; color: #94a3b8; }

/* Footer CTA Banner */
.footer-cta { background: linear-gradient(135deg, #086AD8 0%, #0a4f9e 100%); padding: 3.5rem 0; position: relative; overflow: hidden; }
.footer-cta::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.footer-cta::after { content: ''; position: absolute; bottom: -30%; left: -5%; width: 300px; height: 300px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.footer-cta-text h3 { color: #fff; font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
.footer-cta-text p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin: 0; }
.footer-cta-actions { display: flex; gap: 1rem; flex-shrink: 0; }
.footer-cta-actions .btn-primary { background: #fff; color: #086AD8; border-color: #fff; font-weight: 600; padding: 0.75rem 2rem; border-radius: 8px; }
.footer-cta-actions .btn-primary:hover { background: #f0f7ff; border-color: #f0f7ff; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.footer-cta-actions .btn-outline-light { border: 2px solid rgba(255,255,255,0.4); color: #fff; font-weight: 600; padding: 0.75rem 2rem; border-radius: 8px; background: transparent; }
.footer-cta-actions .btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.1); transform: translateY(-1px); }

/* Footer Main Links */
.footer-main { padding: 4rem 0 2rem; }
.footer-col { margin-bottom: 2rem; }
.f-logo { max-width: 180px; width: 100%; margin: 0 0 1.25rem 0; }
.f-logo img { filter: brightness(0) invert(1); }
.footer-desc { font-size: 0.875rem; line-height: 1.75; color: #94a3b8; margin-bottom: 1.5rem; max-width: 320px; }
.footer-social { display: flex; align-items: center; gap: 0.625rem; }
.footer-social a { height: 36px; width: 36px; border: 1px solid #334155; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: 0.3s all; background: rgba(255,255,255,0.03); }
.footer-social a svg { width: 14px; height: 14px; fill: #94a3b8; transition: 0.3s all; }
.footer-social a:hover { background: #086AD8; border-color: #086AD8; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(8,106,216,0.3); }
.footer-social a:hover svg { fill: #fff; }
.footer-heading { color: #e2e8f0; font-size: 0.813rem; font-weight: 700; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.1rem; position: relative; padding-bottom: 0.75rem; }
.footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 24px; height: 2px; background: #086AD8; border-radius: 2px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 0.875rem; }
.footer-links li:last-child { margin-bottom: 0; }
.footer-links li a { color: #94a3b8; text-decoration: none; font-size: 0.875rem; transition: 0.25s all; display: inline-block; }
.footer-links li a:hover { color: #fff; transform: translateX(3px); }

/* Footer Bottom */
.footer-bottom { border-top: 1px solid #1e293b; padding: 1.5rem 0; }
.footer-bottom p { color: #64748b; font-size: 0.813rem; font-weight: 400; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: #64748b; text-decoration: none; font-size: 0.813rem; transition: 0.25s all; }
.footer-bottom-links a:hover { color: #94a3b8; }

/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }

.accordion-button:after { display: none; }
.accordion-button { font-size: 1.263rem; font-weight: 700; letter-spacing: 0.01rem; color: #181C42; background: #E1EBF4; border: 0; border-radius: 0; padding: 1.5rem 1rem 1.5rem 6.5rem; position: relative; text-align: left; }
.accordion-button:before, .accordion-collapse:before { content: "Q"; position: absolute; left: 0; top: 0; width: 5rem; bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 40px; border-right: 1px solid #fff; color: rgba(40, 100, 164, 0.5); text-transform: uppercase; font-weight: 900; transition: 0.35s all; }
.accordion-collapse:before { content: "A"; bottom: auto; top: 12px; left: 5px; border: 0; }
.accordion-button:not(.collapsed):before { color: #086AD8; } 
.accordion-button:not(.collapsed) { color: #181C42; background-color: #E1EBF4; }
.accordion-item { border: 1px solid #E1EBF4; margin-bottom: 10px; background-color: #fff; }
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button { border-radius: 0; }
.accordion-collapse { border: 0; padding-left: 6.5rem; position: relative; overflow: hidden; }
.accordion-collapse .accordion-body { padding-left: 0; }
.accordion-collapse .accordion-body ul li { line-height: 2.45; }
.accordion-body p:last-child { margin-bottom: 0; } 
.accordion-header .accordion-button:focus { box-shadow: none; }


.hero-text-box h6 { position: relative; z-index: 1; padding-left: 0.7rem; } 
.hero-text-box h6 svg { position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; margin-top: 0.2rem; }
.hero-text-box h1{ position: relative; }
.hero-text-box h1 svg { right: -16%; position: absolute; z-index: 5; top: 79%; width: 21%; }

.image-box { position: relative; width: 90%; margin: 0 auto; padding: 0.5rem; }
.hero-img { margin: 0; padding-top: 100%; position: relative; overflow: hidden; z-index: 1; } 
.hero-img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.shape-top { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 2; }
.shape-top svg { width: 100%; height: auto; }
.hero-shape { margin: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; }
.hero-arrow-shape { width: 17%; right: 11%; left: auto; top: 9%; bottom: auto; }
.hero-line-shape { left: -4%; right: auto; top: 14%; bottom: auto; }
.hero-line-color-shape { left: 0; top: 6%; bottom: auto; right: 1%; }

.hero-customer-img { position: absolute; z-index: 2; border-radius: 50%; overflow: hidden; border: 10px solid #fff; box-shadow: 0 0 30px rgba(38, 50, 56, 0.15); background: #fff; } 
.hero-customer-img img { width: 100%; height: auto; border-radius: 50%; }
.hero-customer-01 { width: 21%; top: 26%; left: 3%; }
.hero-customer-02 { top: 25%; right: 8%; width: 18%; } 
.hero-customer-03 { bottom: 12%; left: 36%; width: 16%; }

.partner-slider .swiper-wrapper { align-items: center; }
.partner-slider figure { max-width: 200px; width: 100%; margin: auto; }
.partner-slider figure img { width: 100%; height: auto; }
.shape-highlight { position: relative; padding: 0 1rem; }
.shape-highlight svg { position: absolute; left: 0; right: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); z-index: -1; }
.service-img-box { position: relative; }
.service-img-box figure { margin: 0; }
.service-img-box figure img { width: 100%; height: auto; }
.third-party-service-img { border-radius: 1rem; position: relative; overflow: hidden; }

.image-shape-img { position: absolute; z-index: 2; left: -5%; top: -6%; width: 64%; } 
.image-shape-img svg { width: 100%; height: auto; }
.chat_ico { position: absolute; top: -2.5rem; right: 3rem; height: 5rem; width: 5rem; background: #F0F4F8; border-radius: 50%; border: 8px solid #fff; display: flex; align-content: center; justify-content: center; box-shadow: 0 0 30px rgba(38, 50, 56, 0.15); z-index: 3; }
.chat_ico img { height: 40px; width: 40px; margin: auto; }
.service-arrow-shape { position: absolute; right: -0.8rem; top: 3.1rem; width: 2.5rem; }
.service-arrow-shape svg { width: 100%; height: auto; }
.service-list-img-box { max-width: 530px; margin: 0 auto; width: 100%; height: 100%; display: flex; align-items: end; }
.service-list-img-box figure { margin: 0; }
.service-list-img-box figure img { width: 100%; height: auto; }
.service-list-box { background: #fff; border-radius: 1rem; padding: 1.5rem; text-align: center; color: #637E9F; height: 100%; transform: none; transition: 0.35s all; display: block; }
.service-list-box:hover { transform: translateY(-10px); }
.service-list-box figure { height: 65px; width: 65px; background: rgba(55, 198, 255, 0.2); border-radius: 50px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; } 
.service-list-box figure svg { width: 50%; height: auto; fill: #086AD8; }
.steps-main-box { background-color: #263238; border-radius: 1.5rem; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 2rem; position: relative; z-index: 1; }
.steps-main-box:after { background-color: #263238; border-radius: 1.5rem; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0.6; }

.steps-list ul { margin: 0; padding: 0; list-style: none; }
.steps-list ul li { margin: 1.5rem 0; }
.steps-list-box { color: #fff; display: flex; }
.steps-box h5 { color: #fff; margin: 0 0 0.4rem 0; }
.steps-num { height: 70px; width: 70px; min-width: 70px; border: 2px solid #FFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; margin-right: 1.3rem; }

.steps-img { position: relative; height: calc(100% + 5rem); margin: 2rem auto 0; overflow: hidden; } 
.steps-img:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 5rem; background: #086AD8; border-radius: 0 0 2rem 2rem; }
.steps-img figure { max-width: 495px; width: 84%; margin: 0 auto; position: relative; z-index: 2; height: 100%; }
.steps-img img { height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; object-position: center bottom; width: auto; object-fit: contain; } 

.video-section-bg { background-color: #263238; position: relative; z-index: 1; overflow: hidden; }
.video-section-bg:after { content: ""; background-color: #263238; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; opacity: 0.7; }
.video-star { position: absolute; z-index: 0; width: 80%; margin: auto; top: 5%; left: 0; right: 0; }
.video-section-bg .container { position: relative; z-index: 3; }  
.video-box { max-width: 930px; position: relative; width: 100%; margin: auto; }
.poster-box { position: relative; }
.poster-img { margin: 0; width: 100%; position: relative; overflow: hidden; border-radius: 1rem; background-color: #263238; }
.poster-img img { width: 100%; height: auto; opacity: 0.6; }
.poster-video { margin: 0; width: 100%; position: relative; overflow: hidden; border-radius: 1rem; background-color: #263238; font-size: 0; padding-top: 56.25%; }
.poster-video video { opacity: 0.9; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }

.video-box:after { content: ""; position: absolute; left: 50%; bottom: calc(-5rem + -3px); height: calc(60% + 5rem); background: #fff; z-index: -1; width: 5000px; transform: translateX(-50%); }
.video-ico { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 60px; width: 60px; margin: auto; display: flex; align-items: center; justify-content: center; }
.video-ico svg { width: 100%; height: auto; }

.demo-row { background-color: #086AD8; position: relative; z-index: 1; }
.demo-bg-img { filter: brightness(100); opacity: 0.4; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; object-position: center center; object-fit: cover; }
.demo-img { position: relative; height: 100%; }
.demo-img figure { max-width: 320px; width: 80%; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; }
.pricing-box { background: #fff; border-radius: 1rem; padding: 2rem; color: #637E9F; }
.pricing-box ul { text-align: left; }
.pricing-box.pricing-center { background-color: #086AD8; color: #fff; }
.pricing-center h3, .pricing-center h4, .pricing-center h6 { color: #fff; }


/* =Landing page Css
========================================================================================*/
.landing-main-box { padding: 1rem; }
.landing-box { min-height: 550px; height: calc(100vh - 2rem); border-radius: 2rem; background-color: #DEE7F0; background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; z-index: 1; }
.landing-box:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #DEE7F0; z-index: -1; opacity: 0.5; }
.landing-thumb { max-width: 160px; margin: auto; }
.landing-thumb img { width: 100%; height: auto; }
.landing-logo { position: absolute; top: 0; left: 0; right: 0; max-width: 360px; margin: auto; }
.landing-logo img { max-width: 50%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.landing-logo svg { width: 100%; height: auto; }
.landing-sub-box { position: relative; z-index: 5; padding: 1rem; }
.landing-sub-box h1 { margin-bottom: 2.5rem; }

.landing-gold-round { margin: auto; position: absolute; left: 19%; top: 15%; width: 4%; }
.landing-pocket { position: absolute; top: 12%; right: 17%; margin: auto; width: 7%; }
.landing-red-verticle { position: absolute; right: 2%; top: 40%; width: 9%; margin: auto; }
.landing-silver-round { position: absolute; width: 4%; margin: auto; right: 15%; bottom: 15%; }
.landing-rocket { position: absolute; left: 7%; bottom: 7%; margin: auto; width: 11%; }

.highlevel-box { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 6rem 0 2rem 0; }
.highlevel-top-shape { position: absolute; z-index: -1; width: 100%; top: 0; left: 0; right: 0; }
.highlevel-top-shape svg { width: 100%; height: auto; }
.highlevel-form-box { width: 90%; position: relative; z-index: 4; }
.highlevel-form { background: #fff; padding: 2rem; border-radius: 0.5rem; box-shadow: 0 0 25px rgba(38, 50, 56, 0.1); }
.highlevel-form-sub-box { /*max-height: 32vh; overflow: auto;*/ margin-bottom: 1rem; }
.form-logo { max-width: 330px; margin: 0 auto 1.5rem; }
.form-logo img { width: 100%; height: auto; }
.highlevel-form .form-group label { font-weight: 500; display: block; color: #000; }
.highlevel-logo { position: fixed; right: 5%; bottom: 5%; width: 28%; z-index: -1; opacity: 0.3; }
.highlevel-logo img { width: 100%; height: auto; }
.info-ico { height: 16px; width: 15px; display: inline-block; margin-left: 0.2rem; position: relative; }
.info-ico:after { content: attr(custom-tooltip); position: absolute; top: -10px; left: 100%; background: #000; color: #fff; font-size: 13px; padding: 0.7rem; min-width: 220px; border-radius: 0.5rem; transform: translateX(-30px); opacity: 0; visibility: hidden; transition: 0.35s all; line-height: 1.25; }
.info-ico:before { content: ""; position: absolute; top: 6px; left: calc(100% + 4px); border-right: 7px solid #000; border-top: 7px solid transparent; border-bottom: 7px solid transparent; transform: translateX(-30px); opacity: 0; visibility: hidden; transition: 0.35s all; }
.info-ico:hover:after, .info-ico:hover:before { transform: translateX(10px); opacity: 1; visibility: visible; }
.info-ico:hover:before { transform: translateX(0); }
.info-ico svg { width: 100%; height: auto; }

.specialise-round-box { max-width: 700px; width: 97%; margin: 0 auto; position: relative; }
.specialise-main-box { position: relative; padding-top: 100%; }
.specialise-outer-box { position: absolute; width: 100%; height: 100%; margin: auto; left: 0; right: 0; top: 0; bottom: 0; border: 1px dashed rgba(0, 0, 0, 0.2); border-radius: 50%; }
.specialise-inner-box { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 70%; height: 70%; margin: auto; border: 1px dashed rgba(0, 0, 0, 0.2); border-radius: 50%; }
.specialise-box { min-width: 120px; text-align: center; font-size: 15px; font-weight: bold; color: #181c42; letter-spacing: 0.05rem; position: absolute; }
.specialise-box span { position: absolute; left: 50%; right: 0; text-align: center; transform: translateX(-50%); width: 100%; top: calc(100% + 10px); }
.specialise-box figure { height: 80px; width: 80px; border-radius: 50px; margin: 0 auto; padding: 0.8rem; background: #fff; box-shadow: 0 0 30px rgba(38, 50, 56, 0.15); }
.specialise-01 { top: -9%; left: 37.4%; }
.specialise-02 { top: 10%; right: -2.5%; }
.specialise-03 { bottom: 29.6%; right: -11.3%; }
.specialise-04 { bottom: -3.4%; left: 59.7%; }
.specialise-05 { bottom: -4%; left: 15.5%; }
.specialise-06 { top: 52.1%; left: -11.6%; }
.specialise-07 { top: 9.7%; left: -1.9%; }
/*.specialise-08 { top: 42.9%; left: -15.4%; }*/
.specialise-blue { background: linear-gradient(180deg, #55ceff 0%, #048fef 100%); box-shadow: 0px 0px 15px rgba(6, 178, 247, 0.5); }
.specialise-green { background: linear-gradient(180deg, #54fece 0%, #00cd9b 100%); box-shadow: 0px 0px 15px rgba(58, 222, 176, 0.5); }
.specialise-purple { background: linear-gradient(180deg, #a6afff 0%, #373add 100%); box-shadow: 0px 0px 15px rgba(113, 126, 242, 0.5); }
.specialise-lime { background: linear-gradient(180deg, #44e9e2 0%, #02ccac 100%); box-shadow: 0px 0px 15px rgba(68, 233, 226, 0.5); }
.specialise-purple2 { background: linear-gradient(180deg, #c4a6ff 0%, #7841f7 100%); box-shadow: 0px 0px 15px rgba(155, 108, 247, 0.5); }
.specialise-orange { background: linear-gradient(180deg, #ffac93 0%, #ff6d58 100%); box-shadow: 0px 0px 15px rgba(255, 128, 90, 0.5); }
.specialise-yellow { background: linear-gradient(180deg, #ffcd83 0%, #efa331 100%); box-shadow: 0px 0px 15px rgba(254, 179, 67, 0.5); }
.specialise-red { background: linear-gradient(180deg, #ff99a1 0%, #ff528a 100%); box-shadow: 0px 0px 15px rgba(253, 119, 129, 0.5); }
.specialise-brown { background: linear-gradient(180deg, #c4b283 0%, #907E50 100%); box-shadow: 0px 0px 15px 0px #907E50; }
.specialise-darkblue { background: linear-gradient(180deg, #6a97c4 0%, #023A71 100%); box-shadow: 0px 0px 15px 0px rgba(2, 58, 113, 0.50); }
.specialise-darkred { background: linear-gradient(180deg, #fda5b5 0%, #FB153F 100%); box-shadow: 0px 0px 15px 0px rgba(2, 58, 113, 0.50); }
.specialise-logo-box { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 23%; width: 23%; border-radius: 50%; padding: 3.5%; background: linear-gradient(180deg, #75B0F2 0%, #086AD8 100%); box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset; } 
.specialise-logo-box figure { margin: 0; position: relative; z-index: 3; } 
.specialise-logo-box img { width: 100%; height: auto; }
@-webkit-keyframes rotate-anim { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotate-anim { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes rotate-reverse { 0% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }
@keyframes rotate-reverse { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } }
.specialise-outer-box, .specialise-inner-box { animation: rotate-anim 60s linear infinite; transform-origin: center center; }
.specialise-box { animation: rotate-reverse 60s linear infinite; transform-origin: center center; }



ol.app-step {
	counter-reset: li;
	/* Initiate a counter */
	margin: 0;
	margin-left: -30px;
	padding: 0;
}

ol.app-step li {
	list-style: none;
	/* Disable the normal item numbering */
	position: relative;
	/* Create a positioning context */
	margin: 0 0 45px 2em;
	/* Give each list item a left margin to make room for the numbers */
	padding: 25px;
	/* Add some spacing around the content */
	background: rgb(8 106 216 / 9%);
	font-size: 25px;
	text-align: left;
	border-radius: 5px;
}

ol.app-step li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -25px;
	left: -50px;
	box-sizing: border-box;
	width: 2em;
	margin-right: 8px;
	color: #0678f7;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

ol.documentation-steps {
	counter-reset: li;
	/* Initiate a counter */
	margin: 0;
	margin-left: -30px;
	padding: 0;
}

ol.documentation-steps>li {
	list-style: none;
	position: relative;
	margin: 0 0 45px 2em;
	padding: 25px;
	border: 1px solid rgb(8 106 216 / 9%);
	text-align: left;
	border-radius: 5px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

ol.documentation-steps>li:before {
	content: "#" counter(li);
	counter-increment: li;
	position: absolute;
	top: -35px;
	left: -50px;
	width: 2em;
	margin-right: 8px;
	color: #444;
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	opacity: 0.3;
}
ol.documentation-steps .documentation-img{
	flex:0 0 auto;
	width: 100%;
	    border: 3px solid #086ad8;
    box-shadow: 0 .125rem 5px 2px rgba(0, 0, 0, .075);
}

ol.documentation-steps .documentation-img img{
	width: 100%;
}
ol.documentation-steps .doc-content{
	text-align: center;
}
.doc-content h3{
	color: #555;
}
code{
	color: #000;
}

.integration-card-img {
	height: 60px;
	width: 60px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 .125rem 5px 2px rgba(0, 0, 0, .075);
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefit-card-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: -6px 5px 5px 2px rgba(0, 0, 0, .075);
	border-radius: 50%;
	padding: 15px;
	background-color: #f5feff;
}

.benefit-card {
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: 2px solid #cfdae3;
	cursor: pointer;
	border-radius: 8px;
	transform: translateY(0);
	transition: all 0.3s ease 0.2s;
	margin: 0;
}


@media (min-width: 768px) {
	ol.documentation-steps>li{
		flex-direction: row;
		gap: 50px;
	}
	ol.documentation-steps>li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	ol.documentation-steps .documentation-img{
		flex:0 0 auto;
		width: 50%;
	}
	ol.documentation-steps .doc-content{
		text-align: left;
	}
}


.video-main-box { max-width: 800px; width: 100%; margin: auto; position: relative; z-index: 2; }
.video-responsive { position: relative; padding-top: 56.25%; border-radius: 1rem; box-shadow: 0 0 35px rgba(0,0,0,0.15); background: #fff; z-index: 1; }
.video-responsive iframe { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; object-position: center center; }
.video-frame { position: relative; z-index: 1; }
.video-main-box .image-shape-img, .video-main-box .chat_ico, .video-main-box .service-arrow-shape { pointer-events: none; }
.laptop-screen-img { position: relative; z-index: 1; max-width: 850px; margin: 0 auto; width: 100%; }
.laptop-frame { margin: 0; }
.laptop-frame img { width: 100%; height: auto; }
.laptop-screen { position: absolute; left: 10.7%; right: 10.4%; top: 2.5%; bottom: 16%; /*opacity: 0.9;*/ z-index: -1; background-repeat: no-repeat; background-size: 100% auto; }
.laptop-screen-img:hover .laptop-screen { animation: bgScroll 20s linear infinite; }
@keyframes bgScroll {
	0%, 80% { background-position: center 0; }
	40% { background-position: center 100%; }
	50% { background-position: center 100%; }
}
.laptop-service-list { margin-top: 2rem; }
.laptop-service-list ul { padding: 0; list-style: none; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; max-width: 500px; margin: 0 auto; width: 100%; gap: 1rem; }
.laptop-service-list ul li { width: calc(33.333333% - 1rem); max-width: 150px; padding: 1rem; background: #fff; border-radius: 1rem; font-weight: 600; text-align: center; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.laptop-service-list ul figure { max-width: 50px; margin: 0 auto 0.5rem; width: 100%; }
.laptop-service-list ul figure img { width: 100%; height: auto; } 
.pricing-tabs .nav-tabs { align-items: center; justify-content: center; margin: 0 auto 2rem; border: 2px solid #dee2e6; padding: 0.3rem 0.4rem; border-radius: 500px; max-width: 350px; background: #fff; }
.pricing-tabs .nav-tabs .nav-item { margin: 0; width: 33.3%; } 
.pricing-tabs .nav-tabs .nav-link { margin: 0; border: 0; display: block; border-radius: 100px; background: #fff; width: 100%; color: #263238; font-weight: 600; }
.pricing-tabs .nav-tabs .nav-link.active { background: #263238; color: #fff; }
.chat_ico.chat_ico2 { left: 3rem; right: auto; top: auto; bottom: -2.5rem; }
.hero-chat-ico.chat_ico { right: 19%; top: 71%; }
.hero-text-box .laptop-service-list { margin-top: 1rem; }
.hero-text-box .laptop-service-list ul { max-width: inherit; justify-content: start; }
.hero-text-box .laptop-service-list ul li { display: flex; align-items: center; justify-content: center; width: auto; max-width: inherit; background: transparent; padding: 0 1rem 0 0; position: relative; box-shadow: none; border-radius: 0; }
.hero-text-box .laptop-service-list ul li:last-child { padding-right: 0; }
.hero-text-box .laptop-service-list ul figure { max-width: 40px; min-width: 40px; margin: 0 0.7rem 0 0; } 
.hero-text-box .laptop-service-list ul li:after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; height: 80%; width: 1px; background: #000; opacity: 0.2; margin: auto; } 
.hero-text-box .laptop-service-list ul li:last-child:after { display: none; }

.business-service-list { margin-bottom: 2rem; }
.business-service-list ul { margin: 0; padding: 0; list-style: none; }
.business-service-list ul li { display: flex; align-items: center; margin: 1rem 0; } 
.business-service-list ul li figure { max-width: 60px; width: 60px; margin: 0 0.7rem 0 0; height: 60px; min-width: 60px; background: rgba(0,0,0,0.05); border-radius: 61rem; display: flex; align-items: center; justify-content: center; }
.business-service-list ul li figure img { width: 52%; } 
.business-service-info h6 { margin: 0; }
.business-service-img-box { position: relative; z-index: 1; }
.business-service-img { max-width: 50%; padding-top: 8rem; margin: 0 auto; width: 100%; }
.business-service-icons-list { position: absolute; top: 0; left: 0; right: 0; height: 50%; }
.business-service-icons { height: 5rem; width: 5rem; background: #F0F4F8; border-radius: 50%; border: 8px solid #fff; display: flex; align-content: center; justify-content: center; box-shadow: 0 0 30px rgba(38, 50, 56, 0.15); z-index: 3; margin: 0; position: absolute; }
.business-service-icons img { height: 40px; width: 40px; margin: auto; }
.business-service-icons.service-icons-1 { top: 0; left: 50%; transform: translateX(-50%); }
.business-service-icons.service-icons-2 { left: 11%; top: 70%; transform: translateY(-70%); } 
.business-service-icons.service-icons-3 { right: 12%; top: 78%; transform: translateY(-78%); }
.service-arrow-icons { position: absolute; max-width: 16%; width: 100%; margin: 0; } 
.service-arrow-icons svg { width: 100%; height: auto; fill: #fda80d; }
.service-arrow-icons.service-arrow-01 { bottom: -12%; left: 9%; transform: rotate(-135deg); }
.service-arrow-icons.service-arrow-02 { left: 19%; top: 25%; transform: rotate(-45deg); }
.service-arrow-icons.service-arrow-03 { left: 65%; top: 33%; transform: rotate(33deg); }
.service-arrow-icons.service-arrow-04 { bottom: -12%; right: 9%; transform: rotate(125deg); }


/* @keyframes fadeInOut {
	0%, 100% { opacity: 0; }
	25%, 75% { opacity: 1; }
}
.business-service-icons, .service-arrow-icons { opacity: 0; animation: fadeInOut 5.5s infinite; }
.service-arrow-01 { animation-delay: 0s; }
.service-icons-2 { animation-delay: 1s; }
.service-arrow-02 { animation-delay: 2s; }
.service-icons-1 { animation-delay: 2.5s; }
.service-arrow-03 { animation-delay: 3s; }
.service-icons-3 { animation-delay: 3.5s; }
.service-arrow-04 { animation-delay: 4s; } */
.whatsapp-link { max-width: 40px; min-width: 40px; margin-left: 0.7rem; }
.whatsapp-link a { display: block; }
.whatsapp-link img { border-radius: 30%; width: 100%; height: auto; }
.page-banner-row { position: relative; z-index: 1; background-image: linear-gradient(180deg, #2196F3, #00BCD4); min-height: 350px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; color: #fff; text-align: left; padding: 5rem 2rem; position: relative; text-align: center; } 
.page-banner-row .banner-pattern { opacity: 0.2; z-index: -1; background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; height: 100%; width: 100%; bottom: 0; right: 0; } 
.page-banner-row h1, .page-banner-row h2 { color: #fff; margin: 0; }


/* =Blog page Css
========================================================================================*/
.blog-list-box { position: relative; height: 100%; border-radius: 0.75rem; overflow: hidden; transition: 0.3s all; border: 1px solid rgba(0,0,0,0.08); }
.blog-list-box:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.12); transform: translateY(-4px); }
.blog-list-box figure { margin: 0; }
.blog-list-box figure a { position: relative; overflow: hidden; padding-top: 58%; display: flex; }
.blog-list-box figure img { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; object-position: center center; transition:0.35s all; transform:scale(1); }
.blog-list-box:hover figure a img { transform:scale(1.1); }
.btArticleCategories { position: absolute; left: 6px; top: 2rem; background: #086AD8; color: #fff; padding: 0.5rem 0.9rem; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; z-index: 2; }
.btArticleCategories:after { content: ""; position: absolute; height: 0; width: 0; left: 0; top: 100%; border-top: 10px solid #0d78c6; border-left: 10px solid transparent; }
.btArticleCategories:hover { color: #fff; background: #0755b0; }
.blog-list-info { padding: 1.2rem 1rem 1rem; }
.blog-list-info h5 { font-size: 1.15rem; line-height: 1.4; margin-bottom: 0.5rem; }
.blog-list-info h5 a { text-decoration: none; color: #222; transition: 0.2s color; }
.blog-list-info h5 a:hover { color: #086AD8; }
.blog-post-info { margin: 0 0 0.6rem 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; color: #777; font-size: 0.85rem; }
.blog-post-info li { margin: 0 0.5rem 0.4rem 0; padding-right: 0.8rem; display: flex; align-items: center; }
.blog-post-info li figure { width: 14px; min-width:14px; margin: 0 0.4rem 0 0; }
.blog-post-info li figure svg { width: 100%; height: auto; fill: #999; }
.blog-post-info li a { color: #4D4D4D; }
.blog-post-info li a:hover { color: #086AD8; }
.blog-list-info p { color: #555; line-height: 1.6; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-read-btn { display: inline-flex; align-items: center; }
.blog-read-btn figure { min-width: 16px; margin: 0 0 0 0.5rem; transition: 0.35s all; transform: translateX(0); }
.blog-read-btn figure svg { fill: #fff; }
.blog-read-btn:hover figure { transform: translateX(5px); }


/* =Blog Details page Css
========================================================================================*/
.page-banner-row .blog-post-info { justify-content: center; }
.page-banner-row .blog-post-info li { color: rgba(255,255,255,0.85); }
.page-banner-row .blog-post-info li figure svg { fill: #fff; }
.page-banner-row .categories-list { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.page-banner-row .categories-list li { margin: 0.5rem; }
.page-banner-row .categories-list a { background: rgba(255, 255, 255,0.2); display: block; padding: 0.6rem 1rem; font-weight: 600; text-transform: uppercase; color: #fff; border-radius: 4px; text-decoration: none; transition: 0.2s all; font-size: 0.85rem; letter-spacing: 0.5px; }
.page-banner-row .categories-list a:hover { background: #fff; color: #086AD8; }
blockquote { border-left: 3px solid #086AD8; padding: 0.3rem 0rem 0.3rem 0.7rem; font-style: italic; color: #000; font-weight: 500; }
.blog-social-share { min-width: 100px; }
.blog-social-share ul { margin: 0; padding: 0; list-style: none; position: sticky; top: 100px; display: flex; flex-direction: column; align-items: end; }
.blog-social-share ul li { margin: 0.5rem 0; }
.blog-social-share ul li a { height: 46px; width: 46px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.35s all; }
.blog-social-share ul li a:hover { background: #086AD8; border-color: #086AD8; }
.blog-social-share ul li a:hover svg { fill: #fff; }
.blog-social-share ul li a svg { max-height: 18px; max-width: 18px; width: auto; height: auto; fill: #555; transition: 0.35s all; }

/* Recent Blog / Recommended Section */
.section-row .section-title { position: relative; }
.section-row .section-title::after { content: ""; display: block; width: 60px; height: 3px; background: #086AD8; margin: 0.8rem auto 0; border-radius: 2px; }


/* =Service Details page Css
========================================================================================*/
.page-banner-img { max-width: 500px; margin: 0 auto; width: 100%; }
.card.service-card { border: 0; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 0.5rem; padding: 0.5rem; height: 100%; }
.service-card-img figure { margin: 0; position: relative; padding-top: 56.25%;  overflow: hidden;border-radius: 0.6rem; }
.service-card-img figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.service-card-content { padding: 1rem 0.5rem 0.5rem; }
.how-works-card { border-radius: 0.5rem; padding: 2.5rem 1.5rem 1.5rem; height: 100%; text-align: center; background: #f0f4f8; border: 1px dashed #CAD6E1; margin: 0 15%; font-size: 0.9rem; position: relative; }
.how-works-card h6 { font-weight: 600; }
.step-count { height: 50px; width: 50px; background: #086AD8; color: #fff; font-weight: 700; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin: calc(-2rem - 25px) auto 0.5rem; }
.how-works-card .arrow-ico { margin: 0; position: absolute;  width: 33%;top: 50%; transform: translateY(-50%); left: calc(100% + 9%); }
.how-works-card .arrow-ico svg { width: 100%; fill: #8AABCA; }

.bg-img { background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; }
.bg-img img { display: none; }
.cta-box { padding: 45px; padding-right: calc(45px + 18rem); color: #fff; border-radius: 20px; line-height: 1; position: relative; background: linear-gradient(180deg, #00BCD4 0%, #086AD8 100%); box-shadow: 0px 0px 15px rgba(68, 233, 226, 0.5); }
.cta-box-img { left: auto; top: auto; width: 20rem; background-position: top left; background-size: 100% auto; height: calc(100% + 5rem); right: 1.5rem; }


/* =Login page Css
========================================================================================*/
.login-main-box { min-height: 100vh; background-image: linear-gradient(180deg, #2196F3, #00BCD4); display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 1; padding: 3rem; }
.login-option-box { background: #fff; position: relative; padding: 3rem; border-radius: 1.5rem; width: 100%; min-height: calc(100vh - 6rem); display: flex; z-index: 1; }
.login-option-box:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 27%; background-image: linear-gradient(180deg, #2196F3, #00BCD4); border-radius: 0 1.5rem 1.5rem 0; z-index: -1; opacity: 0.3; }
.login-option { text-align: center; width: 100%; }
.login-option ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; }
.login-option ul li { margin: 1rem; max-width: 200px; width: 50%; text-align: center; display: flex; flex-direction: column; }
.login-option ul a { border: 1px solid #CAD6E1; display: block; padding: 1rem; border-radius: 0.7rem; color: #000; font-weight: 600; font-size: 1.2rem; box-shadow: none; }
.login-option ul figure { max-width: 70px; width: 70px; margin: 0 auto 0.5rem; }
.login-option ul figure img { width: 100%; height: auto; }
.login-option ul a:hover { box-shadow: 0 15px 15px rgba(0,0,0,0.15); }
.login-option-box .row, .login-option-box .row > div { display: flex; height: 100%; }
.login-option-box .row > div { align-items: center; justify-content: center; }
.login-img figure { margin: 0; }
.login-img figure img { width: 100%; height: auto; }


.card.main-service-card { border: 1px solid rgba(0,0,0,0.05); background-color: #f2f4f7; border-radius: 24px; padding: 2rem; height: 100%; position: relative; z-index: 1; overflow: hidden; }
.main-service-card.main-service-card-01 { background: #E4F1FF; background: #F9F9F9; }
/* .main-service-card-01 figure { max-width: 43%; margin: 0 auto -10% 0; position: relative; z-index: -1; } */
/* .main-service-card-01 figure { max-width: 100%; margin: auto auto 0 0; position: relative; z-index: -1; } */
.main-service-card-01 figure { max-width: 48%; margin: auto auto 0 0; position: absolute; z-index: -1; right: 4%; bottom: 0; }
.main-service-card img { width: 100%; height: auto; }
/* .main-service-card-01 .main-service-content { padding-left: 32%; } */
.main-service-card-01 .main-service-content { position: static; left: 2rem; width: 44%; top: 2.6rem; }
/* .main-service-card-02 figure { max-width: 40%; margin: -15% 0 0 auto; position: relative; z-index: -1; }  */
.main-service-card-02 figure { max-width: 80%; margin: 4% auto 0; position: relative; z-index: -1; }
.main-service-card.main-service-card-02 { background: #D0FFEE; background: #FFDC94; padding-bottom: 0; }
.main-service-card.main-service-card-03 { background: #C8E2FF; }
/* .main-service-card-03 figure { max-width: 100%; margin:-25% -5% -5% 0; position: relative; z-index: -1; } */
.main-service-card-03 figure { max-width: inherit; margin: auto -2rem -2rem; padding-top: 1rem; position: relative; z-index: -1; }
.main-service-card.main-service-card-04 { background: #e6ffdd; }
/* .main-service-card-04 figure { max-width: 42%; margin: 0% 0 -19% auto; position: relative; z-index: -1; } */
.main-service-card-04 figure { margin: 1.1rem -2rem -2rem -2rem; position: relative; z-index: -1; }
/* .main-service-card-04 figure { position: absolute; z-index: -1; bottom: 0; left: 0; right: 0; margin: 0; } */


.card-video { position: relative; overflow: hidden; }
.card-video .card-body { position: relative; }
.card-video-box { position: relative; padding-top: 56.25%; z-index: 1; width: 100%; }
.card-video-box:after { content: ""; position: absolute; height: 50%; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0.6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none;
}
.card-video-box video, .card-video-box iframe { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.card-video-info { position: absolute; right: 0; bottom: 0; z-index: 2; width: calc(100% - 60px); text-align: right; padding: 1rem; pointer-events: none; }
.card-video-info h6 { color: #fff; }

.card-play-pause { position: absolute; z-index: 2; bottom: 0; left: 0; width: 60px; padding: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.card-play-pause span { height: 20px; width: 20px; }
.card-play-pause span svg { width: 100%; height: auto; fill: #fff; vertical-align: top; }
.pause-btn { display: none; }
.play-active .play-btn { display: none; }
.play-active .pause-btn { display: block; }

.card-video-long .card-video-box { padding-top: 100%; }
