@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.eot');
    src: url('../webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Bold.woff') format('woff'),
        url('../webfonts/Gilroy-Bold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#global-loader {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: flex;

}

body{
font-family: 'Gilroy';
font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
 font-family: "Inter", sans-serif;
}

a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}

header {
    border-bottom: 1px solid #ddd;

}

a.navbar-brand img {
    width: 110px;
}
header a.nav-link {
    font-size: 16px;
    padding: 5px 15px !important;
    line-height: 27px;
    position: relative;
}
.language-switch ul.dropdown-menu.show {
    padding: 0;
    --bs-dropdown-min-width: 5.6rem !important;
}

.div-social-media ul li {
    list-style: none;
    display: inline-block !important;
}

.div-social-media ul {
    margin: 0;
    padding: 0;
}
.div-social-media ul li i {
    background-color: #0d6bb5;
    width: 40px;
    height: 35px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
}
#slider-banner{
/* background-color: #F1F2F6; */
min-height: 500px;
}

.language-switch .dropdown a img {
    width: 25px;
    margin-right: 5px;
}

.language-switch .dropdown a {
    background-color: transparent;
    color: #333;
    padding: 4px 7px;
    border-color: #ccc;
}
.language-switch {
    margin-right: 10px;
    margin-top: 3px;
}
.download-option img {
    width: 150px;
}
.div-social-media {
    margin-top: 2px;
}


.banner-img {
    margin-top: 40px;
    float: right;
}
.banner-text {
    margin-top: 100px;
}
.banner-text h2 {
    width: 550px;
    font-size: 46px;
    font-weight: 800;
    line-height: 52px;
}

.banner-text p {
    margin-top: 15px;
}
.banner-text span {
    text-transform: uppercase;
    font-weight: 700;
    color: #3a59d1;
}

#abt-section {
    margin-top: 70px;
}

.abt-txt h1 {
    font-weight: 800;
    font-size: 35px;
}
.section-title h3 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 3px;
}
.abt-txt p {
    line-height: 25px;
}
.abt-txt {
    margin-top: 30px;
}
.abt-txt h6 {
    font-family: 'Gilroy';
    font-weight: 500;
    margin-bottom: 0;
	color:#3a59d1;
}
.abt-txt-btn a{
background-color: #2F25D8;
border-color:#2F25D8;
font-weight: bold;
}
.abt-txt-btn a:hover{
background-color: #2F25D8;
border-color:#2F25D8;
}
.abt-txt-btn a:focus{
background-color: #2F25D8;
border-color:#2F25D8;
}
section#work-div {
    /* margin-top: 50px; */
    min-height: 450px;
}
.section-title {
    margin-top: 50px;
}
.section-title p{
margin-bottom: 0;
}
.section-title h3 {
    font-size: 35px;
    font-weight: 800;
}
section#app-download {
    margin-top: 20px;
}
.banner-img img {
    width: 450px;
}

.company-info h4 {
    font-weight: 700;
    font-size: 22px;
}
.company-info p span {
    font-weight: 700;
    color: #3a59d1;
}

.company-info {
    background-color: #f8fafc;
    min-height: 250px;
    border-radius: 10px;
    padding: 20px;
}

.app-working-box {
    border: 1px solid #ccc;
    border-radius: 15px;
    min-height: 270px;
    margin-top: 30px;
    padding: 20px;
}
.app-working-box h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
}
.app-working-box p {
    line-height: 22px;
	margin-bottom:0;
}
.footer-logo img{
  width:140px;
}


