

/*common*/

.no-padding {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}

i.fa.fa-phone {
  transform: rotate(90deg);
}

.heading-text {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
}

h5 {
  text-transform: uppercase;
}

.btn:focus {
  color: #fff;
}

p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.home.about,
.home.services,
.home.technologies,
.home.testimonial,
.home.expertise,
.home.portfolio {
  padding: 60px 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-color: #235d6b;
}

.heading .head-left {
  padding-right: 65px;
}

.heading {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
  z-index: 999;
  position: relative;
}

.form-control {
  background-color: #eeeeee;
  border: 0px;
  height: 50px;
  box-shadow: none;
  outline: none;
  color: #000;
}

.form-control::placeholder {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.btn-primary {
  border: 2px solid #105d6b;
  background-color: transparent;
  color: #105d6b;
  border-radius: 0px;
  padding: 6px 25px;
  font-weight: 600;
}

.btn-primary:hover,
.btn-info:hover {
  background-color: #105d6b;
  border-color: #105d6b;
  color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #235d6b;
  border-color: #235d6b;
  border-radius: 50px;
  padding: 7px 25px;
}

.btn-xl {
  color: #fff;
}

.input-group-addon {
  border: 0px;
}

.label-nda {
  font-weight: 400;
}

body {
  font-family: "Open Sans", sans-serif;
}

a:focus {
  text-decoration: none !important;
}

/*remove hover*/

.provide-icon {
  display: none;
}

.best-company-cards img {
  display: none;
}

.cards {
  padding: 25px 25px 20px !important;
}

.best-company-cards {
  padding: 17px 12px 8px 9px !important;
}

.best-company-cards {
  margin-bottom: 0px;
  padding: 13px 15px;
}

.development-cards img {
  display: none;
}

.development-cards {
  min-height: 180px;
}

.bottom-div {
  border-top: 2px solid #eee;
}

.features-sec .feature-box .icon-box {
  display: none;
}

.best-company {
  border-top: 2px solid #eee;
}

.reasons {
  border-top: 2px solid #eee;
}

/*navbar*/

.navbar-default.navbar {
  border: 0px;
  background-image: url("../assets/images/home/footer-back.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.navbar-brand .large_logo,
.navbar-brand .small_logo {
  width: 63px !important;
  margin: 0 auto 5px;
  display: table;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar li {
  color: #fff;
  margin-bottom: 10px;
}

.navbar .sub-menu {
  padding: 15px;
  background-color: #ffffff1c;
}

.navbar .nav {
  margin-top: 14px;
}

.nav.navbar-nav.navbar-right li a.active {
  background-color: #ffffff47;
  color: #fff !important;
  border-radius: 5px;
}

.nav.navbar-nav.navbar-right li .menu-box .menu-icon-head a.active {
  background-color: transparent;
  color: #000 !important;
}

.nav.navbar-nav.navbar-right li .menu-box .no-padding {
  padding-right: 5px;
}

.nav.navbar-nav.navbar-right li .menu-box a {
  margin-bottom: 3px;
}

.nav.navbar-nav.navbar-right li .menu-box a.active {
  /* background-color: #105d6b; */
  /* color: #fff !important; */
  color: #000 !important;
  border-radius: 5px;
  background-color: #1b44580f;
}

/* .nav.navbar-nav.navbar-right li .menu-box a.active img {
  visibility: visible;
} */
.navbar-brand p {
  font-size: 10px;
  line-height: initial;
  color: rgb(255, 255, 255);
}

.nav.navbar-nav.navbar-right li a {
  color: #000;
}

.navbar-brand {
  padding: 7px 15px;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default li.dropdown:hover {
  background-color: transparent;
}

.navbar-default .customDropdown .item-card:hover {
  /* background-color: #235d6b; */
  background-color: #1b44580f;
  /* color: #fff; */
  color: #000;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a {
  color: rgb(255, 255, 255) !important;
  font-weight: 400 !important;
  font-size: 15px;
}

.navi_top {
  background-color: #fff !important;
}

.navbar {
  min-height: 76px;
  box-shadow: 0px 0px 6px #000;
  max-height: 80px;
}

.navi_top {
  padding-top: 0px !important;
}

ul.nav.navbar-nav.navbar-right {
  top: 9px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.quote_banner {
  display: none;
}

.home.banner p {
  font-size: 18px;
}

#hoveredItemImage1,
#hoveredItemImage2,
#hoveredItemImage3,
#hoveredItemImage4 {
  opacity: 1 !important;
}

.home.banner .btn-primary:active,
.home.banner .btn-primary:focus {
  background-color: transparent;
}

.customDropdown .content {
  padding: 20px 20px;
}

.menu-box hr {
  margin: 14px 0px 8px;
}

.no-margin {
  margin: 0px;
}

#aiDropdown .content {
  padding-top: 20px !important;
}

#careerDropdown .content {
  padding-top: 20px !important;
}

.nav.navbar-nav.navbar-right #aiDropdown li .menu-box .no-padding {
  padding-right: 0px;
}

.nav.navbar-nav.navbar-right #careerDropdown li .menu-box .no-padding {
  padding-right: 0px;
}

.menu-icon-head h4 {
  margin-bottom: 0px;
  margin-left: 1px;
}

.menu-icon-head a,
.menu-icon-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.menu-icon-head a:hover h4 {
  color: #000;
}

.mobile-menu {
  border: 0px !important;
  background-color: #ffffff2b;
  padding: 11px 24px !important;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 416px;
}

/*banner*/

.home.banner {
  min-height: 480px;
}

.home.banner .row {
  display: flex;
  /*align-items: center;*/
  background-image: url("../assets/images/home/back-abs.png");
  position: relative;
  flex-wrap: wrap;
  background-attachment: fixed;
}

.home.banner .row::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #16444ff5;
  width: 100%;
  top: 0;
}

.home.banner .text-box {
  padding-left: 14%;
  padding-right: 10%;
  padding-top: 130px;
  max-width: 640px;
}

.home.banner .text-box h1 {
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #fff;
}

.home.banner .text-box i {
  color: #fff;
}

.home.banner .carousel-inner p {
  color: #fff;
  margin-top: 10px;

  font-size: 18px;
  font-weight: 300;
}

.home.banner .text-box h1 span {
  background-color: #fff;
  color: #235d6b;
  padding: 3px 10px;
}

.home.banner .carousel,
.home.banner .carousel-inner,
.home.banner .carousel-inner>.item,
.home.banner .carousel-inner>.item>img,
.home.banner .carousel-inner>.item>a>img {
  height: 100%;
}

.home.banner .btn-info {
  background-color: transparent;
  border-color: #ffffff;
}

.home.banner .carousel-caption {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 270px;
}

.home.banner .carousel-caption h1 {
  line-height: 51px;
  font-weight: 600;
  font-size: 42px;
}

