@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	background-repeat: no-repeat;
	background: linear-gradient(#FFFFFF, #A6A7D2); 
	background-attachment: fixed;
}

#header ul {
	height: auto;
	list-style-type: none;
	display: inline-block;
}

body {
	font-family:'ITC Garamond Std Ult';
}

.column1 {
	width: 40%;
	float: left;
	align-content: center;
	align-items: center;
	padding: 0 0 50px 0;
}

.column2 {
	width: 60%;
	float: right;
	align-content: center;
	align-items: center;
}

@media (max-width: 960px) {
	.column2 {
		width: 50%;
		height: auto;
		float: none;
		align-content: center;
		align-items: center;
	}
}

.material-icons {
	height: 25px;
	margin-left: 10px;
	color: #6365CA;
}

.row {
	height: 70px;
	margin: 25px 25px 25px 25px;
	align-content: center;
	align-items: center;
}

@media (max-width: 940px) {
	.row {
		height: 200px;
	}
}

@media (max-width: 765px) {
	.row {
		height: 300px;
	}
}

#row1 {
	float: right;
	height: 50%;
	margin: 0 15px 5px 0;
}

#row2 {
	float: right;
	height: 50%;
	border-top: 1px solid #BBBBBB;
}

#logo{
	width: 500px;
	height: auto;
	object-fit: cover; 
	align-content: center;
	align-items: center;
	padding: 15px 0 0 15px;
}

@media (max-width: 1390px) {
	#logo {
		width: 200px;
		height: auto;
		margin: 0;
		padding: 0;
	}
}

.navigation {
	align-content: flex-end;
}

.navigation a {
	font-family: 'ITC Garamond Std Ult';
	text-decoration: none;
	color: #6365CA;
	justify-content: center;
}

.navigation-fadeup {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	list-style: none;
	padding: 0;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
  	opacity: 0.75;
	margin: 10px 0 -10px 0;
}

.navigation-fadeup:hover {
  	opacity: 1;
}

.navigation-fadeup:before {
  width: 100%;
  bottom: -50px;
  opacity: 0;
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #031D44;
}

.navigation-fadeup:hover::before {
  bottom: -5px;
  opacity: 1;
}

.navigation li{
	display: inline-block;
	margin: -50px 15px 15px 15px;
}

.image {
	width: 2000px;
	height: 1000px;
}

@media (max-width: 1120px) {
	.image {
		height: 400px;
		width: 200px;
		}
}

.slideshow-container {
	max-width: 2000px;
	position: relative;
	margin: 25px 25px 50px 25px;
	align-content: center;
	align-items: center;
}

.slides {
	display: none;
}

.previous, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previous:hover, .next:hover {
  background-color: #000000;
}

#text1 {
    display: block;
	float: left;
    color: #f2f2f2;
    font-size: 40px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 350px;
    width: 40%;
    text-align: center;
	font-family: "Times New Roman";
}

@media (max-width: 1120px){
	#text1 {
		font-size: 25px;
		top: 50px;
		padding: 0 0 0 50px;
		}
}

#caption1 {
	font-family: "ITC Garamond Std Lt";
	font-size: 20px;
	width: 500px;
	text-align: center;
	margin: auto;
	padding: 0;
}

@media (max-width: 1120px){
	#caption1 {
		font-size: 15px;
		top: 200px;
		padding: 0;
		width: 200px;
		}
}

#text2 {
    display: block;
    color: #f2f2f2;
    font-size: 40px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
	font-family: "Times New Roman";
}

@media (max-width: 1120px) {
	#text2 {
		font-size: 25px;
		top: 150px;
		padding: 0;
		}
}

#caption2 {
	font-family: "ITC Garamond Std Lt";
	font-size: 20px;
	width: 80%;
	text-align: center;
	margin: auto;
	padding: 0;
}

@media (max-width: 1120px) {
	#caption2 {
		font-size: 15px;
		top: 200px;
		padding: 0;
		width: 70%;
		}
}

#text3 {
	display: block;
	float: right;
    color: #303030;
    font-size: 40px;
    position: absolute;
	padding: 0 60px 0 0;
    top: 250px;
	right: 0;
    width: 35%;
    text-align: center;
	font-family: "Times New Roman";
}

@media (max-width: 1120px){
	#text1 {
		font-size: 25px;
		top: 50px;
		padding: 0 0 0 50px;
		}
}

