/**
* Theme Name: Bullion Child
* Description: This is a child theme of Bullion, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Themekalia</a>
* Template: bullion
* Version: 1.3
*/

:root{
  --theme-color: #2E3190 !important;
  --theme-color-two: #2E3190 !important;
  --theme-color-three: #2E3190 !important;
  --secondary-color: #1b1e31;
  --text-color: #6e6e6e;
  --title-color: #1b1e31;
  --text-font: 'Mulish', sans-serif;
  --title-font: 'Syne', sans-serif;
}

.footer-logo img {
	width: 126px;
}


.home_2 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #e96e28, #2E3190 100%) !important;
}

.home_3 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #e96e28, #2E3190 100%) !important;
}

.feature-block-one .inner-box:before{
  background: -webkit-linear-gradient(-90deg, #e96e28 0%, #2E3190 100%) !important;
}