body {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 60px 0 60px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*---header---*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(34, 52, 64, 0.3);
  z-index: 10;
}
#top-bar {
  width: 100%;  
  font-size: 14px;  
  background-color: #223440;
  position: relative;
  z-index: 1020;
}
.cont-wrap-head{
  padding: 5px 15px;
}
.cont-wrap-head p{
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}
.cont-wrap-head p span{
  font-weight: 600;
}
.logo-head-wr{
  display: block;
  width: 100%;
  padding-top: 10px;
}
.logo-head-wr img{
  width: 100%;
}
#logo-part{
  background-color: #f4f4f4;
  box-shadow: 0 1px 2px rgba(0,0,0,.14);
  position: relative;
}
.text-head-wr{
  text-align: center;
}
.text-head-wr h1{
  color: #0D0D0D;
  font-size: 17px;
  line-height: 1.2;
  padding-top: 9px;
}
.city-phone a,
.mobile-phone a{  
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  border-bottom: 1px dotted #252b33;
}
.city-phone a:hover,
.mobile-phone a:hover{
  border-bottom: none;
  color: #B2806F;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mobile-phone{  
  padding: 5px 0 12px 0;
}
.city-phone{
  padding-top: 17px;
  display: block;
  width: 100%;
  text-align: right;
}
.city-phone img,
.mobile-phone img{
  width: 20px;
}
.mobile-phone{
  display: block;
  width: 100%;
  text-align: right;
}
#top-bar a {
  color: #74777c;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #df4a43;
  text-decoration: none;
}
#nav-section {  
  min-width: 320px;
  padding: 0;
  background-color: #f4f4f4;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}

/* #Navigation
================================================== */
.navbar { 
  /*margin: 0px 30px 0 0;*/
  min-height: 0;
  border: none;
  z-index: 10;
    position: relative;
}
.nav-logo {
  float: left;
  margin: 8px 0;
}
.nav-logo img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-nav > li > a {
    padding: 0 10px;
    display: block;
    color: #0D0D0D;
    font-weight: 600;
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: .3px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #B2806F;
}
.navbar-nav > li:nth-child(5) > a.active{
  color: #0D0D0D;
}
.navbar-nav > li:nth-child(5) > a.active:hover{
  color: #B2806F;
}
#nav-mobile-btn {
  background-color: #B2806F;
  border: 0;
  color: #fff;
  font-size: 28px;
  width: 40px;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  float: right;
  margin-top: 29px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav-mobile-btn:active,