.download-img {
    margin: auto;
    text-align: center;
}
.download-img-txt {
    margin-top: 60px;
}
.download-img-txt h2 {
    font-size: 38px;
    font-weight: 700;
    width: 410px;
    line-height: 45px;
    text-transform: uppercase;
}
footer {
    background-color: #F1F2F6;
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-title h3 {
    font-weight: 800;
    font-size: 22px;
}
.footer-title ul li {
    list-style: none;
    display: block;
    padding: 2px 0;
}
.footer-title ul li a {
    color: #000;
    font-size: 15px;
}
.footer-title ul li a:hover{
color:#2F25D8;
}

.footer-title ul {
    padding: 0;
    margin-top: 15px;
}
.footer-title ul li p {
    margin-bottom: 5px;
}
.footer-title ul li p i {
    font-size: 20px;
    width: 25px;
    text-align: center;
    color: #2F25D8;
	margin-right:5px;
}
.footer-title .download-option img {
    width: 130px;
}
.join-company {
    background: linear-gradient(135deg,#2563eb ,#1e3a8a);
    margin-top: 40px;
    min-height: 100px;
    border-radius: 20px;
    padding: 20px;
}
.join-title h3 {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 24px;
}
.join-title p{
 color:#fff;
 margin-bottom:5px;
}
.join-title {
    margin-top: 5px;
}
.join-btns a {
    margin-right: 5px;
}
a.btn.btn-outline {
    border: 1px solid #fff;
    color: #fff;
}
a.btn.btn-outline:hover{
 border: 1px solid #fff;
 background-color:#fff;
 color: #2F25D8;

}
.join-btns {
    float: right;
    margin-top: 15px;
}


#copyright-box {
    background-color: #0B0A39;
    padding: 3px 0;
}
.copyright-txt p {
    margin-bottom: 0;
    color: #fff;
    padding: 5px 0;
    font-size: 15px;
}
.copyright-link ul li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #fff;
}
.copyright-link ul li:last-child{
border-right:none;
}

.copyright-link ul {
    padding: 0;
    margin: 0;
}

.copyright-link {
    text-align: right;
    padding-top: 5px;
}
.copyright-link ul li a {
    color: #fff;
    font-size: 15px;
}
.app-working-box h3 {
    font-weight: 700;
}
.app-working-box img {
    width: 155px;
}
#inner-header{
background-color: #F1F2F6;
}
.app-working-img {
    margin-bottom: 10px;
}

.breadcrumbs-list {
    padding: 13px 0;
}

.breadcrumbs-list h4 {
    margin-bottom: 0;
	font-weight:700;
}
section#main-form {
    margin-top: 40px;
}
.company-form {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 7px;
    padding-bottom: 0;
}
.company-form h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}
.company-form label {
    font-weight: 700;
    font-size: 15px;
}
.company-form input {
    background-color: #F1F2F6;
    height:45px;
}
.company-form textarea {
    background-color: #F1F2F6;
}
.company-form select {
    background-color: #F1F2F6;
    font-size: 15px;
    height:45px;
}
#formFile{
line-height:31px;
}
.login-box {
    text-align: center;
}
.sub_btn button {
    font-weight: 600;
    background-color: #2F25D8;
    border-color:#2F25D8;
}
.sub_btn button:hover {
    font-weight: 600;
    background-color: #1910A7;
    border-color:#1910A7;
}
.sub_btn button:focus {
    font-weight: 600;
    background-color: #2F25D8;
    border-color:#2F25D8;
}
.login-box p {
    font-size: 16px;
    margin-bottom: 5px;
}

.login-box a{
color:#2F25D8;
}
input[type=file]::file-selector-button {
  background-color: #2F25D8;
  color:#fff;
}
.sub_btn button{
width:100%;
height:45px;
}
input#exampleCheck1 {
    height: 18px;
    width: 20px;
    margin-right: 8px;
}
label.form-check-label {
    position: relative;
    top: 2px;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #2F25D8;
}
.descp-txt-layer p {
    background-color: #F1F2F6;
    padding: 8px 12px;
    margin-bottom: 0;
    border-radius: 5px;
    font-family: "Teko", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-style: italic;
}
.contact-form {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 7px;
}


