@import url("../../fonts/font.css");
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Lato-Regular'; }

.row {
  margin: 0; }

img {
  width: 100%; }

.nav-custom {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  background-color: white;
  border-bottom: 5px solid #d7aa11; }
  .nav-custom .navbar-brand {
    margin-left: 6%; }
    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      .nav-custom .navbar-brand {
        margin-right: 3%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .nav-custom .navbar-brand {
        width: 60%; } }
    .nav-custom .navbar-brand img {
      width: 100%; }
  .nav-custom .collapse {
    margin-right: 6%;
    margin-top: 4%; }
    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      .nav-custom .collapse {
        margin-right: 3%; } }
  .nav-custom .nav-item {
    margin-right: 20px; }
    .nav-custom .nav-item .nav-link {
      font-family: 'aileron.regular';
      font-size: 15px;
      color: #232323;
      padding: 5px;
      text-decoration: none; }
      @media only screen and (min-width: 769px) and (max-width: 1000px) {
        .nav-custom .nav-item .nav-link {
          font-size: 12px; } }
      .nav-custom .nav-item .nav-link:hover {
        border-bottom: 8px solid #d7aa11; }
        @media only screen and (max-width: 767px) {
          .nav-custom .nav-item .nav-link:hover {
            width: fit-content; } }
    .nav-custom .nav-item .active {
      border-bottom: 8px solid #d7aa11; }
      @media only screen and (max-width: 767px) {
        .nav-custom .nav-item .active {
          width: fit-content; } }

.carousel .carousel-item img {
  object-fit: cover;
  height: 83vh; }
.carousel .carousel-indicators {
  left: 22%; }
  @media only screen and (max-width: 767px) {
    .carousel .carousel-indicators {
      left: 0%;
      bottom: -20px; } }
  .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #454f65; }
  .carousel .carousel-indicators .active {
    background-color: #20320b; }
.carousel .slider-cont {
  position: absolute;
  top: 30%;
  right: 5%;
  padding: 1.5%;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  text-transform: capitalize;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .carousel .slider-cont {
      top: 29%;
      padding: 3%; } }
  .carousel .slider-cont h1 {
    font-size: 30px;
    font-family: 'Lato-Regular'; }
    @media only screen and (max-width: 767px) {
      .carousel .slider-cont h1 {
        font-size: 25px; } }
  .carousel .slider-cont h5 {
    text-align: center;
    color: #d7aa11;
    font-family: 'Lato-Regular';
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .carousel .slider-cont h5 {
        font-size: 20px; } }
  .carousel .slider-cont h6 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato-Regular'; }
    @media only screen and (max-width: 767px) {
      .carousel .slider-cont h6 {
        font-size: 14px; } }
    @media only screen and (min-width: 300px) and (max-width: 330px) {
      .carousel .slider-cont h6 {
        font-size: 12px; } }
.carousel .slider-proff {
  position: absolute;
  bottom: 3%;
  right: 7%;
  animation-duration: 1.5s;
  animation-fill-mode: both; }
  @media only screen and (max-width: 767px) {
    .carousel .slider-proff {
      bottom: 30%; } }
  .carousel .slider-proff ul {
    list-style-type: none; }
    .carousel .slider-proff ul li {
      color: #fff;
      font-family: 'Lato-Regular';
      text-transform: uppercase;
      font-size: 15px; }
      @media only screen and (max-width: 767px) {
        .carousel .slider-proff ul li {
          font-size: 12px; } }
      @media only screen and (min-width: 300px) and (max-width: 330px) {
        .carousel .slider-proff ul li {
          font-size: 10px; } }
    .carousel .slider-proff ul .pro {
      margin-left: 75px; }
.carousel .slider-bio {
  position: absolute;
  bottom: 5%;
  left: 4%;
  width: 50%;
  padding: 1.5%;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  background-color: rgba(36, 35, 35, 0.4); }
  @media only screen and (max-width: 767px) {
    .carousel .slider-bio {
      left: 0%;
      width: 100%; } }
  .carousel .slider-bio ul {
    list-style-type: none;
    margin-bottom: 0px; }
    .carousel .slider-bio ul li {
      color: #fff;
      font-family: 'Lato-Regular';
      text-transform: uppercase;
      font-size: 15px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .carousel .slider-bio ul li {
          font-size: 12px; } }
      @media only screen and (min-width: 300px) and (max-width: 330px) {
        .carousel .slider-bio ul li {
          font-size: 10px; } }
  .carousel .slider-bio a {
    background-color: #d7aa11;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-family: 'Lato-Bold';
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .carousel .slider-bio a {
        padding: 5px; } }

.cont-section {
  background-color: #292928;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .cont-section ul {
    list-style-type: none;
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .cont-section ul {
        padding: 0px;
        margin-top: 10px; } }
    .cont-section ul li {
      color: #fff;
      font-family: 'Lato-Regular';
      text-align: center; }

.about {
  background-color: #acb5c0;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px; }
  @media only screen and (max-width: 767px) {
    .about img {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .about img {
      display: none; } }
  .about .about-shap {
    clip-path: polygon(7% 12%, 100% 63%, 100% 100%, 0 96%);
    background-color: #27628f;
    position: absolute;
    top: -75px;
    left: 35px;
    right: -90px;
    z-index: 99;
    padding-top: 30%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 20%; }
    @media only screen and (max-width: 767px) {
      .about .about-shap {
        clip-path: none;
        background-color: #27628f;
        position: unset;
        margin-bottom: 30px;
        margin-top: 30px;
        padding-top: 6%;
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%; } }
    @media only screen and (max-width: 768px) {
      .about .about-shap {
        clip-path: none;
        background-color: #27628f;
        position: unset;
        margin-bottom: 30px;
        margin-top: 30px;
        padding-top: 6%;
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%; } }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .about .about-shap {
        clip-path: polygon(7% 12%, 100% 52%, 100% 100%, 0 96%); } }
    .about .about-shap p {
      color: #fff;
      font-family: 'Lato-Regular'; }
      @media only screen and (min-width: 769px) and (max-width: 1300px) {
        .about .about-shap p {
          font-size: 14px; } }
    .about .about-shap a {
      background-color: #d7aa11;
      color: #1f1f1f;
      padding: 8px;
      text-decoration: none;
      font-family: 'Lato-Bold';
      font-size: 15px; }
  .about h6 {
    font-family: 'Lato-Regular';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 15px;
    margin-bottom: 0px; }
  .about h5 {
    font-family: 'DINAlternate-Bold';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 30px;
    border-bottom: 4px solid #d7aa11;
    display: block;
    margin: auto;
    width: 140px; }
    @media only screen and (max-width: 767px) {
      .about h5 {
        font-size: 25px; } }
  .about .head {
    display: block;
    margin: auto;
    width: 140px; }
    .about .head:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 58px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }

.service {
  background-image: url("../img/service-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  .service h6 {
    font-family: 'Lato-Regular';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 65px; }
    @media only screen and (max-width: 767px) {
      .service h6 {
        margin-left: 12px; } }
  .service h5 {
    font-family: 'DINAlternate-Bold';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 30px;
    border-bottom: 4px solid #d7aa11;
    display: block;
    margin: auto;
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .service h5 {
        width: 160px;
        font-size: 25px; } }
  .service .head {
    display: block;
    margin: auto;
    width: 140px; }
    .service .head:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 58px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .service .service-icon img {
    width: 40%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    height: 100%; }
  .service .icons-head h4 {
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .service .icons-head h4 {
        font-size: 17px;
        text-align: center; } }
    .service .icons-head h4 a {
      text-decoration: none;
      color: #1f1f1f; }
  .service .ser-img img {
    width: 70%;
    display: block;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .service .ser-img img {
        width: 100%;
        margin-top: 25px; } }
  .service .button {
    background-color: #d7aa11;
    font-family: 'Lato-Bold';
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    margin-left: 35px;
    margin-top: 10px; }

.enpanel {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  .enpanel h6 {
    font-family: 'Lato-Regular';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 65px; }
    @media only screen and (max-width: 767px) {
      .enpanel h6 {
        margin-left: 12px; } }
  .enpanel h5 {
    font-family: 'DINAlternate-Bold';
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 30px;
    border-bottom: 4px solid #d7aa11;
    display: block;
    margin: auto;
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .enpanel h5 {
        width: 160px;
        font-size: 25px; } }
  .enpanel .head {
    display: block;
    margin: auto;
    width: 140px; }
    .enpanel .head:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 58px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .enpanel .enpanel-slider {
    margin-bottom: 40px;
    margin-top: 40px; }
  .enpanel .enpanel-cont img {
    display: block;
    margin: auto; }

.enquiry {
  background-image: url("../img/enquiry.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  .enquiry h6 {
    font-family: 'Lato-Regular';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px; }
  .enquiry h5 {
    font-family: 'DINAlternate-Bold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    border-bottom: 4px solid #d7aa11;
    display: block;
    margin: auto; }
  .enquiry .head {
    display: block;
    margin: auto;
    width: 140px; }
    .enquiry .head:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 58px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .enquiry form {
    width: 55%;
    display: block;
    margin: auto;
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .enquiry form {
        width: 100%; } }
    .enquiry form .form-control {
      margin-bottom: 15px;
      opacity: .8;
      background-color: #262525;
      border: 1px solid #504b47;
      font-family: 'Lato-Bold';
      color: #d7aa11 !important;
      height: 45px; }
    .enquiry form a {
      background-color: #d7aa11;
      float: right;
      padding: 15px 35px 15px 35px;
      text-decoration: none;
      font-family: 'Lato-Bold';
      color: #1f1f1f;
      font-size: 18px; }

.tags {
  background-color: #27628f;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px; }
  .tags p {
    text-align: center;
    color: #fff;
    font-family: 'Lato-Regular';
    margin-bottom: 2px; }
  .tags h6 {
    font-family: 'Lato-Bold';
    font-size: 14px;
    text-transform: none; }
  .tags ul {
    list-style-type: none;
    padding: 0px; }
    .tags ul li {
      color: #fff;
      font-family: 'Lato-Regular';
      font-size: 14px; }
      .tags ul li a {
        color: #fff; }
        .tags ul li a:hover {
          color: #fff;
          text-decoration: none; }

.contact iframe {
  float: right; }
  @media only screen and (max-width: 767px) {
    .contact iframe {
      width: 100%; } }
.contact .cont-loc {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .contact .cont-loc {
      padding-left: 15px;
      padding-right: 15px; } }
.contact h1 {
  font-size: 30px;
  font-family: 'Lato-Regular';
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .contact h1 {
      font-size: 18px; } }

h5 {
  margin-left: 25px;
  color: #d7aa11;
  font-family: 'Lato-Regular';
  font-size: 22px; }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 16px;
      margin-left: 0px; } }

h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato-Regular'; }
  @media only screen and (max-width: 767px) {
    h6 {
      font-size: 10px; } }

.footer {
  background-color: #fff;
  color: #292928;
  padding: 15px;
  width: 100%;
  bottom: 0;
  text-align: center; }
  .footer p {
    margin-bottom: 0px;
    font-family: 'Lato-Regular'; }
    @media only screen and (max-width: 767px) {
      .footer p {
        font-size: 14px; } }
    .footer p span {
      color: #d7aa11; }
      .footer p span a {
        color: #d7aa11; }

/* fixed social*/
#fixed-social {
  position: fixed;
  top: 500px;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    #fixed-social {
      top: 390px; } }

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2; }

#fixed-social a:hover > span {
  visibility: visible;
  left: 41px;
  opacity: 1; }

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0; }

.fixed-facebook {
  background-color: #00AAE5; }

.fixed-facebook span {
  background-color: #00AAE5; }

.fixed-twitter {
  background-color: #7D3895; }

.fixed-twitter span {
  background-color: #7D3895; }

.fixed-gplus {
  background-color: #00AF54; }

.fixed-gplus span {
  background-color: #00AF54; }

.fixed-linkedin {
  background-color: #FFC41E; }

.fixed-linkedin span {
  background-color: #FFC41E; }

.fixed-instagrem {
  background-color: #ED2B29; }

.fixed-instagrem span {
  background-color: #ED2B29; }

.fixed-tumblr {
  background-color: #EB1471; }

.fixed-tumblr span {
  background-color: #EB1471; }

/*end fixed social*/
.banner {
  position: relative; }
  .banner img head-banner {
    position: absolute;
    bottom: 15%;
    width: 100%;
    display: block;
    text-align: center; }
    .banner img head-banner h5 {
      color: #fff;
      font-size: 35px;
      font-family: ''; }

.about-page {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .about-page {
      padding-left: 30px;
      padding-right: 30px; } }
  .about-page h5 {
    margin-left: 0px;
    color: #1f1f1f;
    font-family: 'DINAlternate-Bold';
    text-transform: uppercase;
    font-size: 25px; }
    .about-page h5:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 70px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .about-page p {
    font-family: 'Lato-Regular';
    text-align: justify; }
  .about-page img {
    margin-bottom: 30px; }

.serviceBox {
  color: #666;
  background: linear-gradient(to right, #f1c40f 49%, #f39c12 50%);
  font-family: 'Lato-Regular';
  text-align: center;
  padding: 2px 10px 12px;
  border-radius: 150px 0 50px 50px;
  transition: all 0.3s ease 0s;
  margin-bottom: 40px;
  margin-top: 30px; }

.serviceBox .service-content {
  background: linear-gradient(to top left, #fff, #fff, rgba(255, 255, 255, 0.8));
  padding: 20px 13px;
  border-radius: 0 130px 50px 50px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  height: 400px; }
  @media only screen and (max-width: 767px) {
    .serviceBox .service-content {
      height: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 1300px) {
    .serviceBox .service-content {
      height: 100%; } }
  @media only screen and (max-width: 768px) {
    .serviceBox .service-content {
      height: 100%; } }

.serviceBox .service-icon {
  color: #f1c40f;
  font-size: 50px;
  margin: 0 0 10px 0; }

.serviceBox:hover .service-icon img {
  color: #da8219;
  transform: rotateY(360deg);
  transition: all 0.3s; }

.serviceBox .title {
  color: #da8219;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px; }

.serviceBox .description {
  font-size: 15px;
  line-height: 25px;
  overflow: hidden; }

.service-icon img {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.serviceBox.green {
  background: linear-gradient(to right, #01acb3 49%, #007687 50%); }

.serviceBox.green .service-icon {
  color: #01acb3; }

.serviceBox.green:hover .service-icon i,
.serviceBox.green .title {
  color: #007687; }

.serviceBox.green2 {
  background: linear-gradient(to right, #3de270 49%, #128952 50%); }

.serviceBox.green2 .service-icon {
  color: #3de270; }

.serviceBox.green2:hover .service-icon i,
.serviceBox.green2 .title {
  color: #128952; }

.serviceBox.pink {
  background: linear-gradient(to right, #fa3575 49%, #f41f6e 50%); }

.serviceBox.pink .service-icon {
  color: #fa3575; }

.serviceBox.pink:hover .service-icon i,
.serviceBox.pink .title {
  color: #f41f6e; }

.serviceBox.red {
  background: linear-gradient(to right, #f44040 49%, #ca232b 50%); }

.serviceBox.red .service-icon {
  color: #f44040; }

.serviceBox.red:hover .service-icon i,
.serviceBox.red .title {
  color: #ca232b; }

.serviceBox.purple {
  background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }

.serviceBox.purple .service-icon {
  color: #ae3de2; }

.serviceBox.purple:hover .service-icon i,
.serviceBox.purple .title {
  color: #8622d5; }

.serviceBox.blue {
  background: linear-gradient(to right, #02aff1 49%, #0179e9 50%); }

.serviceBox.blue .service-icon {
  color: #02aff1; }

.serviceBox.blue:hover .service-icon i,
.serviceBox.blue .title {
  color: #0179e9; }

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px; } }
.services-page {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .services-page {
      padding-left: 30px;
      padding-right: 30px; } }
  .services-page h5 {
    margin-left: 0px;
    color: #1f1f1f;
    font-family: 'DINAlternate-Bold';
    text-transform: uppercase;
    font-size: 25px; }
    .services-page h5:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 105px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .services-page p {
    margin-left: 0px;
    font-family: 'Lato-Regular';
    font-size: 17px; }
    @media only screen and (max-width: 767px) {
      .services-page p {
        text-align: justify;
        margin-left: 0px; } }

.contact-form {
  margin: 0 auto;
  padding: 35px;
  padding-left: 0px; }

.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #efeded;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.contact-form .input-block.textarea {
  height: auto; }

.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none; }

.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #262626;
  font-size: 16px;
  line-height: 10px;
  font-family: 'Lato-Regular'; }

.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333; }

.contact-form .input-block .form-control:focus label {
  top: 0; }

.contact-form .square-button {
  background-color: #d7aa11;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Lato-Regular'; }

.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: #3ec8f4;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px); }

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto; } }
@media (max-width: 868px) {
  .contact-form {
    width: 100%;
    padding: 40px; } }
@media (max-width: 568px) {
  .contact-form {
    padding: 10px; } }
/*----page styles---*/
.contact-wrap {
  padding: 15px;
  background: #ecf0f1; }

.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }

.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62; }

.contact-form {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #dee2e6 !important;
  background-color: #faf9f9; }

.contact-info {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #dee2e6 !important;
  background-color: #faf9f9;
  padding: 55px;
  height: 100%;
  border-radius: 15px; }
  @media only screen and (max-width: 767px) {
    .contact-info {
      margin-top: 25px;
      padding: 8px;
      height: auto; }
      .contact-info p {
        font-size: 14px; } }
  .contact-info span {
    font-family: "Lato-Regular" !important;
    font-size: 16px;
    font-weight: normal; }
  .contact-info h6 {
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    font-size: 19px;
    color: #424242;
    margin-bottom: 10px; }
  .contact-info p {
    font-family: 'Lato-Regular'; }
  .contact-info ul {
    padding-left: 0px; }
    .contact-info ul li {
      display: inline-block;
      list-style-type: none;
      background-color: #d7aa11;
      margin-bottom: 5px;
      width: 40px;
      height: 40px;
      border-radius: 5px; }
      .contact-info ul li:hover {
        background-color: #fff; }
      .contact-info ul li i {
        padding: 10px;
        margin-left: 2px;
        color: #fff;
        font-size: 22px; }
        .contact-info ul li i:hover {
          color: #d7aa11; }

.contact-page {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px; }

.form-container {
  font-family: 'Lato-Regular';
  padding: 0px 0px 0 0;
  position: relative; }

.form-container .form-icon {
  color: #d7aa11;
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  border: 3px solid #d7aa11;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.form-container .form-horizontal {
  background: linear-gradient(#e7e7e7 25px, rgba(255, 255, 255, 0.97) 25px);
  padding: 40px 20px 20px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 15px; }

.form-container .title {
  color: #222;
  font-size: 27px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  font-family: 'DINAlternate-Bold'; }

.form-container .title:after {
  content: '';
  background-color: #d7aa11;
  height: 3px;
  width: 110px;
  margin: 10px 0 0;
  display: block;
  clear: both; }

.form-horizontal .form-group {
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 0 15px;
  border-bottom: 2px solid #e7e7e7; }

.form-horizontal .input-icon {
  color: #b5b5b5;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 30px;
  margin: 0 0 0 4px;
  vertical-align: top;
  display: inline-block; }

.form-horizontal .form-control {
  color: #222;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  width: calc(100% - 40px);
  height: 33px;
  padding: 3px 10px 0 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s; }

.form-horizontal textarea.form-control {
  height: auto;
  width: 100%; }

.form-horizontal .form-control:focus {
  box-shadow: none;
  border: none; }

.form-horizontal .form-control::placeholder {
  color: #b5b5b5;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize; }

.form-horizontal .btn {
  color: #d1d1d1;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px 7px 20px;
  margin: 0 auto;
  border: 2px solid #e7e7e7;
  border-radius: 20px;
  display: block;
  transition: all 0.3s ease 0s; }

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
  color: #d7aa11;
  background-color: #fff;
  border: 2px solid #d7aa11; }

.form-horizontal .btn i {
  transition: all 0.3s ease 0s; }

.form-horizontal .btn:hover i {
  color: #d7aa11;
  transform: translateX(3px); }

.gallery-page {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .gallery-page h5 {
    color: #1f1f1f;
    font-family: 'DINAlternate-Bold';
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 35px;
    margin-left: 12px; }
    .gallery-page h5:after {
      content: '';
      display: block;
      background-color: #d7aa11;
      width: 100px;
      height: 4px;
      margin: unset;
      margin-top: 2px; }
  .gallery-page img {
    margin-bottom: 35px; }

#button {
  display: inline-block;
  background-color: #27628f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 8px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  #button:hover {
    background-color: #d7aa11; }
  #button:after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 50px;
    color: #fff; }

#button.show {
  opacity: 1;
  visibility: visible; }

.map {
  filter: grayscale(100%); }

.about-page img {
  margin-top: 25px; }
.about-page .ab-img img {
  margin-top: 80px; }

.credentials-about {
  margin-top: 25px; }

.service-bx {
  padding-left: 0px; }

.service-bx h3 {
  font-family: 'Lato-Bold';
  text-transform: uppercase;
  font-size: 18px; }

/*# sourceMappingURL=oommen-style.css.map */

.testimonials-home .testimonials-container {
    padding:50px 8%;
}

.testimonial-box {
    position:relative;
    margin-top:20px;
    background-color: #e2e9f2;
    padding: 45px 20px 20px;
    border-radius: 15px;
    min-height: 240px;
}

.testimonial-box .quotes {
    width: 60px;
    position: absolute;
    right: 15px;
    top: -23px;
}

.testimonial-box p {
    font-family: 'Lato-Regular';
    font-size:14px;
}

.testimonial-box h4 {
    font-family: 'Lato-Bold';
    font-size:20px;
}