* {
  outline: 0;
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  padding: 0;
  margin: 0;
}

button:focus,
button:active {
  outline: 0;
  box-shadow: transparent;
  border: 0;
}

body,
html {
  font: 400 15px/20px "Lato", sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

body.loaderon {
  overflow-x: hidden;
  height: 100vh;
}

#preloader {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1);
  /*background: url('https://lkp.dispendik.surabaya.go.id/assets/loading.gif') 50% 50% no-repeat rgb(249,249,249);*/
}

#preloader img {
  width: 150px;
}

#preloader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.three-balls {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
}

.three-balls .ball {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bouncedelay 2s infinite
    cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  animation: bouncedelay 2s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}

.three-balls .ball1 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.three-balls .ball2 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

.industry-page-banner {
  position: relative;
}

.slider-box-custom {
  width: 930px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slid-box {
  position: relative;
  width: 100%;
  height: 447px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slid-box .for-desktop {
  position: absolute;
  /* left: 29%; */
  top: 50px;
  overflow: hidden;
  z-index: 9;
}

.slid-box .for-laptop {
  width: 460px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  bottom: 12px;
}

.slid-box .for-tablate {
  width: 181px;
  overflow: hidden;
  background-repeat: no-repeat;
  right: 20%;
  position: absolute;
  z-index: 9;
  bottom: 35px;
}

.slid-box .for-mobile {
  width: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  background-repeat: no-repeat;
  bottom: 25px;
  right: 13%;
}

.slid-box .tree-im {
  width: 88px;
  overflow: hidden;
  position: absolute;
  z-index: 8;
  bottom: 25px;
  right: 65px;
}

.for-laptop-with {
  width: 288px;
  margin: 20px 95px 43px auto;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-desktop-with {
  width: 415px;
  height: 368px;
  margin: 19px 23px 25px 23px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-tablate-with {
  margin: 25px 10px 20px 23px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-mobile-with {
  margin: 7px 9px 13px 7px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.slid-box > div.tree-im {
  left: 78%;
  top: 50%;
  transform: none;
  z-index: 1;
}

.slid-box > div#arrows {
  position: absolute;
  left: -5px;
  top: 28%;
}

.slid-box > div#arrows div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: solid 2px #fff;
  display: block;
  cursor: pointer;
  margin-top: 8px;
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}

.slid-box > div#arrows div:hover {
  width: 12px;
  height: 12px;
}

.slid-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 230px;
  content: "";
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03a9f4;
  }
  16.66% {
    bottom: 20px;
    background-color: #fb6542;
  }
  33.33% {
    bottom: 0px;
    background-color: #fb6542;
  }
  50% {
    bottom: 20px;
    background-color: #ffbb00;
  }
  66.66% {
    bottom: 0px;
    background-color: #ffbb00;
  }
  83.33% {
    bottom: 20px;
    background-color: #03a9f4;
  }
  100% {
    bottom: 0;
    background-color: #03a9f4;
  }
}

@-webkit-keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03a9f4;
  }
  16.66% {
    bottom: 40px;
    background-color: #fb6542;
  }
  33.33% {
    bottom: 0px;
    background-color: #fb6542;
  }
  50% {
    bottom: 40px;
    background-color: #ffbb00;
  }
  66.66% {
    bottom: 0px;
    background-color: #ffbb00;
  }
  83.33% {
    bottom: 40px;
    background-color: #03a9f4;
  }
  100% {
    bottom: 0;
    background-color: #03a9f4;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #444;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul li {
  list-style-type: none;
}

.invoice-box,
#invoice_page {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 70px 0;
}

.invoice-box h1,
#invoice_page h1 {
  font-weight: 700;
  color: rgb(0, 174, 214);
}

.banner-text .btn-1 {
  font: 700 19px/53px "Lato", sans-serif;
  padding: 0 30px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  z-index: 2;
}

table.table-striped thead {
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  color: #fff;
  border: 0;
}

table {
  border-spacing: 0;
  margin-top: 10px;
  text-align: right;
  display: flow-root;
}

.table td,
.table th {
  border-top: 0;
  font-size: 14px;
  padding: 10px 20px;
}

.table td:first-child,
.table th:first-child {
  width: 60%;
}

.table .quantity_column {
  width: 12%;
  text-align: center;
}

.table thead th + th {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.banner-text .btn-1:hover {
  color: #fff;
}

.invoice-form .radio label {
  padding-top: 5px;
}

.invoice-form .radio label span {
  display: block;
  text-align: center;
}

table thead,
table tbody {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  display: block;
}

table thead tr,
table tbody tr {
  display: flex;
}

.table thead th {
  border-bottom: 0;
}

table thead {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

table tfoot {
  display: inline-block;
  text-align: left;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding: 0 5px;
  width: 40%;
}

table tfoot tr + tr {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

table tfoot tr {
  display: flex;
  width: 100%;
}

table.price-table td {
  width: 47% !important;
  display: inline-block;
}

table.price-table tbody,
table.price-table tr {
  width: 100%;
  display: block;
}

.invoice-box p,
#invoice_page p {
  color: rgba(0, 0, 0);
  font-size: 14px;
}

.invoice-box form ul li.wpi_checkout_row {
  width: 32.333%;
  padding: 0 10px;
  display: inline-block;
}

.invoice-box form ul li.section_title,
.invoice-box h5 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.invoice-box form ul li.section_title:before,
.invoice-box h5:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: rgb(0, 174, 214);
  content: "";
}

.invoice-box form ul li.section_description p {
  font-size: 14px;
  padding-top: 15px;
}

.invoice-box form ul {
  padding-left: 0;
}

.recur-bill {
  position: relative;
  padding-left: 10px;
}

.recur-bill:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #ff0000;
  content: "";
}

.invoice-box form ul li.wpi_checkout_row .control-group .controls .text-input {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
}

.invoice-box form ul li.wpi_checkout_row .control-group label {
  padding-top: 15px;
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}

.invoice-box form ul li .controls .submit_button {
  font-size: 16px;
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 10px 0 0;
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  border: 0;
}

.invoice-border {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 10px;
}

.other-radio-input {
  display: none;
}

