@charset "UTF-8";
/* CSS Document */

body{
	background:rgba(255,255,255,1.00);
}

h5 {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:rgba(48,69,120,1.00);
}

h3{
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:rgba(118,166,209,1.00);
	padding-bottom: 10px;
}

h2,h1{
font-family: 'Arvo', serif;
	font-weight: bold;
	color:rgba(118,166,209,1.00);
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

p{
	font-family: 'Arvo', serif;
	color: rgba(60,90,140,1.00);
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

article{
	position: relative;
	width: 100%;
	background:url("image/img_10.jpg")no-repeat;
	background-size: cover ;
	background-position: center;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 80px;
}
.container{
	padding-top: 20px;
	padding-bottom: 50px;
}

.media-icons{
	display: flex;
	justify-content: center;
	align-items:center;
	margin: auto;
}

.card-title{
	display: inline-block;
	height:80px;
}

.media-icons a{
	position: relative;
	color: rgba(60,69,152,1.00);
}

.text-primary{
	color: rgba(95,131,200,1.00)!important;
	font-family: 'Arvo', serif;
}

.nav{
	min-height: 50px;
	justify-content: center;
	font-family: 'Arvo', serif;
	display:flex;
}
.nav-link {
	color:rgba(100,132,185,1.00)!important;
}
.nav-link:hover{
	color:rgba(96,146,208,1.00)!important;
	border-bottom: 1px solid rgba(88,115,172,1.00);
}

#navbar {
	width: 150vw;
	height: 150px;
	border: 3px solid white;

	border-radius: 10px;

  }
  
#navbar img {
	display: block;
	width: 150px;
	height: 150px;
	margin: auto;

}

#footer-logo{
	width: 100%;
	height: 50px;
}

.card{
	background-color:aliceblue;
	border: 0;
	align-items:center;
	margin: 1%;
	display: flex;
	justify-content:center;
}

.content {
	color:rgba(87,115,173,1.00);
	line-height: 20px;
	font-family: 'Arvo', serif;
	padding-bottom:50px;
	padding-top: 10px;
	max-width: 700px;
	margin: auto;
	text-align: center;
}

p{
	line-height: 1.8;
}

.btn{
	background-color: rgba(164,153,216,1.00);
	border: 0;
	font-family: 'Arvo', serif;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.card:hover{
	opacity: 0.5;
}

.col{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn-info{
	background: rgba(108,141,198,1.00);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 10px;	
	transition: 0.3s;
	transition-property:background;
	margin-top: 50px;
}

.btn-info:hover{
	background:rgba(226,226,255,1.00);	
}

.btn-secondary{
	background: rgba(108,141,198,1.00);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 10px;	
	transition: 0.3s;
	transition-property:background;
}


.img-fluid{
	max-width: 100%;
	height: auto;
	background-position: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.icon{
	float:left;
	padding: 10px;
}

.column {
	float: left;
	width: 33.33%;
	padding: 5px;
	margin-bottom: 50px;
	padding-top: 90px;
	background: url("image/img_10.jpg");
	background-size: cover ;
}
.footer-column {
	float: left;
	width: 180px;
	padding: 5px;
	margin-right: 20px;
	margin-left: 5px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-size: cover ;
	font-size: medium;
	display:block;
}

.footer-last {
	font-size: small;
	padding-left: 500px;
	position: relative;
	width: 100%;
	background-size: cover ;
	background-position: center;
}

.row:after{
	content: "";
	clear: both;
	display: table;
}

footer{
	position: relative;
	width: 100%;
	background:url("image/img_10.jpg")no-repeat;
	background-size: cover ;
	background-position: center;
}

.bg-image-vertical {
padding-bottom: 50px;
padding-top: 50px;
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: right center;
background-size: auto 100%;
}

@media (min-width: 1025px) {
.h-custom-2 {
height: 100%;
}
}

.tabs{
	margin-left:auto;
	padding-left: 420px;
}

.icons{
	min-height: 50px;
	display:flex;
	justify-content: right;
}
.contactUs{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.contact-section{
	padding: 20px 0px 0px 180px;
}

.contact{
	width: 1739px;
	background:url("image/img_10.jpg")no-repeat;
	background-size: cover ;
	background-position: center;
}

#contact{
background:rgba(199,213,236,1.00);
padding-bottom: 80px;
}

.form-group{
text-align: left;	
}

.instagram{
	padding-bottom: 50px;
}

.wrapper {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  grid-gap: 10px;
  background-color: #fff;
  color: #444;
}

.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}

.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
	text-align: center;
}

.carousel{
	padding-bottom: 50px;
}


