/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.woff2') format('woff2'),
        url('../fonts/Rubik-Light.woff') format('woff'),
        url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff'),
        url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brix Sans';
    src: url('../fonts/BrixSans-Regular.woff2') format('woff2'),
        url('../fonts/BrixSans-Regular.woff') format('woff'),
        url('../fonts/BrixSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brix Sans';
    src: url('../fonts/BrixSansLight.woff2') format('woff2'),
        url('../fonts/BrixSansLight.woff') format('woff'),
        url('../fonts/BrixSansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Regular.woff2') format('woff2'),
        url('../fonts/SegoeUI-Regular.woff') format('woff'),
        url('../fonts/SegoeUI-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Brix Sans";
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a{ text-decoration: none;}

nav a{ color: #000;}
footer nav a{ color: #fff;}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding-bottom: 45px;
    font-family: "Brix Sans";
    margin: 0 auto;
}


a.navbar-brand img {
    max-width: 40px;
    margin-right: 10px;
}

a.navbar-brand {
    display: flex;
    align-items: flex-start;
}

nav h2 {
    margin-bottom: 0 !important;
    line-height: 28px;
}
.navbar-expand-lg  a.navbar-brand {
    display: flex;
    align-items: flex-start;
    max-width: 221px;
    width: 100%;
}
.navbar-expand-lg  .brand-text {
    position: absolute;
    left: 42px;
    top: 37px;
    font-family: 'Segoe UI';
    font-size: 12px;
    text-transform: uppercase;
    color: #006bb9;
    font-weight: normal;
}
.navbar-expand-lg a.navbar-brand img {
    max-width: 221px;
    margin-right: 0;
    width: 100%;
}
.brand-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #006BB9;
}

.navbar-expand-lg .navbar-collapse {
    width: 100%;
    justify-content: flex-end;
}


.navbar-light .navbar-nav .nav-link{font-weight: 600;font-size: 18px;font-family: 'Segoe UI';}


.navbar-light .navbar-toggler{border: 0;margin-right: 10px;color: #000;    width: 35px;
    height: 24px;}
.navbar-light .navbar-toggler span{color: #7F7F7F;}

header {
    box-shadow: 0 0 10px 0 #0000001c;
}


section > h1 {
margin: 4rem 0 0 0;
padding: 1rem 2.8rem 0 2.8rem;
background-image: url("../img/h_bull.svg");
background-repeat: no-repeat;
background-position: -.6rem 1rem;
background-size: auto 2.8rem;
}

section > h1 + h2 {
color: #006BB9;
margin: 0;
padding: 0 2.8rem;
position: relative;
left: .2rem;
top: -.4rem;
font-size: 1em;
font-weight: normal;
}

section h2 a{ color: #006BB9;}

article {
display: flex;
}

article > h3 + p {
color: #006BB9;

}

article > ul {
padding-left: 0;
list-style: circle;
}

footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 10px 0;
background-image: url("../img/bg_footer.png");
background-repeat: repeat-x;
background-position: bottom center;
color: white;
}

footer nav ul{
    list-style: none;
    margin: 0; padding: 0;
}


footer nav ul li{ display: inline-block; margin-right: 25px;}
footer nav ul li a:hover{ color: #fff;}
footer nav ul li:last-child{ margin-right: 0;}

li.nav-item.active a {
    color: #006bb9 !important;
}

ul.check-li li:before {
    content: "";
    width: 13px;
    height: 7px;
    border: 2px solid #006bb9;
    display: inline-block;
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: -25px;
    top: 7px;
    transform: rotate(-45deg);
}

ul.check-li li {
    list-style: none;
    position: relative;
}

.navbar-light .navbar-nav .nav-item select {
    border: 0 !important;
    padding: 11px 0;
    margin-left: 10px;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 8px;
    color: #000000;
    outline: none;
    padding-right: 5px;
    background: transparent;
}

/*  contact us page css start 17-03-2023 */
.navbar-light .navbar-nav .back-to-home .nav-link svg {
    width: 22px;
    height: 22px;
    margin: 0 6px 0 0;
}
.navbar-light .navbar-nav .back-to-home .nav-link{
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .back-to-home .nav-link:hover svg{
    fill: #006bb9;
}
.contact-us {
    padding: 160px 0 0px;
}

.contact-us-outer {
    width: 100%;
    position: relative;
    max-width: 982px;
    margin: auto;
    padding-bottom: 100px;
}
.contact-us-outer .section-content {
    margin: 0 0 50px;
}
.cont-bg-img{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.cont-bg-img img {
    width: 100%;
}
.contact-us-inner {
    max-width: 745px;
    margin: auto;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.16);
    overflow: hidden;
    position: relative;
    border: solid 3px #047dbb;
}
.contact-us-inner .contact-us-left {
    position: absolute;
    left: 49px;
    background: #047dbb;
    padding: 67px 30px 50px;
    width: 224px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.contact-us-inner .contact-us-left h2 {
    font-size: 22px;
    margin: 15px 0 0;
}
.contact-us-inner .contact-us-left img {
    max-width: 60px;
}
.contact-us-inner .contact-us-left .Logo {
    text-align: center;
    filter: brightness(0) invert(1);
}
.contact-us-inner  .contact-details {
    width: calc(100% - 273px);
    margin-left: auto;
    padding: 40px 40px 40px 48px;
}
.contact-us-inner .contact-details > h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
    color: #7f7f7f;
}
.contact-us-inner .contact-details .address p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.contact-us-inner .contact-details .address p:not(:last-child) {
    margin-bottom: 20px;
}
.contact-us-inner .contact-details ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.contact-us-inner .contact-details ul li {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}
.contact-us-inner .contact-details ul li .info-details {
    width: 100%;
}
.contact-us-inner .contact-details ul li .info-details h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #7f7f7f;
}
.contact-us-inner .contact-details ul li .info-details a {
    font-size: 16px;
    line-height: normal;
    margin: 5px 0 0;
    display: block;
    color: #00b0f0;
}
/**/
section.privacy-policy-sec {
    width: 100%;
    padding: 160px 0 100px;
}
.other-pages-banner {
    background: #047dbb;
    padding: 90px 0px 150px;
    margin: 84px 0 0;
    text-align: center;
    position: relative;
    border-bottom-left-radius: 100px;
}
.other-pages-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3.5rem;
}
.other-pages-banner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 70px;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    box-shadow: -100px 99px 0 0 #fff;
}
.other-pages-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 70px;
    background: #fff;
    width: 100%;
    border-top-right-radius: 100px;
    left: 0;
}

.privacy-policy-text h1 {
    font-size: 40px;
    margin: 0 0 30px;
}
.privacy-policy-text p a {
    color: #00b0f0;
    text-decoration: underline;
}
.privacy-policy-text ol {
    padding-left: 26px;
}
.privacy-policy-text h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 20px;
    color: #00b0f0;
}
ul.a-z-number-design {
    margin-left: -40px;
}
ol > li::marker {
    font-size: 22px;
    color: #00b0f0;
}
ul.a-z-number-design > li::marker {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 600;
}
ul.a-z-number-design > li {
    list-style: upper-alpha;
}

