/*product slider css*/

/*** OVERRIDES ***/

ul.nav.nav-tabs li a img {
  margin-right: 10px;
}

ul.mainmenu.nav.sf-menu.sf-js-enabled.sf-arrows {
  /* margin-left: 30%; */
  margin-left: 0;
  text-align: right;
}

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}

.thumbelina {
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto;
}

.thumbelina li img,
.thumbelina li img:hover {
  height: 100px;
  border: none;
}

.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
  position: relative;
  width: 93px;
  height: 330px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  float: left;
  margin-top: 20px;
  z-index: 2;
}

#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* Prevent FOUC */

#thumbnails ul {
  visibility: hidden;
}

#thumbnails ul.thumbelina {
  visibility: visible;
}

#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s;
  /* Sync with JS */
  background: url("http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg")
    no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}

.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden;
  /* Prevent FOUC */
}

.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}

.fullscreen #zoom-overlay {
  animation: fadein 0.5s;
  /* Sync with JS */
  display: block;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*end product slider css*/

h4.entry-title.hover-color3 {
  font-size: 18px;
  line-height: 24px;
}

/*News section css*/

section#news {
  margin-bottom: -25px;
}

.news-block {
  border: 2px solid #efefef;
  padding: 4px;
  margin: 0px;
  margin-bottom: 25px;
  transition: all 0.3s ease 0s;
  min-height: 275px;
}

.news-block:hover {
  box-shadow: 0 0 10px #999;
}

.news-block h4 a {
  font-size: 20px;
}

.news-block.text-left button {
  padding: 10px;
}

.news-block img {
  height: 200px;
}

/*end news section css*/

/*Infrastructute section css*/

.infrastructute .serviceBox {
  padding: 30px 30px 30px 90px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  min-height: 300px;
}

.infrastructute .serviceBox button {
  margin-top: 20px;
  padding: 10px 25px;
}

.infrastructute .serviceBox:hover {
  background: #a6ce38;
  color: #333;
}

.infrastructute .serviceBox:after {
  content: "";
  display: block;
  border-top: 500px solid #fff;
  border-left: 500px solid transparent;
  margin-top: -55%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
}

.infrastructute .serviceBox:hover:after {
  margin-left: 0;
  opacity: 0.1;
}

.infrastructute .serviceBox .service-icon {
  font-size: 50px;
  color: #645e9d;
  position: absolute;
  top: 40px;
  left: 20px;
  transition: all 0.3s ease-in-out 0s;
}

.infrastructute .serviceBox:hover .service-icon {
  color: #fff;
}

.infrastructute .serviceBox .title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}

.infrastructute .serviceBox .description {
  font-size: 15px;
  color: #a3a3a3;
  line-height: 25px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
}

.infrastructute .serviceBox:hover .description {
  color: #333;
}

/*end Infrastructure section css*/

td.td-color {
  background-color: #f1ede2 !important;
}

.product-tabs .nav-tabs > li > a {
  padding: 10px 36px;
  text-transform: none;
  font-size: 16px;
  border-bottom: 2px solid #e5e9ea;
}

.carousel-inner img {
  width: 900px;
  height: 350px !important;
}

.vertical-item.content-padding.with_border.rounded.text-center {
  min-height: 380px;
  /*min-height: auto;*/
}

.col-sm-12.text-center {
  margin-top: 30px;
  margin-bottom: 30px;
}

tr.changebgcolor td {
  background-color: #f1ede2 !important;
  padding: 9px 5px !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  border: 2px solid #efefef;
}

#carousel-example-generic {
  margin: 20px auto;
  width: 100%;
}

#carousel-custom {
  margin: 20px auto;
  width: 400px;
  margin-top: 0;
}

#carousel-custom .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

#carousel-custom .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

#carousel-custom .carousel-indicators li img {
  display: block;
  /* opacity: 0.5; */
  opacity: 1;
}

#carousel-custom .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
  /* opacity: 0.75; */
  opacity: 1;
}

#carousel-custom .carousel-outer {
  position: relative;
}

.carousel-indicators li img {
  width: 65px;
  height: 65px;
  border: 2px solid #efefef;
}

li.media {
  min-height: 75px;
}

table#specification thead {
  background-color: #daebc1;
}

#specification span {
  display: block;
}

td.changebgcolor {
  background-color: #f1ede2 !important;
}

#specification th,
#specification td {
  vertical-align: middle;
  font-weight: normal;
  padding: 4px 5px;
  text-align: center;
  color: #000;
  font-size: 15px;
}

#specification thead {
  color: #ffffff;
}

