* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.clr {
  clear: both;
}
.main-container {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 1200px;
}
.content-part-with-get-in-touch {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 17px;
}
.content-part {
  width: 811px;
  height: 297px;
  float: left;
  background: #e14607;
  border: solid 1px rgb(67, 65, 65);
}
.content-part p {
  font-family: arial;
  font-size: 15px;
  padding: 15px;
}
h3 {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 77%;
  background: #cadde5;
}
.get-in-touch {
  width: 373px;
  height: 297px;
  float: right;
  background: #7e45ae;
  margin-left: 16px;
  background-image: url(../image/logo_005.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-in-touch p {
  font-family: arial;
  font-size: 15px;
  padding: 20px;
  /*font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 310px;*/
}
.product-gallery {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 17px;
}
.product-gallery-box {
  width: 290px;
  height: 311px;
  background: steelblue;
  float: left;
  margin-right: 13px;
  border: solid 1px rgb(67, 65, 65);
}
.product-gallery-box1 {
  width: 290px;
  height: 311px;
  background: steelblue;
  float: right;
  border: solid 1px rgb(67, 65, 65);
}
h2 {
  margin-left: 20px;
  margin-top: 5px;
  /**border-bottom: 3px solid firebrick; /*-------------------**/
}
h5 {
  margin-left: 20px;
  margin-top: 5px;
  border-bottom: 2px dotted;
}
h4 {
  text-align: center;
  margin-top: 15px;
  background-color: firebrick;
  color: white;
}
.product-gallery-box p {
  font-family: arial;
  font-size: 15px;
  padding: 20px;
  /*font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 311px;*/
}
.product-gallery-box1 p {
  font-family: arial;
  font-size: 15px;
  padding: 20px;
  /*font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 311px;*/
}
.testimonials {
  width: 1200px;
  height: 331px;
  margin: auto;
  background: #cadde5;
  margin-top: 17px;
  border: solid 1px rgb(67, 65, 65);
}
.testimonials p {
  font-family: arial;
  font-size: 15px;
  padding: 20px;
}
.footers {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 17px;
  background: #000;
  padding: 30px;
  margin-bottom: 15px;
}
.footer-left {
  width: 265px;
  height: 280px;
  float: left;
  background: #f3cb2a;
  margin-right: 26px;
  background-image: url(../image/.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-right {
  width: 265px;
  height: 280px;
  float: right;
  background: #f3cb2a;
  background-image: url(../image/me3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-left p {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 280px;
}
.footer-right p {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 280px;
}