.about-parallax video {
  /*border: solid 2px #fff;*/
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.tabset {
  /* margin-top: -65px; */
  margin-top: -101px;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

/*.tabset .tab-panel {*/

/*	display: none;*/

/*}*/

/*.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,*/

/*.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),*/

/*.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),*/

/*.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),*/

/*.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),*/

/*.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {*/

/*	display: block;*/

/*}*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
  margin-right: 5px;
  color: #fff;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #000;
  background: #fff;
  transition: 0.5s;
}

.tabset > input:checked + label {
  color: #000;
  background: #fff;
  transition: 0.5s;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.subscribe-form button {
  background: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}

.map {
  position: relative;
}

.contact-head {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-head h1 {
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.subscribe-right {
  background-size: cover;
  background-position: center;
  padding: 50px;
}

.subscribe-left .heading1 h1 {
  font-size: 35px;
  font-weight: 700;
}

.subscribe-left {
  padding: 50px;
}

.subscribe-form .form-control {
  margin-top: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.subscribe-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 70px 0 50px;
}

header.sample-header-page .navbar-toggler {
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  /* IE6-9 */
}

header.sample-header-page {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

header.sample-header-page #navbarSupportedContent .nav-link,
.portfolio-page-banner header #navbarSupportedContent .nav-link {
  color: #666;
}

.portfolio-page-banner header #navbarSupportedContent .nav-link {
  color: white;
}

#navbarSupportedContent ul li:last-child .nav-link {
  padding-right: 0;
}

.sample-header-page .navbar-dark .navbar-nav .active > .nav-link,
.sample-header-page .navbar-dark .navbar-nav .nav-link.active,
.portfolio-page-banner .navbar-dark .navbar-nav .active > .nav-link,
.portfolio-page-banner .navbar-dark .navbar-nav .nav-link.active {
  font-weight: 700 !important;
  color: #02d2d2 !important;
}

.portfolio-page-banner .navbar {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

header.sample-header-page .top-logo {
  filter: none;
}

.top-logo {
  width: 180px;
  filter: brightness(700%);
}

.portfolio-page-banner .top-logo {
  filter: brightness(100%);
}

#banner2.portfolio-page-banner .banner-text {
  padding: 140px 0 190px;
}

#banner2.portfolio-page-banner .banner-text h1:before {
  background: #08adcb;
}

#contactForm {
  padding-bottom: 80px;
}

.btn-2 {
  font: 700 14px/40px "Lato", sans-serif;
  padding: 0 20px;
  border-radius: 5px;
  color: #000;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  /* z-index: 2; */
  margin: 10px 0 0;
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  /* IE6-9 */
  color: #fff;
  position: relative;
}

.btn-2.big-btn {
  font-size: 16px;
  line-height: 45px;
  padding: 0 30px;
}

.btn-2:hover {
  color: #fff;
}
.btn-2{
  position: relative;
  z-index: 1;
}
.btn-2:before {
  position: absolute;
  transition: 0.3s;
  border-radius: 5px;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #009483;
  content: "";
}

.btn-2:hover:before {
  width: 100%;
}

.banner-text .btn-1:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #3fd854;
  content: "";
  width: 0;
  transition: 0.3s;
  border-radius: 5px;
  z-index: -1;
}

.banner-text .btn-1:hover:before {
  width: 100%;
}

#banner {
  width: 100%;
  position: relative;
  background-size: cover;
  height: 765px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  clip-path: ellipse(81% 68% at 50% 31%);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #00e4ff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: 0.5s;
}

.navbar {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#navbarSupportedContent .nav-link {
  font: 400 15px/20px "Lato", sans-serif;
  padding: 0 17px;
  color: #fff;
  text-transform: uppercase;
}

#banner .navbar-nav li:last-child .nav-link {
  padding-right: 0;
}

#banner .banner-text {
  padding: 60px 0;
}

#banner .banner-text h1 {
  font: 700 46px/50px "Lato", sans-serif;
  position: relative;
}

#banner .banner-text h1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #fff;
  content: "";
}

#banner .banner-text h1 > span {
  display: block;
}

#banner .banner-text p > span {
  display: block;
}

#banner .icon-box ul li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin: 8px 0;
  text-shadow: 1px 0 1px #000;
}

#banner .icon-box {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}

.banner-position {
  position: relative;
  padding: 0 0 93px;
  background: #ebf2f3;
}

.banner-slider {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 99;
}

.icon-position {
  position: relative;
}

#banner .icon-box ul {
  position: relative;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

#banner .icon-box ul:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

#banner .icon-box ul:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

footer {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 30px;
}

footer.sample-footer-page {
  background: #fff;
  border-top: solid 2px #46bbe4;
  color: rgba(0, 0, 0, 0.6);
  clip-path: none;
  padding-top: 0;
}

footer.sample-footer-page .ft-mail-box a {
  color: #04a7e0;
  border-color: #46bbe4;
  font-weight: 400;
}

footer.sample-footer-page .copy-right-sac {
  border-color: rgba(0, 0, 0, 0.1);
}

footer.sample-footer-page .footer-icon-box ul li a {
  color: rgba(0, 0, 0, 0.6);
}

footer.sample-footer-page .footer-menu ul li a,
footer.sample-footer-page .menu-footer-menus-container ul li a {
  background: none;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
}

footer.sample-footer-page .footer-menu ul li a:hover {
  color: #04a7e0;
}

footer.sample-footer-page h2:before {
  background: #04a7e0;
}

footer.other-footer {
  padding-top: 50px !important;
}

.footer-logo {
  width: 180px;
  display: block;
}

.footer-logo img {
  max-width: 100%;
  width: auto;
}

footer h2 {
  font: 700 18px/24px "Lato", sans-serif;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0.5rem;
}

footer h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: #fff;
}

.footer-icon-box ul li {
  float: left;
  padding-right: 24px;
}

.footer-icon-box ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
}

.footer-icon-box ul li a:hover {
  color: #00f6ff;
}

.footer-icon-box ul {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}

.footer-icon-box {
  position: relative;
}

.footer-menu {
  position: relative;
}

.footer-menu ul {
  padding: 6px 0 0;
}

.footer-menu ul li a,
.menu-footer-menus-container ul li a {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  padding-left: 28px;
  background: url(../images/f-menu-bg.png) no-repeat 0 50%;
  display: inline-block;
  margin: 10px 0 0;
}

.footer-menu ul li a:hover {
  background: url(../images/f-menu-bg2.png) no-repeat 4px 50%;
  color: #00f6ff;
}

.ft-mail-box a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #fff;
  color: #fff;
}

.ft-mail-box a:hover {
  color: #00f6ff;
}

.copy-right-sac {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px;
  font: 400 12px/20px "Open Sans", sans-serif;
}

.scroll-animation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.scroll-animation > div {
  position: relative;
}

.scroll-animation a {
  padding-top: 70px;
}

.scroll-animation > div a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*home page body css*/

.heading1 h1,.heading1 h2 {
  position: relative;
  font: 400 30px/35px "Open Sans", sans-serif;
  color: #000;
  padding: 20px 0 10px;
}

.heading1 h1:before,.heading1 h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55px;
  content: "";
  background: #1cd4c6;
}

.heading1.text-center h1:before, .heading1.text-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}