@media (max-width: 1120px) {
	#text3 {
		font-size: 20px;
		top: 50px;
		padding: 0 30px 0 0;
		}
}

#caption3 {
	font-family: "ITC Garamond Std Lt";
	font-size: 20px;
	width: 80%;
	text-align: center;
	margin: auto;
	padding: 0;
}

@media (max-width: 1120px){
	#caption3 {
		font-size: 10px;
		top: 180px;
		padding: 0;
		width: 120px;
		}
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 10px;
	background-color: #C2C2C2;
	opacity: 68%;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

#dot {
    display: block;
    color: #f2f2f2;
    position: absolute;
    bottom: 15px;
    width: 100%;
	text-align: center;
}

@media (max-width: 1120px){
	.dot {
		height: 10px;
		width: 10px;
		}
}

.active, .dot:hover {
  background-color: #FFFFFF;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.title {
	font-family: 'ITC Garamond Std Ult';
	margin: 0 0 20px 0;
}

.title1 {
	text-align: center;
	font-weight: 900;
    font-size: 40px;
	color: #5B5C85;
	margin: 0;
}

@media (max-width: 1120px){
	.title1 {
		font-size: 25px;
		}
}

#type_of_services {
	display: flex;
	list-style: none;
	justify-content: center;
	text-decoration: none;
	min-height: 50px;
	padding: 0;
	margin: 0;
}

.services_row {
	margin: 0 50px 0 50px;
	display: flex;
	justify-content: center;
	align-content: center;
}

@media (max-width:992px){
.services_row {
	display: block;
	}
}

.services_column {
	height: auto;
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	align-content: center;
}

.services_column {
	min-width: 100px;
}

@media (max-width:992px) {
.services_column {
		width: 100%;
		margin: 10px auto 20px;
	}
}

.services_logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	align-content: center;
	align-items: center;
	object-fit: cover;
	float: none;
}

.servicestext {
	max-width: 100%;
	margin-top: 20px;
	text-align: center;
	min-height: 80%;
	padding: 2% 10%;
	box-sizing: border-box;
	color: #282952;
	font-family: "ITC Garamond Std Book";
}

@media (max-width:992px) {
.servicestext {
	width: 100%;
	margin: 0;
	padding: 0;
	}
}

.servicestext a:link {
	text-decoration: none;
	color: #282952;
}

.servicestext a:visited {
	text-decoration: none;
	color: #282952;
}

.servicestext a:hover {
	color: mediumturquoise;
}

.button_row {
	margin: 0 50px 0 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	font-family: "ITC Garamond Std Ult";
}

.button {
	border-style: groove;
	border-color: #B2B2B2;
	color: #23244F;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	cursor: pointer;
	background-color: #FFFFFF;
	font-weight: 900;
	font-family: "ITC Garamond Std Ult"
}

@media (max-width:992px) {
.button {
	font-size: 10px;
	padding: 9px 17px;
	}
}

.title2 {
	text-align: center;
	font-weight: 900;
    font-size: 40px;
	color: #5B5C85;
	margin: 40px 40px 5px;
}

@media (max-width: 1120px){
	.title2 {
		font-size: 25px;
		}
}

#subtitle {
	color: #5B5C85;
	font-family: "ITC Garamond Std Ult";
	text-align: center;
	padding: 0;
	margin: 0;
}

.article_row {
	margin: 0 10px 0 10px;
	display: flex;
	justify-content: center;
	column-gap: 2%;
	padding: 0 2%;
	align-content: center;
}

@media (max-width:992px){
.article_row {
	display: block;
	}
}

.article_column {
	height: auto;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: black;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px 1px grey;
}

.article_column {
	min-width: 100px;
}

@media (max-width:992px) {
.article_column {
		width: 100%;
		margin: 10px auto;
	}
}

.columntext {
	padding: 0;
	margin: 0;
}

.columnimage1 {
	width: 500px;
	height: 250px;
	align-content: center;
	object-fit: cover;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:1180px) {
.columnimage1 {
		width: 50%;
		height: auto;
		display: flex;
	}
}

.columnimage2 {
	width: 500px;
	height: 250px;
	align-items: flex-end;
	object-fit: cover;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:1180px) {
.columnimage2 {
		width: 50%;
		height: auto;
		display: flex;
	}
}

