
.carousel-control-prev-icon {
  background: url(../images/icon-previous.png) no-repeat top center;
  height: 32px;
  width: 32px;
}
.carousel-control-next-icon {
  background: url(../images/icon-next.png) no-repeat top center;
  height: 32px;
  width: 32px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* minimal slider for home page  start   */
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel [class*="carousel-control"] {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  color: #fff;
  background-color: transparent;
  visibility: visible !important;
  opacity: 1;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 5px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel [class*="carousel-control"] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*="carousel-control"] {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    border-radius: 5px;
  }
}

#minimal-bootstrap-carousel .carousel-control-prev {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
  right: 1%;
}

#minimal-bootstrap-carousel [class*="carousel-control"]:hover {
  opacity: 1;
  background: #2093d1;
  border-color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 751px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #e8f4fa;
}

.slider-content-style .content {
  text-align: center;
  position: relative;
  z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
  margin: 0;
}

.slider-content-style .content h3 {
  color: #062f77;
  font-size: 37px;
  line-height: 1.3em;
  font-weight: 800;
  /* font-family: 'Josefin Sans'; */
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  font-family: "Montserrat-semibold";
}
.slider-content-style .content h3 b {
  font-size: 43px;
  font-family: "Montserrat-Bold";
  font-weight: normal;
}

.slider-content-style .content p {
  /* font-family: 'Josefin Sans'; */
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
  background: #062f77;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 17px;
  margin-top: 27px;
  transition: all 0.4s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
  background: #fff;
}

/* minimal slider for home page end */

/* animation start  */
#minimal-bootstrap-carousel.slider-home-one .content {
  position: absolute;
  top: 300px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner {
  height: 740px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  animation-duration: 5s;
  animation-name: homebandmove;
  /* animation-iteration-count: 2;
    animation-direction: alternate; */
}

@keyframes homebandmove {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
}

@keyframes fadeInDown {
  from {
    top: 10px;
  }
  to {
    top: 0px;
  }
}

 
 

 


 
section.whatwe_believe .clm {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.whatwe_believe .clm .content {
  display: table;
  width: 100%;
}
section.whatwe_believe .clm .content .icon {
  margin: 5px 20px;
  display: table-cell;
  width: 70px;
  vertical-align: top;
  text-align: left;
}
section.whatwe_believe .clm .content .txt {
  display: table-cell;
  width: auto;
  font-size: 16px;
  color: #575757;
  vertical-align: top;
  line-height: 23px;
  padding: 0px 20px 0px 10px;
  text-align: left;
}
section.whatwe_believe .clm .content .txt h4 {
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 15px 0;
  text-align: left;
}

section.whatwe_believe.whatwedo {
  background: #f6f8fa;
}
section.whatwe_believe.whatwedo .resp-vtabs .resp-tab-content {
  font-size: 21px;
  line-height: 26px;
  padding: 0px 10px 20px 50px;
}
section.whatwe_believe.whatwedo .resp-vtabs .resp-tab-content p img {
  margin: 0 auto;
  max-width: 480px;
  -webkit-animation-name: prdInLeft;
  animation-name: prdInLeft;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}

section.whatwe_believe.whatwedo a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 25px;
  background: #119123;
  border: 1px solid #fff;
  margin-top: 5px;
  display: inline-block;
}
section.whatwe_believe.whatwedo a:hover {
  color: #119123;
  background: #fff;
  border: 1px solid #39b44a;
}

.verticalcustomtab {
  text-decoration: none;
}
.verticalcustomtab .nav-tabs {
  float: left;
  width: 30%;
}
.verticalcustomtab .tab-content {
  float: left;
  width: 70%;
}
.verticalcustomtab .nav-tabs > li {
  float: none;
}

/* easy responsive tab.css file  */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 1px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #cad6e0;
  color: #636363;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border-bottom: none;
  padding: 12px 14px 14px 14px !important;
  color: #000;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-content-active,
.relativesp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #008486;
}

h2.resp-accordion {
  font-size: 16px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 42%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 10px 5px 10px 35px !important;
  margin: 0 0 1px 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: 56%;
  min-height: 290px;
  border-radius: 0px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  color: #000;
  background: #ccc;
   
}
 
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #999;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #999;
}

/* Home our product */

  
.prodtbimg {
  -webkit-animation-name: prdInLeft;
  animation-name: prdInLeft;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  /* animation-fill-mode: both;
  -webkit-animation-fill-mode: both; */
}
@-webkit-keyframes prdInLeft {
  from {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
  }
}
@keyframes prdInLeft {
  from {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}





 

.readyproject {
  padding: 50px 0;
}
.readyproject .readybbox {
  padding: 40px 30px 30px 30px;
  color: #fff;
  font-size: 20px;
  /* background-color: #2e368f; */
  background: url(../images/blue-band.png) #2e368f no-repeat right bottom;
}
.readyproject .txt {
  padding: 0px 10px 0 50px;
}
.readyproject h2 {
  color: #fff;
  /* font-size: 24px; */
  margin-bottom: 20px;
}
.readyproject a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 25px;
  background: #119123;
  border: 1px solid transparent;
  margin-top: 55px;
  display: inline-block;
}
.readyproject a:hover {
  border: 1px solid #fff;
}


