@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/*------- Fonts -----------*/
body,
html {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #fff 0% 0% no-repeat padding-box;
  color: #606060;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}

/*------- //Fonts -----------*/

/*------- Common -----------*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #504f4f;
}

::selection {
  color: #fff;
  background: #504f4f;
}

img {
  width: 100%;
}

body {
  max-width: 100%;
}

ul.inline {
  padding: 0;
  margin: 0;
}

ul.inline li {
  list-style: none;
  display: inline-block;
}

.collapse.navbar-collapse.js-navbar-collapse {
  padding: 0;
}

a {
  color: inherit;
}

.collapse.navbar-collapse.js-navbar-collapse {
  background: none;
  display: flex !important;
}

.white {
  color: white;
}

.form-control:focus {
  border-color: #3d5b81;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(61 91 129 / 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(61 91 129 / 0.6);
}

.form-control {
  color: #3d5b81;
}

.bg-red {
  background: #ee1d1d;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.border-round {
  border-radius: 20px;
  padding: 5px 25px;
}

.btn {
  display: inline-block;
  padding: 12px 35px;
  line-height: 1;
}

.btn.small {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
}

blockquote {
  padding: 85px 65px 40px;
  font-style: italic;
  font-size: 20px;
  border: none;
  margin: 0;
  text-align: center;
  position: relative;
}

blockquote::before,
q::before {
  position: absolute;
  content: "\f10d";
  left: 0;
  right: 0px;
  font-size: 50px;
  color: rgb(153, 153, 153);
  text-align: center;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
}

h3#firstHeading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

div#bodyContent {
  font-size: 16px;
  line-height: 1.6;
}

#map div#content {
  padding: 10px 15px 0px 15px;
}

.text-black {
  color: black;
}

section {
  padding: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

/*----------- Checkmark Custom CSS -------------*/
label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

label:hover input~.checkmark {
  background-color: #ccc;
}

label input:checked~.checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label input:checked~.checkmark:after {
  display: block;
}

label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------// Checkmark Custom CSS -----------*/
.btn {
  background: black;
  color: white;
  font-size: 18px;
}

.btn-white {
  background: #fff;
  color: #06064c;
}

.btn-red {
  background: #e23333;
  color: #fff;
}

h2.section-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.text-red {
  color: #e23333;
}

p {
  font-size: 16px;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

/*-------// Common -----------*/
/*----------- header ------*/
header {
  background: #e23333;
}

a.navbar-brand {
  background: white;
  max-width: 200px;
  padding: 10px;
}

a.nav-link.user {
  background: #212142;
}

a.nav-link.contact {
  background: #003366;
}

nav.navbar.navbar-expand-lg {
  padding: 0;
  display: block;
}

.nav-header {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

header {
  background: linear-gradient(90deg, white 200px, #e23333 200px);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
  font-size: 20px;
}

div#navbarNavDarkDropdown:before {
  content: "\A";
  border-style: solid;
  border-width: 0px 65px 65px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: relative;
  left: -50px;
  top: 0;
  transform: rotate(45deg);
}

.navbar-expand-lg .navbar-nav .nav-link {
  height: 85px;
  line-height: 85px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.silder-bottom {
  display: flex;
}

.bottombox {
  width: 20%;
  display: flex;
  text-align: center;
  background: #e23333;
  height: 150px;
  float: left;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.HoverText {
  padding: 10px 15px 0px;
  color: white;
}

.HoverText p {
  margin: 0;
  font-size: 18px;
}

.bottombox .HoverText {
  display: none;
}

.bottombox:hover .HoverText {
  display: block;
}

.bottombox .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottombox .heading img {
  width: 75px !important;
  display: inline-block;
}

.bottombox h3 {
  color: #ffffff;
  font-size: 36px;
}

.bottombox.black {
  background: #231f20;
}

.bottombox.blue {
  background: #1b1b44;
}

.bottombox.darkblue {
  background: #000e23;
}

.bottombox.lightblue {
  background: #003366;
}

.bottombox .heading h4 {
  width: auto;
  display: inline-block;
  text-align: left;
  margin-left: 15px;
  color: white;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.main-slider {
  padding: 0;
}

.dropdown-toggle::after {
  position: relative;
  top: 3px;
}

.bg-gray {
  background: #e7e7e9;
}

.right-abs-img {
  position: absolute;
  max-width: 50%;
  top: 0;
  right: 0;
}

/* hover dropdown menus */
@media only screen and (max-width: 991px) {
  .navbar-hover .show>.dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 992px) {
  .navbar-hover .collapse ul li {
    position: relative;
  }

  .navbar-hover .collapse ul li:hover>ul {
    display: block
  }

  .navbar-hover .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none
  }

  .navbar-hover .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none
  }

  /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

/*----------- //header ------*/
/*----------- Footer ------*/
p.slider-text span {
  color: #e23333;
  font-weight: 900;
}

.f-logo {
  width: 300px;
}

footer {
  padding: 80px 0;
  background: #000000;
}

.footer-top h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: white;
}

.footer-top {
  background: #ee1d1d;
  position: relative;
  top: -40px;
  display: flow-root;
  padding: 15px 25px;
  border-radius: 10px;
}

.footer-top .right {
  float: right;
  height: 50px;
  display: flex;
  align-items: center;
}

.footer-top .left {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
}

.f-logo {
  width: 240px;
  margin-bottom: 30px;
}

footer p {
  color: white;
}

.fcd {
  display: flex;
  align-items: start;
}

footer .fcd p {
  width: calc(100% - 50px);
  display: inline-block;
  margin-left: 10px;
}

.fcd svg {
  display: inline-block;
  min-width: 20px;
  color: #ee1d1d;
  margin-top: 3px;
}

.fcd.email,
.fcd.number {
  width: 50%;
  float: left;
}

footer h4 {
  color: #ee1d1d;
  font-size: 20px;
  margin-bottom: 15px;
}

footer {
  padding: 0 0 60px;
  background: #000000;
}

.footer-enquiry input,
.footer-enquiry select {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #fff8f8;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 18px;
  background: none;
  color: #707070;
}

.footer-enquiry textarea {
    width: 100%;
    display: block;
    border: 1px solid #fff8f8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 18px;
    background: none;
    color: #707070;
}

.footer-copyright {
  background: #e23333;
}

.footer-copyright p {
  color: white;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 1.2px;
}

.fs-list ul li {
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: 3px;
}

.fcontact {
  display: flow-root;
}

.fsocial {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}

.fsocial .fs-title h4 {
  margin-bottom: 0;
}

.fs-list ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

/*----------- //Footer ------*/

/*----------- Home Page ------*/
.slider-content {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}

h2.slider-title {
  color: white;
  font-size: 46px;
}

p.slider-text {
  color: white;
  font-size: 24px;
}

#AdisoftMainBanner .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

#AdisoftMainBanner .owl-dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}

#AdisoftMainBanner .owl-dot.active {
  background: #e23333;
}

.cta-buttons .btn {
  margin: 0px 5px;
}

.client-logos .col-md-2 {
  display: flex;
  align-items: center;
}

img.clogo {
  height: 60px;
  width: auto;
}

img.clogo {
  max-height: 70px;
  width: auto;
  max-width: 100%;
  margin: auto;
  height: auto;
}

.client-logos {
  text-align: center;
  margin-top: 70px;
}

.client-logos h3 {
  font-size: 28px;
  color: #bbbbbd;
}

.owl-carousel .owl-item .ind-box img {
  width: 100px;
  margin: auto;
  margin-bottom: 15px;
}

.ind-box {
  box-shadow: 0px 0px 7px 7px #00000030;
  border-radius: 25px;
  padding: 30px 30px 10px;
  min-height: 300px;
  text-align: center;
}

div#IndSlider .owl-stage-outer {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px;
}

.ind-box h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.ind-box p {
  font-size: 16px;
}

.off-content h3 {
  font-size: 18px;
}

#IndSlider .owl-dots {
  width: 100%;
  text-align: center;
}

#IndSlider .owl-dot {
  width: 10px;
  height: 10px;
  background: #cccccc;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}

#IndSlider .owl-dot.active {
  background: #e23333;
}

