@charset "UTF-8";
/*------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Support Bar
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** About us Area
--------------------------
** Services Area
--------------------------
** Counterup Area
-------------------------- 
** Our project Area
-------------------------- 
** Our Team Area
--------------------------
** Testimonials Area
--------------------------
** Latest Blog Area
--------------------------
** Partners Area
-------------------------- 
** Pricing Area
--------------------------
** Faqs
--------------------------
** Footer Area
--------------------------
** Services page
--------------------------
** Project page
--------------------------
** Blog
----------------------------------
** Blog Details 
----------------------------------
** Faqs page
--------------------------
** Contact page
--------------------------
** 404 page
--------------------------
-----------------*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700");
/*---------------------------
** Global Scss
---------------------------*/
.section-title {
  margin-bottom: 57px; }
  .section-title .subtitle {
    color: #B9975B;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600; }
  .section-title .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    color: #313131;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0; }
  .section-title .separator {
    border: 0;
    height: 4px;
    background: #B9975B;
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px; }
  .section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #7b7b7b; }

.remove-col-padding {
  padding: 0; }

/*/boxed button*/
.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border-radius: 30px;
  color: #fff;
  background-color: #B9975B;
  padding: 0px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
  width: 230px; }
  .boxed-btn:hover {
    color: black;
    background-color: transparent;
    border: 2px solid #B9975B; }

.boxed-btn.blank {
  background-color: transparent;
  color: #fff;
  border: 2px solid #B9975B; }
  .boxed-btn.blank:hover {
    background-color: #B9975B; }

.boxed-btn.blank1 {
  background-color: transparent;
  color: black;
  border: 2px solid #B9975B; }
  .boxed-btn.blank1:hover {
    background-color: #B9975B;
    color: #fff; }

.round {
  border-radius: 50%; }

.base-color {
  color: #B9975B; }

.green {
  background-color: #5cb85c; }

.red {
  background-color: #ff6c00; }

.minus {
  color: rgba(206, 49, 49, 0.856); }

.bg-white {
  background-color: #fff; }

.plus {
  color: #5cb85c; }

.modal-dialog {
  margin: 0 auto; }

.modal {
  top: 20px; }

.modal-open {
  padding-right: 0px !important; }

.modal.show {
  padding-right: 0 !important; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.hr-breaak-line {
  padding-top: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 37px; }

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #B9975B;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(0, 95, 224, 0.7);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
  .video-play-btn:hover {
    color: #fff; }
    .video-play-btn:hover:before {
      visibility: visible;
      opacity: 1; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #B9975B;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }

.has-icon {
  position: relative;
  display: inline-block; }
  .has-icon .input-field {
    width: 100%;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding-left: 30px;
    background-color: transparent; }
    .has-icon .input-field::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #a8afb8; }
    .has-icon .input-field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #a8afb8; }
    .has-icon .input-field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #a8afb8; }
    .has-icon .input-field:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #a8afb8; }
    .has-icon .input-field:focus {
      border: 2px solid rgba(0, 0, 0, 0.1); }
  .has-icon .the-icon {
    position: absolute;
    right: 30px;
    top: 60%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    font-size: 14px; }

.padding-top-40 {
  padding-top: 40px; }

.input-field {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #a8afb8;
  font-size: 14px; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8afb8; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8afb8; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8afb8; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8afb8; }
  .input-field:focus {
    border: 2px solid rgba(0, 0, 0, 0.1); }

.hizontal-break {
  padding-top: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  display: block; }

.form-element .input-area {
  width: 100%;
  padding: 20px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #a8afb8; }
  .form-element .input-area::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8afb8; }
  .form-element .input-area:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8afb8; }
  .form-element .input-area::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8afb8; }
  .form-element .input-area:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8afb8; }
  .form-element .input-area:focus {
    border: 2px solid rgba(0, 0, 0, 0.1); }

.form-element .input-field:focus {
  border: 2px solid rgba(0, 0, 0, 0.1); }

.select-wrapper {
  padding-top: 18px; }
  .select-wrapper.padding-top-40 {
    padding-top: 28px; }
  .select-wrapper label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    color: #6d6c7d; }
  .select-wrapper .has-icon {
    display: block;
    background-color: transparent; }
    .select-wrapper .has-icon .with-icon {
      border-radius: 30px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      padding-right: 35px;
      padding-left: 30px;
      width: 100%;
      height: 50px;
      font-size: 14px;
      color: #a8afb8;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .select-wrapper .has-icon .the-icon {
      top: 50%;
      right: 30px;
      color: #6d7783; }

.submit-form-btn {
  display: inline-block;
  width: 250px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 30px;
  background-color: #B9975B;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin-top: 25px; }
  .submit-form-btn:focus {
    outline: none; }
  .submit-form-btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 95, 224, 0.7);
    box-shadow: 0 8px 16px 0 rgba(0, 95, 224, 0.7); }

.form-element.square.login label {
  color: #4a495d; }

.form-element.square.login .input-field-square {
  height: 50px; }
  .form-element.square.login .input-field-square::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #89879e; }
  .form-element.square.login .input-field-square:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #89879e; }
  .form-element.square.login .input-field-square::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #89879e; }
  .form-element.square.login .input-field-square:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #89879e; }

.form-element.square label {
  font-weight: 700;
  font-size: 16px;
  color: #131222;
  display: block; }
  .form-element.square label span {
    color: #B9975B; }

.form-element .input-field-square:focus {
  border: 2px solid rgba(0, 0, 0, 0.1); }

.input-field-square {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  font-size: 14px;
  color: #63617b;
  margin-bottom: 25px; }
  .input-field-square::-webkit-input-placeholder {
    /* WebKit browsers */
    font-style: italic; }
  .input-field-square:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic; }
  .input-field-square::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic; }
  .input-field-square:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-style: italic; }
  .input-field-square:focus {
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .input-field-square.textarea {
    height: 150px;
    resize: none;
    padding-top: 20px; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

.section-bg-1 {
  background-color: #F1F1F7; }

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (max-width: 991px) {
  .row.reorder-md {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-md > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area {
  position: relative;
  padding: 120px 0 125px 0;
  z-index: 0; }
  .breadcumb-area.faq-page {
    padding: 118px 0 127px 0; }
  .breadcumb-area.project-page {
    padding: 122px 0 127px 0; }
  .breadcumb-area.extra {
    padding-bottom: 128px; }
    .breadcumb-area.extra .breadcumb-inner .title {
      margin-bottom: 15px; }
  .breadcumb-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 34, 0.4);
    content: '';
    z-index: -1; }
  .breadcumb-area.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-position: center;
    background-size: cover; }
  .breadcumb-area .breadcumb-inner .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px; }
  .breadcumb-area .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0; }
    .breadcumb-area .breadcumb-inner .page-lists li {
      display: inline-block;
      margin: 0 12px;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px; }
      .breadcumb-area .breadcumb-inner .page-lists li:last-child:after {
        display: none; }
      .breadcumb-area .breadcumb-inner .page-lists li a {
        color: #B9975B;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcumb-area .breadcumb-inner .page-lists li a:hover {
          color: #fff; }
      .breadcumb-area .breadcumb-inner .page-lists li:after {
        position: absolute;
        right: -17px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .breadcumb-area .breadcumb-inner .page-lists li:first-child {
        margin-left: 0; }
/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area2 {
  position: relative;
  padding: 120px 0 125px 0;
  z-index: 0; }
  .breadcumb-area2.faq-page {
    padding: 118px 0 127px 0; }
  .breadcumb-area2.project-page {
    padding: 122px 0 127px 0; }
  .breadcumb-area2.extra {
    padding-bottom: 128px; }
    .breadcumb-area.extra .breadcumb-inner .title {
      margin-bottom: 15px; }
  .breadcumb-area2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 34, 0.4);
    content: '';
    z-index: -1; }
  .breadcumb-area2.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg2.jpg);
    background-position: center;
    background-size: cover; }
  .breadcumb-area2 .breadcumb-inner .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px; }
  .breadcumb-area2 .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0; }
    .breadcumb-area2 .breadcumb-inner .page-lists li {
      display: inline-block;
      margin: 0 12px;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px; }
      .breadcumb-area2 .breadcumb-inner .page-lists li:last-child:after {
        display: none; }
      .breadcumb-area2 .breadcumb-inner .page-lists li a {
        color: #B9975B;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcumb-area2 .breadcumb-inner .page-lists li a:hover {
          color: #fff; }
      .breadcumb-area2 .breadcumb-inner .page-lists li:after {
        position: absolute;
        right: -17px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .breadcumb-area2 .breadcumb-inner .page-lists li:first-child {
        margin-left: 0; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area3 {
  position: relative;
  padding: 120px 0 125px 0;
  z-index: 0; }
  .breadcumb-area3.faq-page {
    padding: 118px 0 127px 0; }
  .breadcumb-area3.project-page {
    padding: 122px 0 127px 0; }
  .breadcumb-area3.extra {
    padding-bottom: 128px; }
    .breadcumb-area.extra .breadcumb-inner .title {
      margin-bottom: 15px; }
  .breadcumb-area2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 34, 0.4);
    content: '';
    z-index: -1; }
  .breadcumb-area3.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg3.jpg);
    background-position: center;
    background-size: cover; }
  .breadcumb-area3 .breadcumb-inner .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px; }
  .breadcumb-area3 .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0; }
    .breadcumb-area3 .breadcumb-inner .page-lists li {
      display: inline-block;
      margin: 0 12px;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px; }
      .breadcumb-area3 .breadcumb-inner .page-lists li:last-child:after {
        display: none; }
      .breadcumb-area3 .breadcumb-inner .page-lists li a {
        color: #B9975B;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcumb-area3 .breadcumb-inner .page-lists li a:hover {
          color: #fff; }
      .breadcumb-area3 .breadcumb-inner .page-lists li:after {
        position: absolute;
        right: -17px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .breadcumb-area3 .breadcumb-inner .page-lists li:first-child {
        margin-left: 0; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area4 {
  position: relative;
  padding: 120px 0 125px 0;
  z-index: 0; }
  .breadcumb-area4.faq-page {
    padding: 118px 0 127px 0; }
  .breadcumb-area4.project-page {
    padding: 122px 0 127px 0; }
  .breadcumb-area4.extra {
    padding-bottom: 128px; }
    .breadcumb-area4.extra .breadcumb-inner .title {
      margin-bottom: 15px; }
  .breadcumb-area4:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 34, 0.4);
    content: '';
    z-index: -1; }
  .breadcumb-area4.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg4.jpg);
    background-position: center;
    background-size: cover; }
  .breadcumb-area4 .breadcumb-inner .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px; }
  .breadcumb-area4 .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0; }
    .breadcumb-area4 .breadcumb-inner .page-lists li {
      display: inline-block;
      margin: 0 12px;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px; }
      .breadcumb-area4 .breadcumb-inner .page-lists li:last-child:after {
        display: none; }
      .breadcumb-area4 .breadcumb-inner .page-lists li a {
        color: #B9975B;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcumb-area4 .breadcumb-inner .page-lists li a:hover {
          color: #fff; }
      .breadcumb-area4 .breadcumb-inner .page-lists li:after {
        position: absolute;
        right: -17px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .breadcumb-area4 .breadcumb-inner .page-lists li:first-child {
        margin-left: 0; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area5 {
  position: relative;
  padding: 120px 0 125px 0;
  z-index: 0; }
  .breadcumb-area5.faq-page {
    padding: 118px 0 127px 0; }
  .breadcumb-area5.project-page {
    padding: 122px 0 127px 0; }
  .breadcumb-area5.extra {
    padding-bottom: 128px; }
    .breadcumb-area5.extra .breadcumb-inner .title {
      margin-bottom: 15px; }
  .breadcumb-area5:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 34, 0.4);
    content: '';
    z-index: -1; }
  .breadcumb-area5.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg5.jpg);
    background-position: center;
    background-size: cover; }
  .breadcumb-area5 .breadcumb-inner .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px; }
  .breadcumb-area5 .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0; }
    .breadcumb-area5 .breadcumb-inner .page-lists li {
      display: inline-block;
      margin: 0 12px;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px; }
      .breadcumb-area5 .breadcumb-inner .page-lists li:last-child:after {
        display: none; }
      .breadcumb-area5 .breadcumb-inner .page-lists li a {
        color: #B9975B;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcumb-area5 .breadcumb-inner .page-lists li a:hover {
          color: #fff; }
      .breadcumb-area5 .breadcumb-inner .page-lists li:after {
        position: absolute;
        right: -17px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .breadcumb-are5 .breadcumb-inner .page-lists li:first-child {
        margin-left: 0; }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader.hide {
    opacity: 0;
    display: none; }

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle; }

.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #B9975B;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #B9975B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.read-btn {
  border-radius: 4px;
  border: none;
  color: black;
  text-align: center;
  font-size: 16px;
  width: 150px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  background: transparent;
  font-weight: 600; }

