* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  border: none;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #324350;
  margin: 0;
}


/* topnav styles */
.topnav {
/*
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
*/  
  width: 100%;
  text-align: center;
  background-color: #324350;
}

.topnav a {
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav, .topnav.sticky {
    text-align: left;
  }
  .topnav a {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
    text-align: left;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End of topnav class styles */


/* dropdown styles */
.dropdown {
  display: inline;
  position: relative;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          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;
}

.dropdown-content a:hover {
  background-color: #ddd;
}
/* End of dropdown class styles */


/* image class styles */
.imgclass {
  max-width: 28%;
  max-height: 28%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.imgclassbig {
  max-width: 58.2%;
  max-height: 58.2%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.articleimgclass {
  max-width: 16%;
  max-height: 16%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

img {
  width: 100%;
  height: auto;
  position: ;
}

.logoclass {
  height: 100%;
  max-height: 40px;
  width: 100%;
  background-color: #333;
  border: none;
  max-width: 130px;
  position: relative;
  top: 10px;
}
/* End of image class styles */


/* Header class styles */
h1 {
  font-size: 8vw;
  font-weight: 800;
}

h2 {
  font-size: 6vw;
  font-weight: 710;
}

h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 6vw;
}

h4 {
  font-size: 3vw;
  font-weight: 860;
  color: #ffffff;
}

h5 {
  font-weight: 440;
  font-size: 3vw;
}

h6 {
  color: yellow;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 650;
  font-size: 2vw;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 3.2vw;
}

h7 {
  color: #012e3e;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 1.62vw;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 4vw;
}

h8 {
  font-size: 2.8vw;
  font-weight: 740;
  color: #ffffff;
}

h9 {
  display: block;
  position: relative;
  color: #b6b2ee;
  text-align: center;
  font-weight: 800;
  font-size: 3.0vw;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 4vw;
}

/* End of Header class styles */


/* column class styles */
[class*="col-"] {
  float: left;
  padding: 2px;
  border: none;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-13 {
  width: 55%;
}
.col-14 {
  width: 42%;
}
/* End of column class styles */


/* service-col class styles */
[class*="service-col-"] {
  border: 3px double #fffafa;
  color: #fffafa;
  outline: none;
  background-color: #324350;
  font-family: inherit;
  margin-left: 3%;
  margin-right: 3%;
  font-weight: 300;
  font-size: 1.7vw;
  float: left;
  padding: 2px;
}

.service-col-1 {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

.service-col-2 {
  width: 92%;
}

.service-col-3 {
  width: 54%;
}
.service-col-4 {
  width: 23%;
}
/* End of service-col class styles */


/* list item class styles */
ul.a {
  font-size: 100%;
  border: none;
  padding-left: 11%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}

ul.b {
  font-size: 100%;
  border: none;
  padding-left: 5.5%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}
/* End of list item class styles */


.active {
  background-color: #333;
  color: white;
}

.show {
  display: block;
}

.pclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #324350;
  font-family: inherit;
  margin-left: 3%;
  width: 70%;
  font-weight: 450;
  font-size: 1.7vw;
}

.p_testimonies {
  border: 5px solid black;
  outline: none;
  color: rgb(216, 208, 208);
  padding: 12px;
  background-color: #324350;
  font-family: inherit;
  margin-left: 3%;
  width: 92%;
  font-weight: 550;
  font-size: 4.1vw;
}

.p_testimonials {
  color: rgb(216, 208, 208);
  padding: 8px;
  background-color: #324350;
  font-family: inherit;
  margin-left: 3%;
  width: 92%;
  font-weight: 550;
  font-size: 4.1vw;
}

.pclass1 {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 85%;
  font-weight: 450;
  font-size: 1.5vw;
}

.pclass2 {
  border: none;
  outline: none;
  color: white;
  padding: 20px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 10%;
  margin-right: 10%;
  width: 70%;
  font-weight: 450;
  font-size: 1.5vw;
}

.articleclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #324350;
  font-family: inherit;
  margin-left: 3%;
  width: 90%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass1 {
  border: none;
  outline: none;
  color: white;
  padding: 3px;
  text-align: left;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 1%;
  width: 30px;
  font-weight: 500;
  font-size: 1.7vw;
}

.articleclass2 {
  border: none;
  outline: none;
  color: white;
  padding: 3px;
  text-align: left;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 1%;
  width: 200px;
  font-weight: 300;
  font-size: 1.7vw;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-class {
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 750;
  font-size: 2vw;
}

.style1 {
  display: block;
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#toTop {
    padding: 5px 3px;
    background: #333;
    color: #f2f2f2;
    position: fixed;
    bottom: 0;
    right: 5px;
    cursor: pointer;
    display: none;
    border-radius: 8px; 
}

#toTop:hover {
    background-color: #555;
    color: #fff;
}

.text-center{
    text-align: center;
}


/* DivTable.com */
.divTable{
  border: none;
  outline: none;
	display: table;
	width: 100%;
  margin-left: 10%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
  border: none;
  outline: none;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
