
@import url("fonts.css");
/* 1.1 Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Mukta",  Arial, Helvetica, sans-serif;
  color: #3F475E;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
ul li{padding:0;margin:0; list-style:none;}
p {
  color: #3F475E;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A284F;
  font-family: "Teko", sans-serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
}



.fi:before {
  margin: 0;
}

.section-padding {
  padding: 3% 0;
}



/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #FC0012;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1297px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
    font-size: 16px;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    margin-bottom: 35px;
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner img {
    -webkit-transition: all 3s;
    transition: all 3s;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 65px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1A284F;
    color: #fff;
    padding: 8px 15px;
    z-index: 11;
    white-space: nowrap;
  }
  .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 480px));
            transform: translateY(calc(-100% + 480px));
  }
  .site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}

.industry-section-title,
.industry-section-title-s2 {
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .industry-section-title,
  .industry-section-title-s2 {
    margin-bottom: 20px;
  }
}

.industry-section-title h2,
.industry-section-title-s2 h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100.8%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .industry-section-title h2,
  .industry-section-title-s2 h2 {
    font-size: 26px;
    line-height:30px;
  }
}

@media (max-width: 1199px) {

}

@media (max-width: 767px) {
  .industry-section-title h2,
  .industry-section-title-s2 h2 {
    font-size: 20px;
    line-height: 30px;
  }
}



@media (max-width: 375px) {
  .industry-section-title h2,
  .industry-section-title-s2 h2 {

    margin-bottom: 0px;
  }
}

.industry-section-title span,
.industry-section-title-s2 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  background: #fff;
  z-index: 1;
  color: #FC0012;
}

@media (max-width: 767px) {

  .industry-section-title span, .industry-section-title-s2 span{ font-size:16px;}
}



@media (max-width: 575px) {
  .industry-section-title span,
  .industry-section-title-s2 span {
    margin-bottom: 15px;
  }
}

.industry-section-title span:before,
.industry-section-title-s2 span:before {
  position: absolute;
  left: 0;
  top: -8px;
  height: 39px;
  width: 39px;
  content: "";
  border: 2px solid #FC0012;
  z-index: -11;
}

@media (max-width: 575px) {
  .industry-section-title span:before,
  .industry-section-title-s2 span:before {
    left: 0;
    top: -2px;
    height: 30px;
  }
}

.industry-section-title span:after,
.industry-section-title-s2 span:after {
  position: absolute;
  left: 34px;
  top: 2px;
  height: 20px;
  width: 20px;
  content: "";
  background: #fff;
  z-index: -1;
}

.industry-section-title-s2 {
  text-align: left;
}

@media (max-width: 991px) {
  .industry-section-title-s2 {
    text-align: center;
  }
}

.industry-section-title-s2 span {
  background: #F5F9FB;
}

.industry-section-title-s2 span:after {
  background: #F5F9FB;
}

.industry-btn,
.industry-btn-s2 {
  color: #fff;
  display: inline-block;
  padding: 10px 25px 15px;
  background: #FC0012;
  border-radius: 6px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.01em;
  border-radius: 0px;
  padding-right: 65px;
  border: 0;
}

.industry-btn:before,
.industry-btn-s2:before {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #1A284F;
}

.industry-btn:after,
.industry-btn-s2:after {
  position:absolute;
  font-family: "FontAwesome";
  content: "\f105";
  top: 10px;
  right: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.59);
  padding-left: 8px;
}

.industry-btn:hover, .industry-btn:focus, .industry-btn:active,
.industry-btn-s2:hover,
.industry-btn-s2:focus,
.industry-btn-s2:active {
  background: #FC0012;
  color: #fff;
}

@media (max-width: 991px) {
  .industry-btn,
  .industry-btn-s2 {
    font-size: 16px;
    font-size: 1.0rem;
  }
}

@media (max-width: 767px) {
  .industry-btn,
  .industry-btn-s2 {
    padding: 8px 18px 12px;
    padding-right: 60px;
    font-size: 14px;
  }
  .industry-btn:after,
  .industry-btn-s2:after {
    top: 8px;
    right: 20px;
    font-size: 10px;
  }
}

.industry-btn-s2 {
  background: #FC0012;
}

.industry-btn-s2:hover {
  background: #d3000f;
}

.industry-btn-s2:before {
  border-color: #fff;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(252, 0, 18, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #FC0012;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #FC0012;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #FC0012;
  color: #fff;
}

.view-cart-btn:after {
  display: none;
}

.view-cart-btn:before {
  display: none;
}

.view-cart-btn:hover {
  background-color: #d3000f;
  color: #fff;
}

.view-cart-btn.s1 {
  background: #ddd;
}

.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
  color: #fff;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #FC0012;
  -webkit-box-shadow: 0 0 5px 0 #ff303f;
  -o-box-shadow: 0 0 5px 0 #ff303f;
  -ms-box-shadow: 0 0 5px 0 #ff303f;
  box-shadow: 0 0 5px 0 #ff303f;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../image/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff303f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #FC0012;
}

.industry-page-title {
  background: url(../image/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

@media (max-width: 767px) {
  .industry-page-title {
    min-height: 250px;
  }
}

.industry-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001635;
  content: "";
  z-index: -1;
  opacity: .50;
}

.industry-page-title .industry-breadcumb-wrap {
  text-align: center;
}

.industry-page-title .industry-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 60px;
  line-height: 59px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .industry-page-title .industry-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.industry-page-title .industry-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}

.industry-page-title .industry-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .industry-page-title .industry-breadcumb-wrap ol li {
    font-size: 18px;
  }
}

.industry-page-title .industry-breadcumb-wrap ol li:after {
  content: "-";
  position: relative;
  left: 7px;
}

.industry-page-title .industry-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.industry-page-title .industry-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.industry-page-title .industry-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.industry-page-title .industry-breadcumb-wrap ol li a:hover {
  color: #FC0012;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader .vertical-centered-box .content img {
  max-width: 50px;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** industry-newsletter-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** industry-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #1A284F;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Teko", sans-serif;
  padding-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #FC0012;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgba(252, 0, 18, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(252, 0, 18, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #FC0012;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #fafbfe;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "Teko", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1A284F;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #FC0012;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #FC0012;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #1A284F;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #FC0012;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #969AA6;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .industry-newsletter-widget p {
  font-size: 20px;
  font-family: "Teko", sans-serif;
  color: #1A284F;
}

.blog-sidebar .industry-newsletter-widget span {
  font-size: 15px;
  color: #848892;
}

.blog-sidebar .industry-newsletter-widget span a {
  color: #1A284F;
  font-weight: 700;
}

.blog-sidebar .industry-newsletter-widget span a:hover {
  color: #FC0012;
}

.blog-sidebar .industry-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.blog-sidebar .industry-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-sidebar .industry-newsletter-widget .form button {
  background: #FC0012;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.blog-sidebar .industry-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .industry-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .industry-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1A284F;
  background: #ecf4fb;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #FC0012;
  color: #fff;
}

.blog-sidebar .industry-contact-widget {
  border: 0;
  z-index: 1;
  padding: 30px 40px;
  background: rgba(22, 57, 103, 0.9);
}

@media (max-width: 1200px) {
  .blog-sidebar .industry-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .industry-contact-widget h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .industry-contact-widget h2::before {
  left: 28px;
  background: url(../image/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .industry-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .industry-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .industry-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .industry-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .industry-blog-single-section.industry-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1A284F;
  background: #ebf4fc;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #FC0012;
  border-color: #FC0012;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: transparent;
  padding: 20px 0;
  position: relative;
  z-index: 11;
}

.topbar .topbar-social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .topbar .topbar-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.topbar .topbar-social ul li + li {
  margin-left: 10px;
}

.topbar .topbar-social ul li a {
  color: #545966;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #F5F9FB;
  border: 1px solid #E9EFF2;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}



.topbar .topbar-social ul li a:hover {
  background: #FC0012;
  border-color: #FC0012;color: #fff;
}



.navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #1A284F;
}

.navbar-brand span {
  color: #FC0012;
}

.navbar-brand:hover {
  color: #1A284F;
}

@media (max-width: 767px) {
  .topbar .container {
    max-width: 100%;
  }
}

.topbar .contyact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .topbar .contyact-info-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topbar .contyact-info-wrap .contact-info {
  margin: 0 30px;
  position: relative;
}

@media (max-width: 1399px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 20px;
  }
}

.topbar .contyact-info-wrap .contact-info + .contact-info:before {
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(55, 80, 143, 0.17);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media (max-width: 1199px) {
  .topbar .contyact-info-wrap .contact-info + .contact-info:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 5px;
  }
}

@media (max-width: 991px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 5px;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px;
  }
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info {
    margin-bottom: 15px;
  }
}

.topbar .contyact-info-wrap .contact-info .icon {
  float: left;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    margin-bottom: 5px;
  }
}

.topbar .contyact-info-wrap .contact-info .icon .fa:before {
  line-height: unset;
  color: #FC0012;
  font-size: 30px;
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon .fa:before {
    font-size: 18px;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text {
  overflow: hidden;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #71788A;
  display: block;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .topbar .contyact-info-wrap .contact-info .info-text span {
    font-size: 13px;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-transform: lowercase;
  margin-bottom: 0;
  color: #1A284F;
  font-family: "Teko", sans-serif;
}

@media (max-width: 1399px) {
  .topbar .contyact-info-wrap .contact-info .info-text p {
    font-size: 18px;
  }
}

.topbar .contyact-info-wrap .contact-info:last-child {
  margin-right: 0;
}

.topbar .contyact-info-wrap .contact-info:last-child .info-text {
  margin-right: 0;
}

/*-- 2.2 navigation --*/
.industry-header {
  position: relative;
}

