body {
  font-family: "Maven Pro", sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}

.greenBg {
  background-color: green !important;
}

.red {
  color: #dc3545;
}

.blueBg {
  color: #ffffff;
  background-color: #007BFF;
}

.blue {
  color: #007BFF;
}

.green {
  color: green;
}

.bold6 {
  font-weight: 600 !important;
}

.headerTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerTop .topBar {
  background-color: #1354A4;
  height: 2rem;
}

.headerTop .topBar .supBox .mailText {
  margin-top: 0.28rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .headerTop .topBar .supBox .mailText {
    margin-top: 0.5rem;
	
  }
}
@media only screen and (max-width: 768px) {
  .mail1 {
    display: none;
	
  }
}

.headerTop .topBar .topBtn {
  background-color: #DC3545;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.2rem;
}

.headerTop .topBar .topBtn .btnText {
  padding-top: 0.2rem;
}

.headerTop .topBar .iconBox a:hover {
  background-color: #28a745;
}

.headerTop .topBar a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .headerTop .topBar {
    height: 100%;
  }
}

.headerTop .navigationBox {
  background-color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
          box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
}

.headerTop .navigationBox .headerBox {
  background-color: #ffffff !important;
}

.headerTop .navigationBox .headerBox .logoTop {
  height: 2.5rem;
}

.headerTop .navigationBox .headerBox .navMargin {
  margin-left: 1rem;
  color: #1354A4 !important;
  font-weight: 550;
}

.headerTop .navigationBox .headerBox .navMargin:hover {
  color: #28a745 !important;
}

.footerBox {
  background-color: #383734;
}

.footerBox .mainText {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
}

.footerBox .mainText .headingText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #28a745;
}

.footerBox .mainText .socialIcon {
  font-size: 1.6rem;
  padding: 0.1rem;
}

.footerBox .mainText .headText {
  font-size: 1.5rem;
}

.footerBox .mainText .navText {
  font-weight: 300;
  font-size: 0.95rem;
}

.footerBox .mainText .navText a {
  color: #fff;
}

.footerBox .mainText .navText:hover {
  color: #28a745;
}

.footerBox .mainText a {
  color: #ffffff;
  text-decoration: none;
}

.subFooter {
  background-color: #000;
  height: 3rem;
}

.subFooter .headingText {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.mainContainer {
  font-family: "Maven Pro", sans-serif;
  color: #06090c;
  padding-right: 0px !important;
  padding-left: 0px !important;
  overflow: hidden;
}

.mainContainer .headerTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.mainContainer .headerTop .topBar {
  background-color: #1354A4;
  height: 2rem;
}

.mainContainer .headerTop .topBar .supBox .mailText {
  margin-top: 0.28rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mainContainer .headerTop .topBar .supBox .mailText {
        text-align: center;
        font-size: 1.2rem;
  }
}

.mainContainer .headerTop .topBar .topBtn {
  background-color: #DC3545;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.2rem;
}

.mainContainer .headerTop .topBar .topBtn .btnText {
  padding-top: 0.2rem;
}

.mainContainer .headerTop .topBar .iconBox a:hover {
  background-color: #28a745;
}

.mainContainer .headerTop .topBar a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mainContainer .headerTop .topBar {
    height: 100%;
  }
}

.mainContainer .headerTop .navigationBox {
  background-color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
          box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
}

.mainContainer .headerTop .navigationBox .headerBox {
  background-color: #ffffff !important;
}

.mainContainer .headerTop .navigationBox .headerBox .logoTop {
  height: 2.5rem;
}

.mainContainer .headerTop .navigationBox .headerBox .navMargin {
  margin-left: 1rem;
  color: #1354A4 !important;
  font-weight: 550;
}

.mainContainer .headerTop .navigationBox .headerBox .navMargin:hover {
  color: #28a745 !important;
}

.mainContainer .carousel .sliderImg {
  /* height: 30rem; */
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .carousel .sliderImg {
    height: 11rem;
	margin-top: 6rem;
  }
}

.mainContainer .highBox {
  background-color: #1354A4;
}

