/*

Theme Name:   GrowThentic

Theme URI:    https://growthentic.com/

Description:  A theme for GrowThentic

Author:       Zhang Hua Qiang

Author URI:   http://growthentic.com

Template:     Avada

Version:      1.0.0

*/

/*@import url("../Avada/style.css");*/


/* --- Homepage Slider -- */
.rev_slider_wrapper{
	border: none;
}
.shadow-left{
	display: none;
}

.shadow-right{
	display: none;
}

.rev_slider .slotholder{
	padding: 0 60px;
}

.rev_slider .slotholder .tp-bgimg.defaultimg{
	border-radius: 150px 0 150px 0;
}
.rev_slider .info-panel{
	width: 750px;
    height: 200px;
    background-color: white;
    left: -30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #323232;
	padding: 30px !important;
	border-bottom: 3px solid #bc1f24;
    border-width: 3px !important;
	white-space: normal;
}

.rev_slider .info-panel .panel-header{
	color: black;
	padding: 10px 0 !important;
}
.rev_slider .info-panel .panel-header span{
	font-size: 30px !important;
    font-weight: 600 !important;
}
.rev_slider .info-panel .panel-body{
	color: #323232;
	font-size: 16px !important;
    line-height: 24px !important;
}
.rev_slider .info-panel .panel-footer{
	margin-top: 15px;
}
.rev_slider .info-panel .panel-footer a{
	padding: 8px 24px !important;
    display: inline-block;
    background-color: #bc1f24;
    border-radius: 20px;
    color: white;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
.rev_slider .info-panel .panel-footer a:hover{
	background-color: #9a1a1e;
}

/* --- Colume custome style --- */
.rad-left-bottom .fusion-column-wrapper{
	border-radius: 0 0 0 150px;
}
.rad-left-bottom .fusion-column-inner-bg{
	border-radius: 0 0 0 150px;
}
.rad-right-bottom .fusion-column-wrapper{
	border-radius: 0 0 150px 0;
}
.rad-right-bottom .fusion-column-inner-bg{
	border-radius: 0 0 150px 0;
}
.mh-650 .fusion-column-wrapper{
	min-height: 700px;
}
.panel-1{
	display: flex;
	width: 420px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px #434c5085;
    padding: 20px;
    position: relative;
    pointer-events: auto;
    font-family: roboto;
    letter-spacing: 0.3px;
}
.panel-1:hover{
	background-color: #1d2a73;
}
.panel-1:hover span{
	color: white !important;
}
.panel-1.nohover:hover{
	background-color: white;
}
.panel-1.nohover:hover span{
	color: inherit !important;
}
.panel-1 > div{
	display: inline-block;
    float: left;
}
.panel-1 .panel-pre{
	font-size: 36px;
    margin-right: 15px;
    font-weight: 600;
    color: #bc1f24;
}
.panel-1 .panel-content .panel-header{
	font-size: 18px;
    font-weight: 600;
    color: black;
}
.panel-1 .panel-content .panel-body{
	font-size: 16px;
}
.panel-1 .panel-suf{
	float: right;
	font-size: 32px;
}

.contact-panel{
	text-align: center;
	padding: 40px 60px;
    width: 540px;
}
.panel-1.contact-panel:hover{
	background-color: white;
}
.panel-1.contact-panel:hover span{
	color: inherit !important;
}
.panel-1.intro{
	width: 100%;
}
.panel-1.enterprise{
	width: 80%;
    text-align: center;
}
.panel-1.enterprise > div{
	float: inherit;
}
.panel-1.intro .panel-body span{
	font-size: 28px;
    font-style: italic;
}
.panel-2 .panel-header {
	color: white;
}
.fusion-one-full.full-width {
	margin-left: -60px;
    margin-right: -60px;
}
.wpcf7 .inline-form input[type=email]{
	width: 50% !important;
	height: 45px;
	border-radius: 30px;
	margin-right: 50px;
}

.hero .hero-pre{
	width: 40%;
    float: left;
}
.hero .hero-content{
	width: 60%;
    float: left;
}
.hero .panel-header.main{
	padding: 40px;
	padding-bottom: 60px;
}
.hero .panel-header .title{
	font-size: 42px;
    letter-spacing: 1px;
    font-family: roboto;
    font-weight: 800;
}
.hero .panel-header p{
	font-size: 20px;
}
.hero .panel-body.main{
	margin-left: -60px;
    margin-top: -40px;
}
.hero .panel-body.main .panel-1{
	padding: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	min-height: 120px;
}
.hero .panel-body.main .panel-1.w440{
	padding: 30px 15px;
}

.hero .panel-body.main.service{
	margin-left: -100px;
}
/** --- common element style --- */
.font-s-30{
	font-size: 30px !important;
}
.font-s-20{
	font-size: 20px !important;
}
.font-s-36{
	font-size: 36px !important;
}
.font-w-normal{
	font-weight: 300 !important;
}
.font-w-bold{
	font-weight: 600 !important;
}
.font-c-normal{
	color: #434c50 !important;
}
.font-c-black{
	color: black !important;
}
.font-c-white{
	color: white !important;
}
.font-c-white h1{
	color: white !important;
}
.panel-right {
	float: right;
    right: -30px;
}
.panel-left{
	float: left;
    left: -30px;
}

.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}