section.adisoft-numbers {
  background: url(../img/num-bg.jpg);
  width: 100%;
  padding: 50px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.num-counter h2 {
  font-size: 56px;
  color: white;
  font-weight: 600;
}

.num-counter h2:after {
  content: "+";
}

.num-counter p {
  color: white;
  margin: 0;
}

.video-box h4 {
  position: absolute;
  top: -20px;
  right: 15%;
  background: #e23333;
  padding: 5px 30px;
  border-radius: 8px;
  color: white;
}

.video-box {
  position: relative;
  text-align: center;
}

.video-box p {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

section.footprint {
  position: relative;
}

img.left-design {
  max-width: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
}

img.right-design {
  max-width: 250px;
  position: absolute;
  right: 0;
  top: 0;
}

#Industries .owl-item.active.center {
  transform: scale(1.3);
  z-index: 35;
  margin: auto;
  box-shadow: 0px 0px 15px 1px #000000b0;
  border-radius: 5px;
  transition: 1s;
}

#Industries .owl-item.active {
  transform: scale(0.85);
  transition: 1s;
}

#Industries .owl-stage-outer {
  padding: 60px 0 60px;
}

#Industries .ind-img img {
  border-radius: 5px;
  overflow: hidden;
}

#Industries .ind-card .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  background: #003e60cc;
  bottom: 0;
  flex-direction: column;
  border-radius: 5px;
  padding: 35px;
  justify-content: center;
}