.date {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.subject {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	font-size: 30px
}

.content {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: lighter;
}

.read_more {
	margin: 10px 0 20px 0;
	color: #5B5C85;
	font-family: "Heebo Black", "Heebo ExtraBold";
}

.read_more:link {
	text-decoration: none;
}

.read_more:hover {
	color: lightsteelblue;
}

.title3 {
	text-align: center;
	font-weight: 900;
    font-size: 40px;
	color: #5B5C85;
	margin: 50px 40px;
}

@media (max-width: 1120px){
	.title3 {
		font-size: 25px;
		}
}

.holding_row1 {
	margin: 50px 50px 0 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	column-gap: 50px;
}

@media (max-width:992px){
.holding_row1 {
	display: block;
	}
}

.holding_column1 {
	height: auto;
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	align-content: center;
	align-items: center;
}

.holding_column1 {
	min-width: 100px;
	align-content: center;
	align-items: center;
}

@media (max-width:992px) {
.holding_column1 {
	width: 100%;
	margin: 10px auto 20px;
	}
}

.holding_logo {
	width: 200px;
	height: auto;
	display: block;
	box-sizing: border-box;
	margin-left: auto;
    margin-right: auto;
	align-content: center;
	align-items: center;
	object-fit: cover;
	float: none;
}

.holding_row2 {
	margin: 50px 50px 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
}

@media (max-width:992px){
.holding_row2 {
	display: block;
	}
}

.holding_column2 {
	height: auto;
	width: 250px;
	padding: 10px;
	box-sizing: border-box;
	align-content: space-between;
	align-items: center;
}

@media (max-width:992px) {
.holding_column2 {
	width: 100%;
	margin: 10px auto 20px;
	}
}

#slogon {
	margin: 50px 0 0;
	text-align: center;
	color: #8F97B0;
	font-family: "ITC Garamond Std Ult Cond";
	font-size: 30px;
	font-weight: 900;
}

@media (max-width:992px) {
	#slogon {
		width: 50%;
		display: flex;
		margin: auto;
	}
}

.title4 {
	text-align: center;
	font-weight: 900;
    font-size: 40px;
	color: #5B5C85;
	margin: 80px 40px 50px;
}

@media (max-width: 1120px){
	.title4 {
		font-size: 25px;
		}
}

.owner_row {
	margin: 0 20px 0 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 0 2%;
	column-gap: 2%;
}

@media (max-width:992px) {
.owner_row {
	margin: 0;
	padding: 0;
	display: block;
	align-content: center;
	align-items: center;
	}
}

.owner_column1 {
	height: auto;
	width: 20%;
	padding: 0;
	box-sizing: border-box;
	align-content: center;
}

.owner_column1 {
	min-width: 100px;
	text-align: center;
}

@media (max-width:992px) {
.owner_column1 {
	width: 50%;
	margin: 10px auto;
	padding: 0;
	display: block;
	}
}

.owner_image {
	border-radius: 10px;
	align-content: center;
	align-items: center;
}

@media (max-width:992px) {
.owner_image {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	}
}

.owner_column2 {
	height: auto;
	width: 40%;
	padding: 0;
	box-sizing: border-box;
	align-content: center;
}

@media (max-width:992px) {
.owner_column2 {
	width: 100%;
	margin: 50px 0 0 0;
	align-content: center;
	align-items: center;
	display: block;
	}
}

.qoutes{
	margin: 0 0 50px 0;
	display: block;
	list-style: none;
	justify-content: center;
	color: #000000 60%;
	font: "ITC Garamond Std Book";
	font-size: 20px;
}

@media (max-width:992px) {
	.qoutes {
		margin: 0 0 20px 0;
	}
}

.button_row1 {
	margin: 0 50px 0 50px;
	display: flex;
	font-family: "ITC Garamond Std Ult";
}

.button1 {
	border-style: groove;
	border-color: #B2B2B2;
	color: #23244F;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
	background-color: #FFFFFF;
	font-weight: 900;
	font-family: "ITC Garamond Std Ult"
}

@media (max-width:992px) {
.button1 {
	font-size: 10px;
	padding: 9px 17px;
	}
}

#footer_logo{
	display: block;
	width: 300px;
	height: auto;
	margin: 30px auto;
	float: none;
	align-content: center;
}