.heading1.text-center.white,
.heading1.text-center.white h1,  
.heading1.text-center.white h2{
  color: #fff;
}

.heading1.text-center.white h1:before,
.heading1.text-center.white h2:before {
  background: #fff;
}

#industry-box {
  background: #ebf2f3;
  padding: 110px 0 130px;
  clip-path: ellipse(81% 68% at 50% 31%);
  background: url(../images/in-bg1.png) no-repeat 5% 0,
    url(../images/in-bg2.png) no-repeat 95% 75%, #ebf2f3;
  z-index: 3;
  position: relative;
}

.industry-carousel-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 45px 30px;
  color: #000;
  transition: 0.5s;
  text-align: center;
  min-height: 379px;
}

.industry-carousel-box:before {
  position: absolute;
  width: 70%;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0px 8px 18px 4px rgba(0, 0, 0, 0.15);
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.industry-carousel-box:hover:before {
  opacity: 1;
}

.industry-carousel-box:hover {
  background: #1cd4c6;
  color: #fff;
}

.industry-icon {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-block;
  background: #fff;
  box-shadow: 1px 1px 0px 2px #61bcb9;
}

.industry-icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.industry-carousel-box h5 {
  font: 700 20px/25px "Lato", sans-serif;
  padding: 10px 0 15px;
  margin: 0;
}

.industry-carousel-box p {
  font: 400 14px/20px "Lato", sans-serif;
}

.industry-carousel-box:hover .btn-2 {
  background: #fff;
  color: #000;
}

.industry-carousel-box:hover .btn-2:hover {
  color: #fff;
}

.owl-dots {
  display: none;
}

#industry-box .owl-carousel {
  position: relative;
}

#industry-box .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
}

#industry-box .owl-carousel .owl-nav .owl-prev {
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  float: left;
  display: block;
  border-radius: 100%;
  font-size: 0;
}

#industry-box .owl-carousel .owl-nav .owl-prev span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

#industry-box .owl-carousel .owl-nav .owl-next {
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  float: right;
  display: block;
  border-radius: 100%;
  font-size: 0;
}

#industry-box .owl-carousel .owl-nav .owl-next span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

#industry-box .owl-stage-outer {
  padding: 20px 0 40px;
}

#services {
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 250px 0;
  z-index: 1;
  margin-top: -130px;
}

.tab-box {
  background: #fff;
  position: relative;
  padding: 50px 50px 50px 190px;
  height: 817px;
}

.tab-slider {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 26px 0;
}

.tab-slider button.slick-prev {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  left: 55px;
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
  padding: 0;
}

.tab-slider button.slick-next {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  bottom: 40px;
  left: 55px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
  padding: 0;
}

.tab-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  width: 120px;
  height: 882px;
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 204, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 204, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 204, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cccd', GradientType=1);
  border-radius: 20px;
  overflow: hidden;
}

.tab-slider li a {
  font: 400 12px/13px "Lato", sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  padding: 46px 20px;
  justify-content: center;
}

.slick-vertical .slick-slide {
  border: 0;
}

.tab-slider li {
  position: relative;
}

.tab-slider li:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.tab-slider li a:hover,
.tab-slider li.active a {
  background: #006072;
}

.tab-slider li a span {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5px;
  transition: 0.5s;
}

.tab-slider li a:hover span,
.tab-slider li.active a span {
  background-position-y: -159px !important;
}

#owlCarousel1.owl-carousel .owl-stage {
  height: 120px;
}

#owlCarousel1.owl-carousel .owl-item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#owlCarousel1.owl-carousel {
  transform: rotate(90deg);
  width: 882px;
  left: -381px;
  height: 120px;
  top: 317px;
}

#owlCarousel1.owl-carousel .item {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  padding: 0 26px;
}

#owlCarousel1.owl-carousel .owl-nav .owl-prev,
#owlCarousel1.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
  position: absolute;
  z-index: 999;
  left: 5%;
  top: 3%;
  color: #fff;
}

#owlCarousel1.owl-carousel .owl-nav .owl-next {
  right: 1%;
  left: auto;
}

.tab-menu > div {
  position: relative;
}

#services p {
  font-size: 14px;
  color: #4c4c4c;
  transition: 0.5s;
}

.services-box {
  background: #fff;
  color: #000;
  padding: 24px 15px;
  border-radius: 10px;
  border: solid 1px #d4d4d4;
  transition: 0.5s;
}

.ser-icon {
  width: 66px;
  height: 66px;
  box-shadow: 1px 1px 0px 2px #66b5c3;
  border-radius: 100%;
  background: #fff;
}

.ser-icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

#services .services-box:hover {
  background: #00adbc;
  color: #fff;
  border-color: #00adbc;
}

#services .services-box:hover p {
  color: #fff;
}

#services .services-box p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

#portfolio {
  position: relative;
  background: #fff;
  clip-path: ellipse(95% 73% at 50% 74%);
  padding-top: 160px;
  z-index: 2;
  margin-top: -130px;
  height: 925px;
}

section.slider_bg {
  /*padding: 90px 0 50px 0;*/
  box-sizing: border-box;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 50%, #e8e6e9 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 50%, #e8e6e9 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 50%, #e8e6e9 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e6e9', GradientType=1);
  /* IE6-9 */
}

section.slider_bg h2.slider_head {
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  color: #282828;
  z-index: 90;
  pointer-events: none;
}

section.slider_bg .slider_para {
  color: #282828;
  position: absolute;
  width: 100%;
  left: 0;
  top: 175px;
  z-index: 100;
  padding: 0 250px;
  line-height: 20px;
  pointer-events: none;
  z-index: 80;
}

section.slider_bg .slider_heads {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: #282828;
  z-index: 100;
}

ul.index_slider li a.btn_name {
  width: 55px;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  background: #e0fcfe;
  font-weight: 700;
  color: #282828;
  font-size: 22px;
  transition: all 1s;
}

ul.index_slider li.left_pos a.btn_name,
ul.index_slider li.right_pos a.btn_name {
  left: 0;
}

ul.index_slider li a.btn_name span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  width: 790px;
  height: 55px;
  text-align: center;
  left: 0;
  line-height: 40px;
  bottom: -40px;
  transform-origin: left top;
  line-height: 55px;
}

ul.index_slider li:nth-child(2) a.btn_name {
  background: #cceff2;
}

ul.index_slider li:nth-child(3) a.btn_name {
  background: #b2e6eb;
}

ul.index_slider li:nth-child(4) a.btn_name {
  background: #99dee4;
}

ul.index_slider li:nth-child(5) a.btn_name {
  background: #7fd6dd;
}

ul.index_slider li:nth-child(6) a.btn_name {
  background: #66ced7;
}