.industry-header:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  content: "";
  background: rgba(147, 185, 215, 0.09);
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .industry-header:before {
    display: none;
  }
}

.industry-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: transparent;
  position: relative;
  z-index: 111;
}

@media (max-width: 991px) {
  .industry-site-header {
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    border-top: 1px solid rgba(35, 35, 35, 0.09);
  }
}

.industry-site-header .row {
  border-radius: 0px;
  margin-bottom: -25px;
  -webkit-box-shadow: -13px 10px 23px rgba(12, 29, 89, 0.29);
          box-shadow: -13px 10px 23px rgba(12, 29, 89, 0.29);
  background: #fff;
}

@media (max-width: 991px) {
  .industry-site-header .row {
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.industry-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.industry-site-header .navigation > .container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .industry-site-header .navigation > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.industry-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .industry-site-header .navigation {
    padding: 20px 0;
  }
}

.industry-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.industry-site-header #navbar > ul li a:hover,
.industry-site-header #navbar > ul li a.active,
.industry-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #FC0012;
}

@media screen and (min-width: 992px) {
  .industry-site-header #navbar {
    /*** hover effect ***/
  }
  .industry-site-header #navbar li {
    position: relative;
  }
  .industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .industry-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .industry-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.industry-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .industry-site-header {
    /* class for show hide navigation */
  }
  .industry-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .industry-site-header .header-right {
    right: -18px;
  }
  .industry-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .industry-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}