#Industries .owl-item.active.center:hover .ind-card .content {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.ind-card .content a.btn {
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 14px;
}

.ind-card .content p {
    margin-bottom: 0px;
}

#Industries .owl-item.active.center:hover .ind-card .ind-img img {
  transform: scale(1.2);
  transition: 2s;
}

#Industries .content h4 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
  width: 100%;
}

#Industries .content p {
  color: white;
  font-size: 12px;
}

#Industries .owl-item.active {
  filter: grayscale(1);
}

#Industries .owl-item.active.center {
  filter: grayscale(0);
}

.ind-card a.btn.btn-white.outline {
  font-size: 12px;
  padding: 8px 10px;
  width: 130px;
  margin-top: 15px;
}

.ind-img {
  overflow: hidden;
  border-radius: 5px;
}

div#Industries.owl-carousel .ind-card img.inds-icon {
  width: 40px;
  margin-bottom: 10px;
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  height: 20px;
  z-index: -1;
}

.owl-prev {
  position: absolute;
  top: 0;
  left: -30px;
}

.owl-next {
  position: absolute;
  top: 0;
  right: -30px;
}

.off-box .row {
  vertical-align: middle;
  align-items: center;
}

.off-content p {
  margin: 0;
}

.off-box {
  height: 90px;
}

#Client .item {
  display: flex;
  align-content: center;
  height: 70px;
}

.num-counter {
  position: relative;
}

.num-counter:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: white;
}

.col-md-3:last-child .num-counter::after {
  display: none;
}

/*----------- //Home Page ------*/
/*----------- //About Page ------*/
section.main-banner {
  padding: 0;
  position: relative;
}

.main-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-banner .content h1 {
  font-size: 60px;
  color: white;
}

ul.bredcumm {
  padding: 0;
  list-style: none;
  color: white;
  font-size: 20px;
  margin: 0;
}

ul.bredcumm li {
  display: inline-block;
}

ul.bredcumm li+li {
  margin-left: 10px;
}

ul.bredcumm li+li:before {
  content: ">";
  margin-right: 10px;
}

hr.title-line {
  background: #003366;
  opacity: 1;
  width: 90%;
  margin-bottom: 30px;
}

.pride-slider {
  position: relative;
}

.pride-slider h3.caption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: white;
  margin: 0;
  line-height: 1;
}

#PrideSlider .owl-nav {
  position: absolute;
  width: 50px;
  text-align: center;
  color: white;
  bottom: 26px;
  top: auto;
  left: auto;
  right: 25px;
}

#PrideSlider .owl-prev {
  position: relative;
  left: 0;
  display: inline-block;
  width: 20px;
}

#PrideSlider .owl-next {
  position: relative;
  right: 0;
  display: inline-block;
  width: 20px;
}

.vision-box {
  text-align: center;
  padding: 15px;
  background: white;
  min-height: 100%;
  box-shadow: 0px 0px 10px 2px #00000040;
  border-radius: 10px;
}

