
:root {
  --bs-body-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff !important;
  overflow-x: hidden !important;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

ul.dropdown-menu {
  text-align: center;
}

label,
p {
  font-weight: normal;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
::placeholder {
  color: #0f1c33 !important;
  opacity: 1; /* Required for Firefox */
}
p {
  font-weight: 300;
  font-family: arial;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1084px !important;
  padding: 0 !important;
}
/* header css start */
header {
  position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

a.contact-btn {
    width: 107px;
    font-size: 12px;
    font-weight: bold;
    background-color: #e1001e;
    border: 2px solid #e1001e;
    text-align: center;
    padding: 7px 12px;
    color: #fff;
        transition: all 0.2s ease, visibility 0s;
}
a.contact-btn:hover
{
  background-color: #001a31;
   border: 2px solid #001a31;
    color: #fff;
}
a.login-btn {
    width: 107px;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #000;
    text-align: center;
    padding: 7px 12px;
    color: #001a31;
    transition: all 0.2s ease, visibility 0s;
    text-transform: uppercase;
    margin: 0 0 0 12px;
}
a.login-btn:hover
{
  background-color: #001a31;
  color: #fff;
}
a.nav-link {
    color: #0f1c33;
    font-size: 13px;
    padding: 0 16px !important;
    margin-top: 14px;
    font-family: arial;
}
ul.dropdown-menu 
{
    border: none;
    padding: 0;
    text-align: left;
}
a.dropdown-item {
    font-size: 13px;
    color: #404040;
    padding: 0 11px;
    margin: 7px 0 5px;
}
a.dropdown-item:hover {
    background-color: transparent!important;
       color: #404040;
}
nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
    padding:18px 0 20px;
}
a.navbar-brand {
    padding: 0;
    margin:0 0 0 139px;
    width:145px;
}
.nav-link:focus, .nav-link:hover {
    color: #0f1c33!important;
}
a.navbar-brand img
{
  width:100%;
}
div#navbarSupportedContent {
    margin: -17px 11px 0 0;
}

a.navbar-brand {
    padding: 0;
    margin: 0 0 0 0;
    width: 110px;
}
.header-btn {
    float: right;
    margin: 11px 0 0 0;
    position: absolute;
    right: 15px;
}
/* header css end */
/* Banner part css start */
section.banner-container {
    width: 100%;
    float: left;
    padding: 130px 0 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
section.banner-container h1 {
    font-weight: 700;
    font-family: auto;
    color: #001a31;
    font-size: 48px;
    margin: 0 0 20px;
}
section.banner-container p {
    font-size: 17px;
    font-weight: 500;
    color: #455869;
    margin: 0 0 60px;
}
img.earth-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -500px;
    animation: animName 19s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.inner-banner img.earth-block {
    bottom: -560px;
}
/* Banner part css end */
/* outsourcing part css start */
.outsourcing-container 
{
    width: 100%;
    float: left;
    background-color: #001a31;
    padding: 60px 0 60px;
    text-align: center;
    color: #fff;
}
.outsourcing-container .container {
    max-width: 1190px !important;
}
.outsourcing-leftbar h5 {
    font-weight: 700;
    font-family: auto;
    font-size: 22px;
    margin: 0 0 5px;
}
.outsourcing-leftbar ul.composable-list li span
{
    color:#fff;
}
.outsourcing-container h2
{
    font-weight: 700;
    font-family: auto;
    font-size: 38px;
    margin: 0 0 10px;
}

.outsourcing-container span {
font-weight: 700;
    font-family: auto;
    font-size: 22px;
    display: block;
    margin: 0 0 20px 0;
}
.outsourcing-container p {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: justify;
}
/* outsourcing part css end */
/* Composable part css start */
.composable-container {
    width: 100%;
    float: left;
    padding: 80px 0 30px;
    text-align: center;
}
section.composable-container .container {
    max-width: 768px!important;
}
.composable-container span 
{
    text-transform: uppercase;
    display: block;
    margin: 0 0 30px;
}
.composable-container h3 {
    font-weight: 700;
    font-family: auto;
    font-size: 38px;
    margin: 0 0 30px;
    line-height: 41px;
}
.composable-container p {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 30px;
}
ul.composable-list {
    list-style: none;
    padding: 0;
    margin: 0 0;
}
ul.composable-list li {
    position: relative;
    text-align: left;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
}
ul.composable-list li span {
    display: inline;
    float: left;
    margin: 0;
    width: 50px;
    font-size: 40px;
    color: #e1001e;
    position: absolute;
    left: 0;
    line-height: 44px;
}
ul.composable-list li h4 {
    font-weight: 700;
    font-family: auto;
    font-size: 22px;
    margin: 0 0 5px;
}
ul.composable-list li p {
    margin: 0;
    text-align: justify;
}
/* Composable part css end */
/* core-services part css start */
.core-services {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 40px;
}
.core-services h3 {
    font-weight: 700;
    font-family: auto;
    font-size: 38px;
    margin: 0 0 15px;
}
.core-services span
{
    font-size: 17px;
}
.core-services .container {
    max-width: 1380px!important;
}
.core-services-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.core-services-list li {
    width: 23%;
    display: inline-block;
    margin: 0 2% 2% 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #001a31;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
}
.core-services-list-logo
{
    width: 100px;
    position: absolute;
    top: 20px;
    left: 23px;
}
.core-services-list li:nth-child(4n) {
    margin-right: 0;
}
.card-hvr {
    width: 100%;
    float: left;
    background-color: #fffdfd;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: table;
    opacity: 0;
    top: 0;
    padding: 21px;
    border: 2px solid #001a31;
}
.card-hvr .contact-icon a {
    background-color: #001a31;
    color: #fff;
}
.card-hvr .contact-icon a:hover
{
    color: #e1001e;
}
.card-hvr li {
    width: 100% !important;
    float: left;
    font-size: 16px;
    text-align: justify;
    margin: 0 0 5px 0 !important;
    position: relative !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 25px !important;
        background-color: transparent;
}
.card-hvr li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #001a31;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}
.card-hvr  p
{
    font-size: 16px !important;
}
.card-hvr span {
    display: table-cell;
    vertical-align: middle;
}
.core-services-list li:hover .card-hvr {
        transform: scale(1);
    transition: all 1s ease;
    opacity: 100;
}
.core-services-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin: 0 0 20px;
}
.core-services-img img
{
  width:100%;
}
.core-services-list li h4
{
font-weight: 700;
font-family: auto;
font-size: 17px;
margin: 0 0 5px;
}
.card-hvr ul {
    padding: 0;
    margin: 0;
}
.card-hvr ul li {
    text-align: left;
    padding: 0 0 0 17px!important;
    background-color: transparent!important;
    color: #000;
    box-shadow: none;
}
.core-services-list li p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: justify;
    padding: 5px 29px 14px;
}
.card-hvr a.contact-btn {
    margin: 20px 0 0 0;
    display: inline-block;
}
a.learn-more-btn {
    text-transform: uppercase;
    font-weight: 700;
    color: #001a31;
    font-style: italic;
    transition: all 0.2s ease, visibility 0s;
    position: absolute;
    bottom: 0;
}
a.learn-more-btn:hover
{
  color: #e1001e;
}
.core-services-list li:last-child
{
  margin-right: 0;
}
.secure-work-block 
{
    width: 784px;
    display: inline-block;
    background-color: #f4f3ec;
    border-radius: 10px;
    margin: 70px 0 0 0;
}
.secure-work-blockleft
{
  width:50%;
  float: left;
}
.secure-work-blockleft img {
    width: 100%;
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.secure-work-blockright 
{
    width: 50%;
    float: left;
    padding: 24px 32px;
    text-align: left;
}
.secure-work-blockright h3 {
    font-size: 24px;
    color: #111111;
    margin: 0 0 20px;
}
.secure-work-blockright p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.secure-work-blockright a.learn-more-btn {
    position: relative;
}
.contact-icon {
    display: inline-block;
    margin: 17px 0 0 0;
}
.contact-icon a {
    font-size: 22px;
    color: #e1001e;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    line-height: 41px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease, visibility 0s;
}
.contact-icon a:hover
{
    color: #001a31;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.outsourcing-leftbar {
    text-align: left;
}
.outsourcing-rightbar {
    color: #001a31;
    text-align: left;
}
.outsourcing-leftbar ul.composable-list li {
    padding: 0;
}
.outsourcing-rightbar img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 100%;
}
/* core-services part css end */
/* Book part css start */
.book-container
{
  width:100%;
  float: left;
  background-color: #001a31;
  padding:56px 0;
}
.book-container h5 {
    font-weight: 700;
    font-family: auto;
    font-size: 38px;
    margin: 0 0 25px;
    color: #fff;
    text-align: center;
}
.book-rightbar
{
  background-color: #fff;
  padding:20px !important;
}
.book-rightbar p {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: justify;
}
.book-rightbar p a
{
  color: #e1001e;
}
.book-leftbar h3
{
   font-weight: 700;
    font-family: auto;
    font-size: 28px;
    margin: 0 0 15px;
    color: #fff;
}
.book-leftbar p {
    color: #fff;
    margin: 0 0 10px;
}
.book-leftbar p a
{
    color: #fff;
}

