*,
*::before,
*::after {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*{
  border: 0px;
  margin:0px;
  margin-left: 0px;
  scroll-behavior: smooth;
  height: auto;
}

body {
  font-family: 'Montserrat', sans-serif;
}
.techbtn{
    font-size: 19px;
    /*cursor: pointer;*/
    margin-top: 20px;
    margin-right: 6px;
    outline: none;
    color: white;
}
input[type=submit]{
  font-family: 'Montserrat', sans-serif;
  font-weight:  700;

}

/*.techbtn:hover{
  background-image:linear-gradient(to right, transparent,black); 
}*/
.greenbutton{
  background-color: salmon;
}
.btn {
  display: inline-block;
  color:#32321a;
  background-color: lightsalmon;
  border-radius: 7px;
  padding: .5em 1.5em;
  text-decoration: none;
  font-weight: 700;
  border:transparent;

}
.btn:hover{
  background-color: #ff9900;
}
.btn-sub{
  padding: .3em .7em;
}

.banner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  height: 100vh;
  background-image: url(../images/banner.jpg);
  background-position: center;
  color: #f4f7f6;
}

.banner__text {
  font-weight: 800;
  font-size: 4.5rem;
  margin-left: 100px;
  margin-right: 300px;
}
.technologybox-grid{
  display: inline-flex;
  margin-left: 4%;
}
.banner__text span {
  color: lightsalmon;
}
.topnavbar{
  float: right; 
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0.5% 0.5%;
  position: fixed;
  background-color:rgba(64, 62, 62, 0.5);
  top: 0px;
  z-index: 10;
  
}

.navlist li{
  display: inline-block;
  margin-right: 40px;
  padding: 10px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 2%;
  border-radius:10px;
  opacity: 1;

}
a{
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}
a:hover{
  text-decoration: none;
}
.navlist li:hover:nth-child(n){
  
  
  /*background-color:rgb(255, 166, 0);*/ 
  background-color: lightsalmon;
}
.navlist{
  float: right;

}
#msg{
  align-items: right;
}
.technology {
  background-color: #0d0d0d;
  color: white;
  display: -ms-grid;
 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  /* -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  -ms-grid-columns: (4, 1fr)[autofit];
      grid-template-columns: repeat(autofit, 4, 1fr);
      grid-template-areas: " top top top top "
 " two three four five";
  -webkit-column-gap: 5px;
          column-gap: 5px;
  justify-items: center; */
}

.technology__top {
 padding-top: 20px;
  margin-bottom: 50px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: top;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 800;
}

.technology__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.technology__subtitle--grey {
  opacity: .5;
  margin-bottom: 8px;
}

.technology__subtitle--white {
  margin-bottom: 18px;
  font-weight: 600;
}

.technology__needs {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 50px;
}

.technology__needs span {
  opacity: .5;
}

.technology__box {
  width: 280px;
  background-color: #111;
  margin: 15px;
  padding: 42px 50px;
  border-radius: 7px;
  -webkit-box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.6);
}

.technology__one {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: two;
}

.technology__two {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: three;
}

.technology__three {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: four;
}

.technology__four {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: five;
}