#specification thead th {
  border: 1px solid #fff;
  border-top: 1px solid #fff !important;
  border-width: 0 1px;
  color: #231f20;
  font-weight: bold;
  background-color: #daebc1;
}

#specification tbody th,
#specification tbody td {
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out 0s;
  background-color: #e2e3e4;
}

#specification tbody .current {
  background-color: #f1ede2 !important;
  border-color: #fff;
}

#specification tbody tr.current {
  background-color: #f1ede2 !important;
  border-color: #fff;
}

#specification tbody .current a {
  color: #ffffff;
}

.product.type-product.row.columns_padding_25 {
  margin-bottom: 60px;
}

h4.entry-title a {
  font-size: 15px;
}

h2.product_title.text-uppercase.topmargin_0 {
  font-size: 17px;
  margin-bottom: 18px;
}
h2.product_title.text-uppercase.topmargin_0.inner-title {
  font-size: 17px;
  margin-bottom: 18px;
  border-bottom: solid 1px;
}

.item-media.top_rounded.overflow_hidden img {
  margin-top: 4px;
}

.aboutus-banner img {
  height: 331px;
  width: 100%;
}

h2.small.display_table_cell_md {
  color: #002632;
  font-weight: bold;
}

.our-belief {
  margin-top: -35px;
  margin-bottom: 75px;
}

section.ls.section_padding_top_130.section_padding_bottom_130.columns_padding_25 {
  margin-top: 40px;
}

li.media {
  margin-bottom: 25px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 20px;
}

.product-main {
  margin-top: 30px;
}

input[type="file"] {
  padding-top: 6px;
}

.modal-header .close {
  margin: 6px 8px 0 0;
}

h4.aboutus-title {
  font-size: 21px;
}

.aboutus-section {
  padding: 80px 0;
}

h2 .aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #000;
}

.aboutus-title::after {
  background: #a6ce38 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
  top: 60px;
}

.aboutus-text {
  color: #606060;
  font-size: 15px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  text-align: left;
}

.feature .feature-box .iconset {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 16%;
}

.feature .feature-box .iconset::after {
  background: #fdb801 none repeat scroll 0 0;
  content: "";
  height: 150%;
  left: 43%;
  position: absolute;
  top: 100%;
  width: 1px;
}

.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}

.feature .feature-box .feature-content {
  float: left;
  padding-left: 28px;
  width: 78%;
}

.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}

.feature .feature-box .feature-content p {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
}

.icon {
  color: #f4b841;
  padding: 0px;
  font-size: 40px;
  /* border: 1px solid #fdb801; */
  border-radius: 100px;
  color: #fdb801;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

.feature .feature-box .iconset {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 18%;
}
.feature .feature-box .iconset::after {
  background: #a6ce38 none repeat scroll 0 0;
  content: "";
  height: 90%;
  left: 49%;
  position: absolute;
  top: 100%;
  width: 1px;
}
.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.feature .feature-box .feature-content {
  float: left;
  padding-left: 28px;
  width: 78%;
  margin-top: 10px;
}
.feature .feature-box .feature-content h4 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
  color: #606060;
  font-size: 15px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
}
.feature-box {
  margin-top: 25px;
}
.tab-heading h4 {
  font-size: 20px;
  margin-bottom: -4px;
  margin-top: -20px;
}
.vertical-tabs {
  margin-top: 10px;
}
.infrastructute h2 {
  font-size: 25px;
}
.infrastructute p {
  text-align: justify;
}
.counter {
  margin-top: 90px;
}
.serviceBox {
  padding-bottom: 10px;
  margin: 0 10px;
  transition: all 0.3s ease 0s;
  border: 2px solid #efefef;
  min-height: 200px;
}
.serviceBox:hover {
  box-shadow: 0 0 10px #999;
}
.serviceBox .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 15px 10px;
  transition: all 0.3s;
}
.how-section1 {
  margin-top: -10%;
  padding: 0%;
}
.how-section1 h4 {
  color: #a6ce38;
  font-weight: bold;
  font-size: 20px;
}
.how-section1 .row {
  margin-top: 10%;
}
.how-img {
  text-align: center;
}
.how-img img {
  width: 100%;
}
.owl-theme .owl-dots {
  margin-top: 50px;
  display: none;
}
.csr-images img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.csr-images {
  margin-top: 50px;
}
.csr-images h4 {
  font-size: 20px !important;
}
.feature {
  margin-top: -30px;
}