button.submit-btn.btn {
    background-color: #051e35;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
        transition: all 0.2s ease, visibility 0s;
}
button.submit-btn.btn:hover
{
  background-color: #e1001e;
  color: #fff;
}
button.submit-btn.btn:focus
{
  background-color: #e1001e;
  color: #fff;
}
/* Book part css end */
/* Footer part css start */
footer {
    background-color: #111111;
    padding: 60px 0 23px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
footer h5 {
    font-weight: 700;
    font-family: auto;
    font-size: 21px;
    margin: 0 0 30px;
    color: #fff;
}
img.footer-logo {
    width: 110px;
    margin: 0 0 14px;
}
ul.list-unstyled li a {
    margin: 0 0 5px;
    display: block;
    transition: all 0.2s ease, visibility 0s;
     color:#fff;
         font-family: arial;
}
ul.list-unstyled li a:hover
{
  color:#e1001e;
}
footer p a {
    color: #fff;
    text-decoration: underline!important;
}
footer p a:hover
{
    text-decoration: none!important;
    color: #fff;
}
ul.list {
    padding: 0 0 0 21px;
}
ul.list li a 
{
    color: #fff;
    font-size: 17px;
        transition: all 0.2s ease, visibility 0s;
}
ul.list li a:hover
{
    color:#e1001e;
}
.copyright  {
    text-align: center;
}
.copyright small {
    text-align: center;
    font-size: 17px;
}
.accordion-body ul {
    padding: 0;
}
.accordion-button:focus {
    box-shadow: none !important;
    color:#212529 !important;
}
.accordion-button
{
    font-weight: 700;
    font-family: auto;
    font-size: 21px!important;
}
body .accordion-body h4
{
    font-weight: 700;
    font-family: auto;
    font-size: 21px;
}
/* Footer part css end */
/* Login page css start */
.sign-up-body {
    display: inline-block;
    margin: 82px 0 0 0;
}
.login-container {
    width: 100%;
    float: left;
    padding: 50px 0 70px;
    background-color: #fff;
    font-family: arial;
}
.sign-up-body h3 {
    font-weight: 700;
    font-family: auto;
    font-size: 38px;
    margin: 0 0 10px;
    color: #001a31;
}
.login-container label
{
    width:100%;
}
input.form-control.input-field {
    margin: 11px 0;
    background-color: #fff!important;
}
.forgotpassword {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color:#212529;
    width: 100%;
    display: block;
    margin: 0 0 10px;
    text-decoration: underline !important;
}
.forgotpassword:hover
{
        color:#212529;
}
input.submit-btn {
    background-color: #051e35;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.2s ease, visibility 0s;
    border: none;
    padding: 9px 23px;
    border-radius: 6px;
    margin: 5px 0 0 0;
}
/* Login page css end */
/* Privacy page css start */
section.privacy-container {
    width: 100%;
    float: left;
    background-color: #001a31;
    padding: 60px 0 60px;
    /* text-align: center; */
    color: #fff;
}
.privacy-container h4 {
    font-size: 38px;
   font-weight: 700;
    font-family: auto;
    margin: 0 0 24px;
}
.privacy-container li {
    list-style: outside;
    margin: 0 0 7px 32px;
    font-size: 17px;
    font-family: arial;
}
.privacy-container p {
    text-align: justify;
    font-family: arial;
}
.privacy-container h5 strong
{
    font-weight: 700;
    font-family: auto;
}
.privacy-container li a {
    color: #fff;
    text-decoration: underline!important;
}
.privacy-container p a
{
    color: #fff;
    text-decoration: underline !important;
}
.privacy-container p strong
{
    font-weight: bold;
}
ul.list li {
    width: 50%;
    float: left;
}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.outsourcing-leftbar {
    text-align: left;
}
/* Privacy page css end */