@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: "Verdana", "Trebuchet MS";
	color: #14355E;		
}
h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}
p {
	font-size: 0.8;
    line-height: 28px;
}
.boldText {
	font-weight: bolder;
}
/**************************************************************************/
.Navbarbg {
	width: 100%;
	height: 60px;
	position: fixed; 
	float: left; 
	z-index: 99;
	background-color:#ffffff;
}
.Navbarbg img {
	margin-top: 8px;
}
.Logo {
	width: 192px;
	height: 51px;
	position: fixed;
	left: 250px;
	top: 10px;
	z-index: 100;
}
.slider {
	width: 100%;
	height: auto;
	margin-top: 60px;
	position: relative;
	float: left;
	background-color:#0C2947;
	z-index:98;
}
.mySlides {display:none;}
.mySlides2 {display:none;}

/****************************************************************************/
.Contentbox1white {
	width: 100%;
	height: auto;
	padding-top: 80px;
	text-align:center;
	padding-bottom: 80px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	z-index: 98;
}
.Contentbox2lightGray {
	width: 100%;
	height: auto;
	text-align:center;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	float: left;
	background-color: #E7E7E7;
	z-index: 98;
}
.Contentbox3gray {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	float: left;
	background-color: #CFCFCF;	
}
.Contentbox4Lightblue {
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	float: left;
	background-color: #D2F0FF;
	z-index: 98;
}
.Contentbox5blue {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	float: left;
	background-color: #AFD5EA;	
}
.imagebox1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
.imageboxfixedBG {
	width: 100%;
	height: auto;
	position:fixed;
	display: block;
	top: 70px;
	float: left;
	z-index: 97;
}
.imageboxfixedBG2 {
	width: 100%;
	height: auto;
	position:fixed;
	display: block;
	top: -300px;
	float: left;
	z-index: 97;
}
.imageboxfixedBG3 {
	width: 100%;
	height: auto;
	position:fixed;
	display: block;
	top: 70px;
	float: left;
	z-index: 97;
}
.imageboxfixedBG4 {
	width: 100%;
	height: 100%;
	position:fixed;
	top: -300px;
	float: left;
	z-index: 97;
}
.imagebox2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-image:url();
	background-attachment: fixed;
	color: #ffffff;
}
.imagebox3 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-image:url();
	background-attachment: fixed;
}
.imagebox4 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-image:url();
	background-attachment: fixed;
}
.footer {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	float: left;
	background-color:#0E3065;
	z-index: 98;
}
.footer h5 {color: #ffffff; margin-top: 25px; text-align: left;}
.footer p {color: #ffffff; text-align: left;}
.iframe {
	float: right;
}
.formtextfield {
	float: left;
	margin-left: 30px;
	width: 40%;
	height: 40px;
	background-color:#D6ECF8;
}
.formtextmessage {
	float: left;
	margin-left: 30px;
	width: 40%;
	height: 100px;
	background-color:#D6ECF8;
}
.formtext{
	text-align: left;
	margin-left: 30px;
	line-height: 5px;
}
.sendbutton {
	float: left;
	margin-left: 30px;
	width: 200px;
	height: 50px;
	background-color: #15417F;
	color: #ffffff;
	font-size: 0.9em;
}
.contactformtext {
	float: right;
	margin-right: 5px;
	text-align: right;
}
.LegalDisclaimerText {
	text-align: justify;
	font-weight: lighter;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
/********************************************************************************/
.SingleBox {
	width: 40%;
	height: auto;
	position: relative;
	margin-top: 100px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 100px;
	z-index: 98;
	border: 1px solid #ffffff;
	background-color:rgba(89,89,89,0.40);
}
.Singlebox2 {
	width: 80%;
	height: auto;
	margin-left: 10%;
	text-align:center;
	margin-right: 10%;
	z-index: 98;
	position: relative;
}
.Singlebox2 ul li {
	text-align: left;
	margin-left: 30px;
}
.SingleBox h1 {
	padding-top:40px;
	padding-bottom: 20px;	
}
.SingleBox h5 {
	padding-top:10px;
	padding-bottom: 50px;
	font-weight: lighter;
	line-height: 30px;
}
.Singlebox2 h1 {
	padding-top:40px;
	padding-bottom: 20px;	
}
.Singlebox2 h5 {
	padding-top:10px;
	padding-bottom: 50px;
	font-weight: lighter;
	line-height: 35px;
}
.SingleBox3 {
	width: 70%;
	height: auto;
	position: relative;
	margin-top: 100px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 100px;
	z-index: 98;
	border: 1px solid #ffffff;
	background-color:rgba(89,89,89,0.5);
}
.SingleBox3 h1 {
	padding-top:40px;
	padding-bottom: 5px;
	color: #ffffff;
	text-align:center;
}
.SingleBox3 h5 {
	padding-top:10px;
	padding-bottom: 50px;
	font-weight: lighter;
	line-height: 30px;
}
.SingleBox4 {
	width: 70%;
	height: auto;
	position: relative;
	margin-top: 100px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;
	z-index: 98;
	border: 1px solid #ffffff;
	background-color:rgba(89,89,89,0.5);
}
.SingleBox4 h1 {
	padding-top:40px;
	padding-bottom: 5px;
	color: #ffffff;
}
.SingleBox4 h5 {
	padding-top:10px;
	padding-bottom: 50px;
	font-weight: lighter;
	line-height: 30px;
}
.DoubleSidebox {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
.DoubleSidebox2 {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
.DoubleSidebox2 img {
	width: 90%;
	height: auto;
	float: right;
	border: 1px solid #D4D4D4;
	margin-right: 15px;
}
.DoubleSidebox h1 {
	padding-bottom: 20px;
}
.DoubleSidebox h3 {
	padding-bottom: 20px;
}
.DoubleSidebox p {
	padding-bottom: 20px;
}
.DoubleSidebox img {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 15px;
}
.DoubleSideboxContact {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
.DoubleSideboxContact img{
	width: 60%;
	height: auto;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}
.DoubleSideboxR {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
.DoubleSideboxR img {
	width: 60%;
	height: auto;
	float: right;
	margin-right: 10%;
}
.Threesidebox {
	width: 33.3%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 50px;
}
.Threesidebox2 {
	width: 33.3%;
	height: 400px;
	position: relative;
	float: left;
	margin-bottom: 50px;
}
.Threesideboxcontainer {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	float: left;
}
.Threesidebox img {
    height: auto;
	float: left;
	margin-left:20%;
}
.Threesidebox2 img {
    height: auto;
	float: left;
}
.Threesidebox h4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.Threesidebox p {
	
}
.ThreesideboxArticles {
	width: 33.3%;
	height: 300px;
	position: relative;
	float: left;
	margin-bottom: 50px;
}
.ThreesideboxArticles img {
	float: left;
	margin-left: 0%;
	margin-bottom: 15px;
}
.ThreesideboxArticles h5 {
	text-align:left;
	width: 70%;
	margin-left: 15%;
}
.ThreesideboxArticles p {
	text-align:left;
	width: 70%;
	margin-left: 15%;
}
.foursidebox {
	width: 25%;
	height: 350px;
	position: relative;
	float: left;
}
.foursidebox2 {
	width: 25%;
	height: 380px;
	position: relative;
	float: left;
}
.foursidebox2 a {
	color: #3170BA;
	text-decoration: none;
}
.foursidebox2 h5 {
	text-align: left;
}
.foursidebox2 p {
	text-align: left;
}
.foursideboxcontainer {
	width: 75%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
	position: relative;
	float: left;
}
.foursidebox img{
	float: left;
}
.foursidebox a {
	color: #ffffff;
	text-decoration: none;
}
.fivesidebox {
	width: 20%;
	height: 250px;
	position: relative;
	float: left;
}
.imageboxcontent {
	width: 35%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 6%;
	margin-right: 1%;
	position: relative;
	float: left; 
	background-color:#B31C1F;
	border: 1px solid #ffffff;
}
.imageboxcontentcontainer {
	width: 87%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	float: left;
}
.imageboxcontent h1{
	padding-top:20px;
	padding-bottom: 20px;
}
.imageboxcontent h4{
	padding-bottom: 20px;
	font-weight: lighter;
}
.imageboxcontent h6{
	padding-bottom: 30px;
	line-height: 28px;
	font-weight: lighter;
}
.imageboxcontent2 {
	width: 40%;
	height: 300px;
	position: relative;
	float: left;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 6%;
	margin-right: 1%;
	background-color:rgba(230,230,230,0.3);
	border: 1px solid #ffffff;
}
.portfoliocontainer {
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-right: 7.5%;
	margin-bottom: 20px;
	position: relative;
	border: 10px solid #C4C4C4;
	float: left;
	background-color:#EEEEEE;
}
.portfoliobox {
	width: 25%;
	height: 180px;
	position: relative;
	float: left;
}
.portfoliobox img {
	width: 250px;
	height: 154px;
}
.Portfoliobutton {
	width: 200px;
	height: 50px;
	background-color:rgba(89,89,89,0.40);
	border: 1px solid #ffffff;
	margin-left: 2%;
	margin-bottom: 2%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
	line-height: 45px;
	font-family: "Verdana", "Trebuchet MS";
	font-size: .8em;
	display: block;
	float: left;
	cursor: pointer;
    box-shadow: inset 0 0 0 0 #aaaaaa;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.Portfoliobutton a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	height: auto;
}
.slideright:hover {
  box-shadow: inset 400px 0 0 0 #aaaaaa;
}
.PortfoliobuttonContainer {
	width: 71%;
	height: auto;
	margin-left: 14.5%;
	margin-right: 14.5%;
	position: relative;
	margin-bottom: 50px;
	float: left;
}
/*********************************************************************************/
.Leftalign {
	text-align: left;
	margin-left: 30%;
	margin-right: 6%;
}
.LeftalignText {
	text-align: left;
	margin-left: 2%;
	margin-right: 30%;
}
.LeftalignPort {
	text-align: left;
	margin-left: 2%;
	margin-right: 10%;
}
.LeftalignArtText {
	text-align: left;
	margin-top: 235px;
}
.RightalignImage {
	float: right;
	margin-left: 20%;
	margin-right: 1%;
}
.Rightalign {
	text-align: right;
	margin-left: 6%;
	margin-right: 30%;
}
.Leftalignboxcontent {
	text-align: left;
	margin-left: 10%;
	margin-right: 2%;
	color:#ffffff;
}
.Leftalignboxcontent2 {
	text-align: left;
	margin-left: 20%;
	margin-right: 1%;
	color:#0B2E5E;
	clear: left;
}
.Leftalignboxcontent3 {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	color:#0B2E5E;
	clear: left;
	line-height: 35px;
	font-weight: lighter;
}
.Leftalignboxcontent4 {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	color:#ffffff;
	clear: left;
	line-height: 35px;
	font-weight: lighter;
}
.Leftalignboxcontent5 {
	text-align: left;
	margin-left: 20%;
	margin-right: 1%;
	color:#0B2E5E;
	clear: left;
	line-height: 28px;
	font-weight: lighter;
}
.investmentImage {
	Width: 100%;
	height: auto;
}
/**********************************************************************************/
.button {
	width: 180px;
	height: 50px;
	text-align: center;
	background-color: #5799CC;
	border-color:#0E355C;
	border-style: solid 2px;
	margin-left: 30%;
	margin-bottom: 10%;
	color: #ffffff;
	line-height: 45px;
	font-family: "Verdana", "Trebuchet MS";
	font-size: 1.0em;
	display: block;
	cursor: pointer;
    box-shadow: inset 0 0 0 0 #cccccc;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.button a {
	height: 50px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.buttonclear {
	width: 180px;
	height: 50px;
	border: 1px solid #ffffff;
	text-align: center;
	margin-left: 10%;
	margin-bottom: 10%;
	color: #ffffff;
	line-height: 45px;
	font-family: "Verdana", "Trebuchet MS";
	display: block;
	cursor: pointer;
    box-shadow: inset 0 0 0 0 #cccccc;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.buttonclear a {
	height: 50px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

/***************************************************************************/
.accordion {
  background-color: #C2C2C2;
  color: #4F4F4F;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #357EB6; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #F0F0F0;
  overflow: hidden;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/************************************************************************/

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 125px;
  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;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}














/**************************************************************************/
.topnav {
  width: 70%;
  overflow: hidden;
  background-color: #ffffff;
  float: right;
}

.topnav a {
  width: auto;
  height: 32px;
  line-height: 38px;
  float: left;
  display: block;
  color: #0B3467;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Verdana", "Trebuchet MS";
}



.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  width: auto;
  font-size: 0.9em; 
  font-family: "Verdana", "Trebuchet MS";
  border: none;
  outline: none;
  color: #0B3467;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  background-color: inherit;
  line-height: 38px;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9em;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #D5E6F1;
  color: #1F4B81;
}

.dropdown-content a:hover {
  background-color: #1E86C9;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1024px) {
  .topnav {
	width: 40%;	
  }
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1650px) {
   .topnav {
	width: 80%;
	z-index: 100;   
	}
	.Logo {
	width: 192px;
	height: 51px;
	position: fixed;
	left: 15px;
	top: 10px;
	z-index: 100;
}
}
@media screen and (max-width: 1024px) {
   .topnav {
	width: 30%;
	z-index: 100;
  }
	.Navbarbg {
		z-index: 99;
	}
	.Logo {
	width: 192px;
	height: 51px;
	position: fixed;
	left: 15px;
	top: 10px;
	z-index: 100;
}
   .imageboxfixedBG img {
	width: 1025px;
	height: 577px;
	margin-top: 20px;
	}
	.SingleBox4 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.portfoliocontainer {
	width: 80%;
	height: auto;
	margin-left: 7%;
	margin-right: 10%;
	margin-bottom: 20px;
	position: relative;
	border: 10px solid #C4C4C4;
	float: left;
	background-color:#EEEEEE;
}
	.PortfoliobuttonContainer {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	margin-bottom: 50px;
	float: left;
}
    .portfoliobox {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	height: 180px;
	position: relative;
	float: none;
}
	.Portfoliobutton {
		width: 90%;
	    height: auto;
		margin-left: 2.5%;
		margin-rgiht: 2.5%;
	}
	.DoubleSidebox img {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 15px;
}
	.DoubleSideboxR img {
	width: 75%;
	height: auto;
	float: none;
	}
	.DoubleSidebox {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
	.DoubleSidebox img {
	width: 90%;
	height: auto;
	float: none;
	
}
	.Leftalign {
	text-align: left;
	margin-left: 10%;
	margin-right: 6%;
}
	.Leftalignboxcontent2 {
	text-align: center;
	margin-left: 30%;
	margin-right: 30%;
	color:#0B2E5E;
	
}
	.imageboxcontentcontainer {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	float: left;
}
	.imageboxcontent {
	width: 46%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 3%;
	margin-right: 1%;
	position: relative;
	float: left; 
	background-color:#B31C1F;
	border: 1px solid #ffffff;
}
	.Threesidebox {
	width: 85%;
	margin-left: 7.5%;
	margin-right: 7.5%;
	}
	.Threesideboxcontainer {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	float: left;
}
	.Threesidebox img {
    width:75%;
	height: auto;
	float: left;
	margin-left:12%;
}
	.Leftalignboxcontent2 {
	margin-left: 11%;
	margin-right: 1%;
	}
	.foursideboxcontainer {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	float: left;
}
	.foursidebox img{
	float: left;
	width: 75%;
	height: auto;
	margin-left: 20px;
}
	.footer h5 {color: #ffffff; margin-top: 25px; margin-left:10px; text-align: left;}
    .footer p {color: #ffffff; text-align: left; margin-left:10px;}

    .button {
	width: 180px;
	height: 50px;
	background-color: #5799CC;
	border-color:#0E355C;
	border-style: solid 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	color: #ffffff;
	line-height: 45px;
	font-family: "Verdana", "Trebuchet MS";
	font-size: 1.0em;
	display: block;
}
	.Singlebox2 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.Leftalignboxcontent3 {
		margin-left: 2%;
		margin-right: 2%;
	}
	.Leftalignboxcontent2 {
		margin-left: 5%;
		margin-right: 5%;
	}
	.Leftalign {
		margin-left: 5%;
		margin-right: 1%;
	}
	.LeftalignText {
		margin-left: 1%;
		margin-right: 1%;
	}
	.RightalignImage {
		margin-left: 11%;	
	}
	.DoubleSidebox2 img {
		float: none;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.DoubleSidebox2 {
		Width: 100%;
	}
	.LeftalignPort {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.Threesidebox2 {
		width: 95%;
		height: auto;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.Threesidebox2 img {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.Threesidebox {
		height: auto;
	}
	.LeftalignArtText {
		text-align: center;
	}
	.ThreesideboxArticles {
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-right: 0%;
	}
	.ThreesideboxArticles p {
		text-align: center;
	}
	.ThreesideboxArticles h5 {
		text-align: center;
	}
	.ThreesideboxArticles img {
		margin-bottom: 15px;
	}
	
@media screen and (max-width: 768px) {
   .topnav {
	width: 30%;	
  }
   .imageboxfixedBG img {
	width: 769px;
	height: 433px;
	margin-top: 200px;
	}	
	.DoubleSidebox {
	width: 80%;
	margin-left:10%;
	margin-right: 10%;
	height: auto;
	position: relative;
	float: left;
	z-index: 98;
}
	.DoubleSidebox img {
	width: 100%;
	height: auto;
	float: none;
}
	.DoubleSideboxR {
	width: 90%;
	}
	.DoubleSideboxR img {
	width: 90%;
	height: auto;
	float: none;
}
	.imageboxcontent {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
	}
	.imageboxcontent2 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 100px;
	}
	.foursideboxcontainer {
		width: 100%;
	}
	.foursidebox {
		width: 40%;
		height: auto;
		margin-left: 30%;
		margin-right: 30%;
		margin-bottom: 20px;
		float: none;
	}
	.foursidebox img {
		margin-bottom: 40px;
		margin-left: 0px;
	}
	.SingleBox3 {
	    width: 90%;
		margin-left:5%;
		margn-right: 5%;
	}
	.Singlebox2 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.Leftalignboxcontent3 {
		margin-left: 2%;
		margin-right: 2%;
	}
	.Leftalignboxcontent2 {
		margin-left: 5%;
		margin-right: 5%;
	}
	.Leftalign {
		margin-left: 1%;
		margin-right: 1%;
	}
	.LeftalignText {
		margin-left: 1%;
		margin-right: 1%;
	}
	.RightalignImage {
		margin-left: 11%;	
	}
	.DoubleSidebox2 img {
		float: none;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.DoubleSidebox2 {
		Width: 100%;
	}
	.LeftalignPort {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.Threesidebox2 {
		width: 95%;
		height: auto;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.Threesidebox2 img {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.Threesidebox {
		height: auto;
	}
	.LeftalignArtText {
		text-align: center;
	}
	.ThreesideboxArticles {
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-right: 0%;
	}
	.ThreesideboxArticles p {
		text-align: center;
	}
	.ThreesideboxArticles h5 {
		text-align: center;
	}
	.ThreesideboxArticles img {
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width: 481px) {
	 .topnav {
	width: 50%;	
  }
	.imageboxfixedBG img {
	width: 481px;
	height: 271px;
	margin-top: 50px;
	}	
	.DoubleSidebox img {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0px;
}
	.Threesidebox {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
		
	}
	.Threesideboxcontainer {
		width: 100%;
	}
	.Threesidebox img {
    width: 90%;
	height: auto;
	float: none;
	margin-left:5%;
	margin-right: 5%;
}
	.foursideboxcontainer {
		width: 90%;
	}
	.foursidebox {
		width: 70%;
		height: auto;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 20px;
		float: none;
	}
	.foursidebox img {
		margin-bottom: 40px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 321px) {
	 .topnav {
	width: 100%;	
  }
	
	
	
}