.footbot .cpyright .flink {
  display: inline-block;
  color: #bcbebf;
}
.footbot .cpyright .flink:first-child a {
  margin-left: 0;
}
.footbot .cpyright .flink a {
  color: #595a5c;
  text-decoration: none;
  margin: 0 10px;
}
.footbot .cpyright .flink a:hover {
  color: #39b44a;
  text-decoration: none;
}

.footermenu {
  padding-bottom: 10px;
  margin: 0 auto;
}
.footermenu .ftclm {
  padding-right: 0;
}
.footermenu .ftclm:nth-child(1),
.footermenu .ftclm:nth-child(3),
.footermenu .ftclm:nth-child(5) {
  width: 13%;
}
.footermenu .ftclm:nth-child(2),
.footermenu .ftclm:nth-child(4) {
  width: 22%;
}

.footermenu ul {
  margin: 0;
  padding: 0;
}
.footermenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footermenu ul li a {
  font-weight: 500;
  color: #191919;
  font-size: 19px;
}
.footermenu ul li a:hover {
  color: #191919;
}

.footermenu ul.sub-menu {
  margin-top: 15px;
}
.footermenu ul.sub-menu li a {
  font-weight: normal;
  font-size: 15px;
  color: #676768;
}
.footermenu ul.sub-menu li a:hover {
  color: #39b44a;
}


