/* =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, .btn.btn-primary-outline a: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-top { padding: 2.5rem 0; background: #fff; border-top: 1px solid #CAD6E1; }
.f-logo { max-width: 200px; width: 100%; margin: 0 auto 0 0; }


.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.f-menu ul li { margin: 0.5rem 1rem; color: #263238; }
.f-menu ul li a { color: #263238; text-decoration: none; }
.f-menu ul li a:hover { color: #2864A4; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #4D4D4D; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #263238; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #263238; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #4D4D4D; }
.footer-bottom { font-weight: 500; }

/* =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%; }
.service-list-box figure { height: 85px; width: 85px; 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: 50px; height: auto; }
.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; }



