/*
 Theme Name:   Techwix Child
 Theme URI:    http://thepixelcurve.com/wp/techwix
 Description:  IT Solutions & Technology WordPress Child Theme
 Author:       Devthrow
 Author URI:   https://themeforest.net/user/devthrow
 Template:     techwix
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  techwix-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/
.samraran-btn a.techwix-btn {
    background: linear-gradient(
  135deg,
  #7ED957 0%,
  #2BC0E4 25%,
  #3A86FF 45%,
  #A855F7 65%,
  #FF8C42 85%,
  #FF4E50 100%
) !important;
	border-radius: 50px !important;
}

span.dbl__title.dbl-title_2 {
    background: linear-gradient(90deg, #7ED957, #2BC0E4, #3A86FF, #FF8C42, #FF4E50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

svg.e-font-icon-svg {
    fill: #086ad8;
}

.elementor-icon-box-wrapper {
    min-height: 420px;
}
/*template home page*/
.page-template-page-home-page
.techwix-page-title-area{
	display:none !important;
}
.page-template-page-home-page
.tpc-site-content{
padding:0px !important;
}

.cform .wpcf7-form select[name="help-topic"] {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.cform .wpcf7-form select[name="help-topic"] option {
    color: #000 !important;
    background: #fff !important;
}
.cform .wpcf7-submit{
	background: linear-gradient(90deg, #A78BFA, #EC4899)!important;
    color: white !important;
}