.innerbandimage {
  text-decoration: none;
  position: relative;
}
.innerbandimage img {
  margin-bottom: -220px;
  /* -webkit-animation-name: zoomIn;
  animation-name: zoomIn; */
  -webkit-animation-name: inbandInDown;
  animation-name: inbandInDown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes inbandInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inbandInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.firstrow,
.secondrow {
  font-size: 20px;
}

.breadcrumb {
  padding: 10px 0px;
  background-color: transparent;
  text-align: left;
  list-style: none;
  padding-bottom: 40px;
  font-size: 14px;
  font-family: "TT-Commons-Medium";
  font-weight: 400;
}
.breadcrumb a {
  color: #131313 !important;
  text-decoration: none !important;
  margin: 0 0px;
}
.breadcrumb a:hover {
  color: #000000;
  text-decoration: underline;
}
.inner-introduction {
  max-width: 870px;
  margin: 0 auto;
  padding: 0px 0 30px 0;
  text-align: center;
  font-size: 17px;
}
.wwdclm {
}
.wwdbox {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d5e1ed;
  padding: 20px 0px 0px 0px;
  line-height: 21px;
  min-height: 210px;
}
.wwdclm:last-child .wwdbox {
  border: 1px solid transparent;
}
.wwdbox .icon {
  display: table-cell;
  width: 50px;
}
.wwdbox .icon img {
  width: 30px;
}
.wwdbox .txt {
  width: auto;
}
.wwdbox .txt h4 {
  font-size: 22px;
  color: #323232;
  padding-bottom: 15px;
  
}
.secondrow {
  padding-bottom: 30px;
}
.secondrow .imageright {
  padding-top: 20px;
}
.bullettxt {
  max-width: 490px;
  font-size: 19px;
  padding: 20px 0;
}
.bullettxt ul {
  margin-bottom: 20px !important;
}
.bullettxt h4 {
  font-size: 22px !important;
  color: #444 !important;
  padding-bottom: 19px !important;
  
}
.ourtechnology {
  background: #f6f8fa;
  padding: 30px 0;
}
.ourtechnology .intro {
  text-align: center;
  max-width: 950px;
  font-size: 19px;
  margin: 20px auto 30px auto;
  color: #555656;
}
.ourtechnology h4 {
  margin: 15px auto;
}
.ourtechnology .otbox {
  min-height: 257px;
  padding-bottom: 20px;
}
.ourtechnology .otbox .icon {
  margin-bottom: 15px;
}
.ourtechnology .otbox .txt {
  max-width: 346px;
  font-size: 16px;
}
.readyproject .readybbox.innerpg {
  font-size: 18px;
  min-height: 270px;
}
.readyproject .readybbox.innerpg h2 {
  font-size: 21px;
}
.readyproject .readybbox.innerpg a {
  margin-top: 5px !important;
}

.customerbox {
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-left: 5px solid #f05a28;
  min-height: 270px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.customerbox .text {
  padding: 0px;
}
.customerbox .profile {
  display: table;
  width: 100%;
}
.customerbox h2 {
  color: #434343;
  font-size: 22px;
}
.customerbox .profile .picture {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.customerbox .profile .namedetails {
  display: table-cell;
  width: auto;
  vertical-align: bottom;
  padding: 0 0 0 20px;
}
.customerbox .profile .namedetails p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #4e4e4e;
}
.customerbox .profile .namedetails strong {
  font-family: "TT-Commons-Medium";
  font-weight: 500;
}

.ourtechnology.valurite {
  text-decoration: none;
}
.ourtechnology.valurite .firstrw,
.ourtechnology.valurite .secondrw,
.ourtechnology.valurite .thirdrw {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ourtechnology.valurite .txt {
  max-width: 426px;
}

.ourtechnology.valurite .vrtbox {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.ourtechnology.valurite .vrtbox .icon {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  float: left;
  padding: 10px;
  margin-top: 5px;
}
.ourtechnology.valurite .vrtbox .txt {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 25px;
}
.ourtechnology.valurite .vrtbox h4 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 20px;
}
.careers .crclm {
}
.careers .crclm .crbox {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.careers .crclm .crbox .icon {
  width: 215px;
  height: 190px;
  margin: 20px auto;
  padding-top: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.open-position {
  text-align: center;
  padding: 30px 0;
}
.open-position .opbox {
  padding: 15px 15px;
  background-color: #f6f8fa;
  display: table;
  margin: 10px auto;
  max-width: 920px;
  width: 100%;
}
.open-position .opbox .title {
  display: inline-block;
  float: left;
}
.open-position .opbox .title h4 {
  font-size: 24px;
  
}
.open-position .opbox .txt {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 20px 0 30px;
}
.open-position .opbox .link {
  display: inline-block;
  width: auto;
  float: right;
}
.open-position .opbox .link a {
  text-decoration: none !important;
}
.open-position .opbox .link a:hover {
  text-decoration: none !important;
  color: #2e368f;
}

.readybbox.innerpg.careers {
  background: #2e368f;
  max-width: 830px;
  margin: 20px auto;
  text-align: center;
}
.readybbox.innerpg.careers .txt {
  text-align: center;
  padding: 5px 30px;
}

.contactmainbx {
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
  display: table;
  width: 100%;
}
.contactmainbx .ctclm1 {
  width: 50%;
  float: none;
  background: #fff;
  display: table-cell;
  vertical-align: top;
  padding: 49px;
}
.contactmainbx .ctclm2 {
  width: 50%;
  float: none;
  background: #f6f8fa;
  display: table-cell;
  vertical-align: top;
  padding: 49px;
}
.contactfirstrow h4 {
  
  font-size: 20px !important;
  font-family: "TT-Commons-Medium";
  font-weight: 600;
  margin-bottom: 10px;
}
.contactbox .footer-right ul {
  margin-top: 10px !important;
}
.contact-map {
  background: #f6f8fa;
}
.contact-map p {
  padding: 0;
  margin: 0;
}

.teamclm {
  margin-top: 20px;
}
.teambox {
  background: #fff;
  max-width: 277px;
}
.teambox figure {
  margin: 0;
  padding: 0;
}
.teambox figure img {
  max-width: 277px;
  width: 100%;
  /* height: 100%;
  min-height: 267px; */
}
.teambox .txt {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 21px;
  min-height: 85px;
}
.teambox .txt h4 {
  font-size: 22px;
  color: #323232;
  padding: 0 0 5px 0;
  margin: 0;
  
}

.page-id-177 .otbox h4 {
  display: none;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}
/* custom media start */

@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
  
  .readyproject .txt {
    padding: 0px 10px 0 0px;
  }
  .readyproject a {
    margin-top: 0;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(3),
  .footermenu .ftclm:nth-child(5) {
    width: 20%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4) {
    width: 30%;
  }
  .bullettxt {
    max-width: inherit;
  }
  .breadcrumb {
    padding-bottom: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
    background: #fff !important;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  section.whatwe_believe.whatwedo .resp-vtabs .resp-tab-content {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  
 
  
  .readyproject h2 {
    font-size: 25px;
  }
  .readyproject .readybbox {
    font-size: 16px;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(3),
  .footermenu .ftclm:nth-child(5) {
    width: 32%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4) {
    width: 32%;
  }
  .footermenu ul.sub-menu {
    display: none;
  }
  .footermenu ul {
    margin-bottom: 10px;
  }
  .open-position .opbox .title {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  }
  .open-position .opbox .txt {
    width: auto;
    padding: 10px 0;
    text-align: left;
  }
  .readybbox {
    margin-top: 20px;
  }
  .ourtechnology .otbox .txt {
    max-width: inherit;
  }
  .innerbandimage {
    text-align: center;
  }
  .innerbandimage img {
    margin-bottom: 0px;
    max-width: 356px;
    width: 100%;
  }
  .firstrow,
  .secondrow {
    font-size: 16px;
  }
  .ourtechnology .tmrw {
    max-width: 600px;
    margin: 0 auto;
  }
  .teambox .txt {
    font-size: 16px;
  }
  .teambox .txt h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .home h3,
  section.inner-body h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .careers .crclm {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
 
}
