.navbar{
    border-bottom: 1px solid #e0e0e0;
    margin: 0em 0em;
    padding-bottom:10px;
    padding-left:10px;
  }
  /* .img-responsive{
    width: 60%;
  } */
  .form{
    padding:1em 1em;
  }
  .container{
    padding:0px;
  }

  h1{
    font-size: 43px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;

  }
.btn-action{
  color: #126ad0;
    border: none;
    background-color: transparent;
}
.footerLink:hover{
  color: #126ad0 !important;
  font-weight: 600;
}
.btn-action:hover{
  background: #e1efff;
  border: 1px solid #126ad0;
}
  h2{
    font-size:18px;
    font-weight:700;
    color: #0B1B49;
    margin-bottom: 5px;
    font-family: 'Poppins';
  }

  h3{
    font-family: 'Poppins';  
  }

  .productLink {
    font-family: 'Poppins';
    font-size: 14px;
    color: #e1efff !important;
    font-weight: 200;
}

.productLink:hover,.productLink:active,.productLink:focus{
  box-shadow: 0 0 0 .1rem #6ea8e940;
  color: #fff;
  background-color:transparent !important;
  font-weight: 400;
}
  .firstHero {
    display: flex;
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-radius: 0px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(2px); */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    background-size: cover;
    background-image:url(Images/heroPic1.png)
}
.firstHeroCorporateProfile{
  display: flex;
  /* background: rgba(255, 255, 255, 0.2); */
  /* border-radius: 0px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(2px); */
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  background-size: cover;
  background-image:url(Images/CorporateProfile.png)
}

.firstHeroBoardOfAdvisors{
  display: flex;
  /* background: rgba(255, 255, 255, 0.2); */
  /* border-radius: 0px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(2px); */
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  background-size: cover;
  background-image:url(Images/Index_HeroPic.png)
}
.firstHeroVisionMission{
  display: flex;
  /* background: rgba(255, 255, 255, 0.2); */
  /* border-radius: 0px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(2px); */
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  background-size: cover;
  background-image:url(Images/VisionAndMission1.png)
}

.featuresListHighlight{
  /* background-color: #e1efff;
  padding: 1%;
  border-radius: 5px;
  font-weight: 500; */
  font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #126ad0;
    margin: 0px;
    line-height: 45px;
}
.firstHeroColumns{
  /* backdrop-filter: blur(2px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%); */
  background-color: rgba(17, 25, 40, 0.75);
  padding:0% 7%;
  width: 100%;
}
.technologyExpertiseHeader{
  width: 60%;
  margin: 1% auto 5% auto;
}

.hyperautomationPic{
  width: 34%;
  position: absolute;
  right: 7%;
  
}
.hyperautomationSubHeader{
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Poppins';
  color: #126ad0;
  margin: 0px;
}
.hyperautomationHeader{
  background-color: #fff;
  padding: 5%;
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .1490196078);
  font-size: 21px;
  line-height: 33px;
  color: #333;
  border-radius: 5px;
}
  p.subheader{
    color:#f7f8f9;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 31px;
    font-weight: 100;
  }

  #logoutPage{
    display:none;

  }

  #logoutbutton{
    display:none;
  }


  .chatBotRow{
    width: 100%;
    height: fit-content;
    display: flex;
        align-items: center;
            padding: 0.5em 0em;
    border-bottom: 1px solid #99c2fb;
}

.ListHeader{
    color: #0B1B49;
    font-weight: 900;
    font-family: 'segoeUI';
    font-size: 16px;
    margin-bottom: 8px;
}

.ListPara{
    color: #828282;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 1px;
        white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
}
.contentBot{
    width: 70%;
        padding-left: 10px;
    align-self: center;
}
.ListPara:hover{
overflow: visible;
}
.ListDate{
    color: #828282;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
}
.chatBotRow>.imgBot{
    width: 40%;
    background-color: #D6E9FF;
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 1.5em 1em;
    border-radius: 11px;
}
.menu.menuBar{
  margin: 0rem 0rem !important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* padding: 2em 1em; */
  transform: none;
  padding: 20% 5% !important;
  height:100%;
}

dl dd {
  margin: 0rem 1rem 10px;
}
.footerLink{
  color: #333 !important;
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 0rem 1rem 10px;
}

.btn.ContactUs{
  background-color:#126ad0;
  color:#fff;
  border:none;
  border-radius:5px;
  font-family:poppins;
  font-size:14px;
  padding: 6px 30px;
}

.btn.learnmore{
  background-color:#126ad0;
  color:#fff;
  border:none;
  border-radius:5px;
  font-family:poppins;
  font-size:14px;
  padding: 5px 20px;
}