.footer_row {
	width: auto;
	margin: 0 10px 0 10px;
	text-decoration: none;
	display: flex;
	box-sizing: border-box;
	list-style: none;
	justify-content: center;
	column-gap: 1%;
	padding: 0 2%;
	align-content: center;
}

.footer_row a{
	text-decoration: none;
	color: #282952;
}

@media (max-width:992px) {
.footer_row {
	display: block;
	}
}

.footer_column {
	height: auto;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px;
	box-sizing: border-box;
}

.footer_column {
	min-width: 100px;
}

.footer_column ul{
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

@media (max-width:992px) {
.footer_column {
	width: 100%;
	padding: 0;
	}
}

.footer_column li{
	text-decoration: none;
	list-style: none;
	padding: 5px;
}

.About_Us {
	font-size: 25px;
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #282952;
}

.Our_Services {
	font-size: 25px;
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #282952;
}

.News_Events {
	font-size: 25px;
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #282952;
}

.Help_Support {
	font-size: 25px;
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #282952;
}

.About_Us1 {
	font: "ITC Garamond Std Book";
	color: #282952;
}

.Our_Services1 {
	font: "ITC Garamond Std Book";
	color: #282952;
}

.News_Events1 {
	font: "ITC Garamond Std Book";
	color: #282952;
}

.Help_Support1 {
	font: "ITC Garamond Std Book";
	color: #282952;
}

.About_Us .Our_Services .News_Events .Help_Support ul{
	text-decoration: none;
	list-style: none;
}

@media (max-width:992px) {
.About_Us1 .Our_Services1 .News_Events1 .Help_Support1 ul{
	text-decoration: none;
	list-style: none;
	margin: 0;
	}
}

#details {
	font-size: 25px;
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #282952;
}

.About_Us1 a:hover {
	color: #666CAA;
}

.Our_Services1 a:hover {
	color: #666CAA;
}

.News_Events1 a:hover {
	color: #666CAA;
}

.Help_Support1 a:hover {
	color: #666CAA;
}

.footer_row1 {
	width: auto;
	margin: 0 10px 0 10px;
	text-decoration: none;
	display: flex;
	box-sizing: border-box;
	list-style: none;
	justify-content: center;
	column-gap: 1%;
	padding: 0 2%;
	align-content: center;
}

@media (max-width:992px) {
.footer_row1 {
	display: block;
	}
}

.footer_column1 {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	align-content: center;
	align-items: center;
	text-align: center;
}

.footer_column1 {
	min-width: 100px;
}

@media (max-width:992px) {
.footer_column1 {
	width: 100%;
	padding: 0;
	}
}

#email {
	height: 20px;
	width: auto;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 5px 5px 10px;
	background-color: #E7E8F3;
	border: solid 1px #707070;
}

#submit {
	height: 31.5px;
	width: auto;
	font-weight: 600;
	padding: 5px 10px 5px 10px;
	background-color: #6A6CD9;
	border: solid 1px #6A6CD9;
	color: azure;
}

::placeholder {
	font: "ITC Garamond Std Ult";
	font-weight: 600;
	color: #AAABC9;
}

.social_media {
	width: 50px;
	height: auto;
}

.footer_row2 {
	width: 25%;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
	column-gap: 1%;
	padding: 0;
	align-content: center;
	align-items: center;
	overflow: hidden;
}

@media (max-width:992px) {
.footer_row2 {
	display: block;
	}
}

.footer_column2 {
	height: auto;
  	width: 50%;
  	margin-top: 50px;
  	padding: 10px 20px;
  	box-sizing: border-box;
  	align-content: center;
  	align-items: center;
  	text-align: center;
}

@media (max-width:992px) {
.footer_column2 {
	margin: 10px;
	}
}

.footer{
	text-decoration: none;
	min-height: 50px;
}

.footerinfo{
	display: flex;
	list-style: none;
	justify-content: center;
	gap: 2%;
	padding: 2%;
	padding-bottom: 1%;
}

.footerinfo a{
	text-decoration: none;
	color: #666CAA;
}

.footerinfo a:hover{
	text-decoration: none;
	color: #282952;
}

.copyright{
	list-style: none;
	text-align: center;
	justify-content: center;
	margin-top: 0;
	padding: 0 2% 0 2%;
	padding-bottom: 3%;
	color: #666CAA;
}

