
*
{
	padding:0;
	margin:0;
}

.watermark
{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.watermark:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../img/watermark1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 95%;
	height: 95%;
	opacity: .3;
}

.section-bg-image
{
	overflow: hidden;
	height: 100vh;
	width: 100%;
	position: relative;
}

.section-bg-image .top-logo
{ 
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

@media screen and (min-width: 1140px)
{
	.section-bg-image .top-logo
	{
		max-width: 70%;
		width: 100%;
	}
}

.section-bg-image .top-logo img.logo1
{
	width: 225px;
	margin-bottom: 10px;
}
.section-bg-image .top-logo .logo-small-content
{
	font-family: var(--roboto3);
	color: #333;
	line-height: 1.4;
	font-size: 15px;
}
.section-bg-image .top-logo .logo-small-content p.mt-10
{
	margin-top: 15px;
}


.two-boxes
{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
}

.row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row .col-half
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row .col-half .branch-box
{
	margin-left:27px;
	margin-right:27px;
	position: relative;
	transition: all .5s ease-in-out;
	overflow: hidden;
}

.row .col-half .branch-title
{
	font-family: "Righteous-Regular";
	font-size: 45px;
	color: #D31F10;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 220px;
	width: 100%;
	margin:auto;
}

.row .col-half .branch-title.two
{
	max-width: 243px;
}

.row .col-half .branch-title h5
{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*.row .col-half .branch-title h5:before
{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform:translateX(-50%);
	width: 100%;
	height: 2px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}*/

.row .col-half .branch-box .overlay a
{
	display: block;
	text-decoration: none;
	color: #2B588E;
}
.row .col-half .branch-box .overlay a .content-box
{	text-align: center;
	width: 100%;
	bottom: 20px;
}
.row .col-half.box2 .branch-box .overlay a .content-box
{
	margin-left: 20%;
}
.row .col-half .branch-box .overlay a .content-box .logo-box.halfimage img
{
	width: 220px;
	float: none;
}
.row .col-half .branch-box .overlay a .content-box .logo-box .images
{
	width: calc(100% / 2 - 36px);
	float: left;
	margin:0px;
	display: block;
	text-align: center;
}
.row .col-half .branch-box .overlay a .content-box .logo-box .images .name
{
	text-align: center;
	font-family: var(--roboto5);
	color: #D31F10;
	font-size: 18px;
}