.btn.learnmore:hover{
  background-color:#006eed;
}
.productCards .column.col-3{
  padding:1%;
}
.card{
  height:100%;
}
.card:hover{
  /* box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .1490196078); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-link,a.dropdown-toggle{
  background: 0 0;
  border-color: transparent;
  font-family: 'Poppins';
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.btn.btn-link:hover,.btn.btn-link:active{
  color:#126ad0;
}

.btn.btn-link:focus{
  border: .05rem solid rgb(112, 156, 207);
  color:#126ad0;
  box-shadow:0 0 0 .1rem rgb(217 131 85 / 20%);
  border-radius: 5px;
}

.btn-group a.dropdown-toggle:hover,a.dropdown-toggle:active{
  color:#126ad0;
  background: #eef6ff;
  border-color: #126ad0;
  text-decoration: none;
  border-radius: 5px !important;
}

.icon-arrow-down{
  font-size: 10px;
  margin: 2px auto;
}
.menuItem>a.active,.menuItem>a:active,.menuItem>a.hover,.menuItem>a:hover {
  background: #e1efff;
  color: #126ad0;
}

.menuItem>a:focus, menuItem>a:hover {
  background: #e1efff;
  color: #126ad0;
  box-shadow: 0 0 0 .1rem #6ea8e940;
}

.btn-group a.dropdown-toggle:focus{
  background: #126ad0;
    border-color: rgb(112, 156, 207);
    color: #fff;
    text-decoration: none;
    border-radius: 5px !important;
}


.btn.ContactUs:hover{
  background-color:#006eed;
}

.highlight{
  color:#126ad0;
}



dl dd.aboutUsList {
  margin: 0rem 0rem 20px;
  background-color: transparent;
  border-radius: 5px;
  padding: 0px 0px;
  width: fit-content;
  font-family: 'Open Sans';
  font-size: 18px;
  background-color: #fff;
  padding: 3% 4%;
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .1490196078);
  font-size: 16px;
  line-height: 30px;
  color: #333;
  border-radius: 5px;
  width:100%;
}
dl dd.featuresList {
  margin: 0rem 1rem 10px;
  background-color: #e1efff;
  border-radius: 5px;
  padding: 5px 10px;
  width: fit-content;
  font-family:'Open Sans';
  font-size: 18px;
}
dl dd.featuresListPos {
  margin: 0rem 0rem 10px;
  background-color: #e1efff;
  border-radius: 5px;
  padding: 5px 10px;
  width: fit-content;
  font-family:'Open Sans';
  font-size: 18px;
}
.Benefit{
  font-family:'Open Sans';
  font-size: 16px;
  color:#333; 
}
dl dd.footerHeader{
  color: #126ad0;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.footerDesc{
  font-family: 'Poppins';
  font-size: 14px;
  color: #8D8D8D;

}
.Desc{
  font-family: 'Open Sans';
  font-size: 16px;
  color: #333;
  margin-bottom:0px;
}
.DescList{
  font-family:'Open Sans';
  font-size: 16px;
  color:#333; 
}

.footerlogo{
  width: 30%;
  margin-bottom: 20px;

}

.divider {
  border-top: .05rem solid #e0e0e0;
  height: .05rem;
  margin: .4rem 0;
}

.copyright{
  margin: auto;
  font-size: 13px;
  font-family: 'Poppins';
  padding-top: 10px;
  color: #333;
}
/* Modal CSS */

.modal {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
 max-width:960px;

}

.dws-modal-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 420px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dws-modal-title.h5 {
  color: #0B1B49;
  font-weight: 600;
  font-size: 20px;
}

#close-modal {
  position: relative;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.dws-modal-header{
  padding:10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  cursor: grab;
  user-select: none;
}

.dws-modal-body .form-group label {
  display: block; /* Updated to display block */
  margin-bottom: 5px;
}
#inputField{
  border: 1px solid #ccc;
}

.dws-modal-body{
  padding:10px;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  background-color: #f1f1f1;
}
/* Styles for the buttons */
#btn-yes, #btn-no {
  margin-top: 10px;
  padding: 8px 46px;
  cursor: pointer;
}

#btn-yes {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
}

#btn-no {
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 10px;
}

/* Modal Input CSS */

.off-canvas .off-canvas-sidebar {
  background: #f7f8f9;
  bottom: 0;
  left: 0;
  min-width: 10rem;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform .25s;
  z-index: 200;
}

.off-canvas{
  display:block;
}

.off-canvas .off-canvas-toggle {
  display: block;
  right: 20px;
  position: relative;
  /* top: .4rem; */
  transition: none;
  z-index: 1;
  top:0px;
}

.btn.btn-primary.openSidebar {
  background: #fff;
  border-color: #126ad0;
  color: #126ad0;
  border: 1px solid #126ad0;
  height: auto;
  padding: 8px 6px;
  border-radius: 5px;
  /* margin: 0px auto; */
}

.btn.btn-primary.openSidebar:hover{
  background: #126ad0;
  border-color: #126ad0;
  color: #fff;
}

.off-canvas .off-canvas-content{
  padding:0px;
}

.off-canvas .off-canvas-sidebar{
  padding: 20px;
  background: #ffffff;
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  padding: 3%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

/*.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}*/

.flip-card:hover .flip-card-back.card1{
  opacity: 1;
}
.flip-card:hover .flip-card-front.card1{
  opacity: 0;
}

.flip-card:hover .flip-card-back.card2{
  opacity: 1;
}
.flip-card:hover .flip-card-front.card2{
  opacity: 0;
}

.flip-card-front,.flip-card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius:5px;
}

.flip-card-front.card1{
  background-image: url("Images/Practices_Airlines.png");
  background-size: cover;
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.flip-card-back.card1{
  background-color: #fff;
  /*transform: rotateY(180deg);*/
  z-index: 1;
  display: block;
  justify-content: center;
  align-items: center;
  border: 1px solid #E3E3E3;
  padding: 10%;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in;
}
.flip-card:hover .flip-card-inner>.flip-card-back.card1{
  opacity: 1;
}
.flip-card:hover .flip-card-inner>.flip-card-back.card2{
  opacity: 1;
}
.flip-card-front.card2{
  background-image: url("Images/Index_erp.jpeg");
  background-size: cover;
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.flip-card-back.card2{
  background-color: #fff;
  /*transform: rotateY(180deg);*/
  z-index: 1;
  display: block;
  justify-content: center;
  align-items: center;
  border: 1px solid #E3E3E3;
  padding: 10%;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in;
}
.card-title{
  color: #333;
  font-family: 'Poppins';
  font-size: 18px;
}

.card-body{
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
}


.fade-in-text:hover{
  font-family: Arial;
  font-size: 60px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
