@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&family=Sora:wght@100;200;300;400;500;600&display=swap');

body {
	overflow-x: hidden;
	padding-right: 0 !important;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Londrina Solid', cursive;
    font-family: 'Manrope', sans-serif;
    font-family: 'Roboto', sans-serif;*/
    font-family: 'Sora', sans-serif;
}

html,
body {
	height: 100%;
}

body:after {
	content: none!important
}

::i-block-chrome,
body {
	-webkit-text-stroke: .1px
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
span, p, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	clear: none;
}

label {
	font-weight: normal;
}

*:focus {
	outline: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a,
input[type="submit"] {
	transition: all 0.4s ease-in-out;
}


/*****  Main CSS  *****/

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.container .container {
	width: auto;
	padding: 0;
}

body {
	margin: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

p {
	font-size: 22px;
	color: #5f5f5f;
	line-height: 28px;
}

.home_sc {
	padding: 0 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.home_sc .map-sec {
    height: 518px;
}

.home_sc .row {
	padding:0% 6%;
}

.home_sc .map-sec iframe {
	height: 100%;
	width: 100%;    filter: grayscale(100%);
}

.home_sc_inr {
    background: rgba(255, 255, 255, 0.95);
    padding: 45px 35px;
}

.logo {
	text-align: center;
	margin-bottom: 30px;
}

.logo a {display: block;}
.logo a img{width: 40%;}

.home_sc_tp {
	text-align: center;
}

.home_sc_tp a {
	font-size: 37px;
	color: #5f5f5f;
	font-weight: 600;
	display: block;
}

.home_sc_tp a:hover,
.home_sc_tp a:focus {
	color: #0f1438;
}

.home_sc_tp p {
	font-size: 18px;
    line-height: 1.2;
	color: #5f5f5f;
}

.home_sc_tp p a {
	font-size: 24px;
}

.home_sc_btm {
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
}

.home_sc_btm:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 280px;
	background: #84919a;
	height: 1px;
	margin: auto;
}

.home_sc_btm p {
	font-weight: 400;
}

.home_sc_btm p small {
	font-size: 16px;
}

.home_sc_btm ul.nav-tabs {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: none;
}

.home_sc_btm .nav-tabs .nav-item .nav-link {
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 600;
	padding: 0px;
	border: none;
	background: transparent;
}
 
.home_sc_btm .nav-tabs .nav-link.active {
	color: #0f1538;
}

.home_sc_btm ul.nav-tabs li.nav-item {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    width: 49%;
}

.home_sc_btm ul li:last-child {
	margin-bottom: 0px;
}

.home_sc_btm ul li::before {
	content: "\f041";
	font-family: FontAwesome;
	color: #0f1538;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home_sc_btm ul li a:hover {
	color: #0f1538;
}
.map{width: 100%;height: 100%;}

.copyright_sc {
	position: fixed;
	bottom: 0;
	background: #61262a;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 8px 30px;
    display: flex;flex-wrap: wrap;justify-content: space-between;
}

.copyright_sc p {
	font-size: 17px;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.copyright_sc a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
}

.copyright_sc a:hover,
.copyright_sc a:focus {
	opacity: 0.7;
}
.nav li.nav-item a {
	color: #333;
	padding: 0.4rem 1rem;
}
.nav li.nav-item.active a {
	color: #000;
	font-weight: 600;
}

.nav li.nav-item {
    position: relative;
    width: 50%;
    text-align: left;
}
a.full_web {
    border: 1px solid #293993;
    margin-top: 10px;
    display: inline-block;
    font-size: 18px!important;
    padding: 5px 35px;
    background: #293993;
    color: #fff;
    font-weight: normal;
}
a.full_web:hover, a.full_web:focus {
    background: #ee3429;
    border: 1px solid #ee3429;
    color: #fff;
}

p.open-text {
    font-size: 26px;
    color: #000;
}
p.tell a{font-size: 40px;margin:20px 0 10px;color:#61262a;font-weight: 700;}
p.mail a{color:#61262a;font-weight: 700;}
p.mail:hover a{color:#333;}
ul.list{margin-top: 25px;}
ul.list li{list-style: none;font-size: 18px;}

@media (max-width: 1499px) {
	.home_sc_inr {
		padding: 25px;
	}
	.home_sc .map-sec {
		height: 480px;
	}
    
    ul.list li{font-size: 20px;}
    
}
@media (max-width:1199px) {
	p {
		font-size: 20px;
		line-height: 27px;
	}
	.logo img {
		width: 244px;
	}
	.logo {
		margin-bottom: 30px;
	}
	.home_sc_tp a {
		font-size: 27px;
	}
	.home_sc_tp p a {
		font-size: 20px;
		margin-bottom: 3px;
		display: inline-block;
	}
	.home_sc_btm {
		padding-top: 22px;
		margin-top: 22px;
	}
	.home_sc_btm p small {
		font-size: 15px;
	}
	.copyright_sc p {
		font-size: 16px;
	}

	.home_sc_inr {
		margin: auto;
	}
	.home_sc_inr {
		width: auto;
	}
	.home_sc .map-sec {
		width: auto;
		height: 400px;
	}
	.home_sc_inr {
		padding: 20px;
	}
     ul.list li{font-size:18px;}
    
	
}

@media (max-width:999px) {
	/*.home_sc .row {
		padding: 0% 10% 0 0%;
	}*/	
}	
@media (max-width:991px) {
	.bg {
		padding-bottom: 30px;
	}
	.home_sc {
		padding: 0;
	}
	p {
		font-size: 19px;
		line-height: 25px;
	}
	.home_sc_inr {
		margin: 10px 0px 20px;
	}
	.logo img {
		width: 179px;
	}
	.logo {
		margin-bottom: 10px;
		margin-top: 11px;
	}
	.home_sc_tp a {
		font-size: 23px;
	}
	.home_sc_tp p a {
		font-size: 24px;
	}
	.home_sc_btm {
		padding-top: 8px;
		margin-top: 12px;
	}
	.copyright_sc {
		bottom: 0px;
	}
	.home_sc_btm:before {
		width: 90%;
	}
	.home_sc .map-sec {
		height: 350px;
	}
	/*.home_sc .row {
		padding: 0% 60% 0 0%;
	}*/
    .map{height:300px;}
}

@media (max-width:767px) {
	p {
		font-size: 15px;
		line-height: 21px;
	}
	.home_sc_inr {
		width: 100%;
		padding: 15px;
	}
	.logo img {
		width: 155px;
	}
	.home_sc_btm p small {
		font-size: 12px;
	}
	.home_sc .map-sec {
		height: 290px;
		margin-bottom: 40px;
	}
	html, body {
		height: 100vh;
	}
	p.open-text {
		font-size: 22px;
	}
	.home_sc .row {
		padding: 0;
	}
}
@media (max-width:479px){
	.copyright_sc{
		padding: 10px 5px;
	}
	.copyright_sc p{
		font-size: 12px;
	}
	.home_sc_btm ul li {
		display: block;
		width: 100%;
	}
	.nav li.nav-item {
		width: 100%;
	}
    .home_sc{height: auto;}
    .map {height: 250px;}
}
@media (max-width:370px){
    .copyright_sc{justify-content: center;}
}