body {
  background: url(../images/bg1.png);
  background-color: #00aeef;
  backgroun-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "open_sansbold";
  font-size: 12px;
  color: #000;
}
#popup_content {
  background-color: #c9e5fd;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.header {
  padding: 0px 15px 0px 15px;
  margin-top: 15px;
  background: url(../images/blog-header-background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 1px;
}
.main-container {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
}
.header .logo {
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.header .logo:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
}
.social-icons {
  float: right;
  margin-top: 10px;
  margin-right: 11px;
}
.social-icons ul {
  list-style: none;
}
.social-icons ul li {
  float: left;
  margin-left: 10px;
}
.social-icons ul li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.social-icons ul li a:hover {
  opacity: 0.6;
}

.nav {
  padding-bottom: 51px;
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
}
.nav ul {
  list-style: none;
  position: relative;
}
.nav ul ul {
  background: #5f6975;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 49px;
  z-index: 1;
}
.nav ul ul {
  display: none;
  width: 220px;
}
.nav ul li:hover > ul {
  display: block;
}
.nav ul ul li {
  float: none;
  border-top: 1px solid white;
  position: relative;
  border-right: none;
}
.nav ul ul li a {
  display: block;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 14px;
  background-color: #00aeef;
  padding: 15px 15px 15px 15px;
  transition: all 1s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.nav ul li {
  float: left;
  border-right: 1px solid #fff;
}
.nav ul li.last {
  border-right: none;
}
.nav ul li a.la {
  padding-right: 5px;
}
.nav ul li a {
  display: block;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 14px;
  background-color: #00aeef;
  width: 112px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 46px;
  transition: all 1s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.nav ul li a:hover {
  background-color: #2f3191;
  color: #fff;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.nav ul li a.active {
  background-color: #2f3191;
  color: #fff;
}
.slider {
  padding: 0px 0px 0px 0px;
}
.short-intro {
  padding-bottom: 15px;
  float: left;
}
.short-intro h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 32px;

  margin-left: 15px;
}
.short-intro p {
  font-family: "open_sansbold";
  font-size: 14px;
  color: #000;
  line-height: 20px;
  padding-left: 16px;
  text-align: justify;
  width: 557px;
}
.right-image {
  float: right;
  margin-top: 55px;
  margin-right: 40px;
}
.btn a {
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  background: #2f3191;
  float: right;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn a:hover {
  background: #ec1d25;
  color: #fff;
}
.products-list h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 32px;
  text-decoration: underline;
  margin-left: 15px;
}
.footer {
  margin: 0px 0px 0px 15px;
}
.footer .copy {
  color: #0076bf;
  font-family: "open_sansbold";
  font-size: 12px;
  float: left;
}
.footer .expert a {
  color: #0076bf;
  font-family: "open_sansbold";
  font-size: 12px;
  float: right;
  margin-top: 13px;
  margin-right: 15px;
}
#content {
  display: none;
}
#show:target #content {
  display: inline-block;
  margin-left: 15px;
}
#show:target #open {
  display: none;
}
.btnclose {
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  background: #2f3191;
  margin-left: 10px;
}
.short-intro h2 {
  font-family: "open_sansbold";
  color: red;
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contact-map h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 30px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.address {
  float: left;
  width: 420px;
}
.address h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 20px;
  margin-left: 15px;
  margin-top: 15px;
}
.address p {
  font-family: "open_sansbold";
  font-size: 14px;
  color: #000;
  margin-left: 15px;
}
/*----start-contact----*/
.group {
  zoom: 1;
}
.col {
  display: block;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
.span_2_of_4 {
  width: 71%;
  padding-right: 1.5%;
  float: right;
}
.span_1_of_2 {
  width: 26%;
}
.contact_info h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 18px;
}
.contact-form {
  position: relative;
  padding-bottom: 2.2em;
  float: left;
  width: 506px;
  margin-top: 15px;
}
.contact-form h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 20px;
}
.contact-form div {
  padding: 5px 0;
}
.contact-form span {
  color: rgba(126, 123, 123, 0.9);
  display: block;
  font-size: 1em;
  padding-bottom: 5px;
  font-weight: bold;
}
.span_1_of_2 h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 18px;
}
.span_2_of_4 h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #fff;
  padding-bottom: 9px;
}
.contact-form input[type="text"],
.contact-form textarea {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 15px;
  color: #fff;
  padding: 8px;
  display: block;
  width: 100%;
  background: #00aeef;
  border: 1px solid #2f3191;
  outline: none;
  -webkit-appearance: none;
}
.contact-form textarea {
  resize: none;
  height: 120px;
}
.contact-form input[type="submit"] {
  font-size: 12px;
  font-family: "open_sansbold";
  color: #fff;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  padding: 10px 10px;

  background: #2f3191;
  display: inline-block;
  margin-top: 0.7em;
  border: none;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-form input[type="submit"]:hover {
  color: #fff;
  background: #ec1d25;
}
.company_address p {
  padding: 2px 0;
  font-size: 0.82355em;
  line-height: 1.8em;
  color: #919191;
}
.company_address p span {
  color: #81532e;
  cursor: pointer;
}
.company_address p span:hover {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: 0.5s;
}
.map {
  margin: 0% 0;
  margin-bottom: 22px;
}
/*details*/
.details h2 {
  text-transform: capitalize;
  font-size: 2.2em;
  color: #333;
}
.details h2 span {
  color: #97b538;
}
.det-pic {
  padding: 3% 0 0;
}
.det-pic img {
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 10px #999;
  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  -o-box-shadow: 0px 0px 10px #999;
}
.det-para {
  margin-top: 2%;
}
/*----end-contact----*/
#content h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 18px;
  display: inline-block;
  margin-right: 53px;
  margin-bottom: 15px;
  margin-left: 12px;
}