.industry-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .industry-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .industry-site-header #navbar > ul {
    z-index: 101;
  }
  .industry-site-header #navbar ul a {
    color: #000;
  }
  .industry-site-header #navbar ul a:hover,
  .industry-site-header #navbar ul li.current a {
    color: #FC0012;
  }
  .industry-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .industry-site-header .navbar-toggler .first-angle,
  .industry-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .industry-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .industry-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .industry-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .industry-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .industry-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .industry-site-header .navbar-collapse.collapse {
    display: none;
  }
  .industry-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .industry-site-header .navbar-header .collapse,
  .industry-site-header .navbar-toggle {
    display: block;
  }
  .industry-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .industry-site-header .navbar-right {
    float: none;
  }
  .industry-site-header .navbar-nav {
    float: none;
  }
  .industry-site-header .navbar-nav > li {
    float: none;
  }
}

.industry-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.industry-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.industry-site-header .header-right button .fa{ font-size:20px;}


.industry-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.industry-site-header .header-right .close-form .industry-btn {
  padding-right: 25px;
}
.industry-site-header .header-right .close-form .industry-btn .fa{padding-right:5px; font-size:20px;}
.industry-site-header .header-right .close-form .industry-btn:after {
  display: none;
}

@media (max-width: 1400px) {
  .industry-site-header .header-right .close-form .industry-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .industry-site-header .header-right > div {
    margin-right: 10px;
  }
  .industry-site-header .header-right {
    right: -30px;
  }
}

.industry-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .industry-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.industry-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.industry-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

@media (max-width: 450px) {
  .industry-site-header .header-right .search-toggle-btn {
    display: none;
  }
}

.industry-site-header .header-right .search-toggle-btn,
.industry-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(35, 35, 35, 0.09);
}

@media (max-width: 1200px) {
  .industry-site-header .header-right .search-toggle-btn,
  .industry-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .industry-site-header .header-right .search-toggle-btn,
  .industry-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .industry-site-header .header-right .search-toggle-btn .fi:before,
  .industry-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.industry-site-header .header-right .search-toggle-btn .ti-close,
.industry-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .fi {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1A284F;
}

.cart-search-contact > div {
  float: left;
  position: relative;
}

.cart-search-contact > div + div {
  margin-left: 12px;
}

.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}

@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}

.cart-search-contact form div {
  position: relative;
}

.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E8E8E8;
}

.cart-search-contact input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FC0012;
}

.industry-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mini-cart .cart-count {
  background: #FC0012;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 300px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -300px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: white;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}

.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #1A284F;
  margin: 0;
  text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-items ul li{margin-bottom:10px;}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FC0012;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.industry-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.industry-site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

@media (min-width: 991px) {
  .industry-site-header .navigation .col {
    padding-left: 0;
  }
}

.industry-site-header .navigation > .container {
  position: relative;padding:0;
}

@media (max-width: 991px) {
  .industry-site-header .navigation {
    padding: 20px 0;
  }
}

.industry-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.industry-site-header #navbar > ul li a:hover,
.industry-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #e30010;
}

@media screen and (min-width: 992px) {
  .industry-site-header #navbar {
    /*** hover effect ***/
  }
  .industry-site-header #navbar li {
    position: relative;
  }
  .industry-site-header #navbar > ul > li > a {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    padding: 30px 20px;
    display: block;
    color: #1A284F;
    position: relative;
    font-family: "Teko", sans-serif;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .industry-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) {
  .industry-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .industry-site-header #navbar > ul > li .sub-menu a {
    font-size: 20px;
    font-size: 1.33333rem;
    display: block;
    padding: 10px 15px;
    color: #1A284F;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-family: "Teko", sans-serif;
  }
  .industry-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #FC0012;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .industry-site-header #navbar > ul > li .sub-menu a:hover:after, .industry-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .industry-site-header #navbar > ul > li > .sub-menu .sub-menu {
    -webkit-transform: unset;
            transform: unset;
    left: 110%;
    top: 0;
  }
  .industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .industry-site-header #navbar > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .industry-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .industry-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .industry-site-header #navbar > ul > li a:hover, .industry-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .industry-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .industry-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .industry-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .industry-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .industry-site-header #navbar > ul .menu-item-has-children > a:hover, .industry-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .industry-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .industry-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .industry-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .industry-site-header .navbar-header .open-btn {
    display: none;
  }
  .industry-site-header #navbar .close-navbar {
    display: none;
  }
}