.services {
  background-color: #0d0d0d;
  display: -ms-grid;
  display: grid;
  width: 80% auto;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: min-content(auto 1fr 3fr auto);
      grid-template-columns: min-content(auto 1fr 3fr auto);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.services__big-data {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.services__big-data-img {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.services__big-data-title {
  font-size: 3.5rem;
  padding-left: 100px;
  color: white;
  font-weight: 800;
  padding-bottom: 50px;
}

.services__big-data-subtitle {
  width: 80%;
  font-size: 1.5rem;
  opacity: 50%;
  padding-left: 100px;
  color: white;
  line-height: 1.25;
}

.mobile-app {
  background-color: #0d0d0d;
  display: -ms-grid;
  display: grid;
  width: 80% auto;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: min-content(auto 1fr 3fr auto);
      grid-template-columns: min-content(auto 1fr 3fr auto);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.mobile-app__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.mobile-app__data {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.mobile-app__data-title {
  font-size: 3.5rem;
  padding-left: 100px;
  color: white;
  font-weight: 800;
  padding-bottom: 50px;
}

.mobile-app__data-subtitle {
  width: 80%;
  font-size: 1.5rem;
  opacity: 50%;
  padding-left: 100px;
  color: white;
  line-height: 1.25;
}

.partner {
  background-image: url(../images/php.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
}


.partner__data {
  width: 70%;
}

.partner__title {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 100px;
  color: white;
}

.partner__subtitle {
  font-size: 1.2rem;
  color: white;
  padding: 0.5rem 6.8rem;
}
.remote {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #0d0d0d;
  background-image: url("../images/modern-creative-communication-internet-network-connect-smart-city.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  height: 100vh;
}
.remote_overlay{
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow: hidden;
}

.remote__text{
  font-weight: 800;
  font-size: 2.35rem;
  margin-left: 0px;
  line-height: 1.25;
  margin-right: 00px;
  color: #f2f2f2;


}
.remote__text span {
  color: #f6d80b;
}
.remote_text{
  display: flex;
  width: 50%;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
  text-align: center;

}
.remote_sahajconnect{
  display: flex;
  width: 50%;
  align-self: center;
  background-color: #111;
  height: 100vh;
  color:#ffffff ;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.remote_button{
  width: 200px;
  height: 45px;
  border: none;
  border-radius: 10px;
  background-color: #f6d80b;
  font-size: 20px;
  font-weight: 500;
}
.remote_button:hover{
  background-color: #c5ac07;
  transition: .3s;
  font-size: 19px;
}

.talk {
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background-color: #002D62;
  height: 100vh;
}

.talk__content {
  width: 80%;
}

.talk__title {
  font-size: 4rem;
  font-weight: 800;
  padding-bottom: 50px;
  color: white;
}

.talk__subtitle {
  font-size: 3rem;
  color: white;
  padding-bottom: 20px;
}

.talk__btn {
  background-color: white;
  color: black;
  padding: 30px;
}

.team{
  overflow: hidden;
  text-align: center;
  /* background: #34495e; */
  background: #0d0d0d;
  padding: 60px;
 
}
.team h1{
  text-transform: uppercase;
  margin-bottom: 60px;
  color: white;
 font-size: 40px;
 }
.border{
  display: block;
  margin: auto;
  width: 160px;
  height: 3px;
  background: #3498db;
  margin-bottom: 40px;
}
.ps{
  margin-bottom: 40px;
  display: inline-flex;
}
.ps a{
  display: inline-block;
  margin: 0 30px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  /* border-radius: 50%; */
}
.ps a img{
  width: 100%;
  transform: rotateY(180deg);
}

/* .ps a:hover >img {
  filter: none;
} */
.section{
  width: 800px;
  margin: auto;
  font-size: 20px;
  color: white;
  /* text-align: justify; */
  height: 0;
  overflow: hidden;
  padding-top: 6% ;
}
.section:target{
  height: auto;
}
.name{
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
}

.ecosystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ecosystem__image {
  width: 50%;
  height: 130vh;
  background-image: url(../images/php-code.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ecosystem__form {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ecosystem__title {
  font-size: 3.5rem;
  font-weight: 800;
  padding-bottom: 14px;
  margin-top: 75px;
}

.ecosystem__subtitle {
  font-size: 1.2rem;
}

.ecosystem__subtitle a {
  font-size: 1rem;
}
table{
  
  font-size: 15px;
  margin-top: 1%;
  text-transform: capitalize;
  outline: none;
  border:none;
  font-weight: 700;
  margin-left: 57px;

}
table tr td{
  padding: 15px;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  
}
input, textarea{
  border:0px;
  border-bottom: 1px solid black;
  font-size: 14.5px;

}

.message{
  margin-top: 15px;
  
}
.message,.message1{
  
  font-weight: 700;
}
input, textarea{
  padding:10px 5px;
  outline: none;
  cursor: pointer;
}
.jobs {
  background-color: #0d0d0d;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.jobs__image {
  width: 50%;
  height: 100vh;
  background-image: url(../images/team1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jobs__form {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jobs__title {
  font-size: 3.5rem;
  font-weight: 800;
  padding-bottom: 0px;
}

.jobs__subtitle {
  font-size: 1.5rem;
  padding-top: 22px;
}

.jobs__subtitle a {
  font-size: 1rem;
}

.jobs__option {
  padding-bottom: 10px;
  font-weight: 600;

}
.jobopt1{
   padding-top: 24px;
}
.job_circular{
  background-color: lightsalmon;
  /*border-radius: 150em;*/
  height: 3em;
  width:6em;
  color: white;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.job_circular:hover{
  background-image: linear-gradient(to right, lightsalmon,black);
}
#jobtable{
  margin-bottom: 10px;
  margin-left: 51px;
}
#jobtable tr td{
  
  vertical-align: middle;
 

  text-align: center;
  padding: 1px 1px
}
#azure{
  height: 3em;
  width:14em;
}
#opt1{
  padding-top: 31px;
}
.footer {
  font-size: .8rem;
  display: -ms-grid;
  display: grid;
  height: 200px;
  background-color: black;
  color: white;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box.active .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  color: #ffffff;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  /* background-color: #bbb;
  color: black; */
}

/* Style the back side */
.flip-box-back {
  /* background-color: dodgerblue; */
  color: white;
  transform: rotateY(180deg);
}

.widthHeading{
  border:5px solid white
}

.RoundBorderImage{
  border-radius: 50%;
 border:5px solid white
}

.widthName{
  width: 100% !important;
}

::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;

}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 1);
  overflow: hidden;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f6d80b;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}


@media only screen and (min-width: 300px) and (max-width: 667px){
  .banner {
    height: 80vh!important;
    width: 100%!important;
  }
  .banner__text {
    font-weight: 800;
    font-size: 2.2rem;
     margin-left: 0;
     margin-right:0;
    width: 90%;
    padding-left: 10%;
    padding-top: 25px;
}
.technology {
  background-color: #0d0d0d;
  color: white;
  display: -ms-grid;
  display: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 100%;
}
.mobile-app {
 
  display: inherit;
  width: 100%;
 
}
.topnavbar {
 
  width: 100%;
}
.partner {
  background-image: url(../images/php.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  display: -ms-grid;
  display: inherit;
  place-items: center;
  text-align: center;
  width: 100%;
}
.talk {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #002D62;
  height: 80vh;
}
.ecosystem__form {
 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.ecosystem {
 
  display: grid;
  height: 80vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
table {
  font-size: 15px;
  margin-top: 1%;
  text-transform: capitalize;
  outline: none;
  border: none;
  font-weight: 700;
  margin-left:0;
  width: 100%;
}
.technology__top {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 50px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: top;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
}
.technology__box {
  width: 80%;
  background-color: #111;
  margin: 15px;
  margin-bottom: 0;
  text-align: center;
  padding: 42px 50px;
  margin-left: 10%;
  border-radius: 7px;
}
.partner__title {
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 50px;
  color: white;
  padding-top: 100px;
}
.services {
  
  display: inherit;
  width: 100%;
 
}
.services__big-data-title {
  font-size: 1.5rem;
  padding-left: 0;
  padding-top: 30px;
  color: white;
  font-weight: 800;
  padding-bottom: 50px;
  text-align: center;
}
.services__big-data-subtitle {
  width: 90%;
  font-size: 1rem;
  opacity: 50%;
  padding-left: 10%;
  color: white;
  line-height: 1.25;
}
.mobile-app__img {
  margin-left: 0;
}
.mobile-app__data-title {
  font-size: 2.5rem;
  color: white;
  padding: 0;
  font-weight: 800;
  text-align: center;
  padding-bottom: 50px;
}
.mobile-app__data-subtitle {
  width: 90%;
  font-size: 1.4rem;
  opacity: 50%;
  text-align: center;
  padding-left: 10%;
  color: white;
  line-height: 1.25;
  padding-bottom: 10%;
}
.partner__data {
  width: 100%;
}
.partner__subtitle {
  font-size: 1.2rem;
  color: white;
  padding: 0.5rem 2.8rem;
}
input, textarea {
  padding: 10px 5px;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.ecosystem__image {
  width: 100%;
  height: 0vh!important;
  background-image: url(../images/php-code.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none!important;
}
.jobs {
  background-color: #0d0d0d;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  width: 100%;
  height: 100vh;
}
.jobs__image {
  width: 100%;
  height: 100vh;
  background-image: url(../images/team1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer {
  font-size: 1rem;
  display: -ms-grid;
  display: grid;
  height: 10vh;
  background-color: black;
  color: white;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.jobs__form {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  margin-top: 15%;
}
body {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.talk__title {
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 50px;
  color: white;
}
.technologybox-grid {
  display: inherit;
  margin-left: 0;
}
.navlist li {
  display: inline-block;
  margin-right: 0;
  padding: 2px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 2%;
  border-radius: 10px;
  opacity: 1;
  font-size: 13px;
}
.jobs__title {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 0px;
}
.ecosystem__title {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 14px;
  margin-top: 20px;
}

}

 @media only screen and (min-width: 668px) and (max-width: 1024px){
  .banner {
    width: 100%;
}
.technology {
  width: 100%;
}
.technologybox-grid {
  display: inherit;
 margin-left:0;
}
.services {
  width: 100%;
    display: block;
    height: 85vh;
}
.mobile-app {
  width: 100%;
  display: block;
    height: 111vh;
}
.partner {
  width: 100%;
  height: 80vw;
}
.talk {
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background-color: #002D62;
  height: 100vh;
  width:100%;
}
.ecosystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.jobs {
  background-color: #0d0d0d;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.footer {
  font-size: 1.4rem;
  display: -ms-grid;
  display: grid;
  height: 100px;
  background-color: black;
  color: white;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.technology__box {
  width: 80%;
  text-align: center;
  background-color: #111;
  margin: 10%;
  margin-bottom: 0;
  padding: 42px 50px;
  border-radius: 7px;
  
}
.partner__subtitle {
  font-size: 2.2rem;
  color: white;
  padding: 0.5rem 6.8rem;
}
.partner__data {
  width: 100%;
}
.partner__title {
  font-size: 2.5rem;
  font-weight: 800;
  padding-bottom: 100px;
  color: white;
  width: 100%;
}
.services__big-data-title {
  font-size: 2.5rem;
  padding-left: 100px;
  color: white;
  font-weight: 800;
  padding-bottom: 50px;
  padding-top: 10%;
}
.mobile-app__data-title {
  font-size: 2.5rem;
  padding-left: 100px;
  color: white;
  font-weight: 800;
  padding-bottom: 50px;
}
.banner__text {
  font-weight: 800;
  font-size: 4.5rem;
  margin-left: 200px;
  margin-right: 200px;
}
.mobile-app__data-subtitle {
  width: 90%;
  font-size: 1.5rem;
  opacity: 50%;
  padding-left: 10%;
  color: white;
  line-height: 1.25;
}
} 