h2.slider_head span {
  color: #5eae53;
}

ul.index_slider {
  position: relative;
  overflow: hidden;
  height: 925px;
}

ul.index_slider li {
  height: 925px;
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 800ms;
  overflow: hidden;
  transition-timing-function: ease-out;
}

ul.index_slider li:nth-child(1) {
  background: #ffffff;
  left: 0;
}

ul.index_slider li:nth-child(2) {
  background: #cceff2;
  left: calc(16.666% - 15px);
}

ul.index_slider li:nth-child(3) {
  background: #b2e6eb;
  left: calc(33.332% - 15px);
}

ul.index_slider li:nth-child(4) {
  background: #99dee4;
  left: calc(49.998% - 15px);
}

ul.index_slider li:nth-child(5) {
  background: #7fd6dd;
  left: calc(66.664% - 15px);
}

ul.index_slider li:nth-child(6) {
  background: #66ced7;
  left: calc(83.33% - 15px);
}

ul.index_slider li:hover {
  background: url(../images/in-bg1.png) no-repeat 0 20% #fff;
}

ul.index_slider li img {
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: 0;
  left: 22px;
  top: 100px;
}

ul.index_slider li article {
  display: block;
  width: 16.666%;
  padding: 100px 0 0 0;
}

ul.index_slider li figure {
  margin-top: 250px;
  margin-left: 20px;
  display: block;
}

ul.index_slider li.active img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: 0;
  left: 10%;
  top: 50px;
}

ul.index_slider li article h5 {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  position: relative;
  line-height: 30px;
}

ul.index_slider li article h5:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #08adcb;
  content: "";
}

ul.index_slider li article p {
  line-height: 20px;
  color: #282828;
}

#portfolio .heading1 {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.portfolio-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 925px;
}

ul.index_slider li:hover figure img.portfolio-img1 {
  display: none;
}

ul.index_slider li:hover figure .portfolio-img2 {
  display: block;
}

ul.index_slider li figure .portfolio-img2 {
  display: none;
}

ul.index_slider li:hover article {
  display: none;
}

.portfolio-text h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #03a919;
  position: relative;
  padding-bottom: 10px;
}

.portfolio-text h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #08adcb;
  content: "";
}

.portfolio-text h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #000;
  padding-top: 10px;
}

.portfolio-text p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #000000;
  padding-top: 5px;
  line-height: 22px;
}

ul.index_slider li:nth-child(3) .portfolio-text h2 {
  color: #d25110;
}

ul.index_slider li:nth-child(5) .portfolio-text h2 {
  color: #00adbc;
}

#build-sac {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 76px 0 0;
  color: #fff;
  margin-bottom: 120px;
  height: 820px;
}

.build-text {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 25px;
  padding: 20px 0 20px 75px;
}

.build-text div {
  position: absolute;
  top: 0;
  left: 0;
}

.build-text div span {
  position: relative;
  width: 61px;
  height: 61px;
  display: block;
}

.build-text div span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 66px;
  height: 66px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  content: "";
}

.build-text div span:after {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 66px;
  height: 66px;
  border: solid 1px rgba(0, 71, 80, 0.7);
  content: "";
}

.build-box p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

.build-box {
  margin-top: 50px;
}

.mobile-box {
  position: relative;
  bottom: -50px;
}

#project-sec {
  padding: 50px 0 80px;
  background: url(../images/in-bg3.png) no-repeat 5% 0,
    url(../images/in-bg4.png) no-repeat 95% 75%;
}

.project-box {
  background: #fff;
  box-shadow: 0 0 47px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 656px;
  width: 100%;
}

.project-box .number-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

.project-box .number-list .list.done {
  background-color: #11d8cc;
  color: #000;
}

.project-box .number-list .list2.done {
  background-color: #20cbd4;
}

.project-box .number-list .list3.done {
  background-color: #0099a9;
}

.project-box .number-list .list4.done {
  background-color: #008996;
}

.number-list ul {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
}

.number-list ul li {
  background: #c8c8c8;
  padding: 72px 44px;
  font-size: 30px;
  font-weight: 700;
  color: #7e7e7e;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number-list ul li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

.project-box .slider-default.show {
  left: 0;
  opacity: 1;
}

.project-box .slider-default {
  padding: 0 20px 0 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.8s;
}

.pooject-step {
  position: relative;
  padding: 70px 0;
}

.pooject-step ul li {
  float: left;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 10px 1.5%;
  padding: 40px 20px;
  position: relative;
  color: #000;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.pooject-step ul li:nth-child(1) {
  margin-left: 0;
}

.project-slider {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pooject-step ul li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}

.pooject-step ul li:hover {
  background: #20cbd4;
  color: #fff;
}

.pooject-step ul {
  padding: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
}

.prject-icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 2px 2px 0 2px rgba(0, 131, 155, 0.6);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-two ul li:last-child,
.slider-three ul li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  width: auto;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.slider-two .pooject-step ul li:last-child {
  width: auto;
}

button.btn-2.big-btn,
[type="submit"].btn-2.big-btn {
  border: 0;
}

.slider-two .pooject-step ul li {
  width: 30%;
}

.pooject-step [type="submit"] {
  float: right;
}

.pooject-step button {
  float: left;
}

.pooject-step form {
  padding-right: 30px;
}

.pooject-step form label {
  font-size: 13px;
  color: #b9b9b9;
  line-height: 15px;
  margin-top: 20px;
}

.pooject-step form .form-control {
  height: 46px;
  line-height: 46px;
  border: solid 1px #b9b9b9;
}

#blog {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 60px 0 80px;
}

.blog-box {
  background: #fff;
  transition: 0.5s;
}

.blog-box .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-box .blog-img {
  position: relative;
  height: 198px;
}

.blog-img-text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.blog-img-text img {
  width: auto;
}

.blog-img-text h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
}

.blog-text {
  padding: 10px 15px 25px;
  position: relative;
  padding-bottom: 45px;
  min-height: 217px;
}

.blog-text a.read-btn {
  position: absolute;
  bottom: 25px;
  left: 15px;
}

.blog-text p small {
  font-weight: 700;
  font-size: 11px;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-text h2 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding-bottom: 8px;
}

.blog-text h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background: #1cd4c6;
  content: "";
}

.blog-text p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 10px;
}

a.read-btn {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  display: inline-block;
}

a.read-btn:hover {
  color: #00b09b;
}

a.read-btn:hover .arrow {
  margin-left: 8px;
  background: #00b09b;
}

a.read-btn:hover .arrow:before,
a.read-btn:hover .arrow:after {
  background: #00b09b;
}

.arrow {
  background: #000;
  height: 1px;
  width: 10px;
  position: relative;
  cursor: pointer;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  transition: 0.5s;
}

