
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format("truetype");
}
body {
  font-family:"Montserrat", sans-serif;
  color: #444444;
}

a {
  color: #243763;
  text-decoration: none;
}

a:hover {
  color: #243763;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.navbar-logo{
  position:absolute;
  margin-top:88px;
  left:49px;
}
.navbar-brand img{
  width:25%;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-image:url('../img/banner-bg.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
#hero img{
  width:50%;
  display:flex;
  margin:0 auto;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 56px;
  color: #243763;
}

#hero h2 {
  color:#000;
  margin-bottom: 50px;
  font-size: 17px;
  line-height:1.5;
}

#hero .btn-get-started{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 30%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
    margin-top:50px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 25px;
  color: #243763;
}

.why-us .content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .content img {
width:60%;
margin-bottom:10px;
margin-left:50px;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*--------------------------------------------------------------
# Backend Stack
--------------------------------------------------------------*/
.backend-tech{
    margin-top:50px;
}
.backend-tech .backend-content h3 {
  font-weight: 400;
  font-size: 25px;
  color: #243763;
}
.backend-tech .backend-content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}
.backend-tech .backend-content p {
  font-size: 15px;
  color: #848484;
}
.backend-tech .backend-content img {
width:60%;
margin-bottom:10px;
margin-left:50px;
}
.backend-tech .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.backend-tech .backend-tech-para{
  padding:20px;
}
@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 250px;
  }

  .why-us .content {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
  .backend-tech .img {
    min-height: 200px;
}
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/map.png") fixed center center; */
  background: linear-gradient(rgb(40 58 90 / 65%), rgb(40 58 90 / 63%)), url(../img/map.png) fixed center center;
  background-size: cover;
  padding: 100px 0;
}
.cta img{
   width:100%;
}
.cta .class1{
  width:90%;
}
.cta .class2{
  width:100%;
}
.cta .class4{
  width:80%;
}
.cta .class5{
  width:80%;
}
.cta h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align:center;
  margin-bottom:30px;
}
@media (max-width: 1024px) {
    .backend-tech .img {
    min-height: 200px;
}
.backend-tech .backend-content {
      padding: 0px;
    }
  .cta {
    background-attachment: scroll;
  }
  .cta .class4 {
    width: 50%;
    text-align:center;
  }
  .cta .class5 {
  width: 50%;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    align-items: center;
    justify-content: flex-end;
  }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #7ca9c8a1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
}
footer img{
  width:25%;
}

footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  text-align:center;
}

footer .navbar-brand {
  color: #fff;
font-size:30px;
}
footer h2 {
  color: #243763;
    padding: 20px;
    font-size: 25px;
}
footer p {
  color: #243763;
}
footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.navigation{
  position: relative;
  top: 86% !important;
  z-index: 9999;
  position: fixed;
}
.banner-icon {
  background-color: #dee2e6;
  padding: 0px;
  margin-top: 30px;
  border-top-right-radius: 50px;
  width: 100%;
  border: 1px solid #adb5bd;
}
.banner-icon .list-home{
  margin-left: -40px;
}
.list-home p{
   margin-top:30px;
   font-size:16px;
   color:#243763;
}
.banner-icon .banner-home {
  position: absolute;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 3px solid #adb5bd;
  background-color: #dee2e6;
  padding: 5px;
  margin:-45px 5px;
}
.banner-icon ul{
  list-style-type: none;
   right: 25px;
  position: relative;
  }
  .banner-icon ul li{
    display: inline-block;
    margin: 0 10px;
  }
  .banner-icon ul li img{
    width: 35px;
    margin-top: 10px;
  }


  .services {
    position: relative;
    right: 2rem;
    top: 86% !important;
    z-index: 9999;
    position: fixed;
  }
  .button {
    color: #E3DFE9;
    font-size: 18px;
    background: #dee2e6;
    border-radius: 50%;
    padding: 10px 3px;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    margin-bottom: -70px;
    border: 2px solid #adb5bd;
    margin-right: -200px;
  }
  
  .button:hover {
    color: #DBD7E0;
    transform: translateY(3px);
  }
  .button img {
    width: 79%;
    margin-left: 6px;
  }
  .dropdown {
    position: relative;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    margin-top: -300px;
  }
  
  .dropdown.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }
  
  .dropdown a {
    position: relative;
    color: #6C6185;
    text-decoration: none;
    display: block;
    padding: 12.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
  }
  
  .dropdown a.clicked {
    padding-left: 35px;
    color: #987CD9;
  }
  
  .dropdown a:hover {
    color: #987CD9;
    padding-left: 35px;
  }
  
  span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
  }
  
  span.clicked {
    width: 5px;
  } 
  

  @media (max-width: 390px){
    .navbar-logo {
      margin-top: 64px;
      left: 14px;
  }
  .navbar-brand img {
    width: 25%;
  }
  .backend-tech .backend-content {
    padding: 0px;
  }
  .cta .class4 {
    width: 50%;
}
.cta .class5 {
  width: 50%;
}
footer h2 {
  color: #243763;
  padding: 35px;
  font-size: 20px;
}
    .navigation {
      margin-left: -27px;
      top: 88%;
    }
      .banner-icon{
      margin-left:26px;
      width:90%;
  }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
    }
    .button {
      padding: 6px 0px;
      width: 50px;
      height: 50px;
      margin-left: 170px;
    }
    .dropdown {
      font-size: 15px;
      width: 200px;
      margin-top: -285px;
    }
  }
  
  @media (min-width: 391px) and (max-width: 900px) {
    .backend-tech .img {
      min-height: 250px;
  }
    .backend-tech .backend-content {
      padding: 0px;
    }
    .cta .class4 {
      width: 50%;
  }
  .cta .class5 {
    width: 50%;
  }
    .navigation {
      margin-left: -27px;
      top: 89% !important;
    }
      .banner-icon{
      margin-left:26px;
      width:90%;
  }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
  }
  .button {
    margin-left: 170px;
  }
  .navbar-brand img {
    width: 30%;
  }
  .navbar-logo {
    margin-top: 94px;
  }
  }