.privacy-policy-text  h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 20px;
    color: #7f7f7f;
}
ul.list-design {
    padding: 10px 0 10px 19px;
}
ul.list-design > li {
    list-style: disc;
    color: #7F7F7F;
        margin: 0 0 3px;
}
.privacy-policy-text h3 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 34px;
    font-weight: 700;
}

.application-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.application-outer > div {
    width: 50%;
    position: relative;
}
.app-img-opcity {
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    top: 0;
}
.application-outer .application-text {
    display: flex;
    align-items: center;
}
.application-outer .application-text .section-content {
    padding-left: 70px;
}
.application-outer.enterprise-sec .application-text .section-content {
    padding-left: 0;
    padding-right: 60px;
}
.home-section-img{
    max-width: 1200px;
    margin: 0 auto;
}

.legal-notice {
    display: flex;
    column-gap:50px;
    flex-wrap: wrap;
}
.legal-notice > div {
    width: calc(50% - 25px);
}
.privacy-policy-text.legal-notice h3 {
    text-align: left;
    font-family: "Brix Sans";
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 24px;
    width: 100%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
}




/* ==========================================================================
   About Us section Css 22-1122
   ========================================================================== */
/*.page-section{
    height: calc(100vh - 44px);
    margin: 0;
    padding: 60px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
 }*/
 .page-section {
    height: calc(100vh - 46px);
    margin: -4px 0 0 0;
    padding: 110px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-bg {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
h3.section-title {
    font-family: "Brix Sans";
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 24px;
}
a.contetnt-link {
    color: #00B0F0;
    font-weight: 700;
}
p{
        color: #7F7F7F !important;
        line-height: 1.5;
    }
    .section-content p {
    margin-bottom: 25px;
}

/* ==========================================================================
   Application Security Css 22-1122
   ========================================================================== */
.app-img {
    width: 100%;
    margin-bottom: 30px;
}

.app-img img {
    width: 100%;
}

/*---------------- Sticky-header -------------*/

.header-one {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;    
    background-position: center -20px;
    background-image: url("../img/bg_body.png");
    background-repeat: repeat-x;
    padding-top: 20px;
    background-color: #fff;
}
.header-one.fixed {
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
    animation: 300ms ease-in-out 0s normal none fadeInDown;
    z-index: 999;
    background-position: center -20px;
    background-image: url(../img/bg_body.png);
    background-repeat: repeat-x;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #006bb9 !important;
}

.counter-box h3 {
    font-size: 54px;
    font-weight: 300;
    color: #006AA3;
    font-family: 'Rubik', sans-serif;
}

.inner-counter {
    text-align: center;
    margin-bottom: 50px;
}

.counter-area {
    margin-top: 60px;
}
.inner-counter p {
    font-family: 'Rubik', sans-serif;
    color: #000 !important;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.gray-bg {
    background: #f7f7f7;
}
/*----------------- Preloader -----------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/loader.gif") no-repeat center center;
}
ul.check-li li {
    list-style: none;
    position: relative;
    font-family: "Brix Sans";
    color: #7F7F7F !important;
    margin-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #000;
}
.inner-counter {
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width:480px){
    .page-section {
    height: 100%;
}

.page-section {
    /* padding: 40px 0; */
}
}