/*----gallery----*/
a.topopup {
  cursor: pointer;
}

/*gallery*/
.gallery {
  margin-bottom: 2%;
  background-color: #b9e5fb;
}
.gallery h2 {
  color: #74a0d5;
  text-transform: capitalize;
  font-size: 1.8em;
  font-weight: normal;
  text-shadow: 0 1px 0 #273d58;
  font-family: "Prosto One", cursive;
}
/***Services*/
.services {
  display: block;
  margin-bottom: 100px;
}
.boxes h2 {
  color: #74a0d5;
  text-transform: capitalize;
  font-size: 1.8em;
  font-weight: normal;
  text-shadow: 0 1px 0 #273d58;
  font-family: "Prosto One", cursive;
}
.boxes li p {
  margin-top: 8%;
}
.boxes li p {
  font-size: 0.8125em;
  color: #9c9c9c;
  line-height: 1.8em;
}
.lb-album .btn1 {
  margin-top: 10px;
}
.boxes li.btn1 {
  padding: 0 10px 10px;
}
.lb-album {
  margin: 0 auto;
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
}
.lb-album li {
  float: left;
  width: 21.333%;
  margin: 2.333% 0 0 4.333%;
  position: relative;
}
.lb-album li:first-child {
  margin-left: 0;
}
.lb-album li > a,
.lb-album li > a img {
  display: block;
  max-width: 100%;
}
.lb-album li > a img {
  padding: 5px;
  background: #2f3191;
  box-shadow: 0px 56px 36px -60px #121d12;
  -webkit-box-shadow: 0px 56px 36px -60px #121d12;
  -moz-box-shadow: 0px 56px 36px -60px #121d12;
  -o-box-shadow: 0px 56px 36px -60px #121d12;
  max-width: 100%;
}
.lb-album li > a {
  position: relative;
}
.lb-album li > a img:hover {
  opacity: 0.6;
}
.lb-album li > a:hover span {
  opacity: 1;
  background: url(../images/zoom.png) no-repeat;
  filter: alpha(opacity=99); /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: rgba(24, 23, 23, 0.91);
}
.lb-overlay a.lb-close {
  background: #202020;
  z-index: 1001;
  position: absolute;
  right: 26%;
  top: 6%;
  width: 27px;
  height: 27px;
  background: url("../images/close.png") no-repeat;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0); /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-transition: opacity 0.3s linear 1.2s;
  -moz-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  -ms-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img {
  /* height: 100%; For Opera max-height does not seem to work */
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  max-height: 500px;
}
.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
  -webkit-animation: scaleDown 1.2s ease-in-out;
  -moz-animation: scaleDown 1.2s ease-in-out;
  -o-animation: scaleDown 1.2s ease-in-out;
  -ms-animation: scaleDown 1.2s ease-in-out;
  animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div {
  opacity: 1;
  filter: alpha(opacity=99); /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(10, 10);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes scaleDown {
  0% {
    -moz-transform: scale(10, 10);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes scaleDown {
  0% {
    -o-transform: scale(10, 10);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@-ms-keyframes scaleDown {
  0% {
    -ms-transform: scale(10, 10);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(10, 10);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
x:-o-prefocus,
.lb-overlay img {
  height: 100%;
}
.gallery-note {
  text-align: center;
  font-family: "open_sansbold";
  color: black;
  font-size: 14px;
  margin-top: 10px;
}
/*product-script*/
/*start conatent */

.grid_s h2 {
  text-align: center;
  padding-bottom: 1em;
}
.grid:hover {
  border: 5px solid #0076bf;
}
.grid {
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;
  position: relative;
  float: left;
  width: 22.333%;
  background: #fff;
  border: 5px solid #ebebeb;
  color: #7e7e7e;
  text-align: center;
  margin-right: 2%;
  margin-right: -12px;
  margin-left: 21px;
  margin-bottom: 15px;
}
.grid img {
  width: 100%;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
}
.grid img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
}
.grid h3 {
  text-transform: capitalize;
  padding: 0px 0px 15px 0px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #2f3191;
  border-bottom: 1px solid #dedede;
  font-family: "open_sansbold";
  text-shadow: 0 1px 0 #ffffff;
}
.grid_p {
  padding: 0px 15px 15px 15px;
}
.grid p {
  font-size: 0.8725em;
  line-height: 1.8em;
  margin-bottom: 3.5em;
  width: inherit;
  color: #000;
  font-family: "open_sansbold";
}

.button {
  font-family: "open_sansbold";
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  padding: 12px 0px;
  width: 100%;
  background: #00aeef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.button:hover {
  background: #2f3191;
}
.last-grid {
  margin: 0px;
}
.grid_s1 {
  margin: 4% 0 0;
}
#cycler {
  position: relative;
  width: 960px;
  height: 350px;
}
#cycler img {
  position: absolute;
  z-index: 1;
}
#cycler img.active {
  z-index: 3;
}
/*product-script*/
.products {
  margin: 15px 0px 0px 50px;
  padding: 0;
}
.products ul {
  list-style: none;
}
.products ul li {
  float: left;
  width: 150px;
  height: 150px;
  display: block;
  margin-right: 27px;
  background-color: #b9e6fb;
  border-radius: 10px;
  border: 1px solid #2f3191;
  margin-bottom: 27px;
}
.feature-products h1 {
  font-family: "open_sansbold";
  color: #2f3191;
  font-size: 32px;
  margin-left: 15px;
}
.cd {
  float: left;
  margin-top: 49px;
  margin-left: 10px;
}
.reg {
  float: right;
  margin-top: 10px;
  margin-left: 21px;
}
.reg h2 {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
}
.right {
  float: right;
  width: 186px;
}
.piclib {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.piclib img {
  width: 100%;
}

.prods2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prods2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2f3191;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #2f3191;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