.arrow:before,
.arrow:after {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
  width: 5px;
}

.arrow:before {
  right: -2px;
  bottom: -1px;
  transform: rotate(-45deg);
}

.arrow:after {
  right: -2px;
  top: -1px;
  transform: rotate(45deg);
}

.blog-box:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.btn-3 {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #00bfc9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  line-height: 50px;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}

.form-box {
  position: relative;
  z-index: 999;
  margin: -160px 0 0;
}

.form-box > div > div {
  padding: 50px 40px;
  background-size: cover;
}

.form-box > div {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.form-box form label {
  padding-top: 5px;
  font-size: 14px;
}

textarea.form-control {
  resize: none;
  height: 150px;
}

.form-box .heading1 h1 small {
  font-size: 70%;
}

ul.location-list {
  padding: 0;
  margin: 0;
}

ul.location-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 25px 0;
}

ul.location-list li a {
  color: #fff;
}

ul.location-list li i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.form-box .heading1.white h1 {
  color: #fff;
}

.form-box .heading1 h1 {
  padding-top: 0;
}

.form-box .heading1.white h1:before {
  background: #fff;
}

#contact-form form label {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

#contact-form form .btn-2 {
  border: 0;
}

.slider-box-custom {
  width: 930px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slid-box {
  position: relative;
  width: 100%;
  height: 447px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slid-box .for-desktop {
  position: absolute;
  /* left: 29%; */
  top: 50px;
  overflow: hidden;
  z-index: 9;
}

.slid-box .for-laptop {
  width: 460px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  bottom: 12px;
}

.slid-box .for-tablate {
  width: 181px;
  overflow: hidden;
  background-repeat: no-repeat;
  right: 20%;
  position: absolute;
  z-index: 9;
  bottom: 35px;
}

.slid-box .for-mobile {
  width: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  background-repeat: no-repeat;
  bottom: 25px;
  right: 13%;
}

.slid-box .tree-im {
  width: 88px;
  overflow: hidden;
  position: absolute;
  z-index: 8;
  bottom: 25px;
  right: 65px;
}

.for-laptop-with {
  width: 288px;
  margin: 20px 95px 43px auto;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-desktop-with {
  width: 415px;
  height: 368px;
  margin: 19px 23px 25px 23px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-tablate-with {
  margin: 25px 10px 20px 23px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.for-mobile-with {
  margin: 7px 9px 13px 7px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.slid-box > div.tree-im {
  left: 78%;
  top: 50%;
  transform: none;
  z-index: 1;
}

.slid-box > div#arrows {
  position: absolute;
  left: -5px;
  top: 28%;
}

.slid-box > div#arrows div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: solid 2px #fff;
  display: block;
  cursor: pointer;
  margin-top: 8px;
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}

.slid-box > div#arrows div:hover {
  width: 12px;
  height: 12px;
}

.slid-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 230px;
  content: "";
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.portfolio-accordion {
  display: none;
}

/*=========  Portfolio Page header  ========*/

#banner2 {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#banner2 .navbar-nav li:last-child .nav-link {
  padding-right: 0;
}

#banner2 .banner-text {
  padding: 65px 0;
  width: 50%;
  color: white;
}

#banner2 .banner-text h1 {
  font: 700 45px/50px "Lato", sans-serif;
  position: relative;
  padding-bottom: 5px;
}

#banner2 .banner-text h1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: #fff;
  content: "";
}

#banner2 .banner-text h1 > span {
  display: block;
}

#banner2 .icon-box ul li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin: 8px 0;
  text-shadow: 1px 0 1px #000;
}

#banner2 .icon-box {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}

.banner2-position {
  position: relative;
  background: #fff;
}

.flo-img {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 42%;
}

.hot-air-balloon4 {
  position: absolute;
  bottom: 2%;
  left: 0;
}

.hot-air-balloon5 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hot-air-balloon2 {
  position: absolute;
  top: 37px;
  right: 19%;
}

.hot-air-balloon {
  position: absolute;
  top: 28px;
  left: 126px;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.flo-img-relative {
  position: relative;
  height: 242px;
}

#banner2 .container {
  padding: 0;
}

/*=========  Portfolio Page  ========*/

.heading-parallax {
  font-size: 24px;
  position: relative;
  margin: 25px 30px;
}

.heading-parallax:before {
  position: absolute;
  bottom: 0;
  top: 30px;
  width: 55px;
  height: 3px;
  background: #fff;
  content: "";
}

.box-inside .hover-box-small-para {
  font-size: 15px;
  line-height: 22px;
}

.box-inside .btn-2 {
  border: solid 1px #fff;
  color: #fff;
  background: none;
  box-shadow: none;
}

.left-para {
  float: left;
}

.right-para {
  float: right;
}

.white {
  color: #fff;
}

.box-inside {
  padding: 20% 10%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.7s;
  color: #fff;
  background: -moz-linear-gradient(
    -45deg,
    rgba(3, 154, 240, 0.9) 0%,
    rgba(0, 222, 255, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(3, 154, 240, 0.9) 0%,
    rgba(0, 222, 255, 0.9) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(3, 154, 240, 0.9) 0%,
    rgba(0, 222, 255, 0.9) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80039af0', endColorstr='#8000deff', GradientType=1);
}

.display-text {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 20px;
  transition: 0.5s;
  height: 350px;
}

.display-text:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.display-text:hover .box-inside {
  opacity: 1;
  bottom: 0;
}

.box-inside h3 {
  position: relative;
  font-size: 22px;
  padding-bottom: 8px;
  font-weight: 700;
}

.box-inside h3:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 40px;
  content: "";
  background: #fff;
}

.box-inside-pc {
  background-color: #fff;
  display: flex;
  max-width: 100%;
  max-height: 350px;
  overflow-y: hidden;
}

.box-inside-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-inside-pc h3 {
  position: relative;
  color: #000;
  font-size: 20px;
  padding-bottom: 8px;
  padding-top: 10px;
}

.box-inside-pc h3:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  content: "";
  background: #08adcb;
}

.boxes-div {
  display: flex;
  margin-top: 8%;
  padding: 0 3%;
  align-items: stretch;
  margin-bottom: 29px;
}

.parallax-one-bold-para {
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
}

.cloud-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cloud-img1 {
  position: relative;
  -webkit-animation-name: example;
  -webkit-animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  left: 0;
  top: 0;
}

@-webkit-keyframes example {
  0% {
    left: 0px;
  }
  100% {
    left: 100%;
  }
}

@keyframes example {
  0% {
    left: 0px;
  }
  100% {
    left: 100%;
  }
}

.cloud-box div {
  position: absolute;
  top: 0;
  left: 0;
}