.read-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.read-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.read-btn:hover span {
  padding-right: 25px;
  color: #B9975B; }

.read-btn:hover span:after {
  opacity: 1;
  right: 0;
  color: #B9975B; }

.sidebar-title {
  position: relative;
  font-size: 24px;
  color: #B9975B;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: capitalize; }

.sidebar-title:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background-color: #B9975B; }

.sidebar-title:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: 3px;
  background-color: #B9975B; }

button {
  background: #B9975B;
  color: #fff;
  width: 25%; }

.hvr-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.hvr-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B9975B;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn1 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 45px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  width: 200px;
  height: 60px;
  border-radius: 6px; }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7b7b7b;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white; }

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

/*====================
** Normalize
====================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #7b7b7b;
  overflow-x: hidden; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 32px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 24px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ccc;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

p {
  font-size: 16px;
  color: #313131;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #313131;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*--------------------
    Support Bar
--------------------*/
.support-bar {
  background-color: #191717;
  padding: 15px 0; }
  .support-bar .support-left {
    display: inline-block; }
    .support-bar .support-left ul li {
      display: inline-block;
      font-size: 14px;
      margin: 0 8px; }
      .support-bar .support-left ul li:first-child {
        margin-left: 0; }
      .support-bar .support-left ul li a {
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .support-bar .support-left ul li a:hover {
          color: #B9975B; }
        .support-bar .support-left ul li a i {
          padding-right: 10px; }
  .support-bar .support-right {
    float: right;
    display: inline-block; }
    .support-bar .support-right ul li {
      display: inline-block;
      font-size: 14px;
      margin: 0 8px; }
      .support-bar .support-right ul li:first-child {
        margin-left: 0; }
      .support-bar .support-right ul li:last-child {
        margin-right: 0; }
      .support-bar .support-right ul li a {
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .support-bar .support-right ul li a:hover {
          color: #B9975B; }
        .support-bar .support-right ul li a i {
          padding-right: 2px; }

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block; }

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 2; }
  .navbar-area .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .navbar-area .navbar-collapse .navbar-nav {
      float: right; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item {
        display: inline-block;
        font-size: 14px;
        line-height: 45px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 20px 7px;
        position: relative; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
          padding: 0;
          border-radius: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
            font-size: 14px;
            font-weight: 600;
            color: #191717;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
              background-color: #B9975B;
              color: #fff; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          margin-top: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
            padding: 0;
            border-radius: 0;
            margin-top: 0; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
              font-size: 14px;
              font-weight: 600;
              color: #191717;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
                background-color: #B9975B;
                color: #fff; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
          color: #B9975B; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item.active:after {
          visibility: visible;
          opacity: 1; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
          color: #B9975B; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover:after {
          visibility: visible;
          opacity: 1; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
          padding-right: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child:after {
            display: none; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
            padding-right: 0; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #191717;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }

/*------------------------------
    Header Area
------------------------------*/
.header-area {
  position: relative;
  z-index: 0;
  padding-top: 235px;
  padding-bottom: 240px;
  overflow: hidden; }
  .header-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .header-area.header-bg {
    background-image: url(../img/bg/header-bg.jpg);
    background-size: cover;
    background-position: center; }
  .header-area .slider-all-text .title {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .header-area .slider-all-text .subtitle {
    line-height: 30px;
    color: #B9975B;
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .header-area .slider-all-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 28px;
    max-width: 700px;
    font-weight: 400; }
  .header-area .slider-all-text .btn-wrapper {
    margin-top: 40px; }
    .header-area .slider-all-text .btn-wrapper .boxed-btn {
      border-radius: 35px;
      margin: 0 8px;
      width: 200px;
      color: rgba(255, 255, 255, 0.6); }
      .header-area .slider-all-text .btn-wrapper .boxed-btn:first-child {
        border: none;
        background-color: #B9975B;
        margin-left: 0;
        border: 2px solid transparent;
        color: #fff;
        padding: 0; }
        .header-area .slider-all-text .btn-wrapper .boxed-btn:first-child:hover {
          background-color: transparent;
          border-color: #B9975B;
          color: #fff; }
      .header-area .slider-all-text .btn-wrapper .boxed-btn:last-child {
        border-color: #B9975B; }
        .header-area .slider-all-text .btn-wrapper .boxed-btn:last-child:hover {
          color: #fff;
          background-color: #B9975B; }

/*----------------------
  About us area
-----------------------*/
.about-us-area {
	padding: 50px 0 0 0; background: url(../img/bg/vector-bg2.png) repeat;
    background-position: center;background-color: rgba(227, 227, 240, 0.5);}
  z-index: 0;
  overflow: hidden;
  padding: 50px 0 50px 0; }
  .about-us-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(227, 227, 240, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .about-us-area .left-content .title {
    display: block;
    color: #191717;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize; }
  .about-us-area .left-content p {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 30px; }
  .about-us-area .left-content ul {
    padding-top: 10px;
    padding-bottom: 20px; }
    .about-us-area .left-content ul li {
      display: block;
      color: #191717;
      line-height: 16px;
      line-height: 20px;
      position: relative;
      padding: 10px 0;
      color: #7b7b7b;
      padding-left: 20px; }
      .about-us-area .left-content ul li:after {
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #B9975B;
        content: "";
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .about-us-area .left-content .btn-wrapper {
    margin-top: 12px; }
    .about-us-area .left-content .btn-wrapper .boxed-btn {
      width: 190px;
	  margin-bottom: 40px;
      padding: 0;
      color: #7b7b7b;
      line-height: 58px; }
      .about-us-area .left-content .btn-wrapper .boxed-btn:hover {
        color: #fff; }
  .about-us-area .about-us-image img {
    border: 20px solid #fff; }

/*----------------------
  Service area
-----------------------*/
.services-area {
  padding: 50px  0 50px 0; background: url(../img/bg/vector-bg3.png) repeat;}
  .services-area .single-service-item {
    margin-bottom: 30px; }
    .services-area .single-service-item .service-box {
      position: relative; }
      .services-area .single-service-item .service-box .image img {
        position: relative;
        width: 100%;
        display: block;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease; }
      .services-area .single-service-item .service-box .title {
        color: #191717;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
        font-size: 22px;
        line-height: 32px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .services-area .single-service-item .service-box .title:hover {
          color: #B9975B; }
      .services-area .single-service-item .service-box .service-content {
        position: relative;
        border: 1px solid transparent;
        border-top: 0px;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        padding: 15px 20px 0px 20px; }
        .services-area .single-service-item .service-box .service-content p {
          color: #7b7b7b; }
        .services-area .single-service-item .service-box .service-content .lower-box {
          margin-top: 27px;
          position: relative;
          padding: 12px 25px 12px 0;
          border-top: 1px solid #e6e6e6; }
          .services-area .single-service-item .service-box .service-content .lower-box .read-btn {
            position: relative;
            color: #7b7b7b;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease; }
  .services-area .btn-wrapper {
    margin-top: 10px; }

/*----------------------
  Counterup area
-----------------------*/
.counterup-area {
  padding: 120px 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/counterup-bg.jpg) no-repeat center center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/bg/counterup-bg.jpg) no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/counterup-bg.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/counterup-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: inherit;
  color: #fff;
  text-align: center; }
  .counterup-area .countr {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 37px 0px 30px 0px;
    border-radius: 3px; }
    .counterup-area .countr .icon {
      font-size: 50px;
      line-height: 50px;
      color: #fff;
      margin-bottom: 20px;
      color: #B9975B; }
    .counterup-area .countr .counter {
      font-size: 42px;
      line-height: 52px;
      font-weight: 700;
      color: #fff;
      display: block;
      margin-bottom: 13px; }
    .counterup-area .countr .title {
      text-transform: uppercase;
      line-height: 10px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8); }

/*--------------------
    Project area
--------------------*/
.project-area {
  padding: 0 0 0 0; background-color: rgba(227, 227, 240, 0.5);
}
  .project-area .section-title {
    margin-bottom: 55px; }
  .project-area .our-project-menu {
    margin-bottom: 25px;
    text-align: center; }
    .project-area .our-project-menu ul {
      position: relative;
      display: inline-block; }
      .project-area .our-project-menu ul li {
        position: relative;
        display: inline-block;
        color: #7b7b7b;
        padding: 0px 15px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .project-area .our-project-menu ul li.active, .project-area .our-project-menu ul li:hover {
          color: #B9975B; }
        .project-area .our-project-menu ul li:after {
          position: absolute;
          right: -3px;
          top: 3px;
          content: '';
          width: 2px;
          height: 15px;
          background-color: #7b7b7b;
          -ms-transform: skew(-30deg);
          /* IE 9 */
          -webkit-transform: skew(-30deg);
          /* Chrome, Safari, Opera */
          transform: skew(-30deg); }
        .project-area .our-project-menu ul li:last-child:after {
          display: none; }

.project-masonry .filtr-item.grid-size {
  width: 25%; }

.project-masonry .filtr-item .inner-box .image {
  position: relative;
  overflow: hidden; }
  .project-masonry .filtr-item .inner-box .image:hover .img-overlay {
    visibility: visible;
    opacity: 1; }
    .project-masonry .filtr-item .inner-box .image:hover .img-overlay .icon {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
    .project-masonry .filtr-item .inner-box .image:hover .img-overlay .content-area {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s;
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
  .project-masonry .filtr-item .inner-box .image img {
    width: 100%; }
  .project-masonry .filtr-item .inner-box .image .img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(185, 151, 91, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .project-masonry .filtr-item .inner-box .image .img-overlay .icon {
      position: absolute;
      right: 30px;
      top: 20px;
      font-size: 30px;
      -ms-transform: translateY(-100px);
      /* IE 9 */
      -webkit-transform: translateY(-100px);
      /* Chrome, Safari, Opera */
      transform: translateY(-100px);
      -webkit-transition: 0.5s ease-in;
      -moz-transition: 0.5s ease-in;
      -o-transition: 0.5s ease-in;
      transition: 0.5s ease-in; }
      .project-masonry .filtr-item .inner-box .image .img-overlay .icon a {
        color: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .project-masonry .filtr-item .inner-box .image .img-overlay .icon a i {
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .project-masonry .filtr-item .inner-box .image .img-overlay .icon a i:hover {
            -ms-transform: scale(1.2);
            /* IE 9 */
            -webkit-transform: scale(1.2);
            /* Chrome, Safari, Opera */
            transform: scale(1.2); }
    .project-masonry .filtr-item .inner-box .image .img-overlay .content-area {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: 90%;
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px);
      -webkit-transition: 0.5s ease-in;
      -moz-transition: 0.5s ease-in;
      -o-transition: 0.5s ease-in;
      transition: 0.5s ease-in; }
      .project-masonry .filtr-item .inner-box .image .img-overlay .content-area .title {
        font-size: 12px;
        line-height: 14px;
        color: #fff;
		padding-right: 30px;
        margin-bottom: 10px; }
      .project-masonry .filtr-item .inner-box .image .img-overlay .content-area .category a {
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        margin: 0 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .project-masonry .filtr-item .inner-box .image .img-overlay .content-area .category a:hover {
          color: #fff; }
        .project-masonry .filtr-item .inner-box .image .img-overlay .content-area .category a:last-child:after {
          display: none; }
        .project-masonry .filtr-item .inner-box .image .img-overlay .content-area .category a:after {
          position: absolute;
          right: -7px;
          bottom: 0;
          content: ',';
          color: rgba(255, 255, 255, 0.6); }

/*--------------------
    Team area
--------------------*/
.our-team-area {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 110px 0 120px 0; }
  .our-team-area.team-page {
    padding-bottom: 90px; }
  .our-team-area .team-carousel-container .single-team-item {
    margin-bottom: 30px; }
  .our-team-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(227, 227, 240, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .our-team-area.our-team-bg {
    background: url(../img/bg/vector.png) repeat;
    background-position: center; }
  .our-team-area .team-carousel .single-team-item .team-item:hover .team-img .hover_content, .our-team-area .team-carousel-container .single-team-item .team-item:hover .team-img .hover_content {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
  .our-team-area .team-carousel .single-team-item .team-item .team-img, .our-team-area .team-carousel-container .single-team-item .team-item .team-img {
    position: relative; }
    .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content {
      position: absolute;
      left: 0;
      top: 0;
      width: 90%;
      height: 90%;
      margin: 5%;
      background-color: rgba(0, 0, 0, 0.7);
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-transform: scale(0);
      /* IE 9 */
      -webkit-transform: scale(0);
      /* Chrome, Safari, Opera */
      transform: scale(0);
      -webkit-transition: 0.5s ease-in;
      -moz-transition: 0.5s ease-in;
      -o-transition: 0.5s ease-in;
      transition: 0.5s ease-in;
      visibility: hidden;
      opacity: 0; }
      .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .title, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .title {
        font-size: 21px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 0; }
      .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .subtitle, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .subtitle {
        color: #B9975B;
        font-size: 14px; }
      .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .team-icon, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .team-icon {
        margin-top: 20px; }
        .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .team-icon li, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .team-icon li {
          display: inline-block;
          margin: 0 5px; }
          .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .team-icon li a, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .team-icon li a {
            color: rgba(255, 255, 255, 0.6); }
            .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .team-icon li a:hover i, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .team-icon li a:hover i {
              -ms-transform: scale(1.2);
              /* IE 9 */
              -webkit-transform: scale(1.2);
              /* Chrome, Safari, Opera */
              transform: scale(1.2);
              color: #B9975B; }
            .our-team-area .team-carousel .single-team-item .team-item .team-img .hover_content .team-icon li a i, .our-team-area .team-carousel-container .single-team-item .team-item .team-img .hover_content .team-icon li a i {
              -webkit-transition: 0.5s ease-in;
              -moz-transition: 0.5s ease-in;
              -o-transition: 0.5s ease-in;
              transition: 0.5s ease-in; }

/*--------------------
    Testimonials  area
--------------------*/
.testimonial-area {
	padding: 50px 0 0 0; background: url(../img/bg/vector-bg.png) repeat;
    background-position: center;background-color: rgba(227, 227, 240, 0.5);}
  .testimonial-area .section-title {
    margin-bottom: 51px; }
  .testimonial-area .testimonial-carousel {
    margin-bottom: 50px; }
    .testimonial-area .testimonial-carousel .single-testimonial-item .top-content {
      margin: 5px;
      margin-bottom: 25px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      padding: 25px 30px;
      position: relative; }
      .testimonial-area .testimonial-carousel .single-testimonial-item .top-content p {
        font-size: 18px;
        line-height: 26px;
        color: #7b7b7b; }
        .testimonial-area .testimonial-carousel .single-testimonial-item .top-content p:last-child {
          margin-bottom: 0; }
      .testimonial-area .testimonial-carousel .single-testimonial-item .top-content:after {
        position: absolute;
        left: 15px;
        bottom: -10px;
        width: 20px;
        height: 20px;
        border-top-left-radius: 5px;
        background-color: #fff;
        border-top: 1px solid #f2f2f2;
        border-left: 1px solid #f2f2f2;
        content: '';
        -ms-transform: rotate(225deg);
        /* IE 9 */
        -webkit-transform: rotate(225deg);
        /* Chrome, Safari, Opera */
        transform: rotate(225deg); }
    .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content {
      position: relative;
      min-height: 60px; }
      .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content .thumb {
        position: absolute;
        left: 0px;
        top: 0;
        max-width: 60px;
        border-radius: 50%; }
        .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content .thumb img {
          width: 60px;
          border-radius: 50%; }
      .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content .content {
        padding-left: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 60px; }
        .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content .content .name {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 0; }
        .testimonial-area .testimonial-carousel .single-testimonial-item .bottom-content .content .subtitle {
          font-size: 14px;
          font-weight: 600;
          color: #B9975B; }

/*--------------------
    Blog  area
--------------------*/
.blog-area {
  padding: 110px 0 120px 0;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .blog-area.blog-page {
    padding-top: 120px; }
    .blog-area.blog-page:after {
      display: none; }
    .blog-area.blog-page .single-blog-item {
      margin-bottom: 30px; }
      .blog-area.blog-page .single-blog-item .content {
        background-color: rgba(227, 227, 240, 0.1); }
  .blog-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(227, 227, 240, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .blog-area .single-blog-item:hover .thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .blog-area .single-blog-item .thumb img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .blog-area .single-blog-item .content {
    background-color: #fff;
    padding: 30px 30px 30px 30px; }
    .blog-area .single-blog-item .content .date {
      font-size: 14px;
      line-height: 26px;
      display: block;
      margin-bottom: 5px; }
    .blog-area .single-blog-item .content .title {
      font-size: 21px;
      line-height: 26px;
      color: #191717;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-area .single-blog-item .content .title:hover {
        color: #B9975B; }
    .blog-area .single-blog-item .content p {
      font-size: 16px;
      line-height: 26px;
      color: #7b7b7b; }
    .blog-area .single-blog-item .content .readmore {
      font-weight: 600;
      color: #7b7b7b;
      display: inline-block;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-area .single-blog-item .content .readmore:hover {
        color: #B9975B; }

.blog-pagination {
  margin-top: 30px; }

.pagination {
  display: block;
  text-align: center; }
  .pagination .page-item {
    display: inline-block; }
    .pagination .page-item.active .page-link {
      background-color: #B9975B;
      color: #fff;
      border-color: #B9975B; }
    .pagination .page-item .page-link {
      border-radius: 3px;
      color: #7b7b7b;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      padding: 0;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pagination .page-item .page-link:hover {
        background-color: #B9975B;
        color: #fff;
        border-color: #B9975B; }

/*------------------------
Sidebar Area
------------------------*/
.sidebar .widget-area {
  margin-bottom: 30px; }
  .sidebar .widget-area.tag .widget-body ul li {
    display: inline-block;
    margin: 0 0 10px 0; }
    .sidebar .widget-area.tag .widget-body ul li a {
      display: block;
      border: 1px solid rgba(25, 23, 23, 0.1);
      border-radius: 3px;
      padding: 5px 15px;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      font-size: 14px;
      font-weight: 500; }
      .sidebar .widget-area.tag .widget-body ul li a:hover {
        background-color: #B9975B;
        color: #fff; }
  .sidebar .widget-area.search .serach-widget-form {
    position: relative; }
    .sidebar .widget-area.search .serach-widget-form .form-group .form-control {
      width: 100%;
      height: 50px;
      border: 2px solid rgba(25, 23, 23, 0.1); }
    .sidebar .widget-area.search .serach-widget-form .submit-btn {
      display: inline-block;
      width: 60px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .sidebar .widget-area.search .serach-widget-form .submit-btn:hover {
        background-color: #191717; }
  .sidebar .widget-area .widget-title .title {
    font-size: 22px;
    line-height: 25px;
    position: relative;
    margin-bottom: 40px; }
    .sidebar .widget-area .widget-title .title:after {
      position: absolute;
      left: 0;
      bottom: -15px;
      background-color: #B9975B;
      width: 60px;
      height: 3px;
      content: ''; }
  .sidebar .widget-area .widget-body ul li {
    margin: 15px 0; }
    .sidebar .widget-area .widget-body ul li:first-child {
      margin-top: 0; }
    .sidebar .widget-area .widget-body ul li:last-child {
      margin-bottom: 0; }
    .sidebar .widget-area .widget-body ul li a {
      color: #7b7b7b;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar .widget-area .widget-body ul li a:hover {
        color: #B9975B; }

/*--------------------
    Partners area
--------------------*/
.partners-carousel {
  padding: 100px 0 95px 0; }
  .partners-carousel .single-carousel-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px; }
    .partners-carousel .single-carousel-item:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .partners-carousel .single-carousel-item img {
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

/*----------------------
  Pricing area
-----------------------*/
.pricing-plan-area {
  padding: 110px 0 120px 0; }
  .pricing-plan-area .single-price-plan {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 0 40px 0; }
    .pricing-plan-area .single-price-plan .price-header .title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; }
    .pricing-plan-area .single-price-plan .price-header .price {
      font-size: 50px;
      line-height: 60px;
      font-weight: 700;
      color: #B9975B; }
      .pricing-plan-area .single-price-plan .price-header .price .dollar {
        font-size: 30px;
        line-height: 26px;
        position: relative;
        top: -12px; }
      .pricing-plan-area .single-price-plan .price-header .price .month {
        font-size: 16px;
        line-height: 26px;
        color: rgba(25, 23, 23, 0.6); }
    .pricing-plan-area .single-price-plan .price-body {
      padding: 15px 0 23px 0; }
      .pricing-plan-area .single-price-plan .price-body ul li {
        display: block;
        margin: 20px 0; }
    .pricing-plan-area .single-price-plan .price-footer .ordernow {
      display: inline-block;
      width: 180px;
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 35px;
      height: 50px;
      text-align: center;
      line-height: 45px;
      padding: 0;
      color: #7b7b7b;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pricing-plan-area .single-price-plan .price-footer .ordernow:hover {
        background-color: #B9975B;
        border-color: #B9975B;
        color: #fff; }

/*--------------------
    Footer  area
--------------------*/
.footer-area {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #191717;
  padding: 100px 0 0px 0; }
  .footer-area .footer-wrap {
    padding-bottom: 100px; }
    .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul {
      margin: 0;
      padding: 0; }
      .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li {
        display: block;
        margin-bottom: 22px; }
        .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li:hover .icon {
          color: #B9975B; }
        .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li:hover .content .details {
          color: #B9975B !important; }
        .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item {
          position: relative; }
          .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .icon {
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .content {
            padding-left: 25px; }
            .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .content .details {
              color: rgba(255, 255, 255, 0.6);
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
    .footer-area .footer-wrap .footer-widget.about .footer-logo {
      margin-bottom: 25px; }
    .footer-area .footer-wrap .footer-widget.about .footer-social {
      margin: 23px 0 0 0;
      padding: 0; }
      .footer-area .footer-wrap .footer-widget.about .footer-social li {
        display: inline-block;
        margin: 0 5px; }
        .footer-area .footer-wrap .footer-widget.about .footer-social li:first-child {
          margin-left: 0; }
        .footer-area .footer-wrap .footer-widget.about .footer-social li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.2);
          text-align: center;
          line-height: 35px;
          font-size: 14px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .footer-area .footer-wrap .footer-widget.about .footer-social li a:hover {
            background-color: #B9975B;
            color: #fff; }
    .footer-area .footer-wrap .footer-widget .widget-title .title {
      font-size: 21px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 22px; }
    .footer-area .footer-wrap .footer-widget .widget-body p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      line-height: 26px; }
    .footer-area .footer-wrap .footer-widget .widget-body ul li {
      display: block;
      margin: 12px 0; }
      .footer-area .footer-wrap .footer-widget .widget-body ul li a {
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer-area .footer-wrap .footer-widget .widget-body ul li a:hover {
          color: #B9975B; }
  .footer-area .copyright-area {
    background-color: #191717;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: capitalize; }

/*----------------------
    Blog Page
-----------------------*/
/*--------------------------------
Blog Details Page
---------------------------------*/
.blog-details-page-content-area {
  padding: 120px 0 120px 0; }
  .blog-details-page-content-area .blog-details-content .thumb {
    margin-bottom: 23px; }
  .blog-details-page-content-area .blog-details-content .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 5px; }
  .blog-details-page-content-area .blog-details-content .post-meta {
    margin-bottom: 20px; }
    .blog-details-page-content-area .blog-details-content .post-meta li {
      display: inline-block;
      font-size: 14px;
      color: #7b7b7b;
      margin: 0 8px; }
      .blog-details-page-content-area .blog-details-content .post-meta li:first-child {
        margin-left: 0; }
      .blog-details-page-content-area .blog-details-content .post-meta li a {
        color: #7b7b7b; }
  .blog-details-page-content-area .blog-details-content .entry-content p {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 26px; }
  .blog-details-page-content-area .blog-details-content .entry-content .blockquote {
    background-color: #B9975B;
    border-radius: 5px;
    padding: 25px 30px 22px 30px; }
    .blog-details-page-content-area .blog-details-content .entry-content .blockquote p {
      color: #fff;
      font-size: 16px;
      line-height: 26px; }
    .blog-details-page-content-area .blog-details-content .entry-content .blockquote .author-name {
      font-size: 20px;
      line-height: 30px;
      color: #fff;
      font-weight: 700; }
  .blog-details-page-content-area .blog-details-content .entry-footer {
    margin: 27px 0 21px 0; }
    .blog-details-page-content-area .blog-details-content .entry-footer .title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #313131; }
    .blog-details-page-content-area .blog-details-content .entry-footer .left-content {
      display: inline-block; }
      .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li {
        display: inline-block;
        margin: 0 8px; }
        .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li:first-child {
          margin-left: 0; }
        .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li a {
          display: block;
          padding: 5px 15px;
          border: 1px solid rgba(25, 23, 23, 0.1);
          font-size: 14px;
          border-radius: 3px;
          color: #7b7b7b;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li a:hover {
            background-color: #B9975B;
            color: #fff; }
    .blog-details-page-content-area .blog-details-content .entry-footer .right-content {
      display: inline-block;
      float: right; }
      .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li {
        display: inline-block;
        margin: 0 5px; }
        .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li:first-child {
          margin-left: 0; }
        .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li a {
          font-size: 14px;
          color: #7b7b7b;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li a:hover {
            color: #B9975B; }
  .blog-details-page-content-area .blog-details-content .entry-comment {
    margin-top: 32px; }
    .blog-details-page-content-area .blog-details-content .entry-comment .title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 30px; }
    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li {
      margin-bottom: 27px; }
      .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li:last-child {
        margin-bottom: 0; }
      .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item {
        position: relative;
        min-height: 80px; }
        .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
          position: absolute;
          left: 0;
          top: 0;
          width: 80px; }
          .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb img {
            border-radius: 50%; }
        .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
          position: relative;
          padding-left: 100px; }
          .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply {
            position: absolute;
            right: 0;
            top: 0;
            color: #7b7b7b; }
            .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a {
              color: #7b7b7b;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a:hover {
                color: #B9975B; }
          .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .name {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 0; }
          .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time {
            font-size: 14px;
            display: block;
            margin-bottom: 15px; }
          .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content p {
            font-size: 16px;
            line-height: 26px;
            color: #7b7b7b; }
  .blog-details-page-content-area .blog-details-content .comment-form-area {
    margin-top: 30px; }
    .blog-details-page-content-area .blog-details-content .comment-form-area .title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px; }
    .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control {
      height: 50px;
      width: 100%;
      border: 2px solid rgba(25, 23, 23, 0.1);
      padding: 0 20px;
      font-size: 14px; }
      .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #7b7b7b; }
      .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #7b7b7b; }
      .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #7b7b7b; }
      .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #7b7b7b; }
    .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group.textarea textarea {
      min-height: 130px;
      padding: 20px; }
    .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn {
      width: 190px;
      height: 50px;
      border: none;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn:hover {
        background-color: #191717;
        color: #fff; }

/*--------------------
    Faqs pages
--------------------*/
.faqs-area {
  padding: 110px 0 100px 0; }
  .faqs-area .left-content-area .card, .faqs-area .right-content-area .card {
    border: none; }
    .faqs-area .left-content-area .card .card-header, .faqs-area .right-content-area .card .card-header {
      border: none;
      padding: 0;
      background-color: transparent; }
      .faqs-area .left-content-area .card .card-header a, .faqs-area .right-content-area .card .card-header a {
        margin-bottom: 20px;
        display: block;
        background-color: #fff;
        border: 2px solid rgba(0, 0, 0, 0.07);
        border-radius: 3px;
        padding: 15px 30px 15px 30px;
        font-size: 18px;
        line-height: 26px;
        color: #313131;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .faqs-area .left-content-area .card .card-header a:after, .faqs-area .right-content-area .card .card-header a:after {
          position: absolute;
          right: 30px;
          top: 14px;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .faqs-area .left-content-area .card .card-header a[aria-expanded="true"], .faqs-area .right-content-area .card .card-header a[aria-expanded="true"] {
          margin-bottom: 0;
          border-color: transparent;
          -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07); }
          .faqs-area .left-content-area .card .card-header a[aria-expanded="true"]:after, .faqs-area .right-content-area .card .card-header a[aria-expanded="true"]:after {
            content: "\f106"; }
    .faqs-area .left-content-area .card .card-body, .faqs-area .right-content-area .card .card-body {
      color: #7b7b7b;
      font-size: 16px;
      line-height: 26px;
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding: 25px 30px 27px 30px; }

/*--------------------
    Contact pages
--------------------*/
#map {
  min-height: 600px; }

.contact-area {
	padding: 50px 0 0 0; background: url(../img/bg/vector-bg.png) repeat;
    background-position: center;background-color: rgba(227, 227, 240, 0.5);}
  .contact-area .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 37px; }
  .contact-area .left-content-area .info-list li {
    display: block;
    margin-bottom: 35px; }
    .contact-area .left-content-area .info-list li:last-child {
      margin-bottom: 0; }
    .contact-area .left-content-area .info-list li .single-info-item {
      position: relative;
      min-height: 60px; }
      .contact-area .left-content-area .info-list li .single-info-item:hover .icon {
        background-color: #B9975B;
        color: #fff; }
      .contact-area .left-content-area .info-list li .single-info-item .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        border: 2px dashed rgba(25, 23, 23, 0.1);
        border-radius: 50%;
        font-size: 25px;
        text-align: center;
        line-height: 55px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .contact-area .left-content-area .info-list li .single-info-item .content {
        padding-left: 80px; }
        .contact-area .left-content-area .info-list li .single-info-item .content .details {
          display: block;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
  .contact-area .right-content-area .form-group .form-control {
    width: 100%;
    height: 50px;
    font-size: 14px;
	padding: 20px; }
    .contact-area .right-content-area .form-group .form-control::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #7b7b7b; }
    .contact-area .right-content-area .form-group .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #7b7b7b; }
    .contact-area .right-content-area .form-group .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #7b7b7b; }
    .contact-area .right-content-area .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #7b7b7b; }
  .contact-area .right-content-area .form-group.text-area .form-control {
    min-height: 120px; }
  .contact-area .right-content-area .submit-btn {
    width: 180px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact-area .right-content-area .submit-btn:hover {
      background-color: #191717;
	  color: #fff; }

/*--------------------
    404 pages
--------------------*/
.error-area {
  padding: 120px 0; }
  .error-area .error-message {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .error-area .error-message .title {
      font-size: 40px;
      font-weight: 700;
      line-height: 60px;
      text-transform: capitalize;
      margin-bottom: 15px; }
    .error-area .error-message .descr {
      font-size: 18px;
      text-transform: capitalize;
      color: #7b7b7b;
      font-weight: 500;
      line-height: 30px;
      display: block;
      margin-bottom: 40px; }
    .error-area .error-message .backtohome {
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      width: 230px;
      text-align: center;
      background-color: #B9975B;
      border-radius: 35px;
      height: 60px;
      line-height: 60px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .error-area .error-message .backtohome:hover {
        background-color: #191717;
        color: #fff; }
