/*---- colors ----*/
html {
  scroll-behavior: smooth;
}

.container-fluid {
  padding-right: 8.729vw !important;
  padding-left: 8.729vw !important;
}

.padding-y {
  padding-top: 2.610966057441253vw;
  padding-bottom: 2.610966057441253vw;
}

.menu-padding {
  padding-top: 80px;
}

.img-container {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.primary-link {
  color: #aa0023;
  font-size: 0.889vw;
  margin-top: .7vw;
  display: block;
  font-family: hBold;
}

.primary-link span {
  padding: 0 .3vw;
}

.primary-link span svg {
  width: 1vw;
  fill: #aa0023;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

/*---- Scroll bar "start"----*/
::-webkit-scrollbar {
  width: 0.741vw;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #aa0023;
}

::-webkit-scrollbar-track {
  background: #013289;
}

/*--x-- Scroll bar "end"--x--*/
a,
a:hover {
  text-decoration: none !important;
}

p {
  font-size: 0.889vw !important;
}

h4 {
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul {
  font-family: 'Open Sans', sans-serif !important;
}

.nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 0.519vw 0;
}

.nav .uk-navbar {
  height: 4.444vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav nav .uk-navbar-left .logo {
  padding: 0;
}

.nav nav .uk-navbar-right a {
  font-weight: 700;
  font-size: 0.878vw;
  color: #013289;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav nav .uk-navbar-right a span {
  display: block;
  width: 13px;
  height: 2px;
  opacity: 0;
  background-color: #aa0023;
  margin-top: 5px;
}

.nav nav .uk-navbar-right a:focus {
  color: #aa0023 !important;
}

.nav nav .uk-navbar-right a:hover {
  color: #013289;
}

.nav nav .uk-navbar-right a:hover span {
  opacity: 1 !important;
}

/******** Home *********/
.main-title {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

:root {
  --swiper-navigation-size: 24px !important;
}

.ai-title h3,
.ai-title p,
.dev-title h3,
.dev-title p,
.pro-title h3,
.pro-title p,
.comp-title h3,
.comp-title p,
.data-title h3,
.data-title p,
.abou-us-title h3,
.abou-us-title p,
.projects-and-papers-title h3,
.projects-and-papers-title p {
  margin: 0;
}

.ai-title h3,
.dev-title h3,
.pro-title h3,
.comp-title h3,
.data-title h3,
.abou-us-title h3,
.projects-and-papers-title h3 {
  font-weight: 700;
}

.ai-title p,
.dev-title p,
.pro-title p,
.comp-title p,
.data-title p,
.abou-us-title p,
.projects-and-papers-title p {
  font-weight: 400;
}

.projects-and-papers-title h3,
.projects-and-papers-title p,
.dev-title h3,
.dev-title p,
.pro-title h3,
.pro-title p {
  color: #FFFF;
}

.ai-content img,
.dev-content img,
.pro-content img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.ai-content:hover img,
.dev-content:hover img,
.pro-content:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ai-content p,
.dev-content p,
.pro-content p {
  font-weight: 400;
}

.ai-content h4,
.dev-content h4,
.pro-content h4 {
  font-weight: 700;
}

.projects-and-papers {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #730000), color-stop(58%, #da2727), to(red));
  background: linear-gradient(180deg, #730000 100%, #da2727 58%, red 100%);
}

.projects-and-papers .counter {
  font-size: 2.5rem !important;
  color: #FFFF !important;
}

.projects-and-papers h3 {
  color: #FFFF;
  font-weight: 400;
}

.projects-and-papers .vertical-line {
  height: 90px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}

.about-us-section .about-us-image img {
  width: 35vw;
}

.about-us-section .about-us-title h3 {
  color: #aa0023;
  font-weight: 700;
}

.about-us-section .about-us-title p {
  color: #444444;
  font-weight: 400;
}

.ai-section .ai-title h3 {
  color: #aa0023;
  font-weight: 700;
}

.ai-section .ai-content img {
  width: 18vw;
}

.ai-section .ai-content p {
  color: #444444;
  font-weight: 700;
}

.ai-section .ai-content h4 {
  color: #013289;
  font-weight: 400;
}

.dev-section {
  padding: 3vw 0 4vw 0;
}

.dev-section .title {
  padding-bottom: 2vw;
}

.dev-section .title h3 {
  font-weight: 700;
}

.dev-section p {
  font-weight: 400;
}

.dev-section .dev-content img {
  width: 18vw;
}

.dev-section .dev-content h4 {
  font-weight: 400;
}

.dev-section .dev-content h4,
.dev-section .dev-content p {
  color: #FFFF;
}

.cons-section img {
  width: 34vw;
}

.cons-section .cons-content h3 {
  font-weight: 700;
  color: #013289;
}

.cons-section .cons-content p {
  font-weight: 400;
  color: #444444;
}

.pro-section .pro-content .primary-link {
  margin-top: .2vw;
}

.pro-section .pro-content h4,
.pro-section .pro-content h3 {
  font-weight: 700;
}

.pro-section .pro-content p {
  font-weight: 400;
}

.pro-section .pro-content h4,
.pro-section .pro-content p {
  color: #FFFF;
}

.pro-section .pro-content img {
  width: 100px;
}

/* 
    Pages Style
*/
.comp-title h3,
.data-title h3 {
  color: #aa0023;
  font-weight: 700;
}

.comp-title p,
.data-title p {
  font-weight: 400;
}

.comp-content,
.data-content {
  border: 1px solid gray;
  border-radius: 15px;
  margin: 20px;
  padding: 35px;
  height: 80%;
  width: 90%;
}

.comp-content p,
.data-content p {
  font-weight: 400;
  color: #444444;
}

.comp-content h4,
.data-content h4 {
  font-weight: 700;
  color: #013289;
}

.comp-content img,
.data-content img {
  width: 80px;
}

.content li::marker {
  color: #013289;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.content li {
  font-weight: 400;
  color: #444444;
}

.content h2 {
  font-weight: 700;
  color: #013289;
}

.footer-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-section .contact-us-img img {
  width: 9vw;
}

.footer-section p {
  font-weight: 400;
  color: #013289;
  font-size: 0.8vw !important;
}

.footer-section .padding-y {
  padding-top: 3.610966vw;
  padding-bottom: 3.610966vw;
}

.footer-section .inclined-line {
  height: .5px;
  width: 16%;
  background-color: #aa0023;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  margin: 2vw 0;
}

.footer-section .contact-us-content img {
  width: 1.3vw;
}

.footer-section .hr-line {
  background-color: #aa0023;
  height: .5px;
  width: 65%;
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.footer-section ul {
  margin: 0;
  padding: 0;
}

.footer-section ul li {
  list-style: none;
  padding: 0 .7vw;
}

.footer-section ul li img {
  width: 1.6vw;
}

.mobile-nav {
  display: none;
}

/*------------------- Fonts ---------------*/
@font-face {
  font-family: hBold;
  font-display: auto;
  src: url(../assets/fonts/HelveticaNeueLTB.otf) format("truetype");
}

@font-face {
  font-family: hRegular;
  font-display: auto;
  src: url(../assets/fonts/HelveticaNeueLT.otf) format("truetype");
}

/*--------x----------- Fonts ---------x------*/
@media only screen and (max-width: 1024px) {
  .nav {
    display: none !important;
  }
  .mobile-nav {
    background-color: #FFFF;
    z-index: 1000;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 2.5vw 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
  .mobile-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-nav .menu a img {
    width: 14.648vw;
  }
  .mobile-nav .menu svg {
    width: 2.3em;
    height: 2.3em;
  }
  .mobile-nav .uk-offcanvas-bar {
    background-color: #013289;
    display: block;
  }
  .mobile-nav .uk-offcanvas-bar ul {
    text-align: left;
    margin-top: 50px !important;
  }
  .mobile-nav .uk-offcanvas-bar ul li a {
    text-transform: capitalize;
    color: #FFFF;
    font-size: 2.44140625vw;
    padding: 10px 0;
  }
  .mobile-nav .uk-offcanvas-bar .uk-close svg {
    width: 2.5vw;
  }
  h3 {
    font-size: 3.711vw !important;
  }
  h4 {
    font-size: 3.125vw !important;
  }
  p {
    font-size: 2.5vw !important;
  }
  .main-title {
    margin-top: 9vw;
    height: 40vh;
  }
  .projects-and-papers .projects-and-papers-title {
    padding: 5vw 0;
  }
  .ai-section .ai-content {
    margin-bottom: 2vw;
  }
  .ai-section .ai-content img {
    width: 100%;
  }
  .primary-link {
    font-size: 2.1484375vw;
  }
  .primary-link svg {
    width: 2.5vw;
  }
  .dev-section .dev-content {
    margin: 2vw 0;
  }
  .dev-section .dev-content img {
    width: 100%;
  }
  .dev-section .mobile-app {
    padding: 0 10vw;
  }
  .dev-section .mobile-app img {
    width: 70%;
  }
  .img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3vw;
  }
  .img-holder img {
    width: 55vw;
  }
  .footer-section .contact-us-img img {
    width: 17vw;
  }
  .footer-section p {
    font-size: 2.1vw !important;
  }
  .footer-section .padding-y {
    padding-top: 6.610966vw;
    padding-bottom: 6.610966vw;
  }
  .footer-section .inclined-line {
    display: none;
  }
  .footer-section .contact-us-content img {
    width: 3vw;
  }
  .footer-section ul li img {
    width: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    padding: 3.5vw 0;
  }
  .mobile-nav .menu a img {
    width: 20vw;
  }
  .mobile-nav .menu svg {
    width: 1.7em;
    height: 1.7em;
  }
  .mobile-nav .uk-offcanvas-bar ul li a {
    font-size: 4vw;
  }
  .mobile-nav .uk-offcanvas-bar .uk-close svg {
    width: 3.5vw;
  }
  .about-us-section .about-us-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2vw;
  }
  .about-us-section .about-us-image img {
    width: 50vw;
  }
  h2 {
    font-size: 5vw !important;
  }
  h3 {
    font-size: 6.5vw !important;
  }
  h4 {
    font-size: 4.866666666666666vw !important;
  }
  p {
    font-size: 4vw !important;
  }
  .main-title {
    margin-top: 14vw;
    height: 28vh;
  }
  .projects-and-papers {
    padding-bottom: 6vw;
  }
  .projects-and-papers .projects-and-papers-title {
    padding: 8vw 0;
  }
  .projects-and-papers h3 {
    font-size: 5.5vw !important;
  }
  .ai-section .ai-content {
    margin-bottom: 4vw;
  }
  .primary-link {
    font-size: 3.5vw;
  }
  .primary-link svg {
    width: 4vw !important;
  }
  .dev-section {
    padding: 5vw 0 6vw 0;
  }
  .dev-section .mobile-app {
    padding: 0;
  }
  .dev-section .mobile-app img {
    width: 100%;
  }
  .img-holder {
    margin-bottom: 5vw;
  }
  .img-holder img {
    width: 100%;
  }
  .footer-section .row,
  .footer-section .col-xl-8 {
    display: block !important;
  }
  .footer-section .contact-us-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 6vw;
  }
  .footer-section .contact-us-img img {
    width: 35vw;
  }
  .footer-section p {
    font-size: 4.1vw !important;
  }
  .footer-section .padding-y {
    padding-top: 7.610966vw;
    padding-bottom: 7.610966vw;
  }
  .footer-section .contact-us-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
  }
  .footer-section .contact-us-content img {
    width: 5vw;
  }
  .footer-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2vw;
  }
  .footer-section ul li {
    padding: 0 3.5vw;
  }
  .footer-section ul li img {
    width: 5.5vw;
  }
}
/*# sourceMappingURL=style.css.map */