/*
Theme Name: Tronix Child
Author: ThemePul
Description: This Child Theme Only For Tronix Theme
Version: 1.0.0
Template: tronix

This is the child theme for Tronix theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.breadcroumb-area {
  padding: 300px 0 300px;
}

.breadcroumb-area:before {
  padding: 150px 0;
}

.breadcroumb-area:after {
  padding: 110px 0;
}

@media (max-width: 1199px) {
	.breadcroumb-area {
	  padding: 220px 0 250px;
	}
}

.service-section-wrapper .service-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-section-wrapper .service-box .service-one-content,
.service-section-wrapper .service-box .service-two-content{
  flex-grow: 1;
}

.service-section-wrapper .row .col-xl-3,
.service-section-wrapper .row .col-lg-6,
.service-section-wrapper .row .col-md-6 {
      margin-bottom: 30px;
}