/*
Theme Name: Orion
Theme URI: http://rockettheme.com
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Orion - Gantry 5 Theme from RocketTheme
Version: 1.0.4
*/
.img-main{
	margin: 0 auto;
	display: table;
	max-width: 20%;
	width: 100%;
}
.text-center{
	text-align: center;
}
.button-right{
	text-align: right;
}
#g-navigation, #g-container-footer{
    display: none;
}
html body #g-page-surround #g-container-top:before {
    height: 100vh !important;
    clip-path: none !important;
}
.back1 .button{
	background: #1b1da9;
}
.back2 .button{
	background: transparent;
    border: 1px solid #fff;	
}
.g-social-items a{
	margin: 0 10px;
    font-size: 20px!important;
}
.block-policy{
	font-size: 12px;
}
#custom-3939-particle{
	padding: 0;
}
html body #g-page-surround {
    background-color: #1057d8;
}
.block-policy {
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 94px;
}

@media (max-width: 768px) {
	.g-content {
		margin: 0 !important;
	}
	.img-main img{
		 margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 50%;
	}
}