/******************* Timeline Css *****************/
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- Main components -------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */

  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  left: 20%;
  top: 20%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  border-bottom: 2px dashed #006684;
  background: none;
  height: 0;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 22px;
  }

  .cd-timeline-content p {
    font-size: 15px;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
    min-height: 110px;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 14px;
    font-weight: bold;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */

  .cssanimations
    .cd-timeline-block:nth-child(even)
    .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*infrastructure css*/
.vertical-tab {
  font-family: "Lato", sans-serif;
  display: table;
}
.vertical-tab .nav-tabs {
  display: table-cell;
  width: 28%;
  min-width: 28%;
  border: none;
  vertical-align: top;
  position: relative;
}
.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a {
  color: #e44251;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 3px 5px 0;
  border-radius: 20px;
  border: 2px solid #e44251;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #e44251;
  border-radius: 0;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
  content: "";
  background-color: #e44251;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: scale(0) rotateX(360deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.vertical-tab .nav-tabs li a:after {
  background-color: transparent;
  border-radius: 0;
  transform: scale(0.7);
  transition-delay: 0.1s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before {
  border-radius: 0;
  transform: scale(1) rotateX(0);
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after {
  background-color: #e44251;
  opacity: 0;
  transform: scale(1.4);
}
.vertical-tab .tab-content {
  color: #fff;
  background-color: #3a4092;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 23px;
  margin-top: 10px;
  padding: 10px 17px 5px;
  display: table-cell;
  position: relative;
}
.vertical-tab .tab-content h3 {
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.vertical-tabs .serviceBox {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  padding: 0 0 20px;
  margin: 5px 5px 0 15px;
  text-align: right;
  border-radius: 20px 0;
  position: relative;
  z-index: 1;
  min-height: 134px;
  margin-bottom: 40px;
}
.vertical-tabs .serviceBox .title {
  color: #fff;
  /* background: linear-gradient(to right, #fe8c00, #f66900); */

  background-color: #868484;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  padding: 10px 10px;
  margin: -20px -6px 30px 0;
  /* border-radius: 0 0 0 20px; */

  border-radius: 0;
  box-shadow: -2px 4px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  line-height: 24px;
  float: left;
}
.vertical-tabs .serviceBox .title:before,
.vertical-tabs .serviceBox .title:after {
  content: "";
  background: linear-gradient(to right bottom, transparent 49%, #868484 50%);
  /* background: linear-gradient(to right bottom, transparent 49%, #f83600 50%); */

  display: none;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -4px;
}
.vertical-tabs .serviceBox .title:after {
  transform: rotate(180deg);
  top: auto;
  bottom: -5px;
  left: auto;
  right: 0;
}
.vertical-tabs .serviceBox .description {
  font-size: 13.5px;
  letter-spacing: 0.5px;
  line-height: 23px;
  text-align: justify;
  margin: 4px 4px 1px;
  padding-right: 6px;
  font-weight: normal;
}
.vertical-tabs .serviceBox:hover .service-icon {
  transform: rotateY(360deg);
}
.serviceBox.green .title,
.serviceBox.green .read-more {
  /* background: linear-gradient(to right, #2cdc81, #009d72); */

  background-color: #868484;
}
.serviceBox.green .title:before,
.serviceBox.green .title:after {
  /* background: linear-gradient(to right bottom, transparent 49%, #039b68 50%); */

  background: linear-gradient(to right bottom, transparent 49%, #868484 50%);
  display: none;
}
.serviceBox.green .read-more:before {
  background: linear-gradient(to bottom, #2cdc81, #039b68);
}
.serviceBox.green .read-more:after {
  background: #2cdc81;
}
.serviceBox.blue .title,
.serviceBox.blue .read-more {
  background: linear-gradient(to right, #02e7f7, #876cf5);
}
.serviceBox.purple .title,
.serviceBox.purple .read-more {
  /* background: linear-gradient(to right, #a6ce39, #a6ce39); */

  background-color: #868484;
}
.serviceBox.purple .title:before,
.serviceBox.purple .title:after {
  /* background: linear-gradient(to right bottom, transparent 49%, #6F1E51 50%); */

  background: linear-gradient(to right bottom, transparent 49%, #868484 50%);
  display: none;
}
.serviceBox.purple .read-more:before {
  background: linear-gradient(to bottom, #b53471, #6f1e51);
}
.serviceBox.purple .read-more:after {
  background: #b53471;
}
.vertical-tabs .serviceBox .title {
  width: 190px;
  text-align: left;
}
.vertical-tabs img {
  margin-top: 20px;
}
.service-icon img {
  width: 100%;
}

.indicators-features ul {
  padding-left: 20px;
  color: #696868;
}
.indicators-features ul li {
  padding: 5px 0;
}

.plz-wait {
  display: none;
}

.header.style_three .header_mid .mid_content .text h4 {
  color: #282828;
}