.vision-box img {
    max-width: 100px;
    margin-bottom: 10px;
}

.vision-box h3 {
  font-size: 36px;
  color: #003366;
}

.strength-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  min-height: 255px;
}

.strength-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.strength-box .strength-title img {
  width: 70px !important;
  margin-right: 15px;
}

.strength-title h3 {
  font-size: 32px;
}

.strength-box p {
  margin: 0;
  text-align: justify;
}

.c#ee1d1dentials-box p {
  margin: 0;
}

.c#ee1d1dentials-box {
  background: white;
  border-radius: 10px;
  padding: 35px;
}

#C#ee1d1dentialsSlider .owl-nav {
  color: #ee1d1d;
  font-size: 30px;
  top: -10px;
  line-height: 1;
}

.operate-box {
  box-shadow: 0px 0px 5px 4px #00000030;
  border-radius: 10px;
  padding: 30px 30px 10px;
  height: 100%;
}

.operate-box img {
  margin-bottom: 15px;
}

.operate-box h3 {
  margin-bottom: 10px;
}

.operate-box p {
    text-align: justify;
}

/*----------- //About Page ------*/
/*----------- Product Page ------*/
.product-box {
  box-shadow: 0px 0px 5px 4px #00000030;
  border-radius: 10px;
  padding: 30px 30px 30px;
  height: 100%;
  background: white;
  position: relative;
}

.product-box h3 {
  color: #ee1d1d;
  margin: 10px 0;
}

section.products {
  position: relative;
}

/*----------- Career Page ------*/

.career-box .details {
  width: calc(100% - 140px);
  margin-left: 20px;
}

.career-box .icon {
  width: 120px;
}

.career-box {
  display: flex;
  align-items: center;
  background: #ee1d1d;
  padding: 15px;
  border-radius: 5px;
  min-height: 230px;
}

.career-box p {
    margin-left: 30px;
    position: relative;
}

.career-box p:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -30px;
}

.career-box p.edu:before {
    content: "\f19d";
}

.career-box p.exp:before {
    content: "\f0b1";
}

.career-box h3 {
  color: white;
  font-size: 22px;
}

.career-box .btn.small {
    width: 100px;
}

.career-box p {
  color: white;
  font-size: 14px;
}

section.career {
  background: #ededed;
  position: relative;
}

.form-group label {
  padding: 0;
  margin: 0;
}

.form-group {
  margin-bottom: 15px;
}

form.form .title h2 {
  color: #ee1d1d;
  margin-bottom: 30px;
}

.form-group label {
  font-size: 14px;
  color: #ee1d1d;
}

.modal-body {
  padding: 2rem;
}

button.btn-close {
  position: absolute;
  right: 25px;
}

/*----------- Industries Page ------*/

.industries-box {
  box-shadow: 0px 0px 7px 7px #00000030;
  border-radius: 25px;
  padding: 30px 30px 30px;
  text-align: center;
  background: white;
  position: relative;
}

.industries-box h4 {
  line-height: 1.2;
  height: 50px;
}

.industries-box img {
  width: 140px;
}

.industries-detail-box {
  box-shadow: 0px 0px 7px 7px #00000030;
  border-radius: 25px;
  padding: 30px 30px 30px;
  background: #ee1d1d;
  position: relative;
  color: white;
}

.title-box img.icon {
  width: 60px;
}

.industries-detail-box .title-box {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.title-box h4 {
  margin-left: 10px;
  color: white;
}

section.blue {
  background: #003366;
  color: white;
}

.left-flex {
  width: calc(100% - 300px);
}

ul.list li {
  font-size: 16px;
}

.service-box .details {
  width: calc(100% - 100px);
  margin-left: 20px;
  padding-top: 10px;
}

.service-box .icon {
  width: 80px;
}

.service-box {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.service-box h3 {
  font-size: 22px;
}

.service-box p {
  font-size: 18px;
  margin: 0;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #212142bb;
}

/*----------- Loader ------*/
.loader {
    display: none;
}
.loader.is-active {
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.noscroll {
  overflow: hidden;
}
/*----------- Loader ------*/