.cloud-img2 {
  position: relative;
  -webkit-animation-name: example2;
  -webkit-animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example2;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  left: -100%;
  top: 0;
}

@-webkit-keyframes example2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes example2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.balloon-img {
  position: relative;
  -webkit-animation-name: example5;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example5;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.balloon-img2 {
  position: relative;
  -webkit-animation-name: example5;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@-webkit-keyframes example5 {
  0% {
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes example5 {
  0% {
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

.hot-air-balloon6 {
  position: absolute;
  bottom: -11px;
  left: 30%;
  -webkit-animation-name: example3;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 999;
}

@-webkit-keyframes example3 {
  0% {
    bottom: -11px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -11px;
  }
}

@keyframes example3 {
  0% {
    bottom: -11px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -11px;
  }
}

.flo-small-img {
  position: absolute;
  top: -24px;
  right: 15%;
  -webkit-animation-name: example4;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example4;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotateY(0deg);
}

@-webkit-keyframes example4 {
  0% {
    right: 15%;
  }
  50% {
    right: 70%;
    transform: rotateY(0deg);
  }
  51% {
    transform: rotateY(180deg);
  }
  100% {
    right: 15%;
    transform: rotateY(180deg);
  }
}

@keyframes example4 {
  0% {
    right: 15%;
  }
  50% {
    right: 70%;
    transform: rotateY(0deg);
  }
  51% {
    transform: rotateY(180deg);
  }
  100% {
    right: 15%;
    transform: rotateY(180deg);
  }
}

/*========= industry =========*/

.industry-main-div {
  background-color: #ecf1f4;
  padding: 70px 0 180px;
  margin-bottom: -100px;
}

.industry-inside-div {
  display: flex;
  align-items: center;
}

.industry-inside-div .industry-carousel-box {
  margin: 17px 0px;
}

/*++++++++++ About us page Start ++++++++++*/

.heading1 h5 {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  width: 80%;
  margin: 0 auto;
  line-height: 22px;
}

.about-box-inside-pc {
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 8px;
  margin-top: 30px;
}

.about-box-inside-pc h3 {
  position: relative;
  color: #000;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  font-weight: 700;
}

.about-box-inside-pc p {
  font-size: 14px;
  padding-top: 10px;
}

.about-box-inside-pc h3:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: "";
  background: #08adcb;
  left: 50%;
  transform: translateX(-50%);
}

.about-page {
  background-position: 0 35%;
}

.about-text-box {
  padding-right: 20px;
}

.about-text-box p.about-two-heading {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 8px;
}

.about-two-heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  content: "";
  background: #08adcb;
}

.about-text-box p.about-two-big-para {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 10px;
  line-height: 24px;
}

.about-text-box p {
  font-size: 14px;
  line-height: 20px;
}

.about-small-box {
  padding: 50px 20px;
  margin: 30px 0 0;
  display: block;
  background: #fff;
  border-radius: 8px;
  transition: 0.5s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.about-small-box-heading {
  margin-top: 6%;
  font-size: 18px;
  font-weight: 600;
}

.about-small-box-para {
  font-size: 14px;
}

.about-tow-right-box-div {
  margin-top: 25%;
}

.about-small-box:hover {
  color: #fff !important;
  background: #00c0c0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.about-small-box img {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 8px;
}

.about-small-box:hover img {
  background-color: #4dd3d3;
  border-radius: 4px;
  padding: 8px 8px;
}

.about-small-box:hover .about-normal-img {
  display: none;
}

.about-small-box:hover .about-hover-img {
  display: block;
}

.about-small-box .about-hover-img {
  display: none;
}

.about-parallax {
  margin: 30px 0 0;
  padding: 60px 0;
}

.pinfo-img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.pinfo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-parallax-heading {
  font-size: 32px;
  position: relative;
  font-weight: 500;
}

.about-parallax-heading::before {
  position: absolute;
  bottom: 0;
  top: 30px;
  width: 55px;
  height: 3px;
  background: #fff;
  content: "";
}

.about-parallax-sub-heading {
  font-size: 20px;
  margin: 40px 0px 25px;
}

.about-pinfo {
  background-color: #fff;
  display: grid;
  text-align: center;
  padding: 17% 5%;
  margin: 5px 0;
}

.about-social-icon ul li a {
  font-size: 14px;
  color: #666 !important;
  display: flex;
  padding: 0px 10px;
}

.about-social-link-list {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.director-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.des {
  font-size: 12px;
}

#testi-box {
  padding: 50px 0 50px;
  position: relative;
}

/*=========testimonial start==========*/

.about-testimonial-div {
  margin-top: 30px;
}

#testimonial-box {
  padding: 20px 0;
  position: relative;
}

.testimonial-carousel-box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 9px;
  color: #000;
  transition: 0.5s;
  text-align: left;
  position: relative;
  margin-left: 1px;
}

.testimonial-carousel-box-inside {
  border: solid 1px #e6e6e6;
  padding: 30px 40px 20px;
  position: relative;
  transition: 0.5s;
  min-height: 185px;
}

.testimonial-carousel-box:hover .testimonial-carousel-box-inside {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-color: #fff;
}

.testimonial-carousel-box-inside:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.5s;
}

.testimonial-carousel-box:hover .testimonial-carousel-box-inside:before {
  bottom: -11px;
  opacity: 1;
}

.testimonial-icon img {
  width: auto !important;
}

.testimonial-carousel-box h5 {
  font: 700 20px/25px "Lato", sans-serif;
  padding: 10px 0 15px;
  margin: 0;
}

.testimonial-carousel-box p {
  font: 400 14px/20px "Lato", sans-serif;
}

#testimonial-box .testimonial-carousel-box:hover .btn-2 {
  background: #fff;
  color: #000;
}

#testimonial-box .testimonial-carousel-box:hover .btn-2:hover {
  color: #fff;
}

#testimonial-box .owl-carousel {
  position: relative;
}

#testimonial-box .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
}

#testimonial-box .owl-carousel .owl-nav .owl-prev {
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  float: left;
  display: block;
  border-radius: 100%;
  font-size: 0;
}

#testimonial-box .owl-carousel .owl-nav .owl-prev span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: solid 2px #04aaa5;
  border-left: solid 2px #04aaa5;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

#testimonial-box .owl-carousel .owl-nav .owl-next {
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  float: right;
  display: block;
  border-radius: 100%;
  font-size: 0;
}

#testimonial-box .owl-carousel .owl-nav .owl-next span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px #04aaa5;
  border-right: solid 2px #04aaa5;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

#testimonial-box .owl-stage-outer {
  padding: 20px 0 40px;
}

