@charset "UTF-8";




.navbar {
  padding-top: 0;
}

.ok-nav-container {
  position: relative;
  min-height: 170px;
}

#logo-img {
  width: 700px;
  max-width: 100%
}


a.navbar-brand {
  position: absolute;
  bottom: -90px;
}

.ok-banner {
  background: url('../img/city-bg4.png');
  background-size: cover;
  background-color: #f1eaee;
  width: 100%;
  min-height: 800px;
}

.ok-banner-container {
  position: relative;
  padding-top: 100px;
}



.ok-banner-container h1 {
  font-size: 3rem;
  color: #fff;
  font-family: Montserrat, sans-serif !important;
  text-shadow: 2px 2px 8px #545454;
}

.ok-banner-text {
  float: right;
  padding: 40px;
  background: rgb(102 82 93 / 80%);
}

.ok-banner-text p {
  font-size: 25px;
  color: #fff;
}


.ok-mobile-banner {
  display: none;
  margin: 0px;
  padding: 40px 20px;
}

.ok-mobile-banner-text h1 {
  font-family: Montserrat, sans-serif !important;
  font-size: 2rem;
  text-align: left;
  color: #473b41;
  margin-bottom: 25px;
}


.ok-mobile-banner p {
  font-size: 1.25rem;
}

.ok-services {
  position: relative;
  /* background:url("../img/servicesBg.jpg"); */
  background: #f1eaee;
  background-size: cover;
  padding-bottom: 50px;
}

.ok-services-container {
  padding-top: 50px;
}

#halfcircle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  z-index: 0;
  opacity: 0.7;
}

.ok-services-inner {
  position: relative;
  padding: 0 50px;
  min-height: 600px;
  /* background: rgba(248, 246, 247, 0.4); */
  background: transparent;
  z-index: 2;
}

.ok-services-topic {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: Montserrat, sans-serif !important;
  text-shadow: 2px 2px 8px #707070;
  
}

.divider-service {
  display: block;
  margin: 0 auto 60px;
  height: 40px;
}

.ok-block-container {
  margin: 0 auto;
}

.ok-block {
  margin: 0 auto 30px;
  padding: 20px;
  z-index: 10;
}

.ok-block img {
  width: 65px;
  height: 50px;
  margin-bottom: 30px;
}

.ok-block-inner {
  padding: 25px;
  /* border-radius: 10px !important; */
  background-color: #fff;
  text-align: center;
  /* box-shadow: 0px 10px 20px -5px rgba(194, 169, 182, 0.9); */
  border: 1px solid #c2a9b6;
  height: 400px;
}

.ok-block p {
  text-align: left;
  font-size: 1.2em;
  margin: 0.25rem;
}

.ok-block2 {
  float: left;
  background: transparent;
  padding: 0px;
  font-family: Montserrat, sans-serif !important;

  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.ok-block2-inner {
  position: relative;
  color: #fff;
  padding: 40px 20px;
  background: #66525d;
  text-shadow: 0 0 20px #ffffff69;
  margin: 10px;
  height: 150px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0 rgb(102 82 93);
}

.ok-block2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.left-block {
  float: left;
}

.middle-block {
  float: left;
}

.right-block {
  float: right;
}

.ok-about {
  position: relative;
  background: #fff;
}

.ok-about-inner {
  padding: 0;
}

.ok-about-container {
 
}

.ok-about-text {
  float: left;
  padding: 50px 10px 100px 50px;
  background: #fff;
}

.ok-about-text h3 {
  font-size: 2.5em;
  margin: 30px auto;
  font-family: Montserrat, sans-serif !important;
  color: #473b41;
}

.ok-about-text p {
  color: #473b41;
  font-size: 1.25rem;
}

.ok-about-img {
  margin: 200px 0 0;
  float: left;
  background: #fff;
}

.ok-about-img img {
  max-width: 100%;
  max-height: 100%;
}

.ok-about-img-top {
  display: none;
}


.ok-contact {
  background: #f1eaee;
  position: relative;
}

.ok-contact-inner {
  padding: 50px 0;
  margin: -350px auto 0px;
}

.ok-contact h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px #723d6a69;

}


