html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 19px;
  line-height: 27px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1895ab; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p, li {
  color: #555; }

section {
  padding: 100px 0;
  position: relative; }

@media (max-width: 500px) {
  section {
    padding: 60px 0; } }
.btn {
  color: #1895ab;
  background-color: transparent;
  border: 2px solid #1895ab;
  padding: 16px 45px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 15px;
  border-radius: 50px;
  font-family: "Merriweather", serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:hover {
  color: #fff;
  background-color: #1895ab;
  border: 2px solid #1895ab;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.3); }

.title-box {
  padding: 7px 0px 0 20px;
  border-left: 6px solid #1895ab;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .title-box {
      padding: 7px 0px 0 15px; } }

.title-h {
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  margin-top: 0;
  font-family: "Merriweather", serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 35px;
      letter-spacing: 0;
      line-height: 40px; } }

.title-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #666; }

@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px; } }
.inner-h {
  font-family: "Merriweather", serif;
  font-weight: 600;
  margin-top: 30px;
  font-size: 33px; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .desctop-view {
    display: none; } }
.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #1895ab; } }
nav.navbar.bootsnav {
  background: #222;
  border-bottom: solid 1px #222; }

.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

.navbar-brand {
  padding: 10px 5px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 1px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 60px; }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 55px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 15px 9px 15px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #da8309; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 17px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
    border-bottom: 1px solid #eee; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #1895ab;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; } }
  @media (max-width: 992px) and (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {
      margin: 0px -15px 0px -15px; } }

@media (min-width: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px; } }
@media (min-width: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 85vh;
  width: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .hero {
      min-height: 60vh;
      padding-bottom: 30px; } }
  .hero h1 {
    font-family: "Merriweather", serif;
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0px; } }
  .hero h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px; } }

.hero .back {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }

.hero-title {
  margin-top: 40vh;
  z-index: 3;
  color: #fff; }
  @media (max-width: 991px) {
    .hero-title {
      margin-top: 26vh;
      margin-bottom: 10px; } }

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.delay-03s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.delay-04s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }

/**********hero end***********/
/********* cta start ********/
.about .scale-box {
  background-color: #fff;
  padding: 5px 10px 15px 10px;
  box-shadow: 2px 1px 25px rgba(0, 0, 0, 0.15);
  transform: translate(15%, 50px) scale(1.3);
  z-index: 2; }
  @media (max-width: 768px) {
    .about .scale-box {
      display: none; } }
  .about .scale-box h2 {
    color: #1895ab;
    margin-bottom: 0px;
    font-family: "Domine", serif; }
    @media (max-width: 768px) {
      .about .scale-box h2 {
        font-size: 25px; } }
  .about .scale-box p {
    font-family: "Merriweather", serif;
    font-size: 12px; }
    @media (max-width: 768px) {
      .about .scale-box p {
        font-size: 22px;
        line-height: 24px;
        margin-top: 5px; } }

.about-box {
  padding-right: 80px;
  padding-top: 100px; }
  @media (max-width: 1050px) {
    .about-box {
      padding-right: 00px;
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .about-box {
      padding-right: 00px;
      padding-top: 0px; } }

.about-box2 {
  padding-left: 20px;
  padding-top: 100px; }

/******************************/
.boxes {
  padding: 100px 0; }
  .boxes .title-h {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  .boxes .back {
    background-color: rgba(57, 53, 51, 0.7); }
  .boxes .box-box {
    background-color: #fff;
    margin: 20px 0;
    position: relative;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.8); }
    .boxes .box-box .box-img {
      height: 240px; }
    .boxes .box-box .box-text {
      padding: 20px; }
    .boxes .box-box h3 {
      font-family: "Merriweather", serif;
      font-size: 40px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.box-box:hover h3 {
  font-weight: 600;
  letter-spacing: 3px; }

.box-box:hover a {
  font-weight: 600;
  letter-spacing: 1px; }

/*********services start*******/
.box {
  display: inline-block;
  width: 49%;
  margin: 2px 0.3%;
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 650px) {
    .box {
      width: 49%; } }
  @media (max-width: 450px) {
    .box {
      width: 99%;
      margin: 5px 0.3%; } }

.box-product-img {
  height: 320px; }
  @media (max-width: 450px) {
    .box-product-img {
      height: 220px; } }

.box img {
  width: 100%;
  height: auto; }

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease 0s; }

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  width: 25%;
  height: 100%;
  background: linear-gradient(to bottom, #393533, rgba(57, 53, 51, 0.78), transparent, rgba(57, 53, 51, 0.78), #393533);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s; }

.box:before {
  top: -100%;
  left: -25%; }

.box:after {
  left: 50%; }

.box .box-content:before {
  left: 25%; }

.box .box-content:after {
  top: 100%;
  left: 100%; }

.box:hover:before {
  opacity: 1;
  top: 0;
  left: 0; }

.box:hover:after {
  opacity: 1;
  left: 25%;
  transition-delay: 0.1s; }

.box:hover .box-content:before {
  opacity: 1;
  left: 50%;
  transition-delay: 0.1s; }

.box:hover .box-content:after {
  opacity: 1;
  top: 0;
  left: 75%; }

.box .inner-content {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 1; }

.box .title {
  font-size: 24px;
  font-family: "Merriweather", serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  transform: translateY(100%);
  transition: all 0.3s ease 0s; }
  @media (max-width: 450px) {
    .box .title {
      font-size: 19px; } }

.box:hover .title {
  transform: translateY(0); }

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  left: 20px; }

.box .icon li {
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease 0s; }

.box:hover .icon li {
  opacity: 1;
  transform: translateY(0); }

.box .icon .btn {
  padding: 11px 25px;
  font-size: 15px;
  letter-spacing: 2px;
  background-color: #1895ab;
  color: #fff;
  border: 2px solid #1895ab; }

/******services end********/
.cta {
  padding: 150px 0;
  background-attachment: fixed; }

@media only screen and (max-width: 990px) {
  .cta {
    padding: 80px 0; } }
.cta .back {
  background: rgba(26, 26, 26, 0.6); }

.cta h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  font-size: 30px; }

.cta .btn {
  color: #fff;
  border: 2px solid #fff; }

.cta .btn:hover {
  border: 2px solid #1895ab; }

.cta form {
  margin-top: 40px; }

.cta input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 25px;
  outline: none;
  border-radius: 0;
  background-color: rgba(242, 242, 242, 0.7); }

.cta .little-h {
  color: #1895ab; }

/********** cta end ********/
/******footer start****/
.footer {
  position: relative;
  padding-top: 70px; }
  .footer li a {
    font-size: 19px;
    font-family: "Domine", serif;
    line-height: 30px;
    color: #222;
    font-weight: 500; }
    @media (max-width: 991px) {
      .footer li a {
        font-size: 17px;
        line-height: 26px; } }
  .footer li a:hover {
    text-decoration: none;
    color: #1895ab; }
  .footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .footer ul {
        margin: 30px 0; } }
  .footer li {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .footer li {
        margin-bottom: 3px; } }
  .footer img {
    width: auto;
    height: 150px; }

.back {
  background-color: rgba(230, 230, 230, 0.8); }

.copyright-p {
  font-family: "Domine", serif;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  letter-spacing: 1px;
  margin-top: 60px; }

/*****footer end******/

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