.testi-2nd-div {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.testi-2nd-div-para p {
  margin-bottom: 0px !important;
  padding-top: 3px;
}

.testi-big-para {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.testi-small-para {
  font-size: 12px !important;
}

.testimonial-img img {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  object-fit: cover;
}

/*=========== services css ===========*/

.main-service-sec-a {
  display: flex;
  margin-top: 5%;
}

.service-para {
  font-size: 16px !important;
  order: 1;
  flex: 1;
  margin-top: 5%;
}

.service-para::before {
  background: #fff !important;
}

.right-top-img {
  float: right;
}

.service-head {
  font-size: 20px;
}

.service-head {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-head:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 2px;
  width: 55px;
  content: "";
  background: #1cd4c6;
}

.service-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.service-row:nth-child(2n + 2) {
  flex-direction: row-reverse;
}

.service-row:nth-last-child(1) {
  border-bottom: 0px;
}

/*=========== careers css ===========*/

.careear-box:hover {
  background: #00aad5;
  transition: 0.5s;
  color: #fff;
}

.careear-box:hover a.btn-2 {
  background: #fff;
  color: #000;
}

.careear-box:hover a.btn-2:hover {
  color: #fff;
}

.careear-box:hover h3:before {
  background: #fff;
}

.careear-box {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
  border-radius: 8px;
  margin-bottom: 30px;
  transition: 0.8s;
  /* min-height: 405px; */
  position: relative;
  padding-bottom: 100px;
}

.careear-box a.btn-2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.careear-box h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  padding-top: 15px;
}

.careear-box h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #08adcb;
  transition: 0.5s;
}

.careear-box h4 {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
}

.careear-box p {
  font-size: 14px;
  line-height: 22px;
}

#inner-form.form-box {
  margin: 40px 0 60px;
  padding: 0;
}

.form-back {
  background-image: url("../images/form-back-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 30px;
}

#inner-form .heading1 h1 {
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}

#inner-form p.form-para {
  font-size: 15px;
  line-height: 22px;
}

#inner-form .heading1 h1:before {
  background-color: #fff;
}

.form-heading-para {
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
}

.form-div-box {
  padding: 30px 40px 30px 20px;
}

.form-control {
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  height: 45px;
}

.select-css {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 13px;
  font-weight: 400;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#inner-form textarea.form-control {
  line-height: 20px;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select .file-select-button {
  width: 40px;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: right;
  position: relative;
}

.file-upload .file-select .file-select-button:before {
  content: "\f0ee";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
}

.file-upload .file-select {
  display: block;
  border: 1px solid #ddd;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}

.file-upload {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

/*++++++++++++++++++++++++++++Blog page Start++++++++++++++++++++++++++++++++*/

.blog-box-page {
  background: #fff;
  margin: 15px 0px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  transition: 0.5s;
}

.blog-img-box {
  width: 100%;
  height: 200px;
}

.blog-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-box-page:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.blog-text-box {
  padding: 20px;
}

.blog-1st-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  display: inline-block;
}

.calender-text {
  font-size: 12px;
  float: left;
  font-weight: 400;
}

.calender-text i,
.tag-text i {
  color: #00c4b8;
}

.tag-text {
  font-size: 12px;
  float: right;
  font-weight: 400;
}

.newsl-div {
  position: relative;
  display: block;
  background: #fff;
  /* box-shadow: -2px -2px 0px 0px rgba(0,0,0,0.1); */
  width: 100%;
  margin-bottom: 40px;
}

.news-para {
  color: #000;
  border-radius: 4px;
  top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.news-form {
  position: relative;
  margin-top: 20px;
}

.news-form input[type="text"] {
  padding-right: 45px;
}

.news-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  background: none;
}

.news-social-list {
  text-align: center;
  padding-top: 20px;
  border-top: solid 1px #e3e1e1;
  margin-top: 20px;
}

.news-social-list li a {
  color: #000;
  font-weight: 100;
  padding: 0px 10px;
  font-size: 14px;
}

.news-social-list ul {
  padding: 0;
  margin: 0;
}

.news-social-list li {
  display: inline-block;
}

.category-img-para ul {
  padding: 10px 0 0 0;
  margin: 0;
}

.category-img-para ul li a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 40px;
  color: #000;
  display: block;
  background: url(../images/s-logo.png);
  background-repeat: no-repeat;
  background-position: 6px 50%;
}

.category-img-para ul li a span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  background: #666;
  color: #fff;
  transition: 0.5s;
}

.category-img-para ul li a:hover span {
  opacity: 1;
}

.category-img-para ul li a:hover {
  background-position: 12px 50%;
}

.category-img-para ul li + li {
  border-top: solid 1px #eee;
}

.bolg-list img {
  width: 100%;
}

.latest-nesw-para {
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 17px;
}

.side-date-para {
  font-size: 12px;
  font-weight: 600;
  color: #00c4b8;
  margin: 0;
}

.bolg-list {
  padding: 20px 0;
  margin: 0 !important;
}

.bolg-list + .bolg-list {
  border-top: solid 1px #eee;
}

/*++++++++Blog page Start+++++++++++++*/

.blog-d-title-para {
  margin: 15px 0px;
  line-height: 30px;
  font-weight: 600;
  font-size: 26px;
}

.blog-detail-div p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.tag-btn-box {
  margin-bottom: 5px;
}

.tag-btn-box span {
  color: #fff;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  font: 700 11px/30px "Lato", sans-serif;
  padding: 0 10px;
  display: inline-block;
  float: left;
}

.tag-btn-box a {
  font: 400 11px/28px "Lato", sans-serif;
  color: #a4a3a3;
  padding: 0 10px;
  display: inline-block;
  float: left;
  margin-left: 3px;
  border: solid 1px #a4a3a3;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.tag-box {
  display: flex;
  flex-direction: column;
}

.bloger-name-para span {
  font-weight: 600;
}

.bloger-name-para {
  font-size: 12px;
  float: none;
}

.bloger-chat-para {
  font-size: 14px;
  float: right;
  font-weight: 600;
}

.no-padding {
  padding: 0px;
}

.bloger-d-para {
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.bloger-d-para p {
  font-size: 17px;
}

.bloger-d-para a {
  /* border-bottom: 2px solid rgba(0, 174, 214, 1); */
  /* padding: 0 5px; */
  color: rgba(0, 174, 214, 1);
}

.bloger-d-para a:hover {
  background-color: rgba(0, 174, 214, 1);
  color: #fff;
  padding: 0 5px;
}

.bloger-d-para ul {
  padding-left: 50px;
}

.bloger-d-para li {
  list-style: disc;
  margin-bottom: 8px;
  font-size: 16px;
}

.bloger-d-para ol {
  list-style: decimal;
  margin-bottom: 8px;
  font-size: 16px;
}

.bloger-d-para h1,
.bloger-d-para h2,
.bloger-d-para h3,
.bloger-d-para h4,
.bloger-d-para h5 {
  font-weight: bold;
}

.blog-social-icons {
  display: flex;
  padding: 0px;
}

.blog-social-icon-div p {
  font-size: 14px;
  font-weight: 700;
}

.blog-social-icons li a,
.blog-social-icons li button {
  margin: 0 5px;
  color: #fff;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  display: block;
  border: 0px;
}

.facebook-back:hover {
  background: #3b5998;
  border-radius: 4px;
}

.twitter-back:hover {
  background: #00acee;
  border-radius: 4px;
}

.insta-back:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border-radius: 4px;
}

