* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #9b857a;
}
a:active {
	text-decoration: none;
	color: #9b857a;
}

body {
	background-color: "#424143";
	margin: 0px;
}

body,td,th {
	color: #424143;
}

.legals {
	font-family: 'Muli', sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 10px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.body1 {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 10px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.body2 {
	font-family: 'Muli', sans-serif;
	padding-left: 30px;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-right: 30px;
	padding-top: 0px;
}
.body3 {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #424143;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	padding-top: 5px;
}

.header1 {
	font-size: 18px;
	color: #0066CC;
	font-weight: 400;
	line-height: 18px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.header2 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 22px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.header3 {
	font-size: 20px;
	color: #0099FF;
	font-weight: normal;
	line-height: 40px;
	margin: 0px;
	font-family: 'Muli', sans-serif;
	padding-left: 10px;
}

.header4 {
	font-size: 14px;
	color: #0066FF;
	font-weight: normal;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header5 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #424143;
}
.tesimony {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.container-logo {
	height: auto;
	width: 100%;
}

.footer {
	top: 0px;
	bottom: 0px;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.solid-background1 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #06F;
	border-bottom-color: #06F;
	background-color: #2B3541;
	padding: 20px;
}
.image-fit {
	height: auto;
	width: 100%;
	max-width: 800px;
	object-fit: fill;
	alignment-adjust: central;
}
.logo-image {
	max-width: 80%;
	height: auto;
	object-fit: contain;
	padding-top: 10px;
}
.content-container{
	background-image: url(../Images/v7a_bg2.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
.fixed-div {
    position: fixed;
    top: 0px;
	z-index: 9999;
	filter: alpha(opacity=90);
	opacity:.9;
}

header {
    height: 70px;
    background-color: #424143;
	box-sizing: border-box;
    padding: 10px 0;
}
.menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.logo-img {
    height: 50px;
}
.menu-icon {
    font-size: 40px;
    color: #FFF;
    line-height: 30px;
}
nav {
    position: absolute;
    background-color: #222;
    top: 70px;
    left: 0;
    width: 100%;
}
nav ul {
    list-style-type: none;
	max-height: 0;
	overflow: hidden;
}
nav ul li {
    padding: 0 15px;
}
nav ul li a {
    display: inline-block;
    padding: 7px;
    /* Add your custom styles below to change appearance of links */
    color: #9b857a;
    text-decoration: none;
    letter-spacing: 0.05em;
}
nav ul li a:hover, nav ul li a:focus {
    color: #9b857a;
}
#checkbox {
    display: none;
}
#checkbox:checked ~ nav ul {
    max-height: 200px;
    padding: 15px 0;
    transition: all 0.5s;
}

/* responsive form start */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #424143;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #9b857a;
}

/* responsive form end */

.container {
  padding: 20px;
  height: auto;
  width: 100%;
  max-width: 800px;
  align-content: center;
}

.col-25 {
  float: left;
  width: 30%;
  margin-top: 0px;
  margin-right: 20px;
}

.col-75 {
  float: left;
  width: 65%;
  margin-top: 0px;
  margin-left: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 10 4px ;
  font-size: 12px;
  font-weight: 200;

}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* responsive gallery start */

.gallery-row {
  margin: 0px 0px;
}

/* Add padding BETWEEN each column (if you want) */
.gallery-row,
.gallery-row > .gsllerycolumn {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.gallerycolumn {
  float: left;
  width: 33.3%;
}

.gallerycolumn1 {
  float: left;
  width: 33.3%;

}

/* Clear floats after rows */
.gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #FFF;
  padding: 7px;
  margin: 5px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 5px;
  background-color: #2B3541;
  cursor: pointer;
  color: #FFF;
  font-size: 15px;
}

.btn:hover {
  border: thin;
  outline: 1px;
  border-color: #0099FF;
  background-color: #2B3541;
  color: #0099FF;
}

.btn.active {
  background-color: #2B3541;
  color: #0099FF;
}

/* responsive gallery end */


@media (min-width: 768px) {
 /* responsive menu start */
	
	.menu-icon {
     display: none;
  }
	nav {
    position: relative;
    top:-10px;
    background-color: transparent;
  }
  nav ul {
    max-height: 70px;
    padding: 15px 0;
    text-align: right;
  }
  nav ul li {
    display: inline-flex;
    padding-left: 20px;
  }
	
/* responsive menu end */
/* services start */
	
	.col-30 {
    width: 33.3%;
    margin-top: 0;
  }
	
/* services end */
}

@media (max-width: 768px){
/* responsive form start */
	
	.col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
	
/* responsive form end */
/* responsive gallery start */
	
	.column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	
	.gallerycolumn {
    width: 50%;
  }
	
	.gallerycolumn1 {
    width: 100%;
  }
	
/* responsive gallery end */
/* services start */
	
	.col-30 {
    width: 50%;
    margin-top: 0;
  }
	
/* services end */
}

@media (max-width: 480px){	
/* responsive gallery start */
	
	.column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
	
	.gallerycolumn {
    width: 100%;
  }
	
	.gallerycolumn1 {
    width: 100%;
  }
/* responsive gallery end */
/* services start */
	
	.col-30 {
    width: 100%;
    margin-top: 0;
  }
	
/* services end */
}
