/*
Theme Name:     Industro Child
Theme URI:      http://wpdemo2.oceanthemes.net/industro/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industro
*/
@import url("/wp-content/themes/industro/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
h2 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 25px !important; } }

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/*-------------------------------------------------------
           HEADER MENUS
------------------------------------------------------- */
.main-header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }

.main-navigation a {
  font-weight: 600; }

@media only screen and (max-width: 991px) {
  #site-logo {
    min-height: 80px;
    padding: 0px 0px; } }
@media only screen and (max-width: 767px) {
  #site-logo {
    min-height: 65px;
    padding: 0px 0px; } }

@media only screen and (max-width: 991px) {
  #site-logo a img {
    width: 120px !important; } }
@media only screen and (max-width: 767px) {
  #site-logo a img {
    width: 105px !important; } }

@media only screen and (max-width: 991px) {
  #menu-btn {
    margin-top: 20px; } }
@media only screen and (max-width: 767px) {
  #menu-btn {
    margin-top: 10px; } }

/*-------------------------------------------------------
           FOOTER
------------------------------------------------------- */
.main-footer {
  padding: 50px 0px 0px 0px; }

/*-------------------------------------------------------
           BUTTONS
------------------------------------------------------- */
/* BUTTON 01 */
.button-01 {
  align-items: center;
  background-color: #1C75BC;
  border: 2px solid #1C75BC;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #fff;
  /*font-family: Inter,sans-serif;*/
  font-size: 17px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 20px; }
  .button-01 a {
    color: #fff; }

.button-01 a:hover {
  color: #fff; }

.button-01:focus {
  color: #171e29; }

.button-01:hover {
  border-color: #202A64;
  color: #fff;
  fill: #fff;
  background-color: #202A64; }

.button-01:active {
  border-color: #202A64;
  color: #fff;
  fill: #fff;
  background-color: #202A64; }

@media (min-width: 768px) {
  .button-01 {
    min-width: 170px; } }
/* BUTTON 02 */
.button-02 {
  align-items: center;
  background-color: #1C75BC;
  border: 2px solid #1C75BC;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #fff;
  /*font-family: Inter,sans-serif;*/
  font-size: 17px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 20px; }
  .button-02 a {
    color: #000; }

.button-02 a:hover {
  color: #000; }

.button-02:focus {
  color: #171e29; }

.button-02:hover {
  border-color: #202A64;
  color: #000;
  fill: #000;
  background-color: #fff; }

.button-02:active {
  border-color: #202A64;
  color: #000;
  fill: #000;
  background-color: #fff; }

@media (min-width: 768px) {
  .button-02 {
    min-width: 170px; } }
/*-------------------------------------------------------
           BODY CONTENT
------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 25px !important; } }

.subtitle {
  color: #1C75BC; }

.bgtopleft {
  background-position: top left !important;
  background: no-repeat; }

.bgbottomleft {
  background-position: bottom left !important;
  background: no-repeat; }

.bgbottomright {
  background-position: bottom right !important;
  background: no-repeat; }

.gold-title h2 {
  color: #1C75BC;
  text-align: center;
  font-size: 35px; }
  @media only screen and (max-width: 767px) {
    .gold-title h2 {
      font-size: 28px; } }

.shape-list ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px !important; }
  .shape-list ul li {
    color: #202A64;
    padding-left: 23px;
    list-style-type: none;
    background-image: url(/wp-content/themes/industro-child/images/octagon-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position-x: left;
    background-position-y: 5px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600; }

.check-list ul {
  list-style-type: none;
  margin: 0px; }
  .check-list ul li {
    color: #202A64;
    padding-left: 25px;
    list-style-type: none;
    background-image: url(/wp-content/themes/industro-child/images/check-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: left;
    background-position-y: 4px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600; }

.footer-cta h2 {
  color: #fff; }
.footer-cta p {
  color: #fff; }
@media only screen and (max-width: 767px) {
  .footer-cta {
    margin-bottom: 0px !important; } }

.grey-box {
  background-color: #f0f1f6;
  border-radius: 5px;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .grey-box {
      padding: 10px; } }

.contact-box {
  padding: 30px;
  background-color: #f7f9fa;
  margin-left: 40px;
  margin-right: 40px; }
  @media only screen and (max-width: 767px) {
    .contact-box {
      margin-right: 0px;
      margin-left: 0px; } }

.left-pad p {
  padding-left: 50px; }
  @media only screen and (max-width: 767px) {
    .left-pad p {
      padding-left: 0px; } }

.quote-bg {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  /*padding-right: 30px;*/
  background-image: url(/wp-content/themes/industro-child/images/quote-icon.png);
  background-repeat: no-repeat;
  background-position-y: 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  background-size: 40px 40px; }
  @media only screen and (max-width: 991px) {
    .quote-bg {
      background-size: 35px 35px;
      padding-top: 35px; } }

.text-line {
  border-left: 5px solid #202A64;
  padding-left: 20px;
  color: #202A64;
  font-style: italic; }

.grey-bg {
  background-color: #f0f1f6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }

.highlight-text {
  margin-top: -50px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
  .highlight-text h2 {
    font-size: 32px; }
    @media only screen and (max-width: 991px) {
      .highlight-text h2 {
        font-size: 27px; } }

.light-grey {
  background-color: #f7f9fa;
  border-radius: 3px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }

.double-check-list ul {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding-left: 0px !important; }
  .double-check-list ul li {
    color: #202A64;
    padding-left: 40px;
    list-style-type: none;
    background-image: url(/wp-content/themes/industro-child/images/double-check.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position-x: left;
    background-position-y: -3px;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600; }

#emp1 {
  min-height: 150px; }
  @media only screen and (max-width: 1229px) {
    #emp1 {
      min-height: 176px; } }
  @media only screen and (max-width: 991px) {
    #emp1 {
      min-height: 228px; } }
  @media only screen and (max-width: 767px) {
    #emp1 {
      min-height: 0px; } }

@media only screen and (max-width: 991px) {
  #emp2 {
    min-height: 228px; } }
@media only screen and (max-width: 767px) {
  #emp2 {
    min-height: 0px; } }

@media only screen and (max-width: 767px) {
  .mobile-xs {
    display: none; } }

.main-navigation ul ul {
  margin-top: -20px !important; }

.comp-list ul {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding-left: 0px !important; }
  .comp-list ul li {
    padding-left: 40px;
    list-style-type: none;
    background-image: url(/wp-content/themes/industro-child/images/pointing-icon.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position-x: left;
    background-position-y: -3px;
    font-size: 18px;
    margin-bottom: 5px; }

.sect-title h2 {
  background-color: #202a64;
  color: #fff;
  padding: 5px 10px;
  font-size: 23px;
  font-weight: 500; }

.coming-soon h2 {
  font-size: 50px !important; }
  @media only screen and (max-width: 767px) {
    .coming-soon h2 {
      font-size: 40px !important; } }

/*# sourceMappingURL=style.css.map */