.behance-back:hover {
  background: #053eff;
  border-radius: 4px;
}

.blog-social-icon-div {
  margin: 30px 0;
}

.bloger-detail-div {
  display: flex;
  border: 1px solid #d4d4d4;
  padding: 15px 10px;
  margin: 50px 0px;
}

.bloger-profile-img-div img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.bloger-name-profile {
  font-weight: 700;
  font-size: 16px;
}

.bloger-link {
  color: #000;
  font-style: italic;
}

.bloger-detail-info p {
  margin-bottom: 5px;
}

.bloger-personal-social-link-list {
  display: flex;
  padding: 0px;
  margin-top: 15px;
  font-size: 20px;
  margin-bottom: 0px;
}

.bloger-personal-social-link-list li a {
  color: #000;
  padding: 10px 10px 0px 0px;
}

.articles-div p {
  font-size: 14px;
  font-weight: 700;
}

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

.articles-box a {
  color: #000;
  font-weight: 600;
}

.bloger-comment-div {
  display: flex;
  padding: 0px 0px;
  margin: 25px 0px;
}

.bloger-reply-link {
  color: #000;
  font-size: 12px;
}

.bloger-comment-name-div {
  display: flex;
}

.bloger-time-comment {
  font-size: 10px;
  color: #4c4c4c;
  font-weight: 700;
}

.l-comment-div {
  font-size: 14px;
  font-weight: 700;
  margin-top: 50px;
}

.comment-form {
  margin-top: 2% !important;
}

/*++++++++industry_landing+++++++++++++*/

.il-m-top {
  margin-top: -2% !important;
  margin-bottom: 1% !important;
}

.il-box {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 40px;
  margin: 40px 0 0;
}

.il-box-icin-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #00cfd9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.il-icon-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 3%;
}

.parallax-big-para {
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0;
}

.parallax-small-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.il-parallax-one {
  padding: 60px 0;
  margin: 80px 0;
}

.il-buttom-parallax-head {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
}

.il-buttom-parallax-head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #1cd4c6;
  content: "";
}

.brands-logo {
  padding: 30px;
}

#owlCarousel12 .owl-stage-outer .owl-stage {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.form-control.error {
  color: red;
  border-color: red;
}

#invoice_business_info p {
  margin-bottom: 0;
}

#invoice_business_info p {
  margin-bottom: 0;
}

.lightbox-opened {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}

.lightbox-opened:before {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  content: "x";
  font-family: "Lato", sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}

.lightbox-opened img {
  box-shadow: 0 0 6px 3px #333;
}

.no-scroll {
  overflow: hidden;
}

.blog-top-img-div img {
  height: auto;
}

.comment-details {
  width: 100%;
}

.widget_search .title-with-border {
  margin-bottom: 0;
  border-bottom: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-color: #000;
  background-size: 20px, 20px;
  border-radius: 100%;
}

.career-body-content p,
.career-body-content,
.career-body-content ul li,
.career-body-content a {
  font-size: 15px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.open > .dropdown-menu {
  display: block !important;
}

/*Dropdown Css*/

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  top: 94% !important;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*./Dropdown Css*/

input[type="date"]::before {
  color: #999999;
  content: attr(placeholder);
}

input[type="date"] {
  color: #ffffff;
}

input[type="date"]:focus,
input[type="date"]:valid {
  color: #666666;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important;
}

.invoice_history thead > tr {
  background: rgb(0, 174, 214);
  background: -moz-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 174, 214, 1) 0%,
    rgba(0, 203, 205, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aed6', endColorstr='#00cbcd', GradientType=1);
  color: #fff;
  border: 0;
}

.invoice_history tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.invoice_history td,
th {
  border-top: 0;
  font-size: 14px;
  padding: 10px 20px;
}

.invoice_description_custom > ul > li {
  list-style: disc;
  margin-bottom: 8px;
}

.invoice_description_custom p {
  font-size: 17px;
}

.invoice_description_custom a {
  border-bottom: 2px solid rgba(0, 174, 214, 1);
  padding: 0 5px;
}

.invoice_description_custom a:hover {
  background-color: rgba(0, 174, 214, 1);
  color: #fff;
  padding: 0 5px;
}

.invoice_description_custom ul {
  padding-left: 50px;
}

.invoice_description_custom li {
  list-style: disc;
  margin-bottom: 8px;
  font-size: 16px;
}

.invoice_description_custom ol {
  list-style: decimal;
  margin-bottom: 8px;
  font-size: 16px;
}

.invoice_description_custom h1,
.invoice_description_custom h2,
.invoice_description_custom h3,
.invoice_description_custom h4,
.invoice_description_custom h5 {
  font-weight: bold;
}

/* home page lead from style   */

.errorstyle {
  position: relative;
}

.errorstyle label.error {
  position: absolute;
  right: 0;
  top: 0;
}

/* submit confirm msg for lead msg  */

.fromSubmitMsg {
  /* position: fixed;
    top: 50px; */
  z-index: 999;
  /* right: 12px; */
  padding: 10px;
  display: inline-block;
}

.portfolio-page-banner .top-logo img {
  filter: brightness(1000);
}

.w-100 iframe {
  max-width: 100%;
}

.other-footer .footer-logo img {
  filter: brightness(1000%);
}

/* Mailchimp Response Message Style  */

.mc4wp-response {
  position: fixed;
  right: 20px;
  top: 20px;
}

.mc4wp-response p {
  width: 300px;
  text-align: left;
  font-size: 15px;
  background-color: whitesmoke;
  color: #000;
  padding: 10px 12px;
  border-radius: 5px;
  z-index: 999;
}

.mc4wp-response > .mc4wp-failure p {
  color: green;
}

#job-status span {
  text-transform: uppercase;
}


.btn-hdr {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
}

.we-are-hiring {
  padding-left: 15px;
  margin-top: -10px;
}

h1.get_quote {
  /* position: relative;
  left: 45%; */
  margin: 13px;
  text-align: center;
}

h1.ui-ux.aos-init.aos-animate {
  padding-top: 20px;
}

h2.looking {
  color: white;
}