.divider-contact {
  display: block;
  margin: 0 auto 60px;
  height: 40px;
}


.ok-contact-block {
  float: left;
  width: 40%;
  min-width: 280px;
  margin-left: 5%;
  margin-right: 5%;
  background: #fff;
  background-image: none;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 30%);
  border-radius: 20px !important;
}

.ok-person-span {
  display: block;
  margin-bottom: 2px;
  color: #66525d;
  text-decoration: none;
}

.ok-person-span a {
  color: #66525d;
  text-decoration: none;
}

.ok-contact-block img {
  margin: 20px auto;
  width: 150px;
  height: auto;

}


.ok-contact-bg-effect {
  background: #66525d;
  
  width: 100%;
  min-height: 350px;
  height: auto;
}

.ok-contact-block h4 {
  font-size: 25px;
  margin: 40px auto;
  color: #66525d;
  
}

.ok-contact-container {
  margin: auto;

}

.person-tel {
  font-weight: bolder;
  color: #66525d;
}



span.person-title {
  color: #bb92a7;
}



footer {
  
}

.ok-footer {
  position: relative;
  background: #f1eaee;
}

.ok-footer-bg img {
  width: 100%;
  height: auto;
}


.ok-footer-block {
  float: left;
  background: transparent;
  padding: 0px 50px 20px;
}

.ok-footer-block a {
  font-size: 1rem;
  font-family: Montserrat, sans-serif !important;
  color: #fff;
  text-shadow: 1px 1px 2px #00000085;
}

.ok-footer-block p {
  font-size: 1rem;
  font-family: Montserrat, sans-serif !important;
  color: #fff;
  text-shadow: 1px 1px 2px #00000085;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.ok-footer-text-area {
  background: #66525d;
}


@media (min-width: 1400px) {
  #navbarSupportedContent {
    position: absolute;
    bottom: 10px;
    right: 5px;
  }
}

@media (min-width: 992px) {
  #navbarSupportedContent {
    position: absolute;
    bottom: 10px;
    right: 5px;
  }
}







.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 133, 161, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}


#mainNav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  font-weight: 800;
}
#mainNav .navbar-toggler {
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 120px;
  background: #d8bdcc;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  text-align: center;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  background: none;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #b17c99;
}

.navbar-light .navbar-toggler {
  color: rgb(102 82 93);
}
@media (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    color: #7a3e5e;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #ffffff;
    
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #7a3e5e;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #ffffff;
    background-color: #7a3e5e;
  }
}
@media (min-width: 992px) {
  #mainNav {
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /*
  #mainNav.is-fixed {
    
    position: fixed;
    top: 0;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #ffffff;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #ffffff;
  }
  #mainNav.is-visible {
    
    transform: translate3d(0, 100%, 0);
  }
  */

}


