/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/
/*=======================================================================
[Table of contents]
=========================================================================
1. Preset
*/

/*------------------------------------------------------------------------------
/ 1. Preset
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");

body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1e1f20;
  font-weight: 400;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #06163a;
  margin: 0 0 15px;
}
.barlow {
  font-family: "Barlow Condensed", sans-serif;
}

a {
  color: #43329c;
  text-decoration: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
.ind_btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  background: transparent;
  display: inline-block;
  color: #fff;
  height: 60px;
  min-width: 200px;
  padding: 25px 25px;
  text-align: center;
  line-height: 0.9;
  margin-bottom: 6px;
}
.ind_btn:hover {
  color: #ff5e14;
}
.ind_btn.ib_dark:hover {
  color: #fff;
}
.ind_btn.id_dark2:hover {
  color: #fff;
}
.ind_btn.id_light:hover {
  color: #06163a;
}
.ind_btn span {
  position: relative;
  z-index: 4;
}
.ind_btn:before {
  width: 100%;
  height: 100%;
  background: #5bc6d0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;

  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
.ind_btn.ib_dark:before {
  background: #06163a;
}
.ind_btn:hover:before {
  left: 6px;
  top: 6px;
}
.ind_btn:after {
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;

  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
.ind_btn.ib_dark:after {
  background: #ffe6db;
}
.ind_btn.id_gray:after {
  background: #edf3ff;
}
.ind_btn.id_dark2:after {
  background: #162c5f;
}
.ind_btn.id_light:after {
  background: #ffe0d2;
}
.ind_btn:hover:after {
  left: 0;
  top: 0;
  z-index: 3;
}
.ind_btn.ib_dark:hover:after {
  background: #ff5e14;
}
.ind_btn_2 {
  height: 60px;
  background: #5bc6d0;
  min-width: 170px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: relative;
}
.ind_btn_2 span {
  position: relative;
  z-index: 2;
}
.ind_btn_2:after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: #06163a;

  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
.ind_btn_2:hover {
  color: #fff;
}
.ind_btn_2:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

.fa {
  line-height: inherit;
}

.commonSection {
  padding: 50px 0;
  position: relative;
  background: #fff;
}
.commonSection.bgtp,
.bgtp {
  background: transparent;
}
.graySection {
  background: #f5f5f5;
}
.graySection2 {
  background: #f8f7ff;
}
.noPadding {
  padding: 0;
}
.noPaddingRight {
  padding-right: 0;
}
.noPaddingLeft {
  padding-left: 0;
}
.noPaddingBottom {
  padding-bottom: 0;
}

.mrm15 {
  margin-right: -15px;
}

.sub_title {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 0.8;
}
.sub_title.gray_sub_title {
  color: #4e4e4e;
}
.sub_title.dark_sub_title {
  color: #ff5e14;
}
.sub_title.light_sub_title {
  color: #fff;
}
.sec_title {
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -2.4px;
  position: relative;
}
.sec_title.dark_sec_title {
  color: #fff;
}
.sec_title.light_sec_title {
  color: #06163a;
}
.sec_title span {
  position: relative;
}
.sec_title span i {
  font-size: 120px;
  line-height: 90px;
  color: #e9edf6;
  letter-spacing: -3.6px;
  position: absolute;
  bottom: -2px;
  left: -70px;
  z-index: 1;
}
.sec_title span span {
  z-index: 2;
  position: relative;
}
.sec_title.with_bar {
  padding-bottom: 29px;
}
.sec_title.with_bar:after {
  width: 60px;
  height: 2px;
  background: #ff5e14;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.sec_title.dark_sec_title.with_bar:after {
  background: #203259;
}
.sec_title.light_sec_title.with_bar:after {
  background: rgba(255, 255, 255, 0.3);
}
.text-left .sec_title.with_bar:after {
  right: auto;
  left: 0;
  margin: 0;
}
.ind_lead {
  font-size: 18px;
  line-height: 30px;
  color: #ff5e14;
  margin: 0;
}

.bgDiv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.imgDiv {
  position: relative;
  overflow: hidden;
}
.imgDiv img {
  width: 100%;
  height: auto;
}
.imgDiv2 {
  position: relative;
  overflow: hidden;
}
.imgDiv2 img {
  width: auto;
  height: auto;
}

.page_banner {
  position: relative;
  background: url(../images/bg/7.jpg) no-repeat center center / cover;
  padding: 110px 0 120px;
}

.page_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6, 22, 58, 0.8);
}

.page_banner .container {
  position: relative;
  z-index: 2;
}

.page_banner h2 {
  font-size: 100px;
  line-height: 0.8;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 0 0 47px;
  color: #fff;
}

.contact_banner {
  position: relative;
  background: url(../images/bg/8.jpg) no-repeat center center / cover;
  padding: 110px 0 120px;
}

.contact_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6, 22, 58, 0.8);
}

.contact_banner .container {
  position: relative;
  z-index: 2;
}


.contact_banner h2 {
  font-size: 100px;
  line-height: 0.8;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 0 0 47px;
  color: #fff;
}

.panel_banner {
  position: relative;
  background: url(../images/bg/9.jpg) no-repeat center center / cover;
  padding: 110px 0 120px;
}

.panel_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6, 22, 58, 0.8);
}

.panel_banner .container {
  position: relative;
  z-index: 2;
}


.panel_banner h2 {
  font-size: 100px;
  line-height: 0.8;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 0 0 47px;
  color: #fff;
}

.meter_banner {
  position: relative;
  background: url(../images/bg/meter-bg.jpg) no-repeat center center / cover;
  padding: 110px 0 120px;
}

.meter_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6, 22, 58, 0.8);
}

.meter_banner .container {
  position: relative;
  z-index: 2;
}


.meter_banner h2 {
  font-size: 100px;
  line-height: 0.8;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 0 0 47px;
  color: #fff;
}

.client_banner {
  position: relative;
  background: url(../images/bg/10.jpg) no-repeat center center / cover;
  padding: 110px 0 120px;
}
.client_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6, 22, 58, 0.8);
}

.client_banner .container {
  position: relative;
  z-index: 2;
}


.client_banner h2 {
  font-size: 100px;
  line-height: 0.8;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 0 0 47px;
  color: #fff;
}
.breadcrumbs {
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #949bac;
  line-height: 0.8;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs span {
  color: #fff;
}
.breadcrumbs i {
  font-style: normal;
  margin: 0 8px 0 7px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; 
  margin-bottom: 30px;}

  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #5bc6d0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #000;
    font-weight: 500;
}
  

.card-image img {
  padding-top: 25px;
}


/* pop-form */

.login-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  top: 50%;
}

/*Modal*/
h4 {
  font-weight: bold;
  color: rgb(124, 124, 124);
}
.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  background: #fff;
}

.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #fff;
  color: #7c7c7c;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #fff;
  color: #030b1d;
}

.modal-header h5 {color: #fff !important; font-family: sans-serif;}

.about_us_content span { font-family: 16px; font-weight: 700;}

.about_us_content p {font-size: 20px;}