body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

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

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #000;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #000 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }



.navbar-icon{
  font-size: 50px;
  color: #fff;
}

/*START Main Section*/
.bg-container{
          
          
  
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #cecece;
  position: relative;
  overflow: hidden;
  height: 50vh;
  
  
}


 /*VIDEO*/
#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  
  z-index: -1;
}
@media screen and (min-aspect-ratio:16/9) {
  #myVideo{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-aspect-ratio:16/9) {
  #myVideo{
    width: auto;
   
  }
}

/*VIDEO*/


.main-heading{
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 1.4;
        
    padding: 0;
    margin: 0;
}
@media screen and (max-width:1490px){
  .main-heading{
      font-size: 38px;
  }
}

    
@media screen and (max-width:1000px){
    .main-heading{
        font-size: 36px;
    }
}


@media screen and (max-width:780px){
    .main-heading{
        font-size: 32px;
    }
  }


@media screen and (max-width:545px){
    .main-heading{
        font-size: 24px;
    }
}







/*END Main Section*/


/*START About Section*/

.about-con{
  display: flex;
  justify-content: center;
  
  padding: 0px;
  margin-top: 150px;
  
  
}
.about-heading{
  font-weight: 800;
  line-height: 1.4;
}
.about-heading-span{
  color: #293791;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  
}
.about-desc{
  color: #777777 ;
  font-family: 'Roboto', sans-serif;
  padding-top: 20px;
}

.model-container{
  padding: 0;
}
.model-card{
  display: flex;
  flex-direction: row;
  font-family: 'Roboto', sans-serif;
}

.model-content{
  padding-top: 40px;
}
.model-heading{
  font-size: 30px;
  font-weight: 800;
}
.model-desc{
  font-size: 14px;
  color:#000;
  line-height: 1.4;
}
.model-image{
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width:980px){
  .model-entire-container{
    display: flex;
    
    justify-content: center;
  }
  
  .model-card{
    display: flex;
    flex-direction: column;
  }
  .model-image{
    width: 100%;
    order: -1;
    
  }
  
}



.about-card-entire-con{
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 150px;

}
.about-card-con{
  padding-left: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
  flex-wrap: wrap;
  margin-top: 30px;

}
.about-card{
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
  
  border: solid 3px #293791;
  
}

.about-card-image{
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
.about-card-heading{
  font-weight: 800;
  padding-bottom: 24px;
  line-height: 1.4;
}
.about-card-desc{
  color: #777777;
}

@media screen and (max-width:480px){
  .about-card-entire-con{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .about-con{
    
    padding: 10px;
    margin-top: 50px;
  }
  .about-card{
    width: 80%;
    text-align: center;
  }
}

/*END About Section*/

/*START Application*/
.services-main-headline{
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #293791;
}

.app-entire-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 150px;
}
.app-card-container{
  padding: 0;
  font-family: 'Roboto', sans-serif;
  align-self: center;
  
}
.app-card{
  display: flex;
}
.app-content{
  padding-top: 40px;
}
.app-heading{
  font-size: 30px;
  font-weight: 800;
}
.app-desc{
  font-size: 14px;
  color:#000;
}
.app-image1{
  width: 50%;
  flex-shrink: 0;
  height: 430px;
}
.app-image2{
  width: 50%;
  flex-shrink: 0;
  order: -1;
  height: 430px;
}
@media screen and (max-width:1400px){
  .app-card-container{
    
  }
}
@media screen and (max-width:980px){
  .app-entire-container{
    display: flex;
    
    justify-content: center;
  }
  .app-card-container{
    
  }
  .app-card{
    display: flex;
    flex-direction: column;
  }
  .app-image1{
    width: 100%;
    order: -1;
    height: 320px;
    
  }
  .app-image2{
    width: 100%;
    height: 320px;
    order: -1;
    
  }
}
@media screen and (max-width:480px){
  .app-heading{
    font-size: 20px;
    font-weight: 800;
  }
  .app-desc{
    font-size: 12px;
    color:#000;
    
  }
  .app-image1{
    width: 100%;
    order: -1;
    height: 240px;
    
  }
  .app-image2{
    width: 100%;
    height: 240px;
    order: -1;
    
  }
}

/*END Application*/

/* START Product*/
.use-cases-main-headline{
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #293791;

}
.product-entire-container{
  display: flex;
 
  justify-content: center;
  padding-bottom: 50px;

}


.product-container{
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  display: flex;
  
  flex-wrap: wrap;
  
}
.product-card-container{
  width: calc(1/3*100% - (1 - 1/3)*50px);
  padding-bottom: 50px;
}


.product-card{
  
  border-radius: 12px;
  box-sizing: border-box;
  margin: auto;
  margin-top:0;
  
  padding: 0;
}
.product-card-content-container{
  padding: 20px;
  
}
.product-image{
  width: 100%;
  height: 170px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.product-desc{
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  
}
.card-read-more{
  display: block;
  opacity:0;
  height: 0;
  transition: : all 0.5s;
}
.card-read-more--open{
  display: inline;
  opacity: 1;
  
  
}
.read-more-btn{
  display: inline-block;
  cursor: pointer;
  font-weight:600;
  height: 70px;
  pointer-events: auto;
  z-index:10;
  position:relative;
  padding: 2em;
  padding-left:20px;
  margin:-2em;
  left:30px;
}



@media screen and (max-width:768px){
  .product-card-container{
    width: calc(1/2*100% - (1 - 1/2)*20px);
    margin-right: 10px;
  }
}
@media screen and (max-width:568px){
  .product-container{
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden ;
  }
  
  .product-card-container{
    min-width: 95%;
    margin-right: 10px;
  }
}

/*END Product*/













/*START Contac Section*/
.main-container{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.content-container{
  padding: 20px;
}
.heading{
  font-size: 46px;
}
@media screen and (max-width:576px){
  .heading{
    font-size: 30px;
  }
}
.description{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: black;
  line-height: 1.6;
  
}


.submit-heading{
  font-family: 'Roboto', sans-serif;
  color: #444444;
  
  font-weight: bold;

}
.input-container{
  width: calc(1/3*100% - (1 - 1/3)*10px);
}
.input-label{
  color: #8a898a;
  
}
.submit-button{
 background-color: #293791; 
 color: #fff;
 border-radius: 20px;
 border: 1px solid #293791; 
 font-size: 14px;
 padding: 8px 25px;
 font-weight: 600;
}
.submit-button:hover{
  color: #000;
  background-color: #fff;
}

@media screen and (max-width:768px){
  .input-container{
    width: 100%;
  }

}

/*END Contact Section*/

/*START Footer*/
.bg-footer {
  background-color: #333335;
}
.section {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.bg-footer {
  background: #242424 !important;
}

.section {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  background: #fff;
}
.footer-title {
font-size: 20px;
color: #fff;
}
.footer-alt {
color: #cecece;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.footer-info {
color: #cecece;
}
.footer-technologies-list{
color: #cecece;
}
.footer-social-icon{
color: #293791;
  font-size: 18px;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 2px solid #293791;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  padding-top: 2px;
  margin-bottom: 20px;
}

/*END Footer*/