#nav-mobile-btn:hover {
  background-color: #B2806F;
}
.shrink #nav-mobile-btn {
  margin-top: 9px;
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #F7F8FA;
  padding: 15px;
  overflow: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-mobile > i {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #223440;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {
  color: #223440;
  background-color: #f1f3f6;
}
.nav-mobile h2 {
  text-align: center;
  margin: 10px 0 25px;
  color: #223440;
}
.nav-mobile h2 i {
  margin-right: 10px;
}
.nav-mobile a {
  color: #333;
}
.nav-mobile a:hover {
  color: #B2806F;
  text-decoration: none;
}
.nav-mobile a:focus {
  text-decoration: none;
}
.nav-mobile ul {
  list-style: none;
}
.nav-mobile > ul {
  padding: 0;
}
.nav-mobile > ul li {
  margin-bottom: 10px;
}
.nav-mobile > ul li > a {
  margin-bottom: 10px;
  display: block;
}
.nav-mobile > ul li.dropdown > a,
.nav-mobile > ul li.dropdown-submenu > a {
  /*border-bottom:1px solid rgba(0,0,0,0.08);*/
}
.nav-mobile > ul > li {
  margin-bottom: 20px;
  padding-left: 10px;
}
.nav-mobile > ul ul {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-mobile.open {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {    
    margin: 0;
  }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
    display: inline-block;
    top: 0px;
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  #nav-mobile-btn {
    display: block;
    margin-top: 15px;
    margin-bottom: 23px;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}

.navbar ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0;
    margin: 10px 0;
}
.navbar ul>li ul {
    background: #fff;
    top: 80px;
}
.navbar ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #fff;
    position: absolute;
    top: 52px;
    height: auto;
    padding: 0;
    z-index: 22 !important;
    text-align: left;
    padding: 12px 26px;
}
.navbar ul>li ul a{
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar ul>li ul a:hover{
  color: #B2806F;
}
.navbar ul {
    margin-bottom: 0;
    text-align: right;
}
.navbar ul>li:hover>ul {
    opacity: 1;
    border-radius: 5px;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}

#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: #fff;  
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  content: '';
  z-index: 1002;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#wrapper.open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/*---end header---*/

/*---all-service---*/
.services-main-block{
  background-size: cover;
  background-position: center;
  padding: 40px 0 40px;
}
.service-dtl p{
  text-align: center;
  margin-top: 10px;
}
.service-block {  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-icon img {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.drop-shadow {
  position: relative;
  float: left;
  padding: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  -mox-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;  
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.curved.shadow:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.service-block:hover.drop-shadow {
   -webkit-box-shadow: 0 0 15px rgba(178, 128, 111, 1);
  -mox-box-shadow: 0 0 15px rgba(178, 128, 111, 1);
  box-shadow: 0 0 15px rgba(178, 128, 111, 1); 
}
.service-heading {
    line-height: 1.3;
    text-transform: none;
    margin: 14px 0 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #0D0D0D;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-block:hover .service-heading {
  color: #B2806F;
}
.service-dtl a.go-page-serv {
    border: 1px solid #e01e1f;
    color: #e01e1f;
    letter-spacing: .8px;
    text-shadow: none;
    border-radius: 30px;
    padding: 7px 32px;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
}
.service-dtl a.go-page-serv:hover {
    border: 1px solid #e01e1f;
    color: #fff;
    background-color: #e01e1f;
}
.service-dtl{
  text-align: center;
}
/*-----------------*/

/*----vantage-----*/
.vantage-wrap{
  background-color:#223440;
  padding: 30px 0 20px;
}
.vantage-img-wrap{
  display: block; 
  position: absolute;
}
.vantage-img-wrap img{
  width: 35px;
}
.vantage-text-wrap p{
  color: #fff;
  font-size: 14px; 
  font-weight: 600; 
}
.vantage-text-wrap{
    display: inline-block;   
    line-height: 1.4;
    margin-top: -16px;    
    margin-left: 44px;
}

/*----------------*/

/*---about-head-wr---*/
.about-head-wr{
  padding: 10px 0 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.14);
  position: relative;
}
.about-head-wr h3{ 
  color:#0D0D0D;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}
.about-head-wr-button{
  text-align: right;
}
.about-head-wr-button a{
    border: 1px solid #e01e1f;
    color: #fff;
    background-color: #e01e1f;
    letter-spacing: .8px;
    text-shadow: none;
    border-radius: 30px;
    padding: 7px 32px;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
    margin-top: 32px;
}
.about-head-wr-button a:hover{
  border: 1px solid #e01e1f;
  color: #e01e1f;
  background-color: #fff;
}
/*-------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 490px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: 34px;
    top: 34px;
}
.mfp-bg{
  background: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #555;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #555;
}
/*----------------------------*/
.contact-form {
    position: relative;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 62px 63px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.contact-form h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;     
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
}
.form-group {
    margin-bottom: 20px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border: none;
    transition: none;    
    border: 1px solid #B2806F;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.contact-form .btn {
    border-radius: 0;
    padding: 9px 26px;
    background-color: #B2806F;
    border: 1px solid #B2806F;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    display: block;
    margin-top: 42px;
    outline: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position: relative;
    z-index: 1;
}
.contact-form .btn:hover{
   color: #B2806F; 
   background-color: #fff;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
.politic-conf p{
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
.politic-conf a{
  color: #B2806F; 
}
.politic-conf a:hover{
   color: #fff; 
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
/*----------------------*/

/*---gallery---*/
.s_portfolio-wrap{
  background-color: #f4f4f4;
}
.s_portfolio-wrap h2{
    color: #0D0D0D;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 0;
}
.par-head-text{    
  border-bottom: 1px solid #d1d2d3;
  padding-bottom: 20px;
}
.par-head-text .fa{
  position: relative;
  color: #B2806F;
  font-size: 10px;
  top: -1px;
  margin-right: 5px;
}
.list-product-wr span{
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
.list-product-wr p{
  border-bottom: 1px dotted #252b33 !important;
  display: inline-block;
  margin-top: 0;
}
.list-product-wr .fa{
  position: relative;
  color: #B2806F;
  font-size: 7px;
  top: -3px;
  margin-right: 1px;
}
.s_portfolio-wrap ul,
.s_portfolio-wrap li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
.s_portfolio-wrap li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  line-height: 2;
  font-weight: 600; }
  .s_portfolio-wrap li:hover{
    color: #B2806F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .s_portfolio-wrap li.active{
    color: #B2806F;
  }
.s_portfolio-wrap ul {
  margin-bottom: 30px;
  margin-top: 30px; }

.portfolio_item-wrap {
  display: none;
  padding: 15px; }
  .portfolio_item-wrap img {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -mox-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    width: 100%; }
  .portfolio_item-wrap .port_item_cont-wrap {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 90%;
    height: 88%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 15%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .portfolio_item-wrap:hover .port_item_cont-wrap {
    opacity: 1;
    padding-top: 20%; }
  .portfolio_item-wrap h3 {
    color: #fff;
    margin-bottom: 0; }
  .portfolio_item-wrap a {
    background-color: transparent;
    border: #fff 1px solid;
    padding: 2px 10px;
    color: #B2806F;
    margin-top: 10px;
    display: inline-block; }
    .portfolio_item-wrap a:hover{
      background-color: #B2806F;
      color: #fff;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }

.section_content .container{
  padding: 0;
}    
.mfp-close-btn-in button.modal-x {
    color: #333;
    right: -6px;
    top: -22px;
}
.podrt_descr {
  background-color: #fff;
  max-width: 600px;
  margin: auto; }  
  .podrt_descr img {
    width: 100%;
    margin-top: 10px; }

.modal-box-content {
  position: relative; }

.gallery-btn-wr {
    text-align: center;
    border-bottom: 1px solid #d1d2d3;
    padding-bottom: 40px;
}
.gallery-btn-wr a {
    border: 1px solid #e01e1f;
    color: #e01e1f;
    letter-spacing: .8px;
    text-shadow: none;
    border-radius: 30px;
    padding: 10px 32px;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-top: 12px;
}
.gallery-btn-wr a:hover {
    border: 1px solid #e01e1f;
    color: #fff;
    background-color: #e01e1f;
}
.gallery-btn-wr p{
    text-transform: uppercase;
    font-size: 14px;    
    font-weight: 600;
}  
/*--------------*/

/*----cons-sect-wrap----*/
.cons-sect-wrap{  
  padding: 0;
}
.subscribe-section {
    background-repeat: no-repeat;
    /*background: rgba(0, 0, 0, 0) url(../img/bg-par.jpg);*/
    background-position: top center;
    background-attachment: fixed;
    position: relative;
}
.ht-newsletter h5 {
    font-weight: 600;
    font-size: 14px;    
    color: #fff;
    margin-top: 93px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.ht-newsletter h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 100px;
    line-height: 28px;
    margin-top: 15px;
    font-size: 25px;
    text-align: left;
}
.ht-newsletter h2 b {
    font-weight: 700;
}
.newsletter-forn-in {
    margin-top: 107px;
}
.newsletter-input {
    height: 56px;
    border-radius: 120px;
    padding-left: 38px;
    width: 100%!important;
    border: 1px #eee solid;
    margin-left: -15px!important;
    background-color: #f8f8f8;
}
.form-group {
    width: 100%;
}
.subscribe-btn {
    background-color: #e01e1f;    
    color: #fff;
    height: 56px;
    border-radius: 120px;    
    width: 100%!important;
    border: none;
    font-size: 18px;    
}
.subscribe-btn:hover{
  background-color: transparent;
  border: 2px #e01e1f solid;
  color: #fff;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .ht-newsletter {
    padding-left: 15px;
    padding-right: 10px;
  }
  .ht-newsletter h2 {
    margin-bottom: 100px;
    margin-top: 10px;
    font-size: 26px;
  }
  .ht-newsletter h5{
    margin-bottom: 0;
  }
  .newsletter-input {
    height: 45px;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .newsletter-forn-in {
    margin-top: 45px;    
  }
  .subscribe-btn {
    height: 45px;
    padding-left: 9px;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: -11px;
  }
}
@media only screen and (max-width : 767px) {
  .form input[type="text"]{
    width: 100%;
  }
  .ht-newsletter{
    text-align: center;
  }
  .newsletter-forn-in {
    margin-top: 0;
  }
  .ht-newsletter h2{
    margin-bottom: 50px;
    text-align: center;
  }
  .newsletter-input{
    margin-left: 0!important;
    margin-bottom: 20px;
  }
  .subscribe-btn{
    width: 80%!important;
  }
  .newsletter-forn-in .text-center{
    text-align: center;
  }
  .ht-newsletter h5{
    margin-top: 0;
  }
  .subscribe-section{
    padding: 40px 0;
  }
}
@media only screen and (min-width : 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
/*------------------*/

/*----delivery-----*/
.delivery{
  padding-top: 20px;
}
.delivery h2 {
    color: #0D0D0D;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;    
    margin-top: 0;
}
.delivery hr {   
    border-top: 1px solid #d1d2d3;
    margin-top: 40px;
    margin-bottom: 0;
}
.delivery .item-one-sec-head {
    margin-top: 30px;
}
.delivery .section-heading:after {
    display: block;
    content: '......';
    color: #536473;
    font-weight: 300;
}
.delivery .lead{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 10px;
}
.dropcap.dropcap-big {
    min-width: 50px;
    padding: 8px 0;
    margin: 5px 10px 0 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    background-color: #536473;
    color: #FFF;
    float: left;
}
/*-----------------*/

/*---team-wrap----*/
.team-wrap{
  background-color: #f4f4f4;
}
.team-wrap h2{
    color: #0D0D0D;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.team-wrap .team-img{
    display: block;
    width: 100%;
    text-align: center;
}
.team-wrap .team-img img{
  width: 88%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  -mox-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
.team-text h5{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.team-text p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
/*----------------*/

/*-----map-contact----*/
.map-contact-wrap{
  position: relative;
  padding-bottom: 26px;
}
.map-contact-wrap-wrap{
  background-color: #f8f8f8;
  border: 5px #536473 solid;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.map-contact-wrap .map-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.map-contact-text-wrap p{
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  color: #536473;
}
.map-contact-phone-wrap span,
.map-contact-mail-wrap span,
.map-contact-clock-wrap span,
.map-contact-adress-wrap span,
.map-contact-nav-wrap span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.map-contact-phone-wrap a,
.map-contact-mail-wrap a,
.map-contact-clock-wrap p,
.map-contact-adress-wrap p,
.map-contact-nav-wrap p,
.map-contact-phone-wrap p,
.map-contact-mail-wrap p{
  font-family: "OpenSansRegular", sans-serif;
  color: #333;
  font-size: 16px;
  display: block;
}
.map-contact-phone-wrap a:hover{
  color: #B2806F;
   -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/*---------------------*/

/*---footer---*/
footer{  
  background-color: #232323;
  padding: 60px 0 60px;
}
.footer-section {
    color: #ccc;
}
footer .logo{
  display: block;
  width: 100%;
}
footer .logo img{
  width: 210px;
}
.footer-about p{
  line-height: 1.4;
}
footer .nav a{
  color: #ccc;
}
footer .nav a:hover{
  color: #B2806F;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.widget-title {
  margin-top: 7px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
footer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
footer .nav li{
  margin-bottom: 7px;
  display: block;
}
.newsletter-widget form .form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 8px;
    margin-bottom: 8px;
    border-radius: 0;
    box-shadow: none;   
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    outline: 0;
}
.newsletter-widget form .btn {
    margin-top: 15px;
    color: #fff;
    padding: 6px 20px 5px;
    border-color: #B2806F;
    background-color: #B2806F;
    border-radius: 20px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.newsletter-widget form .btn:hover{
  color: #B2806F;
  background-color: #fff;
  border-color: #fff;
}
/*-------------*/

/*--second-page-for-all----*/
.pattern-bg {
    position: relative;    
    width: 100%;
    height: 200%;
    background-repeat: repeat;
    padding: 85px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.pattern-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 35, 38, 0.4);
}
.page-title {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: -40px;
    text-align: left;
    background-color: transparent;
    list-style: none;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb > li + li:before {
    color: #fff;
    padding: 0px;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;   
}
.pattern-bg a:hover{
  text-decoration: underline;
}
/*-----------------*/

/*---contact---*/
.contact-info-section h2 {
    color: #0D0D0D;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 0;
}
.form-group {
    margin-bottom: 15px;
}
.contact-map label {
    font-weight: 300;
    color: #888;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.contact-map .form-control {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 36px;
    border: 1px solid #888;
    background: transparent;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-map textarea.form-control {
    height: auto;
}
.contact-map form{
  margin-top: 20px;
}
.other-office-address {  
  background-color: #f4f4f4;
  box-shadow: 0 1px 2px rgba(0,0,0,.14);
}
.other-office-address h3 { 
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 10px;
  color: #0D0D0D;
  font-weight: 600;
}
.branch-map img {
  background-color: #fff;
  padding: 2px;
}
.contact-map .btn-primary {
    border: 1px solid #e01e1f;
    color: #fff;
    background-color: #e01e1f;
    letter-spacing: .8px;
    text-shadow: none;
    border-radius: 30px;
    padding: 7px 32px;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: inline-block;    
}
.contact-map .btn-primary:hover{
    border: 1px solid #e01e1f;
    color: #e01e1f;
    background-color: #fff;
}
.contact-info address {
    line-height: 18px;    
    font-style: normal;
}
.contact-info address span{
  font-weight: 600;
}
.contactMap{
  position: relative;
  overflow: hidden;
}
.other-office-address .contact-info{
  text-align: center;
}
/*-------------*/

/*----about-page---*/
.about-page{
  padding-bottom: 0;
}
.about-page .about-par p{
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.about-page .featured-img{
  display: block;
  width: 100%;
}
.about-page .featured-img img{
  width: 100%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -mox-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
/*------------------*/

/*---epitaphs-----*/
.prew-epit{
  padding: 40px 0 40px;
  background-color: #f4f4f4;
  box-shadow: 0 1px 2px rgba(0,0,0,.14);
}
#blogposts .news { 
  margin-bottom: 60px 
}
.news .featured-img {
 position: relative 
}
.text-center {
    text-align: center;
}
.featured-img img{
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  -mox-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
/* Pagination */
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
    margin-left: 0;
    border-radius: 0;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
    border-radius: 0;
}
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #536473;
    border-color: #536473;
}
.page-numbers > li > a
 {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #536473;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 5px;
}
.page-numbers > li > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #536473;
    border: 2px solid #536473;
    margin: 5px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
    color: #536473;
    background-color: #f4f4f4;
    border-color: #ddd;
}
.page-numbers li.active a { 
  color: #fff !important 
}
.page-numbers {
    display: inline-block;
    padding-left: 0;    
    border-radius: 4px;
}
.page-numbers > li {
    display: inline;
}
/*----------------*/

.design-sec-cont{
  padding-top: 40px;
}

/*-------404---------*/
.f0f--section{
  padding-bottom: 100px;
  padding-top: 100px;
}
.f0f--content{
  padding-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}
.f0f--content .title {
    margin-bottom: 14px;
}
.f0f--content .title .h1 {
    margin-top: 2px;
    margin-bottom: 0;
    color: #efefef;    
    font-size: 72px;
    line-height: 82px;
    font-weight: 900;
}
.text-uppercase {
    text-transform: uppercase;
}
.f0f--content .sub-title .h4 {
    color: #393939;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.1;
}
.f0f--content .desc {
    margin-top: 11px;
}
.f0f--content .desc p {
    margin: 0 0 10px;
    color: #696969;    
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}
.f0f--content .action:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 230px;
    margin: 0 auto;
    border-top: 1px solid #000;
    opacity: 0.1;    
}
.f0f--content .btn-default{
  padding: 16px 35px;
  border-radius: 25px;
  color: #ff5252;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  border:1px solid #ff5252;
  text-transform: uppercase;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.f0f--content .action {
    position: relative;
    margin-top: 16px;
    padding-top: 31px;
}
.f0f--content .ml--8 {
    margin-left: 8px;
}
.f0f--content .btn-default:hover{
  background-color: #ff5252;
  color: #fff;
}

.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}


.swal-text{text-align: center;}
.swal-button,
.swal-button:focus,
.swal-button:hover{
  box-shadow: none;
  border-radius: 30px;
}
.swal-button{
  background-color: #e01e1f;
  border: 1px solid #e01e1f;
}
.swal-button:not([disabled]):hover{
  background-color: #fff;
  color: #e01e1f;
  box-shadow: none;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control{
	    height: 186px;
}
/*-------ReSite-----------*/
  .footer-bottom {
    background: #090909;   
    color: #424242;
    padding: 12px 0px;
  }
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
/*-------End ReSite-----------*/