html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 16px;
}

.bannerOne {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}

#banner .row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 80vh;
}
#banner h1,
#banner p {
  color: #fff;
}
#banner h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}
#banner .titleBorder {
  width: 60px;
  margin-bottom: 20px;
}
#banner p {
  font-size: 20px;
  font-style: italic;
}
.boppudiTek header {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.home .boppudiTek {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}
.boppudiTek .row {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
}

.boppudiTek .sticky .row {
  margin-top: 0 !important;
}
.boppudiTek .navbar li {
  padding: 0 3px;
}

.boppudiTek .navbar {
  display: block;
}
.boppudiTek .navbar li a {
  font-size: 16px !important;
  color: #000 !important;
  transition: 0.3s;
  font-weight: bold !important;
}
.boppudiTek .navbar li a:hover {
  background: none;
  color: #2865f1 !important;
  font-weight: bold !important;
}
.boppudiTek .navbar li a:focus {
  background: none;
  color: #2865f1 !important;
  font-weight: bold !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 0 10px 0 #000 !important;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #2865f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  box-shadow: #333 -1px 0px 8px;
}
.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
}
.side-bar-content {
  padding: 0 30px;
}
.side-bar-content h6 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  color: #fff;
}
.titleBorder {
  border-top: 3px solid #ffb200;
  display: block;
  width: 40px;
  margin-bottom: 10px;
}
.side-bar-content p {
  font-size: 15px;
  color: #fff;
}
.side-bar-content p span {
  color: #ffb200;
  color: #fff;
}

.side-bar-content a {
  color: #fff;
}
.side-bar-content a:hover {
  color: #fff;
  text-decoration: none;
}
.sidebarContactUs,
.sidebarReachUs {
  margin-bottom: 40px;
}
.sidebarWritetoUs h6 {
  margin-bottom: 3px;
}
.digitalTransformation h2 span {
  color: #ffb200;
}
.digitalTransformation h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding-bottom: 0;
}
.digitalTransformation .titleArea p {
  font-weight: bold;
  font-style: italic;
}
.sectionPadding {
  padding: 100px 0;
}
.digitalTransformation .titlArea p {
  font-weight: bold;
  font-style: italic;
}
.transformationContentArea {
  padding: 10px;
}
.transformationContentArea h3 {
  font-size: 24px;
}
.aboutUs {
  background-color: #2865f1;
  background-repeat: repeat;
  background-image: url("../images/blue-pattern.png");
}
.aboutUs h4,
.aboutUs p {
  color: #fff;
}

.aboutUs p {
  margin-bottom: 10px;
  text-align:justify;
}
.aboutUs h4 {
  font-size: 30px;
  margin-top: 0;
}
.ourVision.row {
  align-items: center;
}
.ourVision {
  margin: 30px 0;
}
.ourVision h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.ourVision svg {
  padding: 20px;
  background-color: #ffb200;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.ourMision.row {
  align-items: center;
}
.ourMision h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.ourMision svg {
  padding: 20px;
  background-color: #ffb200;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.transformationContentArea img {
  width: 75px;
}
.aboutUs .titleBorder {
  margin-bottom: 20px;
}
.smartCommunication .titleArea span p {
  color: #2865f1;
  margin-bottom: 10px;
  font-weight: bold;
}

.smartCommunication h4 {
  font-size: 30px;
  margin-top: 0;
}
.smartCommunication .subPara {
  font-weight: bold;
  font-style: italic;
}

.smartCommunication p{
    text-align:justify;
}

.data span p {
  margin-bottom: 10px;
  color: #2865f1;
  font-weight: bold;
}
.data h4 {
  font-size: 30px;
  margin-top: 0;
}
.data .subPara {
  font-weight: bold;
  font-style: italic;
}
.data .titleBorder {
  margin-bottom: 20px;
}
.dataFeatures img {
  background-color: #ffb200;
  border-radius: 50%;
  padding: 20px;
  width: 90px;
}
.dataContentArea h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
}

.dataFeatures .row {
  margin-bottom: 10px;
}

.engineering span p {
  margin-bottom: 10px;
  color: #2865f1;
  font-weight: bold;
}
.engineering h4 {
  font-size: 30px;
  margin-top: 0;
}
.engineering .subPara {
  font-weight: bold;
  font-style: italic;
}
.engineering .titleBorder {
  margin-bottom: 20px;
}
.engineeringFeatures img {
  background-color: #ffb200;
  border-radius: 50%;
  padding: 20px;
  width: 90px;
}
.enginerringContentArea h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
}

