@font-face { font-family: 'Inter 18pt'; src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'), url('../fonts/Inter18pt-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter 24pt'; src: url('../fonts/Inter24pt-Bold.woff2') format('woff2'), url('../fonts/Inter24pt-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter 24pt'; src: url('../fonts/Inter24pt-Medium.woff2') format('woff2'), url('../fonts/Inter24pt-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter 24pt'; src: url('../fonts/Inter24pt-Light.woff2') format('woff2'), url('../fonts/Inter24pt-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter 24pt'; src: url('../fonts/Inter24pt-Regular.woff2') format('woff2'), url('../fonts/Inter24pt-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter 24pt'; src: url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter24pt-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
:root { --blue: #0A2540;  --black: #000000;  --p-white: #ffffff; --border: #D8D8D8; }

/*common css*/
* { box-sizing: border-box; margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-family: "Inter", sans-serif; font-weight: 400; font-size: 20px; line-height: 30px; text-align: left; color: var(--black);  overflow:visible; 
a { color: var(--black); text-decoration: none; transition: all 300ms ease }
a:focus { outline: none; text-decoration: none; color: var(--black) }
a:hover, a:active { outline: 0; text-decoration: none; color: var(--blue); }
p { margin: 0 0 20px; }
ol, ul { margin: 0; padding: 0; }
ul li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }
h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Inter", sans-serif; }
h1 { font-weight: 900; font-size: 64px; line-height: 70px; letter-spacing: 0px; vertical-align: middle; }
h2 { font-weight: 600; font-size: 54px; line-height: 70px; letter-spacing: 0px; vertical-align: middle; }
h3 { font-size: 52px; font-weight: 700; line-height: 78px; }
h4 { font-size: 40px; font-weight: 700; line-height: 60px; }
h5 { font-weight: 600; font-size: 26px; line-height: 40px; }
h6 { font-size: 22px; font-weight: 700; line-height: 25.85px; }
img { max-width: 100%; border: 0; }

/*select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }*/
input:not([type=radio]):not([type=checkbox]) { -webkit-appearance: none; }
input, button, textarea, select { border: 1px solid #ccc; outline: none; font-style: normal; font-size: 20px; color: var(--black); font-weight: 400; line-height: 35px; font-weight: 300; background : #ffff }
/* Disabled state */
input:disabled,button:disabled,textarea:disabled,select:disabled {
  background-color: #f5f5f5; /* light gray */
  color: #999;              /* dimmed text */
  border: 1px solid #ddd;   /* lighter border */
  cursor: not-allowed;      /* show not allowed cursor */
  opacity: 0.7;             /* slightly faded look */
}
input[type=submit], button { cursor: pointer; }
/* input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px var(--p-white) inset; } */
form.contact-form .form-field input { border-radius: 16px; border: 1px solid var(--p-white); background: transparent; color: var(--p-white); font-weight: 400; font-size: 16px; line-height: 100%; vertical-align: middle; padding: 17px 22px; display: block; width: 100%; }
::-webkit-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-moz-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-webkit-input-placeholder { color: var(--p-white); opacity: 1; -ms-filter: "alpha(opacity=100)"; }
::-moz-placeholder { color: var(--p-white); opacity: 1; -ms-filter: "alpha(opacity=100)"; }
:-ms-input-placeholder { color: var(--p-white); opacity: 1; -ms-filter: "alpha(opacity=100)"; }
.btn-primary.focus:focus, .btn-primary:focus { outline: none; border: none; box-shadow: none; }
:-ms-input-placeholder { color: var(--p-white) }
::-moz-placeholder { color: var(--p-white) }
::placeholder { color: var(--p-white) }

/*cmn css*/

a.cmn-btn { background: var(--blue); color: var(--p-white); padding: 10px 24px; font-weight: 600; font-size: 14px; line-height: 30px; letter-spacing: 0px; text-align: center; vertical-align: middle; text-transform: uppercase; border-radius: 50px; }
span.title-wrapper { font-weight: 400; font-size: 26px; line-height: 25px; letter-spacing: 0px; vertical-align: middle; padding: 20px 26px; border-radius: 40px; border: 1px solid #D8D8D8; display: block; max-width: max-content; }
.cmn-title { text-align: center; margin-bottom: 60px; }
.cmn-title span { margin-left: auto; margin-right: auto; }
.cmn-title p { margin-bottom: 0px; }
.container { max-width: 1465px; padding: 0px 16px; margin: 0 auto; }
.section-padding { padding: 75px 0px }
.section-top-padding { padding-top: 75px; }
.section-bottom-padding { padding-bottom: 75px; }

/*header*/
header#header { padding: 20px 15px; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; backdrop-filter: blur(33px); border-bottom: 1px solid #fff; }
.header-main { display: flex; align-items: center; max-width: 1809px; margin: 0 auto; }
.nav-menu { width: 45%; }
.header-main .nav-menu { width: 45%; }
.header-main .nav-menu ul { display: flex; align-items: center; flex-wrap: wrap; margin: 0px -20px; }
.header-main .nav-menu ul li a { display: block; font-weight: 600; font-size: 14px; line-height: 30px; letter-spacing: 0px; vertical-align: middle; text-transform: uppercase; color: #454545; }
.header-main .nav-menu ul li { padding: 0px 20px; }
.logo { width: 10%; }
.header-main > a { margin-left: auto; }
a.menulinks{ display:none }
/*banner section*/
.hero-banner-main { padding: 0px 15px; margin-top:100px }
.hero-banner-wrapper { display: flex; flex-wrap: wrap; padding-top: 182px; position: relative; }
.hero-banner-right { width: 50%; }
.hero-banner-content { width: 50%; }
.hero-banner-right img { max-width: 698px; }
.hero-banner { max-width: 1809px; margin: 0 auto; position: relative; border-radius: 50px; overflow: hidden; }
.hero-banner:before { content: ''; background: linear-gradient(255.97deg, rgba(0, 0, 0, 0) 6.74%, rgba(0, 0, 0, 0.1) 54.39%); position: absolute; inset: 0px; }
.hero-banner-content h1 { margin-bottom: 40px; }
.hero-banner-content p { color: #454545; font-weight: 400; font-size: 22px; line-height: 33px; letter-spacing: 0px; vertical-align: middle; max-width: 525px; }

/*about-us*/
.about-us { padding-top: 122px }
.about-us-wrapper { display: flex; flex-wrap: wrap; margin: 0px -15px }
.about-left { width: calc(30%  - 30px); margin: 0px 15px; }
.about-right { width: calc(70%  - 30px); margin: 0px 15px; }
.about-right h2 { margin-bottom: 30px; }
.about-right span { margin-bottom: 40px; }
span.title-wrapper { font-weight: 400; font-size: 26px; line-height: 25px; letter-spacing: 0px; vertical-align: middle; color: var(--black)000; border-radius: 40px; padding: 20px 26px; border: 1px solid #D8D8D8; margin-bottom: 20px; display: block; max-width: max-content; }
.about-right h2 { margin-bottom: 30px; }
.about-right p { font-weight: 400; font-size: 20px; color: #454545; line-height: 30px; letter-spacing: 0px; vertical-align: middle; margin: 0px}


/*about-features*/
.about-features-wrapper { padding: 30px; background: #F6F9FC; border-radius: 30px; display: flex; align-items: center; flex-wrap: wrap; margin: 0px -15px; }
.about-features-left { width: calc(50% - 30px); margin: 0px 15px; padding-left: 50px; }
.about-features-right { width: calc(50% - 30px); margin: 0px 15px; text-align: right; }
.about-features-left p { color: #454545; margin-bottom: 36px; }
.about-features-left h2 { margin-bottom: 26px; }
.about-features-left a.cmn-btn { padding: 16px 24px; }

/*service-section */
.features-section { background: #F6F9FC; }
.features-slider-repeat { padding: 0px 15px; }
.features-slider-inner { padding: 5px; border-radius: 40px; border: 1px solid #D8D8D8; overflow: hidden; background: var(--p-white); overflow: auto; }
.features-slider-inner img { border-radius: 40px; }
.features-slider-inner h5 { text-align: center; margin-top: 40px; margin-bottom: 30px; }
.features-slider-inner:hover h5 { padding: 26px 20px; border-radius: 20px; background: #F6F9FC; margin: 20px 20px 0px 20px; }
.features-slider-inner p { font-weight: 400; font-size: 22px; line-height: 30px; letter-spacing: 0px; vertical-align: middle; padding: 30px; display: none; }
.features-slider-inner:hover p { display: block; }
.features-slider-inner:hover img { display: none; }
.features-slider .slick-slide { display: flex !important; height: auto !important; }
.features-slider-inner { width: 100%; display: flex; flex-direction: column; }


/*blog*/
.blog-wrapper { display: flex; flex-wrap: wrap; margin: 0px -15px; align-items: flex-start; position: relative; }
.blog-left { width: calc(33.3% - 30px); margin: 0px 15px; position: sticky; top: 140px; }
.blog-right { width: calc(66.6% - 30px); margin: 0px 15px; }
.blog-items-repeat { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.blog-image { width: 30%; }
.blog-inner-wrapper { width: 70%; padding-left: 60px; display: flex; flex-wrap: wrap; align-items: center; }
.blog-items-repeat:last-child { margin: 0px; }
.blog-inner-wrapper ul { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.blog-inner-wrapper ul li { font-weight: 400; font-size: 16px; line-height: 26px; display: flex; align-items: center; flex-wrap: wrap; }
.blog-inner-wrapper ul li:first-child img { margin-right: 10px; }
.blog-inner-wrapper ul li:last-child img { margin-left: 10px; }

/*footer*/
footer { background: #F6F9FC; }
.footer-wrapper { display: flex; flex-wrap: wrap; margin: 0px -15px; }
form.contact-form { width: calc(33.3% - 30px); margin: 0px 15px; padding: 44px 70px; border-radius: 27px; background: var(--blue); }
.footer-details { width: calc(66.6% - 30px); margin: 0px 15px; padding: 75px 85px 20px 85px; border-radius: 27px; background: var(--blue); }
form.contact-form h4 { font-weight: 600; font-size: 32px; color: var(--p-white); line-height: 70px; letter-spacing: 0px; vertical-align: middle; }
form.contact-form .form-field { margin-bottom: 20px; }
.left-padding { padding-left: calc(50% - 1470px / 2) !important; }
form.contact-form button { font-weight: 400; font-size: 16.96px; line-height: 100%; text-align: center; vertical-align: middle; border-radius: 15px; padding: 15px; width: 100%; }
.footer-details p { font-weight: 300; font-size: 18px; line-height: 30px; letter-spacing: 0px; vertical-align: middle; color: var(--p-white); margin-bottom: 0px; max-width: 440px; }
.footer-details img { margin-bottom: 17px; }
.footer-details li a { font-weight: 600; color: var(--p-white); font-size: 14px; line-height: 30px; letter-spacing: 0px; vertical-align: middle; }
.footer-details ul { display: flex; flex-wrap: wrap; align-items: center; margin: 54px 0px; }
.footer-details ul li { margin-right: 50px; }
.footer-details h5 { font-weight: 600; font-size: 18px; line-height: 30px; letter-spacing: 0px; vertical-align: middle; margin-bottom: 22px; color: var(--p-white); }
.footer-details > *:last-child { font-weight: 400; font-size: 16px; line-height: 22px; letter-spacing: 0px; vertical-align: middle; padding-top: 20px; margin: 0px; border-top: 1px solid var(--p-white); max-width: 520px; }
ul.footer-social-media { margin: 22px 0px; }
ul.footer-social-media img { margin: 0px; }
ul.footer-social-media li { margin-right: 20px; }
ul.footer-social-media a { width: 44px; height: 44px; border: 1px solid var(--p-white); display: block; border-radius: 100%; display: flex; align-items: center; justify-content: center; }

/*Responsive css start from here*/


@media (max-width:991px) {
    .left-padding { padding-left: 20px !important; }
}
@media (max-width:1366px) {
    .left-padding { padding-left: 40px !important; }
    p { font-size: 18px; line-height: 26px; }
    h1 { font-size: 50px; line-height: 56px; }
    h2 { font-size: 40px; line-height: 48px; }
    h3 { font-size: 36px; line-height: 44px; }
    h4 { font-size: 32px; line-height: 40px; }
    h5 { font-size: 24px; line-height: 34px; }
    h6 { font-size: 20px; line-height: 30px; }
    .service-slider-inner p { font-size: 18px; line-height: 26px; }
    .about-features-wrapper { margin: 0px; }
}
@media(max-width:1365px) {
    .section-padding { padding: 60px 0px; }
    .hero-banner-wrapper { padding-top: 111px; }
    .hero-banner-right img { max-width: 500px; }
    form.contact-form { padding: 40px; }
    .footer-details { padding: 40px 40px 20px 40px; }
    .hero-banner-main { margin-top: 90px; }
}
@media(max-width:991px) {
    a.menulinks{ display:block }
    .header-main .nav-menu ul { display: none; }
    ul.mainmenu { position: fixed; top: 100px; left: 0px; right: 0px; width: 100%; height: calc(100vh - 100px); overflow: auto; z-index: 99; padding: 0px; backdrop-filter: blur(30px); margin: 0px !important; padding: 20px 0px; }
    body.mobile-menu-active { overflow: hidden; }
    .hero-banner-content { width: 100%; }
    .hero-banner-right { width: 100%; text-align: center; }
    .hero-banner-wrapper { padding-top: 40px; }
    .about-left { width: calc(100% - 30px); text-align: center; }
    .about-left img { max-width: 400px; margin: 0 auto; width: 100%; }
    .about-right { width: calc(100% - 30px); }
    .about-features-left { padding: 0px; }
    .about-features-wrapper { padding: 30px; }
    .blog-left { width: calc(50% - 30px); }
    .blog-right { width: calc(50% - 30px); }
    .blog-inner-wrapper { width: 10; width: 100%; padding: 20px 0px; }
    form.contact-form { width: calc(50% - 30px); }
    .footer-details { width: calc(50% - 30px); }
}

@media(max-width:767px) {
    p { font-size: 18px; line-height: 26px; }
    h1 { font-size: 40px; line-height: 46px; }
    h2 { font-size: 36px; line-height: 42px; }
    h3 { font-size: 30px; line-height: 38px; }
    h4 { font-size: 26px; line-height: 34px; }
    h5 { font-size: 22px; line-height: 30px; }
    h6 { font-size: 18px; line-height: 28px; }
    .section-padding { padding: 40px 0px; }
    .header-main > a { padding: 5px 20px; font-size: 12px; }
    .logo { width: auto; max-width: 100px; }
    .header-main .nav-menu { width: auto; }
    .header-main .nav-menu { order: 3; margin-left: 20px; }
    .hero-banner-right img { max-width: 300px; }
    .about-left { margin-bottom: 40px }
    .about-features-wrapper { padding: 20px 5px; }
    .about-features-left { width: calc(100% - 30px); margin-bottom: 40px; }
    .about-features-right { width: calc(100% - 30px); }
    .blog-left { width: calc(100% - 30px); position: static; }
    .blog-right { width: calc(100% - 30px); }
    .blog-image { width: 100%; }
    form.contact-form { width: calc(100% - 30px); margin-bottom: 30px; }
    .footer-details { width: calc(100% - 30px); }
    ul.footer-social-media a { width: 30px; height: 30px; }
    ul.footer-social-media a img { max-width: 20; max-width: 12px; }
    .footer-details > *:last-child { font-size: 12px; text-align: center; }
    .hero-banner-main { margin-top: 82px; }
}
}