.pl15{
	padding-left: 15px !important;
}

.w440{
	width: 440px;
}

.fusion-text{
	font-size: 18px;
}

.grow-btn{
	margin-top: 15px;
	border-radius: 30px !important;
}

.grow-btn-link{
	margin-top: 15px;
    background-color: transparent;
}
.grow-btn-link:hover{
	background: none;
}
.grow-btn-link:hover span{
	color: #a81b19 !important;
}
.grow-btn-link span{
	color: #bc1f24 !important;
    font-weight: 600;
}
/* title */
.grow-title.sep-underline{
	border-bottom: 5px solid #bc1f24 !important;
}
.grow-title.font-c-white.sep-underline{
	border-bottom: 5px solid #fff !important;
}
.grow-title h1{
	font-weight: 600;
}
.grow-title h2{
	font-size: 22px !important;
    color: black;
}
.step-title h3{
	text-transform: uppercase;
	color: #a81b19;
}

.hero-rad{
	border-radius: 150px 0 150px 0;
}
.bg-btn{
	background-color: #bc1f24;
}

/* Step Line */
.vertical-line{
	position: absolute;
    left: -90px;
    height: 700px;
    border-left: 1px dotted #e7e6e6;
    top: -15px;
}
.vertical-line.top{
	top: 350px;
	height: 350px;
}
.vertical-line.top span.step{
	top: 0px;
}
.vertical-line span.step{
	position: absolute;
    left: -25px;
    display: block;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 5px #d2d2d2;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    color: #1172c1;
    top: 350px;
}

#businesstype {
    width: 172px;
    margin: 0 auto;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 2px 0;
    background: #f0f0f0;
}
#businesstype input[type="radio"]:checked + label {
    background: #22427e;
    border-radius: 25px;
    padding: 6px;
    color: #fff;
}
#businesstype input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: inline-block;
    width: 0;
    height: 0;
}
#businesstype input[type=radio] {
    vertical-align: text-bottom;
}
#businesstype input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: inline-block;
    width: 0;
    height: 0;
}
label {
    cursor: pointer;
    width: 80px;
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.promo{
	text-align: center;
}

.fusion-logo img{
	height: 90px;
}

/* footer */
.fusion-footer .fusion-widget-area a{
    font-size: 18px;
	padding: 5px 0;
}
.fusion-footer .logo-footer{
	max-width: 200px;
    padding-top: 15px;
}
#social_links-widget-2 {
	padding-left: 25px;
}