.mainContainer .highBox .highText .headText {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.mainContainer .integRation {
  background-color: #1354A4;
}

.mainContainer .integRation .headingText {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1.5rem;
}

.mainContainer .integRation .intLogo {
  height: 5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.mainContainer .featureBox {
  margin-top: 2rem;
  display: none;
}

.mainContainer .featureBox .headingText {
  text-align: center;
  margin-bottom: 1rem;
}

.mainContainer .featureBox .featureSize {
  height: 20rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mainContainer .featureBox .featureSize .iconBox {
  font-size: 5rem;
  color: #000;
  text-align: center;
  margin-top: 3rem;
}

.mainContainer .featureBox .featureSize .headingText {
  text-align: center;
}

.mainContainer .featureBox .featureSize .featureBtn {
  float: right;
}

.mainContainer .featureboxNew .headingText {
  text-align: center;
  margin-top: 2rem;
  color: #052d5c;
  font-size: 2rem;
  font-weight: bold;
}

.mainContainer .featureboxNew .featureSize {
  margin-bottom: 3rem;
  border: none;
}

@media only screen and (max-width: 768px) {
  .mainContainer .featureboxNew .featureSize {
    margin-bottom: 0.5rem;
  }
}

.mainContainer .featureboxNew .featureSize .iconBox {
  height: 4rem;
  width: 4rem;
  margin-top: 3rem;
  margin-left: 7.5rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .featureboxNew .featureSize .iconBox {
    margin-top: 0.5rem;
  }
}

.mainContainer .featureboxNew .featureSize .headingText {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mainContainer .featureboxNew .featureSize .conText {
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
}

.mainContainer .about {
  background-color: #F8F7F7;
}

.mainContainer .about .aboutBox .headText {
  text-align: center;
  font-style: italic;
  margin-top: 2rem;
  font-size: 2rem;
}

.mainContainer .about .aboutBox .conText {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 400;
}

.mainContainer .plan {
  background-color: #2c613b;
}

.mainContainer .plan .leftBox {
  background-color: #2962a0;
  padding: 0;
}

.mainContainer .plan .leftBox .planImg {
  height: 3rem;
  margin-top: 3rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mainContainer .plan .leftBox .headText {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mainContainer .plan .leftBox .headText {
    margin-top: 1rem;
  }
}

.mainContainer .plan .leftBox .conText {
  color: #fff;
  font-weight: 100;
  line-height: 1.6rem;
  font-size: 1rem;
  padding: 2rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .plan .leftBox .conText {
    padding: 1rem;
  }
}

.mainContainer .plan .leftBox:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mainContainer .plan .rightBox {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .plan .rightBox {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mainContainer .plan .rightBox .decIcon {
  height: 4rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .plan .rightBox .decIcon {
    margin-top: 2rem;
  }
}

.mainContainer .plan .rightBox .headText {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.mainContainer .plan .rightBox:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mainContainer .planNew {
  background-color: #2c613b;
}

.mainContainer .planNew .leftBox {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .planNew .leftBox {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.mainContainer .planNew .leftBox .decIcon {
  height: 4rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .planNew .leftBox .decIcon {
    margin-top: 2rem;
  }
}

.mainContainer .planNew .leftBox .headText {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.mainContainer .planNew .leftBox:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mainContainer .planNew .rightBox {
  background-color: #2962a0;
  padding: 0;
}

.mainContainer .planNew .rightBox .planImg {
  height: 3rem;
  margin-top: 2rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mainContainer .planNew .rightBox .headText {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mainContainer .planNew .rightBox .headText {
    margin-top: 1rem;
  }
}

.mainContainer .planNew .rightBox .conText {
  color: #fff;
  font-weight: 100;
  line-height: 1.6rem;
  font-size: 1rem;
  padding: 2rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .planNew .rightBox .conText {
    padding: 1rem;
  }
}

.mainContainer .planNew .rightBox:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mainContainer .stepBox {
  background-color: #1354A4;
}

.mainContainer .stepBox .headingText {
  text-align: center;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .mainContainer .stepBox .headingText {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mainContainer .stepBox .iconSize {
  height: 3rem;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}

.mainContainer .stepBox .conText {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 200;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .stepBox .conText {
    margin-bottom: 1rem;
  }
}

.mainContainer .flagBox {
  background-color: #1354A4;
}

.mainContainer .flagBox .flagImg {
  margin-top: 4rem;
  margin-bottom: 2rem;
  height: 6rem;
  border-radius: 0.3rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .flagBox .flagImg {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.mainContainer .flagBox .conText {
  font-size: 2rem;
  color: #fff;
  margin-top: 4rem;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .mainContainer .flagBox .conText {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.mainContainer .industriesBox {
  background-color: #F8F7F7;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mainContainer .industriesBox .headingText {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.mainContainer .industriesBox .tabBox {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.mainContainer .industriesBox .tabBtn {
  color: #000;
}

.mainContainer .industriesBox .tabBtn.active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.mainContainer .goGreen {
  background-color: #F8F7F7;
}

.mainContainer .goGreen .leftBox {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .goGreen .leftBox {
    margin-top: 1rem;
  }
}

.mainContainer .goGreen .leftBox .headText {
  font-size: 1.6rem;
  font-weight: 900;
}

.mainContainer .goGreen .leftBox .conText {
  padding: 1rem;
  line-height: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .goGreen .leftBox .conText {
    padding: 0.5rem;
    font-size: 0.91rem;
  }
}

.mainContainer .goGreen .rightBox {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .goGreen .rightBox {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mainContainer .goGreen .rightBox .headingText {
  margin-top: 2rem;
  color: green;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .mainContainer .goGreen .rightBox .headingText {
    margin-top: 1rem;
    font-size: 1.35rem;
  }
}

.mainContainer .clientBox .headingText {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #dc3545;
}

.mainContainer .clientBox .custLogo {
  height: 4rem;
  margin-top: 2rem;
}

.mainContainer .footerBox {
  background-color: #383734;
  margin-top: 2rem;
}

.mainContainer .footerBox .mainText {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
}

.mainContainer .footerBox .mainText .headingText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #28a745;
}

.mainContainer .footerBox .mainText .socialIcon {
  font-size: 1.6rem;
  padding: 0.1rem;
}

.mainContainer .footerBox .mainText .headText {
  font-size: 1.5rem;
}

.mainContainer .footerBox .mainText .navText {
  font-weight: 300;
  font-size: 0.95rem;
}

.mainContainer .footerBox .mainText .navText a {
  color: #fff;
}

.mainContainer .footerBox .mainText .navText:hover {
  color: #28a745;
}

.mainContainer .footerBox .mainText a {
  color: #ffffff;
  text-decoration: none;
}

.mainContainer .subFooter {
  background-color: #000;
  height: 3rem;
}

.mainContainer .subFooter .headingText {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.caseStudyBox {
  margin-top: 1rem;
}

.caseStudyBox .caseBox {
  border-bottom: 1px solid green;
  padding: 1rem;
  margin-bottom: 1rem;
}

.caseStudyBox .caseBox .caseStudyImg {
  height: 5rem;
  width: 100%;
  padding: 0.5rem;
  margin: auto;
  display: block;
}

.caseStudyBox .caseBox .caseConText {
  text-align: justify;
  color: #333;
}

.caseStudySection {
  border: 1px solid gainsboro;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.caseStudySection .conText {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: justify;
}

.wtap{
    position: fixed;
    bottom: 20%;
    z-index: 9999;
}

.caseStudySection .caseStudyLogo {
  height: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.caseStudySection .btnBox {
  text-align: center;
}

.pageHeading {
  text-align: center;
  font-size: 2.5rem;
  padding: 4rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  background-color: #3b93f1;
}

 nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

 nav ul li {
    display: inline-block;
    position: relative;
}


 nav ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

 nav ul li a:hover {
    background-color: #f0f0f0;
}

 nav ul li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

 nav ul li:hover ul {
    display: block;
}

 nav ul li ul li {
    display: block;
    white-space: nowrap;
}

 nav ul li ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

 nav ul li ul li a:hover {
    background-color: #dde6e7;
}

/* fixed form right */
    .rightform {
        height: 183px;
        width: 37px;
        /* width: 67px; */
        border: none;
        /* border-radius: 5px; */
        /* background-color: #1aaee2; */
        background: url(../img/enquire.png) no-repeat;
        /* color: #fff; */
        font-weight: bold;
        position: fixed;
        right: 0;
        padding: 5px;
        text-align: center;
        top: 23%;
        z-index: 12;
        }
        /* .enquireim{
          background: url(../images/enq.png);
        } */
      
        .mdinput 
        /* input[type=text], input[type=password] */
         {
          width: 100%;
          padding: 8px 20px;
          margin: 5px 0;
          display: inline-block;
          border: 1px solid #ccc;
          box-sizing: border-box;
          background: #f1f0f0;
      }
      .mdsubmit{
          width: 100%;
          padding: 7px 20px;
          margin: 5px 0;
          display: inline-block;
          border: 1px solid #ccc;
          box-sizing: border-box;
          background: #003e7d;
          color: #fff;
          font-size: 23px;
          text-transform: uppercase;
      }
      /* Set a style for all buttons */
      /* button {
          background-color: #4CAF50;
          color: white;
          padding: 14px 20px;
          margin: 8px 0;
          border: none;
          cursor: pointer;
          width: 100%;
      }
      
      button:hover {
          opacity: 0.8;
      } */
      
      /* Extra styles for the cancel button */
      .cancelbtn {
          width: auto;
          padding: 10px 18px;
          background-color: #f44336;
      }
      
      /* Center the image and position the close button */
      .imgcontainer {
          text-align: center;
          margin: 24px 0 12px 0;
          position: relative;
      }
      
	   img.avatar {
          width: 45%;
          /* border-radius: 50%; */
      }
      
      .modelcontainer {
          padding: 16px;
      }
      
      span.psw {
          float: right;
          padding-top: 16px;
      }
      
	   /* The Modal (background) */
      .modal {
          display: none; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 22; /* Sit on top */
          left: 0;
          top: 0;
          width: 100%; /* Full width */
          height: 100%; /* Full height */
          overflow: hidden;
          background-color: rgb(0,0,0); /* Fallback color */
          background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
          padding-top: 30px;
      }
      
      /* Modal Content/Box */
      .modal-content {
          background-color: #fefefe;
          margin: 8% 0 15% auto; /* 5% from the top, 15% from the bottom and centered */
          border: 1px solid #888;
          width: 300px !important;  /* Could be more or less, depending on screen size */
          z-index: 99999;
      }
	
      
      /* The Close Button (x) */
      .close {
          position: absolute;
          right: 25px;
          top: 0;
          color: #e41a0c;
          font-size: 35px;
          font-weight: bold;
          opacity: 0.7;
      }
      
      .close:hover,
      .close:focus {
          color: red;
          cursor: pointer;
          opacity: 1;
      }
    
/*# sourceMappingURL=style.css.map */