@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&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;
}



body{
font-family: 'Gilroy';
font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
font-family: "Teko", 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-top:7px solid #2F25D8;
}

a.navbar-brand img {
    width: 130px;
}

.footer-logo img {
  width: 160px;
}


header a.nav-link {
    font-family: "Teko", sans-serif !important;
    font-size: 20px;
    padding: 5px 15px !important;
    line-height: 27px;
    position: relative;
}

.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: #2F25D8;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
}
#slider-banner{
background-color: #F1F2F6;
min-height: 473px;
}
.banner-img {
    margin-top: 40px;
    float: right;
}
.banner-text {
    margin-top: 100px;
}
.banner-text h2 {
    text-transform: uppercase;
    width: 360px;
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
}
#abt-section{
margin-top: 50px;
}

.abt-txt h1 {
    font-size: 45px;
    font-weight: 700;
}
.abt-txt {
    margin-top: 30px;
}
.abt-txt h6 {
    font-family: 'Gilroy';
    font-weight: 500;
    margin-bottom: 0;
}
.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: 60px;

}
.section-title {
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.section-title p{
margin-bottom: 0;
}
.section-title h3 {
    font-size: 40px;
    font-weight: 700;
}
section#app-download {
    margin-top: 80px;
}
.app-working-box {
    background-color: #F1F2F6;
    border-radius: 10px;
    min-height: 200px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
}

.download-img {
    margin: auto;
    text-align: center;
}
.download-img-txt {
    margin-top: 60px;
}
.download-img-txt h2 {
    font-size: 45px;
    font-weight: 700;
    width: 250px;
    line-height: 45px;
}
footer {
    background-color: #F1F2F6;
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-title h3 {
    font-weight: 700;
}
.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;
}
#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: 110px;
}
#inner-header{
background-color: #F1F2F6;
}
.breadcrumbs-list {
    padding: 10px 0;
}

.breadcrumbs-list h4 {
    margin-bottom: 0;
}
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: 3px;
}
.company-form label {
    font-weight: 700;
    font-size: 14px;
}
.company-form input {
    background-color: #F1F2F6;

    font-size: 14px;
  }
.company-form textarea {
    background-color: #F1F2F6;
}
.company-form select {
    background-color: #F1F2F6;
    font-size: 15px;

}
#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-family: "Teko", sans-serif;
    font-size: 22px;
    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: 30px;
}
.contact-form-box input {
    background-color: #F1F2F6;

}
.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;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: white;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loader-img {
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: 0;
    inset-block-start: 43%;
    inset-inline-start: 0;
    margin: 0 auto;
    text-align: center;
}

.company-form .select2-container .select2-selection--single{
height:35px;
}

.company-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px;
    font-size: 14px;

  }
.select2-results__option {
    font-size: 14px;
  }
.company-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
  }
.company-form .select2-container--default .select2-selection--single {
    background-color: #f1f2f6;
    border: 1px solid #ddd;
    border-radius: 4px;
  }