.home.banner .btn-primary {
  margin-top: 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.home.banner .carousel-inner .awward-box img {
  width: 102px !important;
  height: 100px !important;
  margin: 0px 15px;
}

.home.banner .carousel-inner .awwards {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home.banner .carousel {
  height: 610px;
}

.home.banner .carousel-inner img {
  width: 100%;
  /* Set width to 100% */
  margin: auto;
}

.awwards .stars {
  margin-top: 6px;
}

/*awards*/

.awwards {
  margin-top: -95px;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
  padding: 25px;
}

.awd-box {
  border-radius: 15px;
  box-shadow: 0px 2px 4px #d8d8d8;
  padding: 11px 30px;
  background-color: #fff;
  margin: 0px 9px;
  text-align: center;
  min-height: 147px;
  align-items: center;
  justify-content: center;
}

.awd-box img {
  width: 100px !important;
  height: 97px !important;
}

.awards-inner.awwards-blk .heading-text {
  margin-bottom: 10px;
}

.awards-inner.awwards-blk p {
  margin-bottom: 35px;
}

.mobile {
  display: none;
}

/*
.awd-box.one {
  background-color: #fff;
  border: 2px solid #4686f4;
}

.awd-box.two {
  background-color: #fff;
  border: 2px solid #17313b;
}
.awd-box.three {
  background-color:#fff;
  border: 2px solid #152c5f;
}*/
.awd-box.two img {
  height: auto !important;
  margin-top: 38px;
  width: 104px !important;
  margin-bottom: 28px;
}

/*about*/

.home.about img {
  width: 95%;
  margin: 0 auto;
  display: table;
}

.home.about ul {
  padding-left: 19px;
}

.home.about ul li {
  font-size: 15px;
  line-height: 42px;
}

/*services*/

.home.services {
  background-image: url("../assets/images/home/services-back.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.home.services .ser-box {
  /*background-color: #3d7b86;*/
  background-color: #fff;
  box-shadow: 0 0 10px #b8b8b8;
  border-radius: 9px;
  padding: 25px;
  margin-bottom: 30px;
  border: 0px solid;
  min-height: 340px !important;
}

.home.services .ser-box img {
  margin-bottom: 20px;
}

.home.services .round-box {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 19px;
  /* background-color: #fff !important;*/
}

.home.services .round-box img {
  width: 51%;
  margin: auto;
}

.home.services::before {
  content: "";
  background-color: #ffffffad;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/*services boxs*/

/*services boxs end*/

.home.services .ser-box.mobile-dev .round-box {
  background-color: #00b7ff;
}

.home.services .ser-box.web-app-dev .round-box {
  background-color: #2f549b;
}

.home.services .ser-box.epr-solution .round-box {
  background-color: #929ce8;
}

.home.services .ser-box.cloud-solution .round-box {
  background-color: #bc9adb;
}

.home.services .ser-box.ux-design .round-box {
  background-color: #637acb;
}

.home.services .ser-box.digital-marketing .round-box {
  background-color: #61b477;
}

.home.services .ser-box.website-dev .round-box {
  background-color: #90c8ff;
}

.home.services .ser-box.it-consulting .round-box {
  background-color: #6091bb;
}

.home.services .ser-box.iot-services .round-box {
  background-color: #3d77d5;
}

.home.services .ser-box.software-dev .round-box {
  background-color: #424a89;
}

.home.services .ser-box.e-commerce .round-box {
  background-color: #9082b4;
}

.home.services .ser-box.ai-learning .round-box {
  background-color: #b5a0de;
}

.home.services .ser-box.blockchain .round-box {
  background-color: #85aca7;
}

.home.services .ser-box.chatbot .round-box {
  background-color: #75d3f8;
}

.home.services .ser-box.custom-software .round-box {
  background-color: #a4d8ed;
}

.home.services .ser-box.maintenance .round-box {
  background-color: #b6b8df;
}

.home.services .ser-box.cms .round-box {
  background-color: #d1c3a5;
}

.home.services .ser-box.sass-dev .round-box {
  background-color: #9e4273;
}

.home.services .ser-box.full-stack .round-box {
  background-color: #63999d;
}

.home.services .ser-box.api-dev .round-box {
  background-color: #72c3ac;
}

.home.services .ser-box.enterprise .round-box {
  background-color: #79bb96;
}

.home.services .ser-box.web-dev .round-box {
  background-color: #796661;
}

.home.services .ser-box.desktop-app .round-box {
  background-color: #f4bcbc;
}

/*text-color*/

.home.services .ser-box.mobile-dev h3,
.home.services .ser-box.mobile-dev .fa {
  color: #00b7ff;
}

.home.services .ser-box.web-app-dev h3,
.home.services .ser-box.web-app-dev .fa {
  color: #2f549b;
}

.home.services .ser-box.epr-solution h3,
.home.services .ser-box.epr-solution .fa {
  color: #929ce8;
}

.home.services .ser-box.cloud-solution h3,
.home.services .ser-box.cloud-solution .fa {
  color: #bc9adb;
}

.home.services .ser-box.ux-design h3,
.home.services .ser-box.ux-design .fa {
  color: #637acb;
}

.home.services .ser-box.digital-marketing h3,
.home.services .ser-box.digital-marketing .fa {
  color: #61b477;
}

.home.services .ser-box.website-dev h3,
.home.services .ser-box.website-dev .fa {
  color: #90c8ff;
}

.home.services .ser-box.it-consulting h3,
.home.services .ser-box.it-consulting .fa {
  color: #6091bb;
}

.home.services .ser-box.iot-services h3,
.home.services .ser-box.iot-services .fa {
  color: #3d77d5;
}

.home.services .ser-box.software-dev h3,
.home.services .ser-box.software-dev .fa {
  color: #424a89;
}

.home.services .ser-box.e-commerce h3,
.home.services .ser-box.e-commerce .fa {
  color: #9082b4;
}

.home.services .ser-box.ai-learning h3,
.home.services .ser-box.ai-learning .fa {
  color: #b5a0de;
}

.home.services .ser-box.blockchain h3,
.home.services .ser-box.blockchain .fa {
  color: #85aca7;
}

.home.services .ser-box.chatbot h3,
.home.services .ser-box.chatbot .fa {
  color: #75d3f8;
}

.home.services .ser-box.custom-software h3,
.home.services .ser-box.custom-software .fa {
  color: #a4d8ed;
}

.home.services .ser-box.maintenance h3,
.home.services .ser-box.maintenance .fa {
  color: #b6b8df;
}

.home.services .ser-box.cms h3,
.home.services .ser-box.cms .fa {
  color: #d1c3a5;
}

.home.services .ser-box.sass-dev h3,
.home.services .ser-box.sass-dev .fa {
  color: #9e4273;
}

.home.services .ser-box.full-stack h3,
.home.services .ser-box.full-stack .fa {
  color: #63999d;
}

.home.services .ser-box.api-dev h3,
.home.services .ser-box.api-dev .fa {
  color: #72c3ac;
}

.home.services .ser-box.enterprise h3,
.home.services .ser-box.enterprise .fa {
  color: #79bb96;
}

.home.services .ser-box.web-dev h3,
.home.services .ser-box.web-dev .fa {
  color: #796661;
}

.home.services .ser-box.desktop-app h3,
.home.services .ser-box.desktop-app .fa {
  color: #f4bcbc;
}

/*Old Services Box color Combination*/

.home.services .ser-box.color1 .round-box {
  background-color: #30c140;
}

.home.services .ser-box.color2 .round-box {
  background-color: #e23c44;
}

.home.services .ser-box.color3 .round-box {
  background-color: #30599f;
}

.home.services .ser-box.color4 .round-box {
  background-color: #f1d900;
}

.home.services .ser-box.color5 .round-box {
  background-color: #cf3292;
}

.home.services .ser-box.color6 .round-box {
  background-color: #548ce9;
}

.home.services .ser-box.color1 .round-box {
  background-color: #30c140;
}

.home.services .ser-box.color2 .round-box {
  background-color: #e23c44;
}

.home.services .ser-box.color3 .round-box {
  background-color: #30599f;
}

.home.services .ser-box.color4 .round-box {
  background-color: #f1d900;
}

.home.services .ser-box.color5 .round-box {
  background-color: #cf3292;
}

.home.services .ser-box.color6 .round-box {
  background-color: #548ce9;
}

/*featurebox*/
.features .innerbox .roundbox.color1,
.features .innerbox .line.color1::after {
  border-color: #30c140;
}

.features .innerbox .roundbox.color2,
.features .innerbox .line.color2::after {
  border-color: #e23c44;
}

.features .innerbox .roundbox.color3,
.features .innerbox .line.color3::after {
  border-color: #30599f;
}

.features .innerbox .roundbox.color4,
.features .innerbox .line.color4::after {
  border-color: #f1d900;
}

.features .innerbox .roundbox.color1::after {
  border-top-color: #30c140;
}

.features .innerbox .roundbox.color2::after {
  border-top-color: #e23c44;
}

.features .innerbox .roundbox.color3::after {
  border-top-color: #30599f;
}

.features .innerbox .roundbox.color4::after {
  border-top-color: #f1d900;
}

.features .innerbox .roundbox.color5::after {
  border-top-color: #cf3292;
}

.features .innerbox .roundbox.color6::after {
  border-top-color: #548ce9;
}

/*featurebox end*/

.home.services .ser-box .fa.color1 {
  color: #30c140;
}

.home.services .ser-box .fa.color2 {
  color: #e23c44;
}

.home.services .ser-box .fa.color3 {
  color: #30599f;
}

.home.services .ser-box .fa.color4 {
  color: #f1d900;
}

.home.services .ser-box .fa.color5 {
  color: #cf3292;
}

.home.services .ser-box .fa.color6 {
  color: #548ce9;
}

.home.services .ser-box.color1 h3 {
  color: #30c140;
}

.home.services .ser-box.color2 h3 {
  color: #e23c44;
}

.home.services .ser-box.color3 h3 {
  color: #30599f;
}

.home.services .ser-box.color4 h3 {
  color: #f1d900;
}

.home.services .ser-box.color5 h3 {
  color: #cf3292;
}

.home.services .ser-box.color6 h3 {
  color: #548ce9;
}

/*Old Services Box color Combination*/

.ser-box .fa {
  font-size: 19px;
  margin-top: 14px;
  color: #41c13f;
  background-color: #fff;
  padding: 15px;
  border-radius: 100px;
  box-shadow: 0px 0px 5px #d5d5d5;
  /*box-shadow: none;*/
}

.home.services .ser-box h3,
.home.services .ser-box p {
  color: #000;
}

.home.services .round-box img {
  filter: brightness(100);
}

.home.services.single-page .row {
  display: flex;
  flex-wrap: wrap;
}

.home.services.single-page .row .outer-box {
  margin-bottom: 30px;
}

.home.services.single-page .ser-box {
  height: 100%;
}

/*numbers*/

.home.numbers {
  background-color: #3d7b86;
  border-radius: 0px;
  text-align: center;
  padding: 30px 0px;
}

.home.numbers h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.home.numbers .heading-text,
.home.numbers p {
  color: #fff;
  margin-bottom: 0px;
}

/*connect*/

.connect {
  background-image: url("../assets/images/home/connect-back.png");
  position: relative;
  background-attachment: fixed;
  text-align: center;
  padding: 50px 0px;
}

.connect .btn-primary,
.home.portfolio .btn-primary {
  border: 2px solid #fff;
  color: #fff;
}

.connect .btn-primary:hover,
.home.portfolio .btn-primary:hover {
  background-color: #fff;
  color: #105d6b;
}

.connect .heading-text,
.connect p {
  color: #fff;
}

/*technologies*/

.home.technologies {
  text-align: center;
  background-image: url("../assets/images/home/technologies.png");
  background-attachment: fixed;
}

.home.technologies .tech-box h3 {
  color: #fff;
}

.home.technologies .tech-box img {
  margin-bottom: 15px;
}

.home.technologies .heading {
  display: block;
  text-align: center;
}

.home.technologies .tech-box {
  text-align: center;
  padding: 25px;
  box-shadow: 0px 0px 10px #f0f0f0;
  border-radius: 11px;
  margin-bottom: 30px;
  background-color: #fff;
}

/*technologies Color*/

.home.technologies .tech-box.nodejs {
  background-color: #4ca524;
}

.home.technologies .tech-box.angular {
  background-color: #d31937;
}

.home.technologies .tech-box.angular-js {
  background-color: #f03738;
}

.home.technologies .tech-box.react {
  background-color: #29b9ff;
}

.home.technologies .tech-box.ror {
  background-color: #f03738;
}

.home.technologies .tech-box.php {
  background-color: #5f64a1;
}

.home.technologies .tech-box.wordpress {
  background-color: #657be5;
}

.home.technologies .tech-box.mysql {
  background-color: #dd9d00;
}

.home.technologies .tech-box.mongodb {
  background-color: #4ca524;
}

.home.technologies .tech-box.codeigniter {
  background-color: #dd4814;
}

.home.technologies .tech-box.typescript {
  background-color: #507fd2;
}

.home.technologies .tech-box.redis {
  background-color: #d8049b;
}

.home.technologies .tech-box.yii {
  background-color: #247ba0;
}

.home.technologies .tech-box.python {
  background-color: #517db5;
}

.home.technologies .tech-box.django {
  background-color: #44b78b;
}

.home.technologies .tech-box.expressjs {
  background-color: #668b00;
}

.home.technologies .tech-box.mean {
  background-color: #d8a000;
}

.home.technologies .tech-box.ios {
  background-color: #00bc65;
}

.home.technologies .tech-box.android {
  background-color: #afd312;
}

.home.technologies .tech-box.phonegap {
  background-color: #4780ff;
}

.home.technologies .tech-box.hybrid {
  background-color: #5380e2;
}

.home.technologies .tech-box.reactnative {
  background-color: #86dcfe;
}

.home.technologies .tech-box.flutter {
  background-color: #0468d7;
}

.home.technologies .tech-box.javascript {
  background-color: #ece33d;
}

.home.technologies .tech-box.ionic {
  background-color: #117ac9;
}

.home.technologies .tech-box.solidity {
  background-color: #1c1c1c;
}

.home.technologies .tech-box.asp {
  background-color: #3d699d;
}

.home.technologies .tech-box.netcore {
  background-color: #672aa1;
}

.home.technologies .tech-box.laravel {
  background-color: #ed603e;
}

.home.technologies .tech-box.magento {
  background-color: #de6d2d;
}

.home.technologies .tech-box.vue {
  background-color: #21609e;
}

.home.technologies .tech-box.mern {
  background-color: #3d699d;
}

.home.technologies .tech-box.postgre {
  background-color: #49709f;
}

.home.technologies .tech-box.nextjs {
  background-color: #3eedc5;
  /* min-height: 198px; */
}

.home.technologies .tech-box.strapi {
  background-color: #2c0794;
  min-height: 198px;
}

.home.technologies .tech-box.aws {
  background-color: #e6685b;
}

.home.technologies .tech-box.gatsby {
  background-color: #50bcdd;
  min-height: 219px;
}

.home.technologies .tech-box.devops {
  background-color: #162e4a;
}

.home.technologies .tech-box.rethink {
  background-color: #69b673;
}

/*testimonial*/

.home.testimonial {
  background-image: url("../assets/images/home/testimonial-back.png");
  background-size: cover;
  background-attachment: fixed;
}

.home.testimonial .row {
  display: flex;
  flex-wrap: wrap;
}

.home.testimonial .test-inner {
  background-image: url("../assets/images/home/connect-back.png");
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  padding: 45px;
}

.home.testimonial .heading-text,
.home.testimonial h5,
.home.testimonial p {
  color: #fff;
}

.home.testimonial .test-inner .btns {
  position: relative;
  width: 90px;
  margin-top: 50px;
}

.home.testimonial .carousel-control .glyphicon-chevron-left,
.home.testimonial .carousel-control .glyphicon-chevron-right,
.home.testimonial .carousel-control .icon-prev,
.home.testimonial .carousel-control .icon-next {
  width: 47px;
  height: 48px;
  background-color: #fff;
  opacity: 1;
  text-shadow: none;
  color: #000;
}

.home .testimonial-slider {
  background-color: #fff;
  padding: 50px;
  text-align: center;
}

.home .testimonial-slider img {
  margin: 0 auto 25px;
  display: table;
}

.home .testimonial-slider .item>img {
  border-radius: 100%;
  width: 120px;
}

.home .testimonial-slider p {
  color: #000;
  line-height: 24px;
}

.home .testimonial-slider h4 {
  margin-top: 15px;
}

.home .testimonial-slider .carousel-inner .item a img {
  margin-top: 25px;
  margin-bottom: 0px;
}

/*expertise*/

.home.expertise {
  background-image: url("../assets/images/home/expertise-back.png");
  background-size: cover;
  background-attachment: fixed;
}

.home.expertise .heading {
  display: block;
  text-align: center;
}

.home.expertise .innerbox {
  position: relative;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.home.expertise .innerbox::before {
  content: "";
  background: linear-gradient(356deg, #333333, #0000004f, #9d909000);
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.home.expertise .innerbox img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.home.expertise .innerbox:hover img {
  transform: scale(1.5);
}

.home.expertise .title-box {
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 0px 25px;
}

.home.expertise .title-box h3,
.home.expertise .title-box p {
  color: #fff;
}

.home.expertise .btn-primary {
  margin: 0 auto;
  display: table;
}

/*portfolio*/

.home.portfolio {
  background-color: #105d6b;
  position: relative;
  background-attachment: fixed;
}

.home.portfolio .heading-text {
  margin-bottom: 0px;
  color: #fff;
}

.home.portfolio .carousel-inner {
  background-color: #fff;
}

.home.portfolio .text-box {
  padding: 50px 30px;
}

.home.portfolio .img-box {
  overflow: hidden;
  border-right: 1px solid #c2c2c2;
}

.home.portfolio .down-main {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -30px;
}

.home.portfolio .down-btn {
  width: 130px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  height: 60px;
  box-shadow: 0px 4px 4px -2px #d2d2d2;
  z-index: 999;
}

.home.portfolio .down-btn .carousel-control.left,
.down-btn .carousel-control.right {
  background-image: linear-gradient(to right,
      rgb(0 0 0 / 0%) 0,
      rgb(0 0 0 / 0%) 100%);
}

.home.portfolio .carousel-control .glyphicon-chevron-left,
.home.portfolio .carousel-control .glyphicon-chevron-right,
.home.portfolio .carousel-control .icon-prev,
.home.portfolio .carousel-control .icon-next {
  color: #000;
  text-shadow: none;
}

.home.portfolio .carousel-control .glyphicon-chevron-left,
.home.portfolio .carousel-control .glyphicon-chevron-right,
.home.portfolio .carousel-control .icon-prev,
.home.portfolio .carousel-control .icon-next {
  margin-top: -23px;
}

.home.portfolio .carousel-control {
  width: 45%;
}

.home.portfolio .img-box img {
  width: 100%;
}

.home.portfolio .text-box h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 12px;
}

/*blog*/

.home.blog {
  padding: 90px 0px;
  background-image: url("../assets/images/home/blog-back.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.home.blog::before {
  background-color: #ffffffc7;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}

.home.blog .innerbox {
  padding: 20px;
  box-shadow: 0px 0px 6px #9f9f9f;
  border-radius: 12px;
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 270px;
}

.home.blog .innerbox h3 {
  margin-top: 16px;
  line-height: 26px;
}

.home.blog .innerbox img {
  width: 100%;
  /* height: 250px; */
}

.home.blog .innerbox small {
  font-size: 15px;
  color: #9c9c9c;
}

.home.blog .innerbox small .fa {
  margin-right: 15px;
}

.home.blog .right-top {
  margin-top: 50px;
}

.home.blog-parent {
  position: relative;
}

.home.blog .fix-box {
  margin-top: 20px;
  position: static;
  top: 80px;
}

.home.blog .innerbox h3 {
  font-size: 18px;
  min-height: 90px;
  max-height: 90px;
}

.home.blog .btn-primary {
  margin-top: 20px;
}

.blog-fix {
  height: 620px;
  overflow: visible;
}

.sticky1 {
  position: sticky;
  top: 110px;
}

/*footer*/

footer {
  padding: 60px 0px 0px;
  text-align: left;
  background-image: url("../assets/images/home/footer-back.png");
  background-size: cover;
  background-attachment: fixed;
}

footer .footer-form {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-top: -120px;
  box-shadow: 0px 0px 6px #515151;
}

footer .logo {
  margin-bottom: 20px;
}

footer p {
  color: #fff;
  font-size: 14px;
}

footer h4 {
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

footer ul {
  padding: 0px;
  text-align: left;
  list-style: none;
}

footer ul li {
  margin-bottom: 13px;
  font-size: 15px;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

footer ul li a:hover {
  color: #fff;
}

footer .innerbox {
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  background-color: #ffffff3d;
}

footer .footer-form textarea.form-control {
  min-height: 210px;
}

footer .innerbox h4 {
  margin-top: 0px;
}

footer .innerbox p {
  margin-bottom: 0px;
}

footer .bottom-footer {
  background-color: #123f4a;
  padding: 15px 0px;
  display: flex;
  margin-top: 60px;
}

footer .bottom-footer p {
  color: #fff;
  margin-bottom: 0px;
  float: left;
}

footer .bottom-footer .social {
  float: right;
}

footer .bottom-footer .social .fab {
  color: #fff;
  font-size: 24px;
  margin: 0px 6px;
}

footer .footer-form h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

footer ul li img {
  width: 20px;
  filter: brightness(100);
  margin-right: 6px;
}

.home.blog .innerbox h3 a {
  color: #000;
  font-weight: 600;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #2d2d2d;
  bottom: 20px;
  font-size: 23px;
  text-align: center;
  padding-top: 9px;
  right: 20px;
  z-index: 999;
}

.scroll-up .fa {
  color: #fff;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: transparent;
  color: #000;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -15px;
  display: block;
  z-index: 10;
  text-align: center;
}

.scroll-down span {
  position: relative;
  color: #fff;
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@-webkit-keyframes drop {
  0% {
    top: 0px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  100% {
    top: 25px;
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: 0px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  100% {
    top: 25px;
    opacity: 0;
  }
}

.container.contact-banner {
  padding-bottom: 50px;
}

.customDropdown .item-card {
  text-align: left;
}

/*about*/

#about .banner-img {
  padding: 0px;
}

.about-us-banner {
  padding: 0px;
}

/*=================
Single pages
==================*/

.page-banner {
  background-image: url("../assets/images/home/services.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 170px;
  background-position: center;
  padding-bottom: 20px;
  min-height: 390px;
}

.page-banner .heading {
  display: block;
  text-align: center;
}

.page-banner .heading h2,
.page-banner .heading p {
  color: #fff;
}

.technologies.tech-single .tech-box {
  min-height: 178px;
}

.home.technologies .tech-box h3 small {
  display: block;
  line-height: 16px;
  color: #fff;
  margin-top: 6px;
}

.home.expertise.expertise-single .innerbox {
  position: relative;
  border-radius: 15px;
  margin-bottom: 30px;
  height: 217px;
  overflow: hidden;
}

/*=======================
portfolio page
========================*/

.pages-banner {
  position: relative;
  text-align: center;
  padding-top: 70px;
}

.pages-banner .banner-text-up {
  position: absolute;
  top: 0;
  z-index: 999;
  bottom: 0;
  margin: auto;
  height: 35px;
  left: 0;
  right: 0;
}

.pages-banner h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.pages-banner p {
  color: #fff;
}

.pages-banner img {
  width: 100%;
}

.portfolio-page {
  position: relative;
}

.portfolio-page .row {
  display: flex;
  padding: 70px 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/*
.portfolio-page::before {
  content: "";
  width: 38%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  background-image: url("../assets/images/home/connect-back.png");
    background-size: cover;
    
}*/

.animate-box {
  position: absolute;
  width: 38%;
  background-image: url("../assets/images/home/connect-back.png");
  background-size: cover;
  height: 100%;
  right: 0;
}

.portfolio-page.left-back .animate-box {
  left: 0;
  right: auto;
}

#portfolio .nav {
  display: table;
  margin: -49px auto 0px;
  border: 0px;
  margin-bottom: 50px;
}

#portfolio .nav-tabs li a {
  text-align: center;
  padding: 25px 30px;
  box-shadow: 0px 2px 6px #b6b6b6;
  border-radius: 14px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  font-size: 16px;
  margin: 0px 15px;
  font-weight: 600;
}

#portfolio .nav-tabs li a:hover {
  color: #000;
}

#portfolio .nav-tabs li.active a {
  background-color: #fff;
  color: #00545f;
  box-shadow: none;
  border: 2px solid #00545f;
  font-weight: 600;
}

#portfolio .nav-tabs li a img {
  display: block;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 15px;
}

.portfolio-page .content-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.portfolio-page .content-box h5 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}

.portfolio-page .content-box .btn-info {
  margin-top: 15px;
}

.portfolio-page .content-box .btn-info .fa {
  margin-left: 10px;
}

.portfolio-page .img-box {
  box-shadow: 0px 0px 5px #000;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}

.portfolio-page .img-box img {
  width: 100%;
}

.portfolio-page.left-back::before {
  left: 0;
}

.portfolio.connect {
  background-image: url("../assets/images/home/services-back1.png");
  background-size: contain;
  padding-bottom: 100px;
}

.portfolio.connect h3,
.portfolio.connect p {
  color: #000;
}

.portfolio.connect .btn-primary {
  border: 2px solid #105d6b;
  background-color: transparent;
  color: #105d6b;
}

#portfolio .tech-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.portfolio-tech {
  background-color: #fff;
  margin-top: -68px;
}

.portfolio-tech .box-inner {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 5px #c9c9c9;
}

.portfolio-tech .box-inner h3 {
  color: #105d6b;
  margin-bottom: 0px;
  font-weight: 600;
}

.portfolio-tech .box-inner img {
  width: 50px;
  margin-bottom: 14px;
}

#portfolio .tech-sec img {
  margin: 15px 12px;
}

.overview {
  padding: 50px 0px;
}

.overview h3 {
  margin-top: 10px;
}

.solution {
  padding: 0px 0px 50px;
}

.solution img {
  width: 100%;
}

.overimg {}

.overimg img {
  width: 100%;
  box-shadow: -5px 4px 6px #ececec;
}

.solution h4 {
  font-size: 25px;
  font-weight: 600;
}

.solution .content-sec {
  padding-top: 90px;
}

.features img {
  width: 100%;
}

.features {
  padding: 50px 0px;
  background-color: #e7eff0;
  text-align: center;
}

.solution .innerbox {
  background-color: #e7eff0;
  padding: 35px;
  border-radius: 0px;
  padding-top: 60px;
  margin-bottom: 20px;
  border-radius: 14px;
  min-height: 442px;
}

.solution .innerbox img {
  width: 80px;
  position: absolute;
  background-color: #235d6b;
  top: -40px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.challenges {
  padding: 50px 0px;
}

.challenges img {
  margin-bottom: 20px;
}

.challenges ul li::before,
.solution ul li::before {
  position: absolute;
  content: "";
  background-color: #235d6b;
  height: 6px;
  width: 6px;
  border-radius: 100px;
  top: 8px;
  left: 0;
}

.challenges ul {
  margin-top: 25px;
}

.challenges ul li,
.solution ul li {
  margin-bottom: 15px;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}

.challenges .btn {
  margin-top: 15px;
}

.challenges ul,
.solution ul {
  padding: 0px;
  list-style: none;
}

.challenges img {
  width: 100%;
}

.overview .inline-box {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}

.overview .inline-box p {
  width: 48%;
  padding-right: 40px;
  background-color: #e7eff0;
  padding: 17px;
}

.process img {
  width: 100%;
}

.features .innerbox .roundbox {
  /*background-color: #235d6b;*/
  border-radius: 100px;
  height: 100px;
  width: 100px;
  padding: 15px;
  border: 12px solid #fff;
  margin: 0 auto 45px;
  position: relative;
}

.features .innerbox .textbox {
  margin-top: 30px;
  padding: 0px 15px;
}

.features .row {
  padding-top: 30px;
}

.features .innerbox .roundbox::after {
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 30px solid transparent;
  border-top: 38px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  bottom: -38px;
  right: 0;
  margin: auto;
}

.features .innerbox h3 {
  font-size: 18px;
  color: #235d6b;
  text-transform: unset;
  font-weight: 600;
  line-height: 27px;
}

.features .innerbox .line {
  height: 4px;
  background-color: #235d6b;
  position: relative;
}

.features .innerbox .line::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: red;
  border-radius: 100px;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: 0;
  right: 0;
  border: 11px solid #fff;
}

.events .btns {
  position: relative;
  width: 90px;
  margin-top: 50px;
}

.events .test-inner {
  text-align: left;
  padding-right: 60px;
}

.events .carousel-control .glyphicon-chevron-left,
.events .carousel-control .glyphicon-chevron-right,
.events .carousel-control .icon-prev,
.events .carousel-control .icon-next {
  width: 47px;
  height: 48px;
  background-color: #105d6b;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

/*=============
life 
==============*/
.life-banner {
  padding-top: 70px;
}

.life-back {
  position: absolute;
  width: 150px;
  bottom: 20px;
  right: 30px;
}

.pages-banner .banner-text-up img {
  width: auto;
  margin-bottom: 15px;
  height: auto;
}

.life-about,
.opportunities {
  padding: 50px 0px;
}

.life-about img {
  width: 100%;
}

.life-about .innerbox {
  background-color: #fff;
  margin-top: -50px;
  padding: 30px;
  box-shadow: 1px 4px 7px #b1b1b1;
  transition: 0.5s;
  cursor: pointer;
}

.innerbox.wow:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  background: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.11), 0 15px 15px rgb(242 246 245);
}

.events {
  padding: 50px 15px;
  text-align: center;
  background-color: #e7eff0;
}

.events .row {
  position: relative;
}

.events .heading-text {
  margin-bottom: 25px;
}

.events .img-box img {
  width: 100%;
}

.events .carousel-inner>.item {
  height: 400px;
}

.events .row {
  margin-bottom: 40px;
  display: flex;
}

.events .test-inner {
  padding: 60px 40px 30px;
}

.events .outer-box {
  background-color: #fff;
  position: relative;
}

.events .carousel-control {
  opacity: 1;
}

#contact_main .active {
  background-color: #235d6b;
  color: #fff;
}

/*=====================
About
======================*/

.about {
  padding: 50px 0px;
}

.about img {
  width: 100%;
}

.our-values {
  background-color: #e7eff0;
  margin: 0px;
  padding: 50px 15px;
}

.our-values .heading-text {
  text-align: center;
  margin-bottom: 25px;
}

.our-values .box-inner h3 {
  margin-bottom: 10px;
}

.about-page .heading-text {
  text-align: center;
  margin-bottom: 35px;
}

.about-page .innerbox h3 {
  font-weight: 600;
  text-transform: unset;
}

.about-page .innerbox {
  background-color: #e7eff0;
  padding: 25px;
  margin-bottom: 25px;
}

.portfolio.about-page {
  background-color: #e7eff0;
}

.portfolio.about-page .heading-text {
  color: #000;
}

.home.portfolio.about-page .btn-primary {
  border: 2px solid #235d6b;
  color: #266471;
}

.home.about ul li {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}

.awwards-blk {
  padding: 60px 15px;
  text-align: center;
}

.awwards-blk .logo-box img {
  width: auto;
  height: 102px;
}

.awwards-blk .logo-box.clutch img {
  width: 110px;
  height: auto;
}

.awwards-blk .logo-box {
  box-shadow: 0px 0px 8px #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  min-height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.awwards-blk .heading-text {
  margin-bottom: 35px;
}

/*=================
Social Icons
==================*/

.s-icons {
  top: 180px;
  right: -55px;
  position: fixed;
  z-index: 99999;
  width: 8.3%;
}

/*===============
Current Job Opening
================*/

.job-opening {
  padding: 50px 0px 90px;
  background-image: url("../assets/images/home/services-back1.png");
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.job-opening .panel-title>a {
  text-align: left;
  background-color: transparent;
  border: 0px;
  text-transform: capitalize;
  position: relative;
}

.job-opening .panel-title>a h3 {
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  text-transform: capitalize;
}

.job-apply-modal {
  text-align: left;
}

.job-apply-modal .btn-primary {
  margin-top: 0px;
}

.job-apply-modal form {
  margin-bottom: 0px;
}

.job-apply-modal .btn-default {
  color: #7f7f7f;
  background-color: #fff;
  border-color: #000;
  border: 2px solid #7f7f7f;
  border-radius: 0px;
  padding: 6px 23px;
  font-weight: 600;
}

.job-opening .panel {
  background-color: #fff;
  border-radius: 5px;
  border: 0px;
  box-shadow: 0px 0px 6px #d9d9d9;
  margin-bottom: 17px;
  padding: 5px 0px;
}

.job-opening .panel-body {
  border-top: 1px solid #eee;
}

.job-opening .panel-title>a:hover,
.job-opening .panel-title>a:active,
.job-opening .panel-title>a:focus {
  color: #235d6b;
  font-weight: 600;
  border-radius: 0px;
  box-shadow: none;
}

.job-opening .panel-collapse {
  text-align: left;
}

.job-opening .panel-collapse button {
  background-color: #235d6b;
  color: #fff;
  border: 0px;
  padding: 6px 25px;
  border-radius: 5px;
}

.job-opening a,
.job-openings .about a {
  color: #235d6b;
  text-decoration: none;
}

.job-opening .panel i {
  font-size: 25px !important;
  position: absolute;
  right: 22px;
}

.job-opening .heading-text {
  margin-bottom: 25px;
}

/*==================
Thank You
===================*/

.thankyou {
  text-align: center;
  padding: 130px 0px 90px;
}

.thankyou h2 {
  font-weight: 700;
}

.thankyou img {
  margin: 50px auto 20px;
  max-width: 410px;
}

.thankyou .info-box {
  background-color: #fff;
  box-shadow: 0px 0px 7px #d4d4d4;
  margin: 0px 7px;
  padding: 9px 26px;
  margin-bottom: 15px;
}

.thankyou .info-box .fa {
  color: #00545f;
  margin-right: 6px;
}

.thankyou .contact-info {
  margin: 20px 0px 0px;
}

/*=====================
Job Opening
======================*/

.we-are-hiring {
  padding: 60px 15px;
  font-weight: 600;
}

.we-are-hiring img {
  width: 100%;
}

.we-are-hiring h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.current-opening {
  padding: 60px 15px;
  background-color: #e7eff0;
}

.current-opening h2 {
  margin-bottom: 25px;
  font-weight: 600;
}

.current-opening .footer-btn {
  margin-left: 15px;
}

.current-opening .jobs-sec {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #d1d1d1;
  margin-bottom: 20px;
}

.current-opening .innerbox h2 {
  font-size: 20px;
  color: #01545f;
}

.current-opening .jobs-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.current-opening #jobs-opening.flexbox {
  justify-content: flex-end;
}

.current-opening .jobs-sec h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0px;
}

.current-opening .btn-info {
  margin-left: 15px;
}

.current-opening .flexbox {
  display: flex;
}

.current-opening .innerbox {
  text-align: left;
  margin: 15px 15px 0px 0px;
  background-color: #fff;
  padding: 14px 17px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.current-opening .job-details {
  background-color: #eee;
  margin-top: 20px;
  border-radius: 8px;
  padding: 20px;
}

.current-opening .job-details ul {
  margin: 0px;
  padding-left: 22px;
}

.current-opening .job-details ul li {
  margin-bottom: 17px;
}

.current-opening .btn-primary {
  z-index: 9;
}

/*===================
How We Work
===================*/

.how-we-work {
  padding: 60px 20px;
  background-color: #e7eff0;
}

.how-we-work h2 {
  text-align: center;
  margin-bottom: 25px;
}

.how-we-work .nav-tabs {
  display: flex;
  text-align: center;
  border-bottom: 0px;
}

.how-we-work .nav-tabs h4 {
  margin-top: 10px;
  color: #000;
}

.how-we-work .nav>li>a {
  background-color: transparent;
}

.how-we-work .tab-content {
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.how-we-work .nav-tabs>li.active>a,
.how-we-work .nav-tabs>li.active>a:hover,
.how-we-work .nav-tabs>li.active>a:focus {
  border-color: transparent;
  background-color: transparent;
}

.how-we-work .innerbox {
  width: 130px;
  border-radius: 100px;
  height: 130px;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  border: 11px solid #fff;
  box-shadow: inset 0 0px 10px #e0e0e0;
  position: relative;
  z-index: 99;
}

.how-we-work .nav-tabs li.active .innerbox {
  border: 11px solid #105d6b;
}

.how-we-work .nav-tabs li.active a h4 {
  color: #00545f;
  text-decoration: none;
}

.how-we-work .nav-tabs::before {
  position: absolute;
  height: 3px;
  background-color: #00545f;
  width: 80%;
  top: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
}

.how-we-work .innerbox img,
.how-we-work .owl-carousel .owl-item img {
  width: 60%;
  margin: 0 auto;
}

.how-we-work .tab-content h3 {
  text-align: left;
  font-size: 25px;
  margin-bottom: 5px;
}

.how-we-work .tab-content img {
  width: 100%;
}

.how-we-work-value {
  background-color: #fff;
  padding-bottom: 100px;
}

.how-we-work .nav-tabs>li>a:hover {
  border-bottom: 1px solid transparent;
}

.portfolio-tech.how-we-work-value .box-inner {
  box-shadow: 0px 0px 5px #c9c9c9;
}

.how-we-work .tab-content ul li,
.how-we-work-value ul li {
  margin-bottom: 15px;
  padding-left: 31px;
  position: relative;
}

.how-we-work .tab-content ul {
  padding-left: 0px;
  list-style: none;
}

.how-we-work .tab-content ul li::before,
.how-we-work-value ul li::before {
  content: "";
  background-image: url(../assets/images/correct.png);
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  left: 0;
}

.how-we-work .owl-theme .owl-nav {
  display: none;
}

.how-we-work-value ul.text-right li {
  padding-left: 0px;
  padding-right: 31px;
  top: 10px;
}

.how-we-work-value ul li::before {
  top: 10px;
}

.how-we-work-value ul.text-right li::before {
  left: auto;
  right: 0;
}

.how-we-work-value ul li {
  margin-bottom: 15px;
}

.how-we-work-value ul {
  list-style: none;
  padding: 3px 0px 0px;
}

.how-we-work-value img {
  width: 100%;
}

.how-we-work .owl-carousel .owl-nav button.owl-next,
.how-we-work .owl-carousel .owl-nav button.owl-prev,
.how-we-work .owl-carousel button.owl-dot {
  background-color: #fff !important;
  box-shadow: 0px 0px 6px #000;
  width: 30px;
  height: 30px;
  color: #000;
  border-radius: 100px;
}

.how-we-work .owl-dots {
  display: none;
}

.how-we-work .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 31px;
  width: 100%;
  display: flex;

  justify-content: space-between;
}

.awwards-blk .logo-box h5 {
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}

.how-we-work li .innerbox:hover {
  height: 150px;
  width: 150px;
  transition: 0.5s;
}

.how-we-work li:hover h4 {
  font-size: 15px;
  color: #105d6b;
  font-weight: 600;
}

/*==============
location
===============*/
.location {
  padding: 50px 15px;
}

.location h2 {
  color: #00545f;
  font-size: 26px;
  font-weight: 700;
}

.location .test-inner {
  padding: 36px 40px 30px;
}

.location h4 {
  font-size: 18px;
  line-height: 33px;
}

.location .btn-primary {
  margin-top: 15px;
}

.location .row {
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0px 0px 5px #d7d7d7;
}

/*====================
Testimonial
====================*/

.logo-box.review-box {
  text-align: left;
}

.logo-box.review-box {
  padding: 15px 25px;
}

.logo-box.review-box p {
  margin-bottom: 15px;
  font-style: italic;
}

.logo-box.review-box h5 {
  color: #105d6b;
}

.logo-box.review-box .imgbox {
  min-width: 15%;
  text-align: center;
}

.logo-box.review-box .imgbox img {
  border-radius: 100%;
}

.review-box .textbox {
  padding: 15px;
  min-width: 85%;
  position: relative;
  padding-top: 55px;
}

.review-box .textbox:before {
  content: "\f10d";
  font-family: FontAwesome;
  left: 15px;
  position: absolute;
  top: 0;
  font-size: 45px;
  color: #e7eff0;
}

.review-box .textbox:after {
  content: "\f10e";
  font-family: FontAwesome;
  right: 15px;
  position: absolute;
  bottom: 20px;
  font-size: 45px;
  color: #e7eff0;
}

/*media*/

@media screen and (max-width: 1200px) {

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
  }

  .intro-sec img {
    width: 100%;
  }

  .scroll-up {
    right: auto;
    left: 20px;
  }

  .banner {
    background-size: cover;
  }

  .banner::before {
    background-image: none;
  }

  .scroll-up {
    padding-top: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .events .carousel-inner>.item img {
    height: 100%;
  }

  .navbar {
    min-height: 132px;
  }

  ul.nav.navbar-nav.navbar-right {
    top: 15px !important;
  }

  .navbar .nav {
    margin-top: 24px;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    padding: 6px 11px;
  }

  .how-we-work .innerbox {
    width: 110px;
    height: 110px;
  }

  .how-we-work .nav-tabs::before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .sticky1 {
    position: static;
    padding-bottom: 30px;
  }

  .navbar-collapse {
    text-align: center;
  }

  ul.nav.navbar-nav.navbar-right {
    float: none !important;
    display: inline-block;
  }

  .life-back {
    width: 70px;
  }

  .events .carousel-inner>.item img {
    height: auto;
    width: 100%;
  }

  .events .carousel-control .icon-next {
    padding-top: 0px;
  }

  .home.blog-fix {
    height: auto;
  }

  .home.portfolio .btn-primary,
  .home.services .btn-primary,
  .home.blog .btn-primary {
    margin: 0px auto 0px;
    display: table;
  }

  footer .footer-form {
    margin-top: 20px;
  }

  .home.about img {
    margin-bottom: 30px;
  }

  .home.portfolio .btn-primary {
    margin-top: 30px;
  }

  .home.banner .carousel-caption {
    right: 10%;
    left: 10%;
  }

  .home.banner .carousel-caption h1 {
    line-height: normal;
    font-size: 25px;
  }

  .home.banner .carousel-inner p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .home.banner .btn-primary {
    margin-top: 10px;
    font-size: 15px;
  }

  .carousel-inner>.item>img {
    max-width: inherit;
  }

  .home.banner .carousel,
  .home.banner .carousel-inner,
  .home.banner .carousel-inner>.item,
  .home.banner .carousel-inner>.item>img,
  .home.banner .carousel-inner>.item>a>img {
    height: 640px;
  }

  .home.banner .carousel-inner img {
    width: auto;
  }

  .dek {
    display: none;
  }

  .mobile {
    display: block;
  }

  .blog-fix {
    height: auto;
  }

  .portfolio-page::before {
    content: "";
    background-image: none;
  }

  .portfolio-page .content-box {
    margin: 50px 0px 0px;
  }

  .pages-banner {
    overflow: hidden;
  }

  .pages-banner img {
    width: 100%;
    width: auto;
    height: 270px;
  }

  #portfolio .nav-tabs>li {
    float: none;
  }

  #portfolio .nav-tabs li a {
    margin-bottom: 15px;
  }

  #portfolio .nav {
    margin-bottom: 10px;
  }

  .portfolio-page .row {
    padding: 40px 0px;
    flex-direction: column-reverse;
  }

  .portfolio-page .img-box img {
    margin-bottom: 20px;
  }

  .portfolio-page.left-back .row {
    flex-direction: initial;
  }

  .animate-box {
    display: none;
  }

  .portfolio-tech .box-inner {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 20px;
  }

  .features .innerbox .line {
    display: none;
  }

  .features .innerbox {
    margin-bottom: 30px;
  }

  .solution .innerbox img {
    position: static;
  }

  .portfolio-tech {
    margin-top: 0px;
    padding-top: 30px;
  }

  .portfolio-tech .box-inner {
    box-shadow: 0px 0px 6px #c9c9c9;
  }

  .life-about .innerbox {
    margin-top: 0px;
  }

  .about img {
    margin-bottom: 30px;
  }

  .events .row {
    display: block;
  }

  .events .row.row-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .events .test-inner {
    padding: 20px 20px 49px;
  }

  .life-about .innerbox {
    padding: 15px;
  }

  .heading-text {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 7px;
    line-height: 40px;
  }

  .events {
    padding: 30px 15px;
  }

  .life-about,
  .opportunities {
    padding: 30px 0px;
  }

  .events .carousel-control .glyphicon-chevron-left,
  .events .carousel-control .glyphicon-chevron-right,
  .events .carousel-control .icon-prev,
  .events .carousel-control .icon-next {
    height: 40px;
    width: 40px;
    padding-top: 5px;
  }

  .portfolio.connect {
    border-top: 1px solid #b1b1b1;
  }

  .home.portfolio .carousel-control {
    opacity: 1;
    background-color: #235d6b;
    height: 60px;
    color: #fff;
    width: 39px;
  }

  .home.portfolio .down-btn {
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }

  .home.portfolio .carousel-control .glyphicon-chevron-left,
  .home.portfolio .carousel-control .glyphicon-chevron-right,
  .home.portfolio .carousel-control .icon-prev,
  .home.portfolio .carousel-control .icon-next {
    color: #fff;
  }

  .home.portfolio .down-main {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 60px;
  }

  .home.portfolio .down-main {
    color: #fff;
  }

  .home.testimonial .carousel-control .glyphicon-chevron-left,
  .home.testimonial .carousel-control .glyphicon-chevron-right,
  .home.testimonial .carousel-control .icon-prev,
  .home.testimonial .carousel-control .icon-next {
    color: #fff;
    background-color: #235e6c;
  }

  .contact_port {
    padding: 0px;
  }

  .awwards-blk .logo-box {
    margin-bottom: 20px;
  }

  .events .carousel-control .icon-prev,
  .events .carousel-control .icon-next {
    padding-top: 0px;
  }

  .how-we-work .owl-theme .owl-nav {
    display: flex;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .container {
    width: 97%;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    width: 97%;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .navbar-header.page-scroll {
    margin: 0 auto;
    display: table;
    float: none;
  }

  .navbar {
    padding: 8px 0px;
  }

  .home.banner .text-box {
    padding-left: 14%;
    padding-right: 10%;
    padding-top: 150px;
    max-width: 100%;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    font-size: 13px;
  }

  .home.numbers .box {
    margin: 30px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 8px;
  }

  header .nav>li {
    float: left;
  }

  header .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }

  header .nav>li>a {
    padding: 10px 12px;
  }

  .home.banner .text-box {
    padding-top: 150px;
  }

  .home.expertise .innerbox {
    height: 229px;
    width: 100%;
    overflow: hidden;
  }

  .animate-box {
    display: none;
  }

  .contact_port {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .best-company-cards {
    margin-bottom: 15px;
  }

  .navbar {
    max-height: 100%;
  }

  ul.nav.navbar-nav.navbar-right {
    display: block;
    margin-bottom: 45px;
    margin-top: 5px;
  }

  .logo-box.review-box {
    display: block;
  }

  .home.banner .text-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .nav.navbar-nav.navbar-right li a {
    color: #fff;
  }

  .home.banner .text-box h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .home.about img {
    margin-bottom: 30px;
  }

  .contact_main_one,
  .selection_option {
    border: 0px;
  }

  .events .carousel-control .icon-next {
    padding-top: 3px;
  }

  p {
    font-size: 15px;
  }

  .btn-primary {
    margin-top: 20px;
  }

  .home.testimonial {
    padding: 0px;
  }

  .fix-box {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  footer .footer-form {
    margin-top: 20px !important;
    box-shadow: none;
  }

  .home.blog {
    padding: 30px 0px;
  }

  .home.expertise .innerbox {
    height: 229px;
    width: 100%;
    overflow: hidden;
  }

  .home.expertise .innerbox img {
    height: auto;
    width: 100%;
  }

  .heading {
    display: block;
    text-align: center;
  }

  .heading .head-left {
    padding-right: 0px;
  }

  .navbar-toggle {
    margin-top: 18px;
  }

  .navbar-header.page-scroll {
    height: 80px;
    padding-top: 5px;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    padding-bottom: 15px;
  }

  .awd-box img {
    width: 112px !important;
    height: auto !important;
  }

  .home.numbers .box {
    margin: 30px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 8px;
  }

  .awd-box {
    width: 100%;
    margin: 0px auto 30px;
    min-height: inherit;
    height: auto;
    padding: 4px 0px 19px;
  }

  #evaluateUrl {
    width: 97px;
  }

  .home.testimonial .carousel-control .glyphicon-chevron-left,
  .home.testimonial .carousel-control .glyphicon-chevron-right,
  .home.testimonial .carousel-control .icon-prev,
  .home.testimonial .carousel-control .icon-next {
    font-size: 29px;
    padding-top: 1px;
  }

  .home.testimonial .test-inner .btns {
    margin-bottom: 70px;
  }

  .home.portfolio .carousel-control .glyphicon-chevron-left,
  .home.portfolio .carousel-control .glyphicon-chevron-right,
  .home.portfolio .carousel-control .icon-prev,
  .home.portfolio .carousel-control .icon-next {
    margin-top: -23px;
    font-size: 29px;
  }

  header ul.nav.navbar-nav.navbar-right {
    text-align: left;
  }

  .awwards {
    margin-top: 0px;
  }

  .awd-box.two img {
    margin-top: 31px;
  }

  .awd-box img {
    margin-top: 18px;
  }

  .home.about {
    border-top: 1px solid #b1b1b1;
  }

  .about-page {
    padding-top: 30px;
    border-top: 1px solid #eee;
  }

  .awwards .awd-box {
    box-shadow: 0px 0px 9px #d8d8d8;
  }

  .events .carousel-inner>.item img {
    width: 100%;
  }

  .events .carousel-inner>.item {
    height: auto;
  }

  .portfolio.connect {
    padding-bottom: 50px;
  }

  .job-opening {
    padding: 50px 15px;
  }

  .btn-primary {
    z-index: 99;
    position: relative;
  }

  .home.testimonial .carousel-control {
    background-image: none;
  }

  .home.testimonial .carousel-control .icon-prev,
  .home.testimonial .carousel-control .glyphicon-chevron-left {
    left: 0;
    margin-left: 0;
  }

  .home.testimonial .carousel-control .icon-next,
  .home.testimonial .carousel-control .glyphicon-chevron-right {
    right: 0;
    margin-right: 0;
  }

  .home.expertise {
    border-top: 1px solid #b1b1b1;
  }

  .home.about,
  .home.services,
  .home.technologies,
  .home.expertise,
  .home.portfolio {
    padding: 30px 0px;
  }

  .bg-top-right,
  .bg-name,
  .bg-bottom-left,
  .bg-bottom-right {
    display: none;
  }

  .best-company {
    padding-top: 50px;
  }

  .development {
    padding: 50px 0px;
  }

  .current-opening .innerbox {
    margin-bottom: 20px;
  }

  .current-opening .flexbox {
    display: block;
  }

  .we-are-hiring img {
    margin-bottom: 20px;
  }

  .we-are-hiring,
  .current-opening {
    padding: 30px 0px;
  }

  .current-opening .jobs-sec .row {
    display: block;
  }

  .current-opening .jobs-sec .footer-btn {
    margin-top: 15px;
    margin-left: 0px;
  }

  .current-opening .jobs-sec .btn-danger,
  .current-opening .jobs-sec .btn-primary {
    width: 100%;
  }

  .current-opening .innerbox {
    margin: 15px 0px 15px;
  }

  /* 
  .nav.navbar-nav.navbar-right li a.active {
    padding: 6px 15px;
  } */
  .mobile-menu {
    padding: 0px 12px !important;
  }

  .navbar {
    min-height: 74px;
  }

  /*how we work*/
  .how-we-work .nav-tabs>li {
    width: 100%;
  }

  .how-we-work .nav-tabs {
    display: block;
  }

  .how-we-work .nav-tabs::after {
    display: none;
  }

  .how-we-work .tab-content img {
    margin-bottom: 20px;
  }

  .how-we-work-value ul,
  .how-we-work-value ul.text-right {
    margin-bottom: 20px;
    text-align: left;
  }

  .how-we-work-value ul.text-right li::before {
    left: 0;
    right: auto;
  }

  .how-we-work-value ul.text-right li {
    padding-left: 31px;
    padding-right: 0px;
    top: 0px;
  }

  .how-we-work-value ul li::before {
    top: 0px;
  }

  .how-we-work-value img {
    margin-bottom: 20px;
  }

  .how-we-work-value,
  .how-we-work {
    padding: 30px 15px;
  }

  .overview .inline-box {
    display: block;
  }

  .overview .inline-box p {
    width: 100%;
  }

  .solution .content-sec {
    padding-top: 50px;
  }

  .pages-banner .banner-text-up {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pages-banner h3 {
    font-size: 25px;
  }

  .location .row.row-res {
    display: flex;
    flex-direction: column-reverse;
  }

  .location h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .location h4 {
    font-size: 15px;
    line-height: 22px;
  }

  .location .btn-primary {
    margin-top: 10px;
  }

  .events .test-inner {
    padding: 20px 20px 29px;
  }

  .events {
    padding: 30px 15px 0px;
  }

  .connect {
    padding: 30px 15px;
  }

  .portfolio.connect {
    padding-bottom: 30px;
  }

  footer ul {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {

  .home.banner .carousel,
  .home.banner .carousel-inner,
  .home.banner .carousel-inner>.item,
  .home.banner .carousel-inner>.item>img,
  .home.banner .carousel-inner>.item>a>img {
    height: auto;
  }

  footer .bottom-footer .social {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  footer .bottom-footer p {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .hiring a {
    margin-top: 0px;
  }

  .hiring .hire-div {
    padding: 0px;
  }

  .development {
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner-top-images {
    text-align: center;
  }

  .provide {
    background-size: auto;
    padding-top: 40px;
  }

  .thankyou img {
    width: 100%;
  }

  .thankyou .info-box {
    width: 100%;
    margin: 0px 0px 15px;
  }

  .thankyou {
    padding: 110px 0px 50px;
  }
}

@media screen and (max-width: 450px) {
  .home.expertise .innerbox {
    height: 210px;
  }
}

.carousel-control.right {
  content: "\f105";
  font-family: FontAwesome;
}

/* new header css  */
/* ========================== */
.navbar-default .customDropdown .item-card span .new-icon {
  visibility: visible;
  transition: 0.5s;
  margin-right: 10px;
}

.navbar-default .customDropdown .item-card:hover .new-icon {
  transform: rotateY(360deg);
  transition: 1s ease-out;
}

#expertiseDropdown .content .item-card,
.dot-icon-add .item-card {
  position: relative;
  padding-left: 16px !important;
}

.dot-icon-add .item-card::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  border-radius: 50%;
  background-color: #000;
}

#aboutDropdown .content .item-card {
  flex-wrap: wrap;
  width: calc(25% - 20px);
  justify-content: center;
  float: left;
  margin: 0 10px;
}

#aboutDropdown .content .item-card .drop-section-image {
  width: 100%;
  display: block;
  margin-top: 20px;
}

#aboutDropdown .content .item-card .drop-section-image img {
  visibility: visible;
  width: 100%;
}

#aboutDropdown .content .item-card:hover {
  background-color: transparent;
}

#aboutDropdown .content .item-card.active {
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  header .navbar-default.navbar .container {
    max-width: 1400px !important;
    width: 100%;
  }
}