::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(135, 150, 165, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #df3716 linear-gradient(45deg, #253746, #253746);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(135, 150, 165, 0.1);
}
.banner-disc p {
  font-size: 20px !important;
}
.banner-title {
  font-size: 36px !important;
  line-height: 36px;
}
.inner-page-banner-title {
  position: absolute;
  text-align: left;
  left: 15%;
  max-width: 400px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  z-index: 1;
}
.inner-page-banner-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 36px;
  margin-top: 0;
}
.inner-page-banner-title p {
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-block h2 {
  font-size: 32px;
  margin-top: 0;
}
.about-block p {
  font-size: 20px;
}
a.read-more-btn {
  border: 1px solid #fa4616;
  padding: 10px 26px;
  color: #253746;
  display: inline-block;
  margin: 15px 0 0;
  font-size: 18px;
}
.product-discription a.read-more-btn {
  padding: 11px 26px;
  font-size: 16px;
}
.product-discription.text-justify {
  text-align: justify;
}
.about-block p:last-child {
  margin-bottom: 0;
}
a.read-more-btn:hover {
  border: 1px solid #253746;
}
.list-news li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
position: relative;
cursor: pointer;
}
.list-news li a {
  color: #fff;
}
ul.list-news {
  padding-left: 15px;
}
.list-news li i {
  position: absolute;
  left: auto;
  top: auto;
  margin-top: 5px;
  margin-left: -15px;
  color: #fa4616;
}
.news-block h2 {
  margin: 0 0 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.news-block {
  background: #1f354a;
  padding: 25px;
}
.read-more-block {
  background: #fa4616;
  padding: 15px 20px;
}
.read-more-block p {
  margin: 0;
  font-size: 18px;
}
.read-more-block a {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.read-more-block:hover {
  background: #1f354a;
}
.read-more-block:hover a {
  color: #fff;
}
.watchwrap.video-block {
  line-height: 0;
}
.cb img {
  width: 17px;
  filter: brightness(0) invert(1);
}
.mega-menu .navbar-nav > li:last-child {
  padding-right: 0;
}
.navbar-right {
  margin-right: -10px;
}
.contact-colhr {
  border-bottom: 1px solid #d6d6d7 !important;
  border-top: 0;
}
Home-Page-Banner-Main .owl-carousel .owl-item:before {
  content: "";
/*  position: absolute;
  background: rgba(1, 1, 1, 0.25);*/
  height: 100%;
  width: 100%;
}

.Home-Page-Banner-Main .captiontag {
  top: 50%;
  transform: translateY(-50%);
}
.Home-Page-Banner-Main .owl-carousel .item {
 /* height: 615px;*/
}
.footer-copyright a {
  color: #fff !important;
}
.footer-copyright a:hover {
  color: #1f354a !important;
}
.home-page-about {
  background: #f9f9f9;
  padding: 65px 0;
}
.main-content {
  background: #f9f9f9;
  padding: 65px 0;
}
.news-section {
  background: #fff;
  padding: 65px 0;
}
.product-main {
  background: #fff;
  padding: 65px 0;
}
.heading-title {
  color: #fa4616;
}
.heading-title h1 {
  margin: 0;
}
.heading-title:after {
  content: "";
  background: #fa4616;
  display: block;
  width: 70px;
  height: 5px;
  margin: 15px 0 20px;
}
.video-tvc-title h3 {
  background: #fa4616;
  color: #fff;
  line-height: normal;
  padding: 12px 20px;
  margin: 0;
  font-size: 20px;
}
.product-img {
  padding: 5px;
  background: #f9f9f9;
}
.product-img img {
  width: 100%;
}
.product-main hr {
  border-color: rgba(37, 55, 70, 0.03);
  margin: 25px 0;
}
.product-discription {
  text-align: left;
}
.product-discription h3 {
  margin: 0 0 15px;
  color: #fa4616;
  font-size: 26px;
}
.product-discription h3:after {
  content: "";
  width: 30px;
  height: 0;
  background: #253746;
  display: block;
  margin: 15px 0;
}
.arrow_box {
  position: relative;
  background: #253746;
  margin-bottom: 30px;
}
.arrow_box:after {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #253746;
  border-width: 10px;
  margin-left: -10px;
}
.panel.fold {
  border: none;
}
.arrow_box h3 {
  font-size: 26px;
  padding: 13px 20px;
  margin: 0;
  color: #fff;
}
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  margin-bottom: 50px;
  padding: 25px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 3px 0 0 #f7f7f7;
  -moz-box-shadow: 0 3px 0 0 #f7f7f7;
  box-shadow: 0 3px 0 0 #f7f7f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.product-main section:last-child .panel {
  margin: 0;
}
.orange-text {
  color: #fa4616;
}
.products-nav span {
  display: inline-block;
  position: relative;
}
.products-nav a {
  display: inline-block;
  color: #272727;
  text-decoration: none;
}
.products-nav .circle {
  height: 10px;
  width: 10px;
  left: -10px;
  border-radius: 50%;
  background-color: #fa4616;
}
.products-nav .active-section {
  position: relative;
  background: #fa4616;
}
.products-nav .active-section:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 70, 22, 0);
  border-left-color: #fa4616;
  border-width: 10px;
  margin-top: -10px;
}
.products-nav .rect {
  height: 3px;
  width: 0;
  left: 0;
  bottom: 4px;
  background-color: #fa4616;
  -webkit-transition: -webkit-transform 0.6s, width 1s;
  -moz-transition: -webkit-transform 0.6s, width 1s;
  transition: transform 0.6s, width 1s;
}
.products-nav .active-section,
.products-nav a:hover {
  color: #fff;
  background: #fa4616;
}
.products-nav .active-section span,
.products-nav a:hover span {
  background-color: #253746;
}
.products-nav .active-section .rect {
  width: 25px;
}
.products-nav li {
  margin-bottom: 2px;
}
.products-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-nav a {
  display: inline-block;
  color: #272727;
  text-decoration: none;
  font-size: 1em;
  background: #f9f9f9;
  padding: 13px 20px;
  width: 100%;
  text-transform: capitalize;
}
.media-nav li a {
  background: #253746;
  color: #fff;
  margin-top: 20px;
}
.arrow-menu-left {
  list-style: none;
  width: auto;
  right: auto;
  justify-content: right;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.arrow-menu-left a {
  display: inline-block;
  margin-bottom: 0;
  width: 40px;
  background: beige;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.content-section {
  position: relative;
}
.innovations-img {
  margin-bottom: 30px;
}
.innovations-img img {
  width: 100%;
}
.list-item li {
  list-style: circle;
  margin-bottom: 10px;
  line-height: normal;
}
.list-item li:last-child {
  margin-bottom: 0;
}
ul.list-item {
  padding: 0;
  margin-left: 20px;
}
.career-page .product-discription h4 {
  margin-bottom: 20px;
  margin-top: 0;
  line-height: normal;
  font-size: 24px;
}
.contact-page .product-discription h3 {
  font-weight: 400;
}
.contact-page .product-discription h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #253746;
  display: block;
  margin: 15px 0;
}
.contact-info input {
  height: 48px;
}
.contact-info input,
.contact-info textarea {
  font-size: 17px;
  border: 1px solid rgba(37, 55, 70, 0.1);
  box-shadow: none;
  resize: none;
  border-radius: 0;
  background: 0 0;
}
.contact-info .form-control:focus {
  outline: 1px solid #253746 !important;
  border: none !important;
  box-shadow: none;
}
.alert.alert-danger p {
  color: #fff;
  background: red;
  border-radius: 24px;
  padding: 10px;
}
.button {
  border: none;
  padding: 0 40px;
  color: #253746;
  display: inline-block;
  font-size: 18px;
  background: #fa4616;
  color: #fff;
  height: 48px;
}
.button:hover {
  background: #253746;
}
.loginbar a.active,
.mbltopmenu a.active {
  color: #fa4616;
}
.news-div {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  padding-bottom: 5px;
}
.news-title {
  font-size: 20px;
  line-height: normal;
  display: inline-block;
  color: #fa4616;
}
.news-sec-main .news-div:last-child {
  margin-bottom: 0;
}
.timeline ul {
  padding: 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #253746;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #f2f2f2;
}
.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 30px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f2f2f2 transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -429px;
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f2f2f2;
}
time {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fa4616;
}
.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
  background: #fa4616;
}
.timeline ul li div {
  opacity: 1;
}
.timeline ul li.in-view div {
  visibility: visible;
  opacity: 1;
  outline: 1px solid hsla(13, 96%, 53%, 0.1);
  outline-offset: -6px;
  line-height: normal;
}
.timeline ul:before {
  background: #253746;
  width: 80px;
  height: 80px;
  content: "Start";
  display: block;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .timeline ul:before {
    background: #253746;
    width: 60px;
    height: 60px;
    content: "Start";
    display: block;
    text-align: center;
    line-height: 60px;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    margin-left: -30px;
  }
  .timeline ul li {
    padding-top: 35px;
  }
  .timeline ul li {
    margin-left: 0;
  }
  .timeline ul li div {
    width: calc(50vw - 0px);
  }
  .timeline ul li:nth-child(even) div {
    left: 30px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f2f2f2 transparent transparent;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 0;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 30px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f2f2f2 transparent transparent;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .timeline ul li div {
    width: 350px;
  }
  .timeline ul li:nth-child(even) div {
    left: -379px;
  }
}
@media (min-width: 1025px) {
  .video-block {
    height: 435px !important;
  }
  .news-block ul.list-news {
    height: 310px !important;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  /*.news-block {
	margin-bottom: 15px;
  }*/
  .col-sm-6.contact-col.wow.fadeIn.animated {
    padding: 0;
  }
}
@media (max-width: 1025px) {
  .header .container {
    width: 100%;
  }
  .product-img {
    margin-bottom: 20px;
  }
}
.file-wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.file-wrapper input {
  left: 0;
  opacity: 0.01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: 0.01;
}
.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 0 20px;
  background: #fa4616;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-family: Calibri, sans-serif;
}
.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}
.file-button i {
  margin-right: 8px;
}
ul.quicklinks {
  padding-left: 20px;
}
.quicklinks li {
  line-height: normal;
  margin-bottom: 10px;
}
.quicklinks li i {
  position: absolute;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: -15px;
  color: #fa4616;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .topbar ul.loginbar {
    font-size: 15px;
    top: auto;
    position: relative;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
    color: #fa4616;
  }
  .mega-menu .navbar-nav > li:first-child:after {
    background: 0 0;
  }
}
.featured-section {
  position: relative;
  padding: 65px 0 65px;
  background: #f9f9f9;
}
@media screen and (min-width: 770px) {
  .featured-block .inner-box .image .content-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .featured-section .inner-container {
    position: relative;
    padding-left: 60px;
    padding-bottom: 0;
  }
  .featured-block .inner-box .image .content-box {
    position: absolute;
    left: 5%;
    top: 50%;
    padding: 25px;
    transform: translateY(-50%);
  }
  .featured-block .inner-box .image .content-box .title {
    color: #fff !important;
  }
  .featured-block:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .featured-block .content-box {
    padding: 20px;
    background: #fff;
  }
  .featured-section .inner-container:before {
    position: relative;
    content: "";
    left: 0;
    bottom: 0;
  }
  .featured-block .inner-box .image .content-box .text {
    max-width: 100% !important;
  }
  .featured-section .inner-container {
    padding-bottom: 60px;
  }
}
.featured-block .inner-box .image .content-box .title {
  position: relative;
  color: #fa4616;
  font-size: 16px;
}
.featured-block .inner-box .image .content-box h3 {
  position: relative;
  color: #1f354a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 0;
}
.featured-block .inner-box .image .content-box h3 {
  color: #fff;
}
.featured-block .inner-box .image .content-box .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  max-width: 440px;
  margin-bottom: 25px;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #fff !important;
  padding: 10px 36px;
  font-weight: 400;
  overflow: hidden;
  overflow: hidden;
  background: #1f354a;
  border-radius: 50px;
  text-transform: capitalize;
}
.featured-section .owl-nav {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 100%;
  max-width: 200px;
}
.featured-section .owl-dots {
  position: absolute;
  right: 125px;
  bottom: -40px;
  width: 100%;
  max-width: 70px;
}
.featured-section .owl-nav .owl-prev {
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #1f354a;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #1f354a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.featured-section .owl-nav .owl-next {
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #1f354a;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #1f354a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.featured-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #1f354a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.featured-section .owl-dots .owl-dot.active,
.featured-section .owl-dots .owl-dot:hover {
  background-color: #fa4616;
}
.featured-section .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.featured-section .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #1f354a;
}
.featured-block .inner-box .image .content-box .theme-btn:after {
  border-color: #fa4616;
}
.featured-block .inner-box .image .content-box .theme-btn:before {
  border-color: #fa4616;
}
.btn-style-one:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
  border-bottom: 55px solid #fff;
  border-right: 30px solid transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.featured-block .inner-box .image .content-box .theme-btn:hover {
  color: #fff;
}
.btn-style-one:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-style-one:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 55px solid #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-style-one .txt {
  position: relative;
  z-index: 1;
}
.featured-section .owl-nav .owl-next:hover,
.featured-section .owl-nav .owl-prev:hover {
  background-color: #fa4616;
  border-color: #fa4616;
  color: #fff;
}
.experiance-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffff;
}
.experiance-section .pattern-layer {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  height: 100%;
}
.experiance-section .title-column {
  position: relative;
}
.title-column .text {
  padding-right: 60px;
  font-size: 18px;
}
.experiance-section .title-column .upper-box .upper-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: -45px;
  width: 110px;
  height: 172px;
  border: 12px solid #eaeaea;
}
.experiance-section .title-column .upper-box .upper-inner {
  position: relative;
  padding-left: 200px;
}
.upper-box h3 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}
.experiance-section .title-column .upper-box .number {
  position: absolute;
  left: 40px;
  top: -20px;
  color: #1f354a;
  font-weight: 700;
  line-height: 1em;
  font-size: 120px;
}
.experiance-section .title-column .upper-box {
  position: relative;
  margin-bottom: 90px;
}
.sec-title .separate {
  position: relative;
  width: 130px;
  float: left;
}
.sec-title {
  position: relative;
  margin-bottom: 5px;
}
.sec-title h2 {
  position: relative;
  font-size: 33px;
  color: #fa4616;
  padding-bottom: 12px;
  margin-top: 0;
}
.sec-title.centered .separate {
  margin: 0 auto;
}
.sec-title.centered .separate {
  float: none !important;
}
.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #fff !important;
  padding: 12px 40px 12px;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #1f354a;
  text-transform: capitalize;
}
.btn-style-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #1f354a;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.btn-style-two .txt {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-two:hover {
  color: #fff;
}
.btn-style-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.btn-style-two:before {
  background: #fa4616;
}
.image img {
  width: 100%;
}
.video-column .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-column .image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-column .image {
  overflow: hidden;
}
.services-section {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f9f9f9;
}
.services-section .owl-nav {
  display: none;
}
.services-section .owl-dots {
  position: relative;
}
.services-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #1f354a;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-section .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover {
  background-color: #fa4616;
}
.services-block {
  position: relative;
  margin-bottom: 30px;
}
.services-block .inner-box {
  position: relative;
}
.services-block .inner-box .image {
  position: relative;
}
.services-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.services-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  text-align: center;
  background: rgba(250, 70, 22, 0.95);
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.services-block .inner-box:hover .image .overlay-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0);
  -moz-transform: perspective(400px) rotateX(0);
  -ms-transform: perspective(400px) rotateX(0);
  -o-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
}
.services-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}
.services-block .inner-box .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.services-block .inner-box .image .overlay-box .icon {
  position: relative;
  color: #fff;
  font-size: 70px;
  line-height: 1em;
}
.services-block .inner-box .image .overlay-box .text {
  position: relative;
  line-height: 23px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px;
}
.services-block .inner-box .lower-box {
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #fff;
}
.services-block .inner-box .lower-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #1f354a;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.services-block .inner-box:hover .lower-box:before {
  height: 100%;
}
.services-block .inner-box .lower-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.services-block .inner-box .lower-box h3 a {
  position: relative;
  color: #322f2f;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block .inner-box:hover .lower-box h3 a {
  color: #fff;
}
.sec-title.centered {
  text-align: center;
}
.sec-title.centered .separate:after {
  left: 50% !important;
  margin-left: -15px !important;
}
.home-image-section {
  background: #fff;
}
.home-image-height {
  height: 550px;
}
.image-text h2 {
  margin: 0 0 0;
}
.image-text {
  position: relative;
  background: #fff;
  padding: 0 70px;
  height: 550px;
  vertical-align: middle;
  display: table-cell;
}
.image-text p {
  margin: 0;
  line-height: 23px;
}
.image-text:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 25px;
  margin-top: -25px;
}
.video-tvc-block img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.video-tvc-title a {
  color: #fff;
}
.video-tvc-col {
  margin-bottom: 30px;
}
.media-tvc-page .product-block .video-tvc-col:last-child {
  margin: 0;
}
.content-section:last-child .panel {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .video-tvc-col-md-b-0 {
    margin-bottom: 0;
  }
  .featured-block .inner-box .image .content-box h3 {
    font-size: 36px !important;
  }
  .featured-block .inner-box .image .content-box .text {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .header:before {
    width: 65%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner-title {
    font-size: 22px !important;
    line-height: 25px;
  }
  .banner-disc p {
    font-size: 15px !important;
  }
  .title-column .text {
    padding-right: 5px;
    font-size: 15px;
  }
  .list-news li {
    font-size: 15px;
  }
  .image-text {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-image-height {
    height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .featured-block .inner-box .image .content-box .text,
  .featured-block .inner-box .image .content-box h3 {
    color: #333;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .Home-Page-Banner-Main .owl-carousel .item {
    height: auto;
  }
  .inner-page-banner-img .owl-item img,
  .inner-page-banner-img.owl-carousel,
  .inner-page-banner-img.owl-carousel .item {
    min-height: auto;
    height: auto;
  }
  .Home-Page-Banner-Main .captiontag p {
    font-size: 16px !important;
    line-height: 25px;
    max-width: 350px !important;
  }
  .banner-title {
    font-size: 30px !important;
    line-height: 35px;
  }
  .Home-Page-Banner-Main .captiontag h2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1025px) {
  .Home-Page-Banner-Main .captiontag p {
    max-width: 320px !important;
  }
}
.alert {
  margin-bottom: 0;
}
.innovation-col {
  border: 2px solid #fa4616;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 30px;
  min-height: 180px;
}
.innovation-icon {
  text-align: center;
  background: #f2f2f2;
  padding: 12px;
  max-width: 80px;
  margin: 0 auto;
  border-radius: 10px;
}
.innovation-icon img {
  max-width: 100%;
}
.innovation-text {
  line-height: normal;
}
.innovation-row {
  counter-reset: my-sec-counter;
}
.innovation-row .innovation-col:after {
  content: "01";
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter) "";
  background: #fa4616;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 40px;
  margin-right: -5px;
  border-radius: 50%;
  top: -20px;
}
.innovation-text {
  padding: 15px 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.inner-page-banner-img .item:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.btn-wrapper {
  display: inline-block;
}
#error_data {
  color: red;
  margin: 15px 0 0;
}
.product-discription .our-purpose-list:last-child {
  margin-bottom: 0;
}
.our-purpose-list {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #fa4616;
  display: inline-block;
  width: 100%;
}
.our-purpose-icon {
  width: 110px;
  float: left;
}
.our-purpose-text p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
}
.our-purpose-block .innovation-text {
  font-size: 18px;
  line-height: normal;
}
.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .product-main .col-sm-4.col-md-3.wow.fadeIn.hidden-xs.animated {
    display: none;
  }
  nav.products-nav.floating {
    display: none;
  }
  .product-main .col-sm-8.col-md-9.wow.fadeIn.animated {
    width: 100%;
  }
  .product-main .product-row .col-md-4 {
    width: 40%;
    float: left;
  }
  .product-main .product-row .col-md-8 {
    width: 60%;
    float: left;
  }
  .product-main .row.product-row {
    display: inline-block;
    width: 100%;
  }
  .product-img {
    margin-bottom: 0;
  }
}