@media (max-width:1440px){

/*.page-section {
    height: calc(100vh - -160px);
}*/
.page-section {
    height: calc(100vh - -60px);
    padding: 0 0 0;
}
}

.home-section-top {
    padding-top: 150px;
    margin:0;
}

@media (max-width:580px){
footer {
    position: inherit;
}
body {
    padding-bottom: 0;
}
}


.navbar-toggler .navbar-toggler-icon, 
.navbar-toggler .navbar-toggler-icon:before, 
.navbar-toggler .navbar-toggler-icon:after {
    cursor: pointer;
    border-radius: 10px;
    height: 3px;
    width: 35px;
    background: #7F7F7F;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
} 

.navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
    background-image: none;
    height: 3px;
    width: 35px;
    background: #7F7F7F;
    border-radius: 10px;
    margin-left: -10px;
}
.navbar-toggler[aria-expanded="true"] span:before {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span{
    background: transparent;
}
.navbar-toggler[aria-expanded="true"] span:before, 
.navbar-toggler[aria-expanded="true"] span:after {
    top: 0;
}
.navbar-toggler[aria-expanded="true"] span:after {
    transform: rotate(-45deg);
}
.navbar-toggler span:after {
    bottom: -10px;
}
.navbar-toggler span:before {
    top: -10px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}




@media(max-width:991px){
    .navbar-expand-lg .navbar-collapse {
        background: #fff;
        margin: 0 0 -8px 0px;
    }
    ul.navbar-nav.mt-2.mt-lg-0 {
        background: none;
        padding: 9px 16px;
    }
    .navbar-light .navbar-nav .nav-item select{margin-left: -4px;padding: 0;}
    .application-outer .application-text .section-content {
        padding-left: 30px;
    }
    .application-outer.enterprise-sec .application-text .section-content {
        padding-left: 0;
        padding-right: 30px;
    }
}

@media(max-width:767px){
    
.legal-notice > div {
    width: 100%;
}
    .page-section {
        height: auto !important;
    }
    section h3 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    body { padding-bottom: 0px;}
    .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 16px;
        padding: 3px 0;
    }
    h3.section-title {
        margin-bottom: 20px !important;
    }
    .section-content p {
        margin-bottom: 15px;
    }
    .counter-area {
        margin:30px 0 0;
    }
    .page-section {
        margin: 0px !important;
        padding: 40px 0 !important;
    }
    .counter-box h3 {
        font-size: 40px;
    }
    .inner-counter p {
        font-size: 14px;
        line-height: normal;
    }
    .inner-counter{
        margin-bottom: 30px;
    }
    .application-outer .application-text .section-content {
        padding-left: 0px;
    }
    .application-outer.enterprise-sec .application-text .section-content {
        padding-left: 0;
        padding-right: 0px;
    }
    .application-outer > div {
        width: 100%;
        position: relative;
    }
    .app-img-opcity {
        height: 100%;
    }
    .app-img-opcity img {
        height: 100%;
        margin: auto;
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .contact-us-inner .contact-us-left {
        left: 15px;
        top: 0;
        background: #047dbb;
        padding: 14px 10px 20px;
        width: 164px;
    }
    .contact-us-inner .contact-us-left img {
        max-width: 40px;
    }
    .contact-us-inner .contact-us-left h2 {
        font-size: 18px;
        margin: 9px 0 0;
    }
    .contact-us-inner  .contact-details {
        width: calc(100% - 179px);
        margin-left: auto;
        padding: 20px 20px 30px 18px;
    }
    .cont-bg-img {
        opacity: 0.3;
    }
    .contact-us-outer {
        padding-bottom: 40px;
    }
    .contact-us {
        padding: 130px 0 0px;
    }
    .contact-us-outer .section-content {
        margin: 0 0 30px;
    }
}

@media(max-width:575px){
    nav h2 {
        font-size: 24px;
    }

    .brand-text p{ font-size: 14px;}
    footer nav ul li{ margin-right: 20px;}

    .about-bg {
    height: 100% !important;
}

}
@media(max-width:500px){
    .contact-us-inner .contact-us-left {
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-us-inner  .contact-details {
        width: 100%;
        margin-left: auto;
        padding: 120px 20px 30px 18px;
    }
}