.contact-form h3 {
    border-bottom: 1px solid #ddd;
    font-size: 25px;
    padding: 5px 0;
    font-weight: 700;
}
.real-result img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-result {
    height: 320px;
    width: 170px;
	margin:auto;
}
.stats-box {
    width: 80%;
}
.contact-form-box input {
    background-color: #F1F2F6;
    height: 45px;
}
.contact-form-box textarea {
    background-color: #F1F2F6;
}
.btn-snd-msg {
    background-color: #2F25D8;
    border-color: #2F25D8;
}
.btn-snd-msg:hover {
    background-color: #1910A7;
    border-color:#1910A7;
}
.btn-snd-msg:focus {
    background-color: #1910A7;
    border-color:#1910A7;
}
.contact-form-view ul li {
    list-style: none;
    display: inline-block;
    border: 1px solid #ddd;
    width: 48%;
    padding: 6px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    vertical-align: top;
}

.contact-form-view ul {
    padding: 0;
    margin: 0;
}
.footer-icon {
    float: left;
    margin-right: 10px;
}
.footer-icon i {
    background-color: #2F25D8;
    width: 50px;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    font-size: 22px;
}
.footer-icon-txt {
    margin-left: 50px;
}
.footer-icon-txt p {
    margin-bottom: 0;
}
.footer-icon-txt h4 {
    margin-bottom: 0;
}
.footer-icon-txt p {
 line-height: 20px;
}
.contact-form-view h3{
border-bottom:1px solid #ddd;
margin-bottom: 10px;
}
.footer-boxt {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 10px;
}
.footer-boxt h4 {
    margin-bottom: 0;
    font-size: 23px;
}
.footer-boxt p {
    margin-bottom: 0;
}
.footer-boxt {
    margin: auto;
    text-align: center;
}
.footer-boxt i {
    background-color: #2F25D8;
    width: 60px;
    height: 55px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 53px;
    margin-bottom: 8px;
    border-radius: 10px;
}
.footer-boxt {
    margin-bottom: 10px;
}
.policy-details h5 {
    color: #0d6bb5;
    font-weight: 600;
}
.policy-main-title h3 {
    font-weight: 700;
}
.info-contact h3 {
    font-size: 22px;
    font-weight: 600;
}
.email-contact p i {
    margin-right: 5px;
	color:#2F25D8;
}

.email-contact p {
    margin-bottom: 0;
}
.contact-info {
    margin-top: 15px;
}

/* New Css*/
.banner-text-new h2 {
    width: 100% !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 5px;
}

section#technical-box {
    margin-top: 50px;
}

section#checklist-box {
    margin-top: 30px;
}
.technical-details h2 {
    font-weight: 700;
}
.technical-details table{
  margin-top:25px;
}
.technical-details table td{

}
.checklist h2 {
    font-weight: 700;
}
.checklist ul {
    padding: 0;
    margin: 0;
    margin-top: 12px;
}
.checklist h2{
 font-weight:700;
}
.checklist ul li {
    padding: 5px 0;
    display: inline-block;
    width: 48%;
    font-size: 16px;
}
section#badge-list {
    margin-top: 50px;
}
section#badge-list-new {
    margin-top: 25px;
}

.checklist ul li::before{
 content:"\f058";
 font-family:FontAwesome;
 margin-right:7px;
 color:#05c46b;
 font-size:18px;

}

.banner-text-new h3 {
    line-height: 33px;
    font-size: 26px;
}
.banner-text-new h4 {
    margin-top: 12px;
    font-weight: 700;
    font-size: 26px;
}
section#top-ad {
    background-color: #0d6efd;
    width: 100%;
    padding: 4px 0;
}
.main-ad h5 {
    margin-bottom: 0;
    text-align: center;
    padding: 4px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
}


@keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
        .blinking-text {
            text-align: center;
            font-size: 24px;
            color: #fff;
            animation: blink 2s infinite;
        }