.engineeringFeatures .row {
  margin-bottom: 10px;
}
.sustainable {
  background-image: url(../images/sustainable.png);
  background-position: center;
  background-size: cover;
}
.sustainable h2 span {
  color: #ffb200;
}
.sustainable h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding-bottom: 0;
  color: #fff;
}
.sustainable p {
  color: #fff;
}
.sustainable .titleArea p {
  font-style: italic;
}
.sustainableContentArea h6 {
  font-size: 14px;
  color: #ffb200;
  margin: 15px 0 0 0;
}
.sustainableContentArea h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}
.sustainableContentArea p {
  color: #fff;
   text-align:justify;
}
.joinOurTeam p {
  
   text-align:justify;
}
.sustainableContentArea {
  padding: 15px;
}
.sustainableContentArea .titleBorder {
  margin-bottom: 20px;
}
.joinOurTeam img {
  width: 300px;
}
.joinOurTeam .row {
  align-items: center;
}
.joinOurTeam h2 span {
  color: #ffb200;
}
.joinOurTeam h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding-bottom: 0;
  color: #000;
}
.joinOurTeam p.subPara {
  font-weight: bold;
  font-style: italic;
}
.applyNow {
  margin-top: 40px;
}
.applyNow a {
  padding: 15px 30px;
  background-color: #2865f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 12px;
}
.applyNow a:hover {
  text-decoration: none;
  color: #000;
  background-color: #ffb200;
}
.applyNow a:focus {
  text-decoration: none;
  color: #000;
  background-color: #ffb200;
}
.footer {
  background-color: #333;
}
.footer p {
  color: #fff;
  text-align:justify;
}
.footerAbout img {
  margin-bottom: 20px;
}
.footerFollowUs p {
  margin-bottom: 5px;
}
.footerFollowUs ul {
  padding-inline-start: 0px;
  margin-top: 15px;
}
.footerFollowUs li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.footerQuickLinks h6 {
  color: #fff;
  font-size: 25px;
}
.footerQuickLinks ul {
  padding-inline-start: 20px;
}
.footerQuickLinks li {
  list-style: none;
  padding-bottom: 10px;
}
.footerQuickLinks li:last-child {
  padding-bottom: 0;
}
.footerQuickLinks li a {
  color: #fff;
  transition: 0.3s;
}
.footerQuickLinks li a:hover {
  color: #ffb200;
  text-decoration: none;
}
.footerQuickLinks ul li::before {
  color: #ffb200;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1rem;
  vertical-align: middle;
}
.footerQuickLinks .titleBorder {
  margin-bottom: 20px;
}
.writeToUs h6 {
  color: #fff;
  font-size: 25px;
}
.writeToUs .titleBorder {
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
  color: #fff;
}
textarea {
  resize: none;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.wpcf7-submit.btn {
  padding: 10px 20px;
  background-color: #2865f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none;
  border: none;
}
.wpcf7-submit.btn:hover {
  text-decoration: none;
  color: #000;
  background-color: #ffb200;
  outline: none !important;
  box-shadow: none;
  border: none;
}
.wpcf7-submit.btn:focus {
  text-decoration: none;
  color: #000;
  background-color: #ffb200;
  outline: none !important;
  box-shadow: none;
  border: none;
}
.copyRights {
  padding: 30px 0;
  background-color: #111111;
  color: #666666;
  font-size: 14px;
}
.copyRights a {
  color: #666666;
}
.copyRights a:hover {
  color: #666666;
}
.navbar-light .navbar-toggler {
  border: none;
}
.transformationContentArea p {
  margin-bottom: 0;
}
button:focus {
  outline: none !important;
}
.sideBarSocialMedia ul {
  padding-inline-start: 0px;
  margin-top: 15px;
}
.sideBarSocialMedia li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.sideBarSocialMedia li svg path {
  fill: #fff;
}
.sidebar svg path {
  fill: #fff;
}
.sideBarSocialMedia {
  position: fixed;
  bottom: 30px;
}

.digitalTransformation .row {
  align-items: center;
}
.footerFollowUs {
  margin-top: 40px;
}
.ourTeamBanner {
  background-image: url("../images/banner.png");
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.ourTeamBannerContent .row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 250px;
}

.ourTeamBanner h1 {
  color: #fff;
}
.ourTeamBanner h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}
.ourTeamBanner p {
  font-size: 20px;
  font-style: italic;
}
.ourTeamContentArea h2 {
  font-size: 30px;
  margin-top: 0;
}
.ourTeamContentArea h2 span {
  color: #ffb200;
}
.ourTeamContentArea img {
  padding: 20px;
  border: 1px solid #ffb200;
  width: 250px;
  background-color: #fff;
}
.teamContentBox h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
.teamContentBox h4 {
  font-size: 18px;
  color: #ffb200;
  font-style: italic;
  margin-top: 0;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none !important;
}
.wpcf7-response-output {
  color: #fff !important;
}
.OurTeamContainer {
  margin-bottom: 40px;
}
.OurTeamContainer .row {
  margin-left: auto;
  margin-right: auto;
}
.slickClass {
  flex-basis: auto;
  width: 100%;
}
.joinOurTeam p a {
  color: #2865f1;
}
.joinOurTeam p a:hover {
  color: #2865f1;
}
.homeLogos {
  margin-top: 40px;
}

.sticky #masthead nav {
  padding: 0;
}
.boppudiTek .sticky .row {
  padding: 0;
}
a.closebtn {
  color: #fff;
  font-size: 25px;
}
a.closebtn:hover {
  text-decoration: none;
  color: #fff;
}

.footerReachUs h6 {
  color: #fff;
  font-size: 25px;
}

ul.reachUs {
  list-style: none;
  padding-inline-start: 0;
}
ul.reachUs b {
  float: left;
  width: 40px;
  color: #fff;
}
.reachUs li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.reachUs li span.content {
  width: 82%;
  float: left;
  padding: 2px 0 0 0;
  color: #fff;
}
.reachUs li a {
  color: #fff;
}
.reachUs li a:hover {
  color: #fff;
  text-decoration: none;
}
.teamContentBox p{
    text-align:justify;
}