﻿/* ===================================================================================

* Theme Name: Softec Child
* Theme URI: https://wphix.com/wp/softec/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Softec - Data analytics WordPress Theme
* Version: 1.0.0
* Template: softec
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.contact-inner-img img {
  width: auto;
  height: 50px;
}

@media(min-width: 1200px) {
  .tp-hero-2__main-img {
    margin: 0 auto !important;
    text-align: center;
  }

  .tp-hero-2__main-img {
    width: 300px;
    height: auto;
  }

  .tp-hero-2__ptb {
    padding-block: 120px;
  }

  .tp-hero-2__area.tp-hero-2__ptb.tp-hero-2__plr .row {
    align-items: center !important;
  }
}

@media(max-width: 767.98px) {
  .tp-hero-2__main-img {
    margin: 0 auto !important;
    text-align: center;
  }

  .tp-hero-2__main-img img {
    width: auto;
    height: 400px;
  }

  .tp-hero-2__plr {
    padding-block: 60px;
    text-align: center;
  }

  .tp-hero-2__plr {
    padding-block: 60px;
    text-align: center;
  }

  .tp-hero-2__plr .row {
    row-gap: 40px;
  }

  .contact-inner-item {
    display: block !important;
    text-align: center;
  }

  .contact-inner-img {
    margin-right: 0;
  }

  .contact-inner-img img {
    display: block;
    margin: 0 auto 20px;
  }
}