.industry-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .industry-site-header {
    /* class for show hide navigation */
  }
  .industry-site-header .container {
    width: 100%;
  }
  .industry-site-header .mobail-menu button {
    background-color: #FC0012;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .industry-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .industry-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .industry-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .industry-site-header #navbar {
    background: #1A284F;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .industry-site-header #navbar .navbar-nav {
    display: block;
  }
  .industry-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .industry-site-header #navbar ul a {
    color: #000;
  }
  .industry-site-header #navbar ul a:hover,
  .industry-site-header #navbar ul li.current {
    color: #FC0012;
  }
  .industry-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .industry-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .industry-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .industry-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .industry-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .industry-site-header .navbar-toggler .first-angle,
  .industry-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .industry-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .industry-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .industry-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .industry-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .industry-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

.industry-site-header .navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #1A284F;
}

@media (max-width: 991px) {
  .industry-site-header .navbar-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.industry-site-header .navbar-brand span {
  color: #FC0012;
}

.industry-site-header .navbar-brand:hover {
  color: #1A284F;
}

@media (max-width: 991px) {
  .industry-site-header .navbar-collapse.collapse {
    display: none;
  }
  .industry-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .industry-site-header .navbar-header .collapse,
  .industry-site-header .navbar-toggle {
    display: block;
  }
  .industry-site-header .navbar-header {
    float: none;
  }
  .industry-site-header .navbar-right {
    float: none;
  }
  .industry-site-header .navbar-nav {
    float: none;
  }
  .industry-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .industry-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .industry-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

@media (max-width: 1700px) {
  .industry-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .industry-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .industry-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .industry-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 1199px) {
  .industry-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 18px;
  }
  .industry-site-header .header-right .close-form .industry-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .industry-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right .industry-btn {
    padding: 20px 12px;
  }
  .industry-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .industry-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .industry-site-header,
  .industry-header-style-2 {
    z-index: 99;
  }
}

.industry-site-header .navigation.sticky-header {
  padding: 0 130px;
  background: #fff;
}

.industry-site-header .navigation.sticky-header .row {
  background: #fff;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.industry-site-header .navigation.sticky-header .navigation {
  background: #fff;
}

@media (max-width: 1700px) {
  .industry-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .industry-site-header .navigation.sticky-header {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .industry-site-header .navigation.sticky-header {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .industry-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 industry-hero-slider*/
.industry-hero-slider {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bann-text {
  position: absolute;
  top: 20%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}



.industry-hero-slider .swiper-slide {
  overflow: hidden;
}

.industry-hero-slider .swiper-container,
.industry-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  
}

.industry-hero-slider .slide-inner,
.industry-hero-slider .hero-inner {
  width: 100%;
  height: 100%;

  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.industry-hero-slider .slide-inner:before,
.industry-hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(83.11deg, #001220 15.12%, rgba(0, 18, 32, 0.622955) 31.33%, rgba(0, 18, 32, 0) 61.65%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  content: "";
}

.industry-hero-slider .slide-inner .slide-content,
.industry-hero-slider .hero-inner .slide-content {
  position: relative;
  z-index: 111;
  max-width: 670px;
}

@media (max-width: 1199px) {
  .industry-hero-slider .slide-inner .slide-content,
  .industry-hero-slider .hero-inner .slide-content {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .industry-hero-slider .slide-inner .slide-content,
  .industry-hero-slider .hero-inner .slide-content {
    padding-bottom: 0;
  }
}

.industry-hero-slider .slide-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  line-height: 88%;
  margin: 10px 0 25px;
  color: #fff;
}

@media (max-width: 1400px) {
  .industry-hero-slider .slide-title h2 {
    font-size:90px;
    font-size:6rem;
  }
}


@media (max-width: 991px) {
  .industry-hero-slider .slide-title h2 {
    font-size: 70px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
	.industry-hero-slider .slide-text span{margin-bottom: 0px !important;}
		.bann-text{top:15%;}
  .industry-hero-slider .slide-title h2 {
    font-size: 55px;
    font-size: 3.33333rem;line-height:65%;
  }
}

@media (max-width: 575px) {
	.industry-hero-slider .slide-text span{margin-bottom: 0px !important;}
	.bann-text{top:15%;}
  .industry-hero-slider .slide-title h2 {
    font-size: 45px;
    font-size:2rem;line-height:40%;
  }
}

.industry-hero-slider .slide-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 116.5%;
  letter-spacing: 0.295em;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  display: block;
  color: #FC0012;
  margin-bottom: 25px;
  padding: 12px 0;
  position: relative;
  padding-left: 10px;
}

.industry-hero-slider .slide-text span:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 39px;
  width: 39px;
  content: "";
  background: rgba(255, 255, 255, 0.13);
}

.industry-hero-slider .swiper-button-prev,
.industry-hero-slider .swiper-button-next {
  display: none;
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0 !important;
}

.industry-hero-slider .swiper-pagination {
right: 50px !important;
  top: 60%;
  left: auto !important;
  width: unset !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .industry-hero-slider .swiper-pagination {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .industry-hero-slider .swiper-pagination {
    top: auto;
    bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  display: block;
  background: none;
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #FC0012;
  position: relative;
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background: #FC0012;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    height: 15px;
    width: 1px;
    left: 6px;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px !important;
  }
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.industry-hero-slider .swiper-pagination-custom,
.industry-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

/*--------------------------------------------------------------
4. industry-footer
--------------------------------------------------------------*/
.industry-site-footer {
  background: #192436;width:100%;float:left;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}

.industry-site-footer ul {
  list-style: none;
}

.industry-site-footer p {
  color: rgba(255, 255, 255, 0.6);
}

.industry-site-footer li {
  color: rgba(255, 255, 255, 0.6);
}
.industry-site-footer li a{  color: rgba(255, 255, 255, 0.6);}
.industry-site-footer li:hover a{ color:#FC0012;}


.industry-site-footer .container {
  position: relative;
}

.industry-site-footer .industry-upper-footer {
  padding: 3% 0 3%;
  position: relative;
  overflow: hidden;
}

.industry-site-footer .industry-upper-footer .navbar-brand {
  color: #fff;
}



@media (max-width: 991px) {
  .industry-site-footer .industry-upper-footer .col {
    min-height: 235px;
    margin-bottom: 3%;
  }
}

@media (max-width: 767px) {
  .industry-site-footer .industry-upper-footer .col {
    min-height: auto;
    margin-bottom: 3%;
  }
    .industry-site-footer .industry-upper-footer .col:nth-child(4){margin-bottom:0;}
}

.industry-site-footer .widget-title {
  margin-bottom: 20px;
}

.industry-site-footer .widget-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 95%;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  position: relative;
}

.industry-site-footer .about-widget ul {
  overflow: hidden;
  max-width: 250px;
}

.industry-site-footer .about-widget ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160.5%;
  float: left;width: 100%;
}

.industry-site-footer .about-widget ul li + li {
  margin-top: 10px;
}

.industry-site-footer .industry-service-link-widget {
  padding-left: 70px;
}

.industry-site-footer .link-widget {
  overflow: hidden;
}

.industry-site-footer .link-widget.s2 {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .industry-site-footer .link-widget.s2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
.industry-site-footer .widget-title h3{ font-size:20px;}}


.industry-site-footer .link-widget ul li {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  padding-left: 25px;
}

.industry-site-footer .link-widget ul li:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "\f123";
  z-index: -1;
  font-family: "FontAwesome";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.industry-site-footer .link-widget ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.industry-site-footer .link-widget ul li a:hover {
  color: #FC0012;
}

.industry-site-footer .instagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}

.industry-site-footer .instagram ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.industry-site-footer .instagram ul li img {
  width: 100%;
}

.industry-site-footer .industry-lower-footer {
  text-align: left;
  border-top: 1px solid #30465C;
  padding: 30px 0;
}

.industry-site-footer .industry-lower-footer .row {
  position: relative;
}

@media (max-width: 991px) {
  .industry-site-footer .industry-lower-footer {
    text-align: center;
  }
}

.industry-site-footer .industry-lower-footer h3 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 95%;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.industry-site-footer .industry-lower-footer .industry-lower-social {
  text-align: center;
}

@media (max-width: 991px) {
  .industry-site-footer .industry-lower-footer .industry-lower-social {
    padding: 3% 0;
  }
}

.industry-site-footer .industry-lower-footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industry-site-footer .industry-lower-footer .social ul li + li {
  margin-left: 10px;
}

.industry-site-footer .industry-lower-footer .social ul li a {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: block;
  text-align: center;
  font-size: 16px;
}

.industry-site-footer .industry-lower-footer .social ul li a:hover {
  background: #FC0012;
}

.industry-site-footer .industry-lower-footer .social ul li a .fi:before {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.industry-site-footer .industry-lower-footer ul li {
  color: rgba(188, 192, 197, 0.97);
}

.industry-site-footer .industry-lower-footer ul li a {
  color: #fff;
}

.industry-site-footer .industry-lower-footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .industry-site-footer .industry-lower-footer .link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.industry-site-footer .industry-lower-footer .link ul li a {
  color: rgba(188, 192, 197, 0.97);
}

.industry-site-footer .industry-lower-footer .link ul li a:hover {
  color: #FC0012;
}

.industry-site-footer .industry-lower-footer .link ul li + li {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 375px) {
  .industry-site-footer .industry-lower-footer .link ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 industry-about-section */
.industry-about-section {
  padding-top: 3%;
}



.industry-about-section .industry-about-wrap .industry-about-text {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .industry-about-section .industry-about-wrap .industry-about-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .industry-about-section .industry-about-wrap .industry-about-text {
    padding-right: 0;
  }
}

.industry-about-section .industry-about-wrap .industry-about-text h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100.8%;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.industry-about-section .industry-about-wrap .industry-about-text h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100.8%;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}


@media (max-width: 1400px) {
.industry-about-section .industry-about-wrap .industry-about-text h1 {
  font-size: 26px  !important;

}
 .industry-about-section .industry-about-wrap .industry-about-text h5{
	  font-size: 20px  !important; 
	 } 
}

@media (max-width: 1199px) {
  .industry-about-section .industry-about-wrap .industry-about-text h2 {
    font-size: 45px;
  }
    .industry-about-section .industry-about-wrap .industry-about-text h1 {
    font-size: 45px;
  }
  
}


@media (max-width: 768px) {
.industry-about-section .industry-about-wrap .industry-about-text h1 {

  font-size: 20px;

}
  
}



.industry-about-section .industry-about-wrap .industry-about-text h5 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 104.8%;
  max-width: 504px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .industry-about-section .industry-about-wrap .industry-about-text h5 {
    max-width: 100%;
  }
}

.industry-about-section .industry-about-wrap .industry-about-text p {
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  max-width: 566px;
}

@media (max-width: 991px) {
  .industry-about-section .industry-about-wrap .industry-about-text p {
    max-width: 100%;
  }
}

.industry-about-section .industry-about-wrap .industry-about-text small {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-family: "Teko", sans-serif;
  color: #FC0012;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  background: #fff;
  z-index: 1;
}

.industry-about-section .industry-about-wrap .industry-about-text small:before {
  position: absolute;
  left: 0;
  top: -7px;
  height: 39px;
  width: 39px;
  content: "";
  border: 2px solid #FC0012;
  z-index: -11;
}

.industry-about-section .industry-about-wrap .industry-about-text small:after {
  position: absolute;
  left: 34px;
  top: 3px;
  height: 20px;
  width: 20px;
  content: "";
  background: #fff;
  z-index: -1;
}



.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(26, 36, 63, 0.84);
  font-family: "La Belle Aurore", cursive;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2EBEF;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 90px;
  color: #FC0012;
}

@media (max-width: 1199px) {
  .industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 span {
  font-family: "Teko", sans-serif;
  line-height: 90px;
}

@media (max-width: 1199px) {
  .industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 span {
    line-height: 50px;
  }
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  font-family: "Teko", sans-serif;
}

@media (max-width: 575px) {
  .industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item p {
    font-size: 18px;
  }
}

.industry-about-section .industry-about-wrap .industry-about-img {
  text-align: right;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  max-width: 545px;
  padding-top: 15px;
  padding-left: 15px;
  z-index: 1;
}

.industry-about-section .industry-about-wrap .industry-about-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  height: 92%;
  content: "";
  border: 1px solid #1A284F;
  z-index: -1;
}

@media (max-width: 575px) {
  .industry-about-section .industry-about-wrap .industry-about-img:before {
    height: 80%;
  }
}

.industry-about-section .industry-about-wrap .industry-about-img:after {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: 80%;
  content: "";
  background: #F5F9FB;
  z-index: -1;
}

@media (max-width: 575px) {
  .industry-about-section .industry-about-wrap .industry-about-img:after {
    right: -15px;
    height: 60%;
  }
}

@media (max-width: 991px) {
  .industry-about-section .industry-about-wrap .industry-about-img {
    text-align: left;
    margin-top: 30px;
  }
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text {
  width: 201px;
  height: 235px;
  background: rgba(252, 0, 18, 0.65);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 8px;
  margin-top: -200px;
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 575px) {
  .industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text {
    width: 140px;
    height: 180px;
    margin-top: -135px;
  }
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text .industry-about-icon {
  display: block;
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text .industry-about-icon .fa:before {
  font-size: 80px;
  color: #fff;
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text span {
  display: block;
  max-width: 133px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 112.5%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 575px) {
  .industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text span {
    font-size: 14px;
  }
}

/* 3.3 industry-service-area */
.industry-service-area .industry-service-wrap {
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
          box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: relative;
  margin-bottom: -110px;
  z-index: 11;
}

.industry-service-area .industry-service-wrap .col {
  border-left: 1px solid #E2EBEF;
}

.industry-service-area .industry-service-wrap .col:first-child {
  border-left: 0;
}

@media (max-width: 991px) {
  .industry-service-area .industry-service-wrap .col:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .industry-service-area .industry-service-wrap .col {
    border: 0;
  }
}

.industry-service-area .industry-service-wrap .industry-service-item {
  padding: 70px 30px;
}

@media (max-width: 1399px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 60px 15px;
  }
}

@media (max-width: 991px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 60px 25px;
    border-bottom: 1px solid #E2EBEF;
  }
}

@media (max-width: 767px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 40px 15px;
  }
}

.industry-service-area .industry-service-wrap .industry-service-item .fa:before {
  font-size: 50px;
  color: #FC0012;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 33px;
  max-width: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a {
  color: #1A284F;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a:hover {
  color: #FC0012;
}

.industry-service-area .industry-service-wrap .industry-service-item p {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 0;
}

/* 3.4 industry-video-section*/
.industry-video-section {
  background: url(../images/v-bg.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  padding: 180px 0 120px;
  position: relative;
  z-index: 1;
}

.industry-video-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(152.17deg, #04142E 8.25%, rgba(0, 0, 0, 0) 82.72%);
  z-index: -1;
}

@media (max-width: 767px) {
  .industry-video-section {
    padding: 120px 0 60px;
  }
}

.industry-video-section .industry-video-item .industry-video-icon {
  text-align: center;
  padding-top: 40px;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #FC0012;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn:before {
  content: " ";
  width: 125%;
  height: 125%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -11px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn .fa {
  color: #fff;
}



.industry-video-section .industry-video-item .industry-video-icon .video-btn .fa:before {
font-size: 60px;
  line-height: 90px;
}

.industry-video-section .industry-video-item .industry-viedo-title {
  text-align: center;
  max-width: 755px;
  margin: 0 auto;
  margin-top: 40px;
}

.industry-video-section .industry-video-item .industry-viedo-title h2 {
  font-weight: 600;
  font-size: 96px;
  line-height: 101%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}

@media (max-width: 991px) {
  .industry-video-section .industry-video-item .industry-viedo-title h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .industry-video-section .industry-video-item .industry-viedo-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .industry-video-section .industry-video-item .industry-viedo-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .industry-video-section .industry-video-item .industry-viedo-title h2 {
    font-size: 20px;
  }
}

/* 3.5 industry-testimonial-section*/
.industry-testimonial-section .industry-testimonial-item {
  padding: 0;
  background: none;
  z-index: 1;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide:before {
  z-index: 1;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 4px 10px 25px #eaeced;
          box-shadow: 4px 10px 25px #eaeced;
  position: relative;width:100%;float:left;
}

@media (max-width: 767px) {
  .industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner {
    padding: 30px;
  }
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner:before {
  position: absolute;
  left: 55px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner p {
    font-size: 16px;
  }
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client img {
margin:auto;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-img {
 margin:auto;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text {
  margin-left: 20px;
  margin-top: 15px;
  position: relative;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text h4 {
    font-size: 20px;
  }
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}



@media (max-width: 575px) {
  .industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text:before {
    right: -45px;
  }
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client {
  margin-top: 40px; text-align:center;width:100%;float:left;
}

.industry-testimonial-section .owl-item.active.center .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-img {
  background: rgba(252, 0, 18, 0.2);
}

.industry-testimonial-section .owl-item.active.center .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text:before {
  background: #FC0012;
}

.industry-testimonial-section .owl-stage-outer {
  margin: -25px;
}

.industry-testimonial-section .owl-stage-outer .owl-stage {
  margin: 25px;
}

.industry-testimonial-active{ position:relative;}
.industry-testimonial-active .owl-prev{ position:absolute;left:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.industry-testimonial-active .owl-prev span{ font-size:30px;}
.industry-testimonial-active .owl-next{ position:absolute;right:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.industry-testimonial-active .owl-next span{ font-size:30px;}



.industry-testimonial-section .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .industry-testimonial-section .owl-dots {
    display: none;
  }
}

.industry-testimonial-section .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
}

.industry-testimonial-section .owl-dots button.active {
  background: #FC0012;
}

/* 3.6 industry-contact-section*/
.industry-contact-section {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.industry-contact-section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.industry-contact-section .industry-contact-info {
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 718px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .industry-contact-section .industry-contact-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .industry-contact-section .industry-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0px;
  }
}

.industry-contact-section .industry-contact-info .industry-contact-info-item {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .industry-contact-section .industry-contact-info .industry-contact-info-item {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon {
  position: relative;
  max-width: 60px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .industry-contact-section .industry-contact-info .industry-contact-info-item .icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon:before {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 55px;
  height: 55px;
  background: rgba(252, 0, 18, 0.06);
  content: "";
  border-radius: 50%;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon .fa:before {
  font-size: 35px;
  color: #FC0012;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: lowercase;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .industry-contact-section .industry-contact-info .industry-contact-info-item h6 {
    font-size: 20px;
  }
}

.industry-contact-section .industry-contact-form-area {
  padding: 40px;
  padding-top: 60px;
  background: #fff;
}

@media (max-width: 575px) {
  .industry-contact-section .industry-contact-form-area {
    padding: 25px;
    padding-top: 50px;
  }
}

.industry-contact-section .industry-contact-form-area .industry-section-title-s2 {
  text-align: left;
}

.industry-contact-section .industry-contact-form-area .form-group {
  margin-bottom: 20px;
}

.industry-contact-section .industry-contact-form-area form input,
.industry-contact-section .industry-contact-form-area form select,
.industry-contact-section .industry-contact-form-area form textarea {
  background: #F9FBFD;
  border: 1px solid #D8E7EF;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .industry-contact-section .industry-contact-form-area form input,
  .industry-contact-section .industry-contact-form-area form select,
  .industry-contact-section .industry-contact-form-area form textarea {
    height: 45px;
  }
}

.industry-contact-section .industry-contact-form-area form input:focus,
.industry-contact-section .industry-contact-form-area form select:focus,
.industry-contact-section .industry-contact-form-area form textarea:focus {
  border-color: #FC0012;
  background: #fff;
}

.industry-contact-section .industry-contact-form-area form textarea {
  height: 107px;
  padding-top: 15px;
}

.industry-contact-section .industry-contact-form-area .submit-area {
  margin-top: 32px;
}

/* 3.7 industry-team-section */
.industry-team-section {
  padding-bottom: 3%;
}



.ourproducts-active{ position:relative;}
.ourproducts-active .owl-prev{ position:absolute;left:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.ourproducts-active .owl-prev span{ font-size:30px;}
.ourproducts-active .owl-next{ position:absolute;right:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.ourproducts-active .owl-next span{ font-size:30px;}

.industry-team-section .industry-team-item {
  margin-bottom: 30px;
}

.industry-team-section .industry-team-item .industry-team-img {
  position: relative;
}

.industry-team-section .industry-team-item .industry-team-img img {
  width: 100%;
}

.industry-team-section .industry-team-item .industry-team-img .social {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  margin-left: -10px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li + li {
  margin-left: -10px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(2) {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: -20px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(3) {
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-left: -30px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(4) {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: -40px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  color: #545966;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a:hover {
  background: #FC0012;
  color: #fff;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a .fi:before {
  font-size: 14px;
}

.industry-team-section .industry-team-item .industry-team-img:hover .social ul li {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.industry-team-section .industry-team-item .industry-team-img:hover .social ul li + li {
  margin-left: 10px;
}

.industry-team-section .industry-team-item .industry-team-text {

  
  padding: 30px;
  background: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
  box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
  -webkit-backdrop-filter: blur(15px);
  
}

@media (max-width: 575px) {
  .industry-team-section .industry-team-item .industry-team-text {
    padding: 20px 0 0 20px;
  }
}

.industry-team-section .industry-team-item .industry-team-text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 33px;
  margin-bottom: 0;
}

.industry-team-section .industry-team-item .industry-team-text h3 a {
  color: #1A284F;
}

.industry-team-section .industry-team-item .industry-team-text h3 a:hover {
  color: #FC0012;
}

.industry-team-section .industry-team-item .industry-team-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}

/* 3.8 industry-blog-section */
.industry-blog-section {
  padding-bottom: 3%;
  position: relative;
  z-index: 1;
}

.news-active{  position: relative;
}
.news-active .owl-prev{ position:absolute;left:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.news-active .owl-prev span{ font-size:30px;}
.news-active .owl-next{ position:absolute;right:0;top:50%; background-color:#FC0012; color:#fff;border:none;height:50px;width:20px;}
.news-active .owl-next span{ font-size:30px;}



.industry-blog-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  content: "";
  background: #F5F9FB;
  z-index: -1;
}

@media (max-width: 991px) {
  .industry-blog-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .industry-blog-section {
    padding-bottom: 40px;
  }
  .industry-team-section .industry-team-item .industry-team-text h3{ font-size:18px;}
  .industry-service-area .industry-service-wrap .industry-service-item h2{ font-size:20px;max-width: 100%;}
  .industry-service-area .industry-service-wrap .industry-service-item p{ font-size:16px;}
  
}

.industry-blog-section .industry-button {
  text-align: right;
}

@media (max-width: 991px) {
  .industry-blog-section .industry-button {
    text-align: center;
    margin-bottom: 30px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item {
  margin-bottom: 30px;
  position: relative;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-img img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
          box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-left: 45px;
  margin-top: -50px;
  position: relative;
}

@media (max-width: 575px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content {
    padding: 20px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .comment {
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FC0012;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 52px;
  left: -97px;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .comment span {
  font-weight: 500;
  font-size: 18px;
  line-height: 123.5%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Teko", sans-serif;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul {
    margin-bottom: 10px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  text-transform: uppercase;
  color: #969AA6;
}

@media (max-width: 1399px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
    font-size: 14px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

@media (max-width: 575px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li a {
  color: #969AA6;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li a:hover {
  color: #FC0012;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
  font-family: "Teko", sans-serif;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 105.8%;
  margin-top: 0;
  border-bottom: 1px solid #E2EBEF;
  padding-bottom: 20px;
}

@media (max-width: 1399px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
    margin-bottom: 10px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 a {
  color: #1A284F;
}


.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content p {
font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}


.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 a:hover {
  color: #FC0012;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn {
  display: inline-block;
  padding-right: 30px;
  color: #71788A;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 123.5%;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  color: #1A284F;
}

@media (max-width: 575px) {
  .industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn {
    font-size: 16px;
  }
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f105";
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "FontAwesome";
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:hover {
  color: #FC0012;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:hover:before {
  right: -5px;
}









.footer-widget h3 {
	position: relative;color: #fff;
}
.footer-widget h3 i {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#onlineService {
	z-index: 100998;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998;
}

@media(max-width:768px){
	.footer-widget h3 i{display:block;}
	.list-area {
	display: none !important;
}
.active .list-area li {
	line-height: 30px;
}

.active h3 i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.active .list-area {
	display: block !important;
}
#onlineService {
	display: block;
}
#onlineService {
	overflow: visible;
}
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background:#FC0012 !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.35)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}
.industry-site-footer .industry-lower-footer{padding-bottom:70px;}.topbar{display:none;}
}