@media (max-width: 1199.98px) {


  .ok-pink-bg {
    position: relative;
    padding-top: 100px;
    height: auto;
    background: #f1eaee;
    width: 100%;
  }

  .ok-banner {
    height: 600px;
    min-height: auto;
  }

  .ok-banner-container {
    position: absolute;
    top: 50px;
    left: 50px;
    padding-top: 20px;
    width: 80%;
    
  }

  .ok-banner-text {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .ok-banner-container h1 {
    font-size: 2rem;
  }

  .ok-banner-text p {
    font-size: 20px;
  }

  #logo-img {
    max-width: 70%;
  }
  a.navbar-brand {
    bottom: -60px;
  }

  #halfcircle {
    display: none;
  }

  .ok-services-topic {
    color: #473b41;
    font-size: 2.5rem;
    text-shadow: 2px 2px 8px #ffffff;
  }

  .ok-contact h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {

  .ok-pink-bg {
    position: relative;
    padding-top: 100px;
    height: auto;
    background: #f1eaee;
    width: 100%;
  }

  .ok-banner {
    height: 600px;
    min-height: auto;
  }

  .ok-banner-container {
    position: absolute;
    top: 0;
    left: 50px;
    padding-top: 20px;
    width: 80%;
    
  }

  .ok-banner-text {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .ok-banner-container h1 {
    font-size: 2rem;
  }

  .ok-banner-text p {
    font-size: 20px;
  }

  a.navbar-brand {
    position: relative;
    top: 0;
    bottom: 0;
  }

  #logo-img {
    max-width: 80%;
  }

  .ok-services-topic {
    font-size: 2.5rem;
  }

  

  .ok-services {
    padding-bottom: 50px;
  }
  .divider-service {
    height: 25px;
    margin-bottom: 40px;
  }

  .ok-services-container {
    padding-top: 40px;
  }

  #halfcircle {
    display: none;
    
  }
  
  .ok-services-topic {
    color: #473b41;
    font-size: 2.5rem;
    text-shadow: 2px 2px 8px #ffffff;
  }

  .ok-block2-inner {
    height: 100px;
    padding: 20px;
    text-shadow: 0 0 20px #ffffff30;
  }

  .ok-about {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .ok-about-img {
    display: none;
  }

  .ok-about-img-top {
    display: block;
    width: 40%;
    margin: 20px auto;
  }
  .ok-about-img-top img {
    max-width: 100%;
  }

  .ok-about-text {
    padding: 10px;
  }

  .ok-about-text p {
    font-size: 1.25rem;
    margin: 10px auto 40px;
  }

  .ok-about-text h3 {
    font-size: 2rem;
    margin: 10px auto;
  }


  .ok-contact h3 {
    font-size: 2.5rem;
  }

  .divider-contact {
    height: 30px;
  }

  .ok-contact-block img {
    width: 100px;
  }

  .ok-contact-block {
    margin-right: 0;
  }

}



@media (max-width: 767.98px) {

  .ok-pink-bg {
    background: #fff;
    padding-top: 0px;
  }
  .ok-banner {
    height: 340px;
    min-height: auto;
  }

  .ok-banner-container {
    display: none;
  }

  .ok-mobile-banner {
    display: block;
    padding: 20px;
  }
  

  #logo-img {
    max-width: 100%;
  }
  
  .ok-block2 {
    float: none;
    font-size: 15px;
  }



  .ok-block2-inner {
    height: auto;
    padding: 10px;
  }


  .ok-services {
    padding-bottom: 20px;
  }
  .divider-service {
    height: 25px;
    margin-bottom: 40px;
  }

  .ok-services-container {
    padding-top: 40px;
  }

  #halfcircle {
    display: none;
    
  }
  
  .ok-services-topic {
    color: #473b41;
    font-size: 2rem;
    text-shadow: 2px 2px 8px #ffffff;
  }

  .ok-block2-inner {
    text-shadow: none;
  }

  .ok-about {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .ok-about-img {
    display: none;
  }

  .ok-about-img-top {
    display: block;
    width: 40%;
    margin: 40px auto 10px;
  }
  .ok-about-img-top img {
    max-width: 100%;
  }

  .ok-about-text {
    padding: 10px;
  }

  .ok-about-text p {
    font-size: 1.25rem;
    margin: 10px auto 40px;
  }

  .ok-about-text h3 {
    font-size: 1.5rem;
    margin: 10px auto;
  }

  .ok-contact-inner {
    padding-bottom: 20px;
  }

  .ok-contact h3 {
    font-size: 2rem;
  }

  .ok-contact-block {
    float: none;
    width: 60%;
    margin: 30px auto;
    border-radius: 10px;
    margin: 30px auto 0px;
  }

  .ok-contact-block img {
    width: 70px;
    margin: 10px auto;
  }

  .ok-contact-block h4 {
    font-size: 20px;
  }

  .ok-footer-block {
    float: none;
    padding-left: 100px;
  }

}





