/*  ! Start  Bootstrap Overwrite */
.container-fluid {
	padding: 0 !important;
}

.row {
	margin: 0;
	padding: 0;
}

/*  ! End  Bootstrap Overwrite */

/*  ! Start CSS for HTML tags */

html, body {
	scroll-behavior: smooth !important;
}

ul {
	list-style-type: disc !important;
}

/*  ! End CSS for HTML tags */


/*  ! Start  CSS  */


.dive_jump_top_bar_height {
	margin-top: 30px !important;
}

.dive_transition_scale {
	transition: all 0.3s linear 0s;
}

.dive_transition_scale:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.dive_transition_scale_small {
	transition: all 0.3s linear 0s;
}

.dive_transition_scale_small:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}



/*  ! End  CSS  */

/*  ! Start google recaptcha   */

.dive_google_recaptcha {
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;	
}
