@font-face {
  font-family: 'Play-Regular';
  src: url(../fonts/Play-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
:root {
  --font-family: 'Play-Regular';
}
.fixed-center {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 1030;
}
header {
  border-width: 0 0 0.1em 0;
  border-style: solid;
  border-color: #ab9a0c;
}
footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-style: solid;
  border-width: 0.1em 0 0 0;
  border-color: #ab9a0c;
  text-align: center;
  background: #6c757d linear-gradient(270deg, #06c, #10b9ee, #53ccf1, #fff, transparent) repeat scroll 0 0;
}
h3 {
  font-size: 3em;
  text-transform: capitalize;
  font-family: 'Play-Regular';
  text-align: center;
}
h4 {
  font-size: 1.5em;
  text-transform: capitalize;
  font-family: 'Play-Regular';
  margin: 0.5em 0;
  line-height: 1.5em;
}
.grids {
  margin-top: 2em;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.nav-item a {
  color: #ab9a0c !important;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.2em;
}
.nav-item a.active {
  color: #000;
}
.nav-item a:hover {
  color: #000 !important;
  font-weight: bold;
}
.home {
  padding: 4.7em 0 0 0;
}
.about-section {
  text-align: center;
  padding: 5em 0 1em 0;
  background: #87ddb3;
}
.about-section span {
  font-weight: 400;
  color: #3facfa;
}
.about-grids {
  margin-top: 2em;
}
.about-grid h4 {
  font-size: 1.5em;
  color: #000;
  margin: 0.8em 0 0.5em;
  text-transform: capitalize;
  font-family: 'Play-Regular';
  font-weight: 600;
}
.about-grid p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  font-family: 'OpenSans-Regular';
}

.team {
  padding: 5em 0 1em 0;
  background-color: #eee;
}
.team-grids {
  position: relative;
}
.team-info {
  margin-top: 2em;
}
.team-grids p {
  font-size: 1.3em;
}
.team-grids a {
  overflow: hidden;
  position: relative;
  display: block;
}

.captn p {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  margin-top: 0.3em;
}
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  bottom: -80%;
  right: 0%;
  background-color: rgba(51, 51, 51, 0.5);
  padding: 2% 10%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
  right: 0%;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .team-grids a .captn {
    bottom: -75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-grids a .captn {
    bottom: -70%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .team-grids a .captn {
    bottom: -88.5%;
  }
}
@media screen and (max-width: 575.98px) {
  .team-grids a .captn {
    bottom: -85%;
  }
}
.services-section {
  padding: 5em 0 1em 0;
}

.blog-section {
  padding: 5em 0 1em 0;
}
.dropdown-menu {
  min-width: 0;
}
.blog h5 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}

.blog h4 a {
  text-decoration: none;
  color: #000;
}
.blog-text {
  background: #fee200;
  margin: 0 auto;
  text-align: center;
  padding: 6em 3em 0;
}
/*-- gallery --*/
.gallery {
  padding: 5em 0 1em 0;
  background: #87ddb3;
}

.process {
  padding: 5em 0 1em 0;
}

.flowchart {
  margin: 2em;
  color: #fff;
  text-align: center;
  font-size: 1em;
  background-color: #eee;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.5);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 1683ms;
  -moz-transform: scale(1.5);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 1683ms;
  overflow: hidden;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 1683ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 1683ms;
}
/*----*/
/*** contact***/
.contact-section {
  padding: 5em 0 2em 0;
  background: #87ddb3;
}

.contact-header p {
  font-size: 1.2em;
  color: #555;
  text-align: center;
}
.contact-grid {
  margin-top: 2em;
}
.contactdetails-grid label span {
  color: #fee200;
}

.contact-text p {
  color: #515862;
  font-size: 15px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.5em;
}

.contactdetails-grid p span {
  color: #fe2121;
}
.contactdetails-grid h5 {
  font-size: 1em;
  text-transform: uppercase;
  padding: 7px 3px;
  color: #555;
}

.contactdetails-grid button {
  margin-top: 1em;
  font-size: 1em;
}

.contactdetails-grid1 p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  margin-top: 0.2em;
}
.contactdetails-grid1 p a {
  color: #000;
}
.footer-section {
  text-align: center;
  /* background: #fff linear-gradient(270deg, #06c, #10b9ee, #53ccf1, #fff, transparent) repeat scroll 0 0;*/
}
.footer-bottom {
  font-size: 1.2em;
  color: #7f772d;
  font-weight: 400;
}
.footer-bottom a {
  color: #7f772d;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-bottom a:hover {
  color: #555;
}
.neonText {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25);
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/to-top2.png) no-repeat 0px 0px;
}
