/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:    Acreon - Real Estate and Architect HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 navigation

3. content
	3.1 rs-hero-slider
	3.2 ra-search-section
	3.3 rs-service-section
	3.4 rs-about-section
	3.5 rs-featured-section
	3.6 rs-contact-section
	3.7 rs-team-section

4. rs-footer

5. service-single-pages

6. rs-team-single

7. rs-terms-section

8. rs-faq-page

9. rs-blog-pg-section

10. rs-blog-single-section

11. rs-contact-pg-section

12. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("css2.css");
/* 1.1 Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Mukta", sans-serif;
  color: #3F475E;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 17px;
  color: #3F475E;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A284F;
  font-family: "Old Standard TT", serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #CA9D75;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

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

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1297px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
    font-size: 14px;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    margin-bottom: 35px;
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner img {
    -webkit-transition: all 3s;
    transition: all 3s;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 65px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1A284F;
    color: #fff;
    padding: 8px 15px;
    z-index: 11;
    white-space: nowrap;
  }
  .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 480px));
            transform: translateY(calc(-100% + 480px));
  }
  .site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}

.rs-section-title,
.rs-section-title-s2,
.rs-section-title-s3 {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .rs-section-title,
  .rs-section-title-s2,
  .rs-section-title-s3 {
    margin-bottom: 20px;
  }
}

.rs-section-title h2,
.rs-section-title-s2 h2,
.rs-section-title-s3 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 100.8%;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .rs-section-title h2,
  .rs-section-title-s2 h2,
  .rs-section-title-s3 h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {
  .rs-section-title h2,
  .rs-section-title-s2 h2,
  .rs-section-title-s3 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .rs-section-title h2,
  .rs-section-title-s2 h2,
  .rs-section-title-s3 h2 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .rs-section-title h2,
  .rs-section-title-s2 h2,
  .rs-section-title-s3 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .rs-section-title h2,
  .rs-section-title-s2 h2,
  .rs-section-title-s3 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

.rs-section-title span,
.rs-section-title-s2 span,
.rs-section-title-s3 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 15px;
  z-index: 1;
  color: #CA9D75;
}

@media (max-width: 575px) {
  .rs-section-title span,
  .rs-section-title-s2 span,
  .rs-section-title-s3 span {
    margin-bottom: 15px;
  }
}

.rs-section-title-s2 {
  text-align: left;
}

@media (max-width: 991px) {
  .rs-section-title-s2 {
    text-align: center;
  }
}

.rs-section-title-s3 {
  max-width: 640px;
}

.rs-btn,
.rs-btn-s2 {
  color: #fff;
  display: inline-block;
  padding: 15px 25px 12px;
  background: #CA9D75;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 112.5%;
  text-transform: capitalize;
  border-radius: 0px;
  padding-right: 55px;
  border: 0;
}

.rs-btn:after,
.rs-btn-s2:after {
  position: absolute;
  content: "";
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  width: 23px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rs-btn:hover, .rs-btn:focus, .rs-btn:active,
.rs-btn-s2:hover,
.rs-btn-s2:focus,
.rs-btn-s2:active {
  background: #CA9D75;
  color: #fff;
}

.rs-btn:hover:after, .rs-btn:focus:after, .rs-btn:active:after,
.rs-btn-s2:hover:after,
.rs-btn-s2:focus:after,
.rs-btn-s2:active:after {
  right: 20px;
}

@media (max-width: 991px) {
  .rs-btn,
  .rs-btn-s2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .rs-btn,
  .rs-btn-s2 {
    padding: 12px 18px;
    padding-right: 60px;
    font-size: 14px;
  }
  .rs-btn:after,
  .rs-btn-s2:after {
    top: 53%;
    right: 20px;
    font-size: 10px;
  }
}

.rs-btn-s2 {
  background: #CA9D75;
}

.rs-btn-s2:hover {
  background: #bf8858;
}

.rs-btn-s2:before {
  border-color: #fff;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(202, 157, 117, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #CA9D75;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #CA9D75;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #CA9D75;
  -webkit-box-shadow: 0 0 5px 0 #d8b79a;
  -o-box-shadow: 0 0 5px 0 #d8b79a;
  -ms-box-shadow: 0 0 5px 0 #d8b79a;
  box-shadow: 0 0 5px 0 #d8b79a;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../image/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #d8b79a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #CA9D75;
}

.rs-page-title {
  background: url(../image/page-title.jpg) no-repeat center top/cover;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 1;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .rs-page-title {
    min-height: 350px;
    padding-top: 70px;
  }
}

.rs-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001635;
  content: "";
  z-index: -1;
  opacity: .75;
}

.rs-page-title .rs-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 60px;
  line-height: 59px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .rs-page-title .rs-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.rs-page-title .rs-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}

.rs-page-title .rs-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .rs-page-title .rs-breadcumb-wrap ol li {
    font-size: 18px;
  }
}

.rs-page-title .rs-breadcumb-wrap ol li:after {
  content: "-";
  position: relative;
  left: 7px;
}

.rs-page-title .rs-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.rs-page-title .rs-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.rs-page-title .rs-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rs-page-title .rs-breadcumb-wrap ol li a:hover {
  color: #CA9D75;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader .vertical-centered-box .content img {
  max-width: 90px;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** rs-newsletter-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** rs-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #1A284F;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Old Standard TT", serif;
  padding-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #CA9D75;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgba(202, 157, 117, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(202, 157, 117, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #CA9D75;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #f5f5f5;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "Old Standard TT", serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1A284F;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #CA9D75;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #CA9D75;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #1A284F;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #CA9D75;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #969AA6;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .rs-newsletter-widget p {
  font-size: 20px;
  font-family: "Old Standard TT", serif;
  color: #1A284F;
}

.blog-sidebar .rs-newsletter-widget span {
  font-size: 15px;
  color: #848892;
}

.blog-sidebar .rs-newsletter-widget span a {
  color: #1A284F;
  font-weight: 700;
}

.blog-sidebar .rs-newsletter-widget span a:hover {
  color: #CA9D75;
}

.blog-sidebar .rs-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.blog-sidebar .rs-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-sidebar .rs-newsletter-widget .form button {
  background: #CA9D75;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.blog-sidebar .rs-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .rs-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .rs-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1A284F;
  background: #f5f5f5;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #CA9D75;
  color: #fff;
}

.blog-sidebar .rs-contact-widget {
  border: 0;
  z-index: 1;
  padding: 30px 40px;
  background: rgba(22, 57, 103, 0.9);
}

@media (max-width: 1200px) {
  .blog-sidebar .rs-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .rs-contact-widget h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .rs-contact-widget h2::before {
  left: 28px;
  background: url(https://wpolive.com/html/acreon-live/assets/images/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .rs-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .rs-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .rs-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .rs-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .rs-blog-single-section.rs-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1A284F;
  background: #f5f5f5;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #CA9D75;
  border-color: #CA9D75;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*** 2.1 navigation ***/
.rs-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: transparent;
  position: absolute;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
}

.rs-site-header.s2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 991px) {
  .rs-site-header {
    padding: 0 100px;
  }
}

@media (max-width: 991px) {
  .rs-site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    border-radius: 0;
    background: none;
  }
}

@media (min-width: 991px) {
  .rs-site-header .col {
    padding-right: 0;
  }
}

.navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #fff !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-brand span {
  color: #CA9D75;
}

.navbar-brand:hover {
  color: #fff;
}

.rs-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.rs-site-header .navigation > .container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .rs-site-header .navigation > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.rs-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .rs-site-header .navigation {
    padding: 20px 0;
  }
}

.rs-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rs-site-header #navbar > ul li a:hover,
.rs-site-header #navbar > ul li a.active,
.rs-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #CA9D75;
}

@media screen and (min-width: 992px) {
  .rs-site-header #navbar {
    /*** hover effect ***/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rs-site-header #navbar li {
    position: relative;
  }
  .rs-site-header #navbar li:first-child a {
    padding-left: 0;
  }
  .rs-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .rs-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rs-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .rs-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.rs-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .rs-site-header {
    /* class for show hide navigation */
  }
  .rs-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .rs-site-header .header-right {
    right: -8px;
  }
  .rs-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .rs-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}

.rs-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .rs-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .rs-site-header #navbar > ul {
    z-index: 101;
  }
  .rs-site-header #navbar ul a {
    color: #000;
  }
  .rs-site-header #navbar ul a:hover,
  .rs-site-header #navbar ul li.current a {
    color: #CA9D75;
  }
  .rs-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .rs-site-header .navbar-toggler .first-angle,
  .rs-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rs-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .rs-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .rs-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .rs-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .rs-site-header .navbar-collapse.collapse {
    display: none;
  }
  .rs-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .rs-site-header .navbar-header .collapse,
  .rs-site-header .navbar-toggle {
    display: block;
  }
  .rs-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .rs-site-header .navbar-header .navbar-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .rs-site-header .navbar-right {
    float: none;
  }
  .rs-site-header .navbar-nav {
    float: none;
  }
  .rs-site-header .navbar-nav > li {
    float: none;
  }
}

.rs-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rs-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.rs-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.rs-site-header .header-right .close-form {
  margin-right: 15px;
}

.rs-site-header .header-right .close-form a {
  color: #fff;
  display: inline-block;
  padding: 8px 45px;
  padding-left: 60px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-family: "Old Standard TT", serif;
}

.rs-site-header .header-right .close-form a span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.67);
  font-family: "Mukta", sans-serif;
}

@media (max-width: 1199px) {
  .rs-site-header .header-right .close-form a span {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .rs-site-header .header-right .close-form a {
    padding: 8px 20px;
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .rs-site-header .header-right .close-form a {
    padding: 8px 10px;
    padding-left: 54px;
    font-size: 16px;
  }
}

.rs-site-header .header-right .close-form a:after {
  position: absolute;
  font-family: "flaticon_Acreon";
  content: "\f157";
  font-size: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 1px solid #CA9D75;
  width: 44px;
  height: 44px;
  color: #CA9D75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.rs-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
  text-align: right;
  cursor: pointer;
}

.rs-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin-bottom: 6px;
  margin-left: auto;
  border-radius: 5px;
}

.rs-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
  width: 35px;
}

.rs-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
  width: 25px;
  margin-bottom: 0;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
  background: #fff;
  width: 380px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 50px;
  padding-top: 100px;
  -webkit-box-shadow: 0px 3.42738px 29.1327px rgba(77, 115, 150, 0.13);
          box-shadow: 0px 3.42738px 29.1327px rgba(77, 115, 150, 0.13);
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec {
  height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 575px) {
  .rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    width: 320px;
    right: -320px;
    padding: 20px;
  }
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #b1b1b1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 45px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .logo {
  margin-bottom: 40px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget {
  margin-bottom: 30px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget h3 {
  font-size: 25px;
  color: #1A284F;
  margin-bottom: 25px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
  list-style: none;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-contact-widget ul {
  list-style: none;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-contact-widget ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #71788A;
  font-size: 16px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-contact-widget ul li i {
  position: absolute;
  left: 0;
  top: -4px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-contact-widget ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-social-widget .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-social-widget .social ul li + li {
  margin-left: 10px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-social-widget .social ul li a {
  color: #71788A;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E7E7ED;
  display: block;
  text-align: center;
  font-size: 16px;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-social-widget .social ul li a:hover {
  background: #CA9D75;
  color: #fff;
}

.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .arc-social-widget .social ul li a .fi:before {
  font-size: 14px;
}

@media (max-width: 450px) {
  .rs-site-header .header-right > div {
    margin-right: 10px;
  }
  .rs-site-header .header-right {
    right: -10px;
  }
}

.rs-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .rs-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

@media (max-width: 450px) {
  .rs-site-header .header-right .search-toggle-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.rs-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.rs-site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

@media (min-width: 991px) {
  .rs-site-header .navigation .col {
    padding-left: 0;
  }
}

.rs-site-header .navigation > .container {
  position: relative;
}

@media (max-width: 991px) {
  .rs-site-header .navigation {
    padding: 20px 0;
  }
}

.rs-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rs-site-header #navbar > ul li a:hover,
.rs-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #c39063;
}

@media screen and (min-width: 992px) {
  .rs-site-header #navbar {
    /*** hover effect ***/
  }
  .rs-site-header #navbar li {
    position: relative;
  }
  .rs-site-header #navbar > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    padding: 45px 20px;
    display: block;
    color: #fff;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .rs-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) {
  .rs-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .rs-site-header #navbar > ul > li .sub-menu a {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    display: block;
    padding: 10px 15px;
    color: #1A284F;
    position: relative;
    overflow: hidden;
  }
  .rs-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #CA9D75;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .rs-site-header #navbar > ul > li .sub-menu a:hover:after, .rs-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .rs-site-header #navbar > ul > li > .sub-menu .sub-menu {
    -webkit-transform: unset;
            transform: unset;
    left: 110%;
    top: 0;
  }
  .rs-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .rs-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rs-site-header #navbar > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .rs-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .rs-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .rs-site-header #navbar > ul > li a:hover, .rs-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .rs-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .rs-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .rs-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .rs-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .rs-site-header #navbar > ul .menu-item-has-children > a:hover, .rs-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .rs-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rs-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .rs-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .rs-site-header .navbar-header .open-btn {
    display: none;
  }
  .rs-site-header #navbar .close-navbar {
    display: none;
  }
}

.rs-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .rs-site-header {
    /* class for show hide navigation */
  }
  .rs-site-header .container {
    width: 100%;
  }
  .rs-site-header .mobail-menu button {
    background-color: #CA9D75;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .rs-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .rs-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .rs-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .rs-site-header #navbar {
    background: #202632;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .rs-site-header #navbar .navbar-nav {
    display: block;
  }
  .rs-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .rs-site-header #navbar ul a {
    color: #000;
  }
  .rs-site-header #navbar ul a:hover,
  .rs-site-header #navbar ul li.current {
    color: #CA9D75;
  }
  .rs-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .rs-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .rs-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .rs-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .rs-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .rs-site-header .navbar-toggler .first-angle,
  .rs-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rs-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .rs-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .rs-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .rs-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .rs-site-header .navbar-collapse.collapse {
    display: none;
  }
  .rs-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .rs-site-header .navbar-header .collapse,
  .rs-site-header .navbar-toggle {
    display: block;
  }
  .rs-site-header .navbar-header {
    float: none;
  }
  .rs-site-header .navbar-right {
    float: none;
  }
  .rs-site-header .navbar-nav {
    float: none;
  }
  .rs-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .rs-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .rs-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

@media (max-width: 1700px) {
  .rs-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .rs-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .rs-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .rs-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 1200px) {
  .rs-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 20px;
  }
  .rs-site-header .header-right .close-form .rs-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .rs-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right .rs-btn {
    padding: 20px 12px;
  }
}

@media (max-width: 991px) {
  .rs-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
  .rs-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .rs-site-header,
  .wpo-header-style-2 {
    z-index: 99;
  }
}

.rs-site-header .navigation.sticky-header {
  padding: 0 100px;
  background: #202632;
}

@media (max-width: 1700px) {
  .rs-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .rs-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .rs-site-header .navigation.sticky-header {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .rs-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 rs-hero-slider*/
.rs-hero-slider {
  width: 100%;
  height: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .rs-hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .rs-hero-slider {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .rs-hero-slider {
    height: 500px;
  }
}

.rs-hero-slider .swiper-slide {
  overflow: hidden;
}

.rs-hero-slider .swiper-container,
.rs-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rs-hero-slider .slide-inner,
.rs-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.rs-hero-slider .slide-inner:before,
.rs-hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 18, 12, 0.62)), color-stop(23.41%, rgba(20, 18, 12, 0)));
  background: linear-gradient(0deg, rgba(20, 18, 12, 0.62) 0%, rgba(20, 18, 12, 0) 23.41%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  content: "";
}

.rs-hero-slider .slide-inner:after,
.rs-hero-slider .hero-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135.05deg, rgba(15, 18, 38, 0.66) 30.66%, rgba(16, 20, 56, 0) 78.01%);*/
  -webkit-filter: blur(400px);
          filter: blur(400px);
  content: "";
}

.rs-hero-slider .slide-inner .slide-content,
.rs-hero-slider .hero-inner .slide-content {
  position: relative;
  z-index: 111;
  max-width: 670px;
  padding-left: 100px;
}

@media (max-width: 1500px) {
  .rs-hero-slider .slide-inner .slide-content,
  .rs-hero-slider .hero-inner .slide-content {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .rs-hero-slider .slide-inner .slide-content,
  .rs-hero-slider .hero-inner .slide-content {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .rs-hero-slider .slide-inner .slide-content,
  .rs-hero-slider .hero-inner .slide-content {
    padding-left: 0;
    top: 0;
  }
}

.rs-hero-slider .slide-title h2 {
  font-weight: 400;
  font-size: 181.266px;
  line-height: 95%;
  letter-spacing: -0.07em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .rs-hero-slider .slide-title h2 {
    font-size: 90px;
    font-size: 6rem;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .rs-hero-slider .slide-title h2 {
    font-size: 65px;
    font-size: 4.33333rem;
  }
}

@media (max-width: 575px) {
  .rs-hero-slider .slide-title h2 {
    font-size: 55px;
    font-size: 3.66667rem;
  }
}

.rs-hero-slider .slide-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 116.5%;
  letter-spacing: 0.295em;
  text-transform: uppercase;
  font-family: "Old Standard TT", serif;
  display: block;
  color: #CA9D75;
  margin-bottom: 25px;
  padding: 12px 0;
  position: relative;
  padding-left: 10px;
}

.rs-hero-slider .slide-text span:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 39px;
  width: 39px;
  content: "";
  background: rgba(255, 255, 255, 0.13);
}

.rs-hero-slider .swiper-button-prev,
.rs-hero-slider .swiper-button-next {
  display: none;
}

.rs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0 !important;
}

.rs-hero-slider .swiper-pagination {
  right: 50px;
  top: 60%;
  left: auto;
  width: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .rs-hero-slider .swiper-pagination {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .rs-hero-slider .swiper-pagination {
    top: auto;
    bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.rs-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  display: block;
  background: none;
}

.rs-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #CA9D75;
  position: relative;
}

.rs-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background: #CA9D75;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .rs-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    height: 15px;
    width: 1px;
    left: 6px;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .rs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px !important;
  }
}

.rs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.rs-hero-slider .swiper-pagination-custom,
.rs-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.rs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.rs-hero-slider .h-service {
  position: absolute;
  right: 100px;
  bottom: -50px;
  z-index: 11;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: -11px 10px 18px rgba(31, 30, 99, 0.08);
          box-shadow: -11px 10px 18px rgba(31, 30, 99, 0.08);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1500px) {
  .rs-hero-slider .h-service {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .rs-hero-slider .h-service {
    display: none;
  }
}

.rs-hero-slider .h-service .h-service-text {
  margin-left: 10px;
}

.rs-hero-slider .h-service .h-service-text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 112.5%;
  text-transform: uppercase;
  color: #CA9D75;
}

.rs-hero-slider .h-service .h-service-text h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 2px;
  font-family: "Mukta", sans-serif;
}

.rs-hero-slider .h-service .h-service-text h5 a {
  color: #1A284F;
}

.rs-hero-slider .h-service .h-service-text h5 a:hover {
  color: #CA9D75;
}

/*--------------------------------------------------------------
4. rs-footer
--------------------------------------------------------------*/
.rs-site-footer {
  background: #181616;
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  /*** newsletter-widget ***/
}

.rs-site-footer ul {
  list-style: none;
}

.rs-site-footer p {
  color: rgba(255, 255, 255, 0.6);
}

.rs-site-footer li {
  color: rgba(255, 255, 255, 0.6);
}

.rs-site-footer .container {
  position: relative;
}

.rs-site-footer .rs-upper-footer {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.rs-site-footer .rs-upper-footer .navbar-brand {
  padding-top: 0;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .rs-site-footer .rs-upper-footer {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .rs-site-footer .rs-upper-footer {
    padding: 60px 0 0;
  }
}

@media (max-width: 991px) {
  .rs-site-footer .rs-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .rs-site-footer .rs-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.rs-site-footer .widget-title {
  margin-bottom: 20px;
}

.rs-site-footer .widget-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Mukta", sans-serif;
}

.rs-site-footer .about-widget {
  max-width: 245px;
}

.rs-site-footer .about-widget p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 25px;
}

.rs-site-footer .about-widget .info li {
  margin-bottom: 10px;
}

.rs-site-footer .about-widget .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.rs-site-footer .about-widget .social ul li + li {
  margin-left: 10px;
}

.rs-site-footer .about-widget .social ul li a {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: block;
  text-align: center;
  font-size: 16px;
}

.rs-site-footer .about-widget .social ul li a:hover {
  background: #CA9D75;
}

.rs-site-footer .about-widget .social ul li a .fi:before {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.rs-site-footer .rs-service-link-widget {
  padding-left: 70px;
}

.rs-site-footer .link-widget {
  overflow: hidden;
  padding-left: 15px;
}

@media (max-width: 1200px) {
  .rs-site-footer .link-widget {
    padding: 0;
  }
}

.rs-site-footer .link-widget.s2 {
  padding-left: 15px;
}

@media (max-width: 1200px) {
  .rs-site-footer .link-widget.s2 {
    padding: 0;
  }
}

.rs-site-footer .link-widget ul li {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  padding-left: 25px;
}

.rs-site-footer .link-widget ul li:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "\f123";
  z-index: -1;
  font-family: "flaticon_Acreon";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rs-site-footer .link-widget ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.rs-site-footer .link-widget ul li a:hover {
  color: #CA9D75;
}

.rs-site-footer .contact-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}

.rs-site-footer .contact-widget ul li img {
  margin-right: 10px;
  margin-top: 10px;
}

.rs-site-footer .contact-widget ul li i {
  margin-right: 10px;
}

.rs-site-footer .newsletter-widget p {
  font-size: 16px;
}

.rs-site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.rs-site-footer .newsletter-widget form input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.rs-site-footer .newsletter-widget form input::-webkit-input-placeholder {
  color: #fff;
}

.rs-site-footer .newsletter-widget form input:-ms-input-placeholder {
  color: #fff;
}

.rs-site-footer .newsletter-widget form input::-ms-input-placeholder {
  color: #fff;
}

.rs-site-footer .newsletter-widget form input::placeholder {
  color: #fff;
}

.rs-site-footer .newsletter-widget form .submit {
  margin-top: 20px;
}

.rs-site-footer .newsletter-widget form .submit button {
  background: #CA9D75;
  border: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 95%;
  text-transform: uppercase;
}

.rs-site-footer .rs-lower-footer {
  text-align: left;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .rs-site-footer .rs-lower-footer {
    text-align: center;
  }
}

.rs-site-footer .rs-lower-footer ul li {
  color: rgba(188, 192, 197, 0.97);
}

.rs-site-footer .rs-lower-footer ul li a {
  color: #fff;
}

.rs-site-footer .rs-lower-footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .rs-site-footer .rs-lower-footer .link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rs-site-footer .rs-lower-footer .link ul li a {
  color: rgba(188, 192, 197, 0.97);
}

.rs-site-footer .rs-lower-footer .link ul li a:hover {
  color: #CA9D75;
}

.rs-site-footer .rs-lower-footer .link ul li + li {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 375px) {
  .rs-site-footer .rs-lower-footer .link ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 ra-search-section */
.ra-search-section {
  padding-left: 100px;
  max-width: 1340px;
}

@media (max-width: 1750px) {
  .ra-search-section {
    max-width: 1140px;
  }
}

@media (max-width: 1550px) {
  .ra-search-section {
    max-width: 1040px;
  }
}

@media (max-width: 1500px) {
  .ra-search-section {
    padding-left: 40px;
  }
}

@media (max-width: 1399px) {
  .ra-search-section {
    max-width: 900px;
  }
}

@media (max-width: 1199px) {
  .ra-search-section {
    max-width: 800px;
  }
}

@media (max-width: 1099px) {
  .ra-search-section {
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .ra-search-section {
    margin: 0 auto;
    padding-left: 0;
    padding-top: 100px;
  }
}

.ra-search-section .ra-search-wrap {
  padding: 70px 55px;
  background: rgba(20, 18, 18, 0.96);
  -webkit-box-shadow: 0px 3.20494px 27.242px rgba(77, 115, 150, 0.13);
          box-shadow: 0px 3.20494px 27.242px rgba(77, 115, 150, 0.13);
  -webkit-backdrop-filter: blur(14.0265px);
          backdrop-filter: blur(14.0265px);
  margin-top: -150px;
}

@media (max-width: 1199px) {
  .ra-search-section .ra-search-wrap {
    padding: 50px 35px;
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  .ra-search-section .ra-search-wrap {
    margin: 0;
  }
}

.ra-search-section .ra-search-wrap .rs-shape {
  position: absolute;
  left: 50%;
  top: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .ra-search-section .ra-search-wrap .rs-shape {
    top: -80px;
  }
}

@media (max-width: 575px) {
  .ra-search-section .ra-search-wrap .rs-shape {
    top: -70px;
  }
}

@media (max-width: 450px) {
  .ra-search-section .ra-search-wrap .rs-shape {
    top: -40px;
  }
}

.ra-search-section .ra-search-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .ra-search-section .ra-search-wrap form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-search-section .ra-search-wrap form .search-sub {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.21);
}

@media (max-width: 767px) {
  .ra-search-section .ra-search-wrap form .search-sub {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .ra-search-section .ra-search-wrap form .search-sub {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.ra-search-section .ra-search-wrap form .search-sub .input-group {
  position: relative;
}

.ra-search-section .ra-search-wrap form .search-sub .input-group i {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 25px;
  color: #fff;
}

.ra-search-section .ra-search-wrap form .search-sub .form-control {
  height: 56px;
  background: rgba(255, 255, 255, 0.11);
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.85);
}

.ra-search-section .ra-search-wrap form .search-sub .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ra-search-section .ra-search-wrap form .search-sub .form-control option {
  background: #333;
}

.ra-search-section .ra-search-wrap form .search-sub .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.ra-search-section .ra-search-wrap form .search-sub .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.ra-search-section .ra-search-wrap form .search-sub .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.ra-search-section .ra-search-wrap form .search-sub .form-control::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.ra-search-section .ra-search-wrap form .search-sub select.form-control {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: rgba(255, 255, 255, 0.11) url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
  padding-left: 50px;
}

.ra-search-section .ra-search-wrap form .search-sub select.form-control:focus {
  background: rgba(255, 255, 255, 0.11) url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.ra-search-section .ra-search-wrap form .search-sub .search-btn {
  position: relative;
  background: rgba(255, 255, 255, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ra-search-section .ra-search-wrap form .search-sub .search-btn .f-icon {
  width: 60px;
  text-align: center;
  font-size: 20px;
  color: #CA9D75;
}

.ra-search-section .ra-search-wrap form .search-sub button {
  width: 80%;
  height: 56px;
  background: #CA9D75;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 112.5%;
  text-transform: uppercase;
  color: #fff;
}

.ra-search-section .ra-search-wrap form .search-sub button i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

/* 3.3 rs-service-section */
.rs-service-section {
  position: relative;
  padding-bottom: 90px;
}

.rs-service-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: #1D1B1B;
}

.rs-service-section .rs-service-img {
  position: relative;
}

.rs-service-section .rs-service-img .thumb {
  position: absolute;
  right: 25px;
  bottom: 30px;
  padding: 3px 10px;
  background: #fff;
}

.rs-service-section .rs-service-img .thumb span {
  font-weight: 600;
  font-size: 14px;
  line-height: 102.8%;
  color: #1A284F;
}

.rs-service-section .rs-service-text {
  padding: 30px 20px;
}

.rs-service-section .rs-service-text h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 102.8%;
  font-family: "Mukta", sans-serif;
  margin-bottom: 15px;
}

.rs-service-section .rs-service-text h2 a {
  color: #fff;
}

.rs-service-section .rs-service-text h2 a:hover {
  color: #CA9D75;
}

.rs-service-section .rs-service-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rs-service-section .rs-service-text ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 102.8%;
  color: rgba(255, 255, 255, 0.7);
}

.rs-service-section .rs-service-text ul li + li {
  margin-left: 20px;
}

.rs-service-section .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rs-service-section .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #CA9D75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.rs-service-section .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #CA9D75;
}

.rs-service-section .owl-nav .owl-prev,
.rs-service-section .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
          box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

@media (max-width: 575px) {
  .rs-service-section .owl-nav .owl-prev,
  .rs-service-section .owl-nav .owl-next {
    display: none;
  }
}

.rs-service-section .owl-nav .owl-prev:hover,
.rs-service-section .owl-nav .owl-next:hover {
  background: #CA9D75;
}

.rs-service-section .owl-nav .owl-prev:hover i,
.rs-service-section .owl-nav .owl-next:hover i {
  color: #fff;
}

.rs-service-section .owl-nav .owl-prev {
  left: -28px;
}

.rs-service-section .owl-nav .owl-next {
  right: -28px;
}

.rs-service-section .owl-dots {
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .rs-service-section .owl-dots {
    display: none;
  }
}

.rs-service-section .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}

.rs-service-section .owl-dots button.active {
  background: #CA9D75;
  width: 45px;
}

/* 3.4 rs-about-section */
.rs-about-section {
  background: #FCFCFC;
  position: relative;
  z-index: 1;
}

.rs-about-section .rs-about-img {
  position: relative;
  right: 0;
  top: 0;
  z-index: -1;
  width: 140%;
}

.rs-about-section .rs-about-img img {
  width: 100%;
}

.rs-about-section .rs-about-wrap .rs-about-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  color: #CA9D75;
  padding-left: 70px;
  position: relative;
}

.rs-about-section .rs-about-wrap .rs-about-text span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 59px;
  height: 1px;
  content: "";
  background: #CA9D75;
}

.rs-about-section .rs-about-wrap .rs-about-text h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 100.8%;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .rs-about-section .rs-about-wrap .rs-about-text h2 {
    font-size: 55px;
  }
}

@media (max-width: 1199px) {
  .rs-about-section .rs-about-wrap .rs-about-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .rs-about-section .rs-about-wrap .rs-about-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .rs-about-section .rs-about-wrap .rs-about-text h2 {
    font-size: 35px;
  }
}

.rs-about-section .rs-about-wrap .rs-about-text p {
  margin-bottom: 30px;
}

.rs-video-section {
  position: relative;
}

.rs-video-section .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  line-height: 115px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .rs-video-section .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.rs-video-section .video-btn .fi {
  font-size: 30px;
  color: #CA9D75;
}

@media (max-width: 575px) {
  .rs-video-section .video-btn .fi {
    font-size: 20px;
  }
}

/* 3.5 rs-featured-section */
.rs-featured-section {
  position: relative;
  padding-bottom: 90px;
}

.rs-featured-section .col {
  padding: 0 1.5px;
}

@media (max-width: 575px) {
  .rs-featured-section .col {
    padding: 0 5px;
  }
}

.rs-featured-section .rs-featured-img {
  position: relative;
}

.rs-featured-section .rs-featured-img img {
  width: 100%;
}

.rs-featured-section .rs-featured-img .thumb {
  position: absolute;
  right: 25px;
  bottom: 30px;
  padding: 3px 10px;
  background: #fff;
}

.rs-featured-section .rs-featured-img .thumb span {
  font-weight: 600;
  font-size: 14px;
  line-height: 102.8%;
  color: #1A284F;
}

.rs-featured-section .rs-featured-text {
  padding: 30px 20px;
}

@media (max-width: 1399px) {
  .rs-featured-section .rs-featured-text {
    padding: 30px 10px;
  }
}

.rs-featured-section .rs-featured-text h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 102.8%;
  font-family: "Mukta", sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .rs-featured-section .rs-featured-text h2 {
    font-size: 18px;
  }
}

.rs-featured-section .rs-featured-text h2 a {
  color: #1A284F;
}

.rs-featured-section .rs-featured-text h2 a:hover {
  color: #CA9D75;
}

.rs-featured-section .rs-featured-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rs-featured-section .rs-featured-text ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 102.8%;
  color: #71788A;
}

.rs-featured-section .rs-featured-text ul li + li {
  margin-left: 20px;
}

/* 3.6 rs-contact-section*/
.rs-contact-section {
  background: url(../image/contact-bg.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.rs-contact-section .rs-contact-info-area {
  max-width: 435px;
}

.rs-contact-section .rs-contact-info-area .rs-section-title-s2 {
  margin-bottom: 0;
  text-align: left;
}

.rs-contact-section .rs-contact-info-area .rs-section-title-s2 h2 {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 100.8%;
}

@media (max-width: 575px) {
  .rs-contact-section .rs-contact-info-area .rs-section-title-s2 h2 {
    font-size: 52px;
  }
}

.rs-contact-section .rs-contact-info-area p {
  font-weight: 500;
  font-size: 15px;
  line-height: 148%;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 40px;
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item .icon {
  float: left;
  overflow: hidden;
  margin-right: 22px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.13);
  text-align: center;
  border-radius: 50%;
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item .icon .fi:before {
  color: #CA9D75;
  font-size: 30px;
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item .info-text {
  overflow: hidden;
  margin-top: 5px;
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item .info-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.69);
}

.rs-contact-section .rs-contact-info-area .rs-contact-info-item .info-text h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: lowercase;
  color: #fff;
}

.rs-contact-section .rs-contact-form-area {
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  padding-right: 60px;
}

.rs-contact-section .rs-contact-form-area:before {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

@media (max-width: 575px) {
  .rs-contact-section .rs-contact-form-area:before {
    left: -5px;
    top: -5px;
  }
}

@media (max-width: 991px) {
  .rs-contact-section .rs-contact-form-area {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .rs-contact-section .rs-contact-form-area {
    padding: 25px;
    padding-top: 50px;
  }
}

.rs-contact-section .rs-contact-form-area .rs-section-title-s2 {
  text-align: left;
}

.rs-contact-section .rs-contact-form-area .form-group {
  margin-bottom: 20px;
}

.rs-contact-section .rs-contact-form-area form input,
.rs-contact-section .rs-contact-form-area form select,
.rs-contact-section .rs-contact-form-area form textarea {
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .rs-contact-section .rs-contact-form-area form input,
  .rs-contact-section .rs-contact-form-area form select,
  .rs-contact-section .rs-contact-form-area form textarea {
    height: 45px;
  }
}

.rs-contact-section .rs-contact-form-area form input:focus,
.rs-contact-section .rs-contact-form-area form select:focus,
.rs-contact-section .rs-contact-form-area form textarea:focus {
  border-color: #CA9D75;
  background: #fff;
}

.rs-contact-section .rs-contact-form-area form textarea {
  padding-top: 15px;
}

.rs-contact-section .rs-contact-form-area .submit-area {
  margin-top: 40px;
}

.rs-contact-section .rs-contact-form-area .submit-area .rs-btn {
  background: #1D1B1B;
}

/* 3.7 rs-team-section */
.rs-team-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .rs-team-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .rs-team-section {
    padding-bottom: 40px;
  }
}

.rs-team-section .rs-team-item {
  margin-bottom: 30px;
}

.rs-team-section .rs-team-item .rs-team-img {
  position: relative;
}

.rs-team-section .rs-team-item .rs-team-img img {
  width: 100%;
}

.rs-team-section .rs-team-item .rs-team-img .social {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  margin-left: -10px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li + li {
  margin-left: -10px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li:nth-child(2) {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: -20px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li:nth-child(3) {
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-left: -30px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li:nth-child(4) {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: -40px;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  color: #545966;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li a:hover {
  background: #CA9D75;
  color: #fff;
}

.rs-team-section .rs-team-item .rs-team-img .social ul li a .fi:before {
  font-size: 14px;
}

.rs-team-section .rs-team-item .rs-team-img:hover .social ul li {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.rs-team-section .rs-team-item .rs-team-img:hover .social ul li + li {
  margin-left: 10px;
}

.rs-team-section .rs-team-item .rs-team-text {
 /* padding: 30px 0 0 40px;*/
}

@media (max-width: 1199px) {
  .rs-team-section .rs-team-item .rs-team-text {
    padding: 30px 0 0 20px;
  }
}

@media (max-width: 575px) {
  .rs-team-section .rs-team-item .rs-team-text {
    padding: 20px 0 0 20px;
  }
}

.rs-team-section .rs-team-item .rs-team-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 102.8%;
  margin-bottom: 0;
}

.rs-team-section .rs-team-item .rs-team-text h3 a {
  color: #1A284F;
}

.rs-team-section .rs-team-item .rs-team-text h3 a:hover {
  color: #CA9D75;
}

.rs-team-section .rs-team-item .rs-team-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #CA9D75;
}

/*==============================================
5. service-single-pages
================================================*/
.rs-hotel-details-section {
  padding: 80px 0;
}

.rs-hotel-details-wrap {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  background: #fff;
  border-radius: 120px;
}

.rs-hotel-details-area form {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rs-hotel-details-area form input,
.rs-hotel-details-area form select,
.rs-hotel-details-area form button {
  width: 100%;
  font-size: 20px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #283a5e;
  font-weight: 700;
}

.rs-hotel-details-area form input {
  padding-left: 0;
}

@media (max-width: 767px) {
  .rs-hotel-details-area form input,
  .rs-hotel-details-area form select,
  .rs-hotel-details-area form button {
    height: 50px;
    font-size: 12px;
    /* font-size: 0.9375rem; */
  }
}

.rs-hotel-details-area form select {
  border-radius: 70px 0 0 70px;
  padding: 0 25px;
  background: white;
  border-right: 1px solid #6cf5fd;
}

.rs-hotel-details-area form input:focus,
.rs-hotel-details-area form select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #283a5e;
}

.details-sub {
  margin-right: 20px;
  position: relative;
}

.details-sub:last-child {
  margin-right: 0;
}

.details-sub .fi:before {
  font-size: 20px;
}

.input-group-addon {
  background: none;
  border: none;
}

.rs-hotel-details-area form button {
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 15px;
  width: 175px;
  font-size: 16px;
  padding: 15px 20px;
}

.rs-hotel-details-area form button::after {
  display: none;
}

.rs-hotel-details-area form button:focus {
  outline: none;
  border: none;
}

.details-sub span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #687693;
}

.details-sub span i {
  margin-right: 10px;
}

.rs-hotel-details-area .details-sub:before {
  position: absolute;
  left: -30px;
  top: 50%;
  width: 1px;
  height: 70px;
  background: #dddddd;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.details-sub:first-child:before {
  display: none;
}

.details-sub:last-child:before {
  display: none;
}

.rs-hotel-details-area input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .rs-hotel-details-area .nice-select {
    height: 50px;
    line-height: 50px;
  }
}

.rs-hotel-details-area {
  padding: 50px 20px 20px;
}

@media (max-width: 590px) {
  .rs-hotel-details-area {
    padding: 20px 2px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .rs-hotel-details-area form input,
  .rs-hotel-details-area form select {
    font-size: 20px;
  }
  .rs-hotel-details-area .nice-select span {
    font-size: 20px;
  }
  .details-sub span {
    font-size: 15px;
  }
  .rs-hotel-details-area form button {
    font-size: 15px;
  }
  .details-sub:first-child {
    width: 145px;
  }
  .details-sub:nth-child(2) {
    width: 160px;
  }
}

@media (max-width: 992px) {
  .details-sub span {
    font-size: 12px;
  }
  .details-sub .fi:before {
    font-size: 14px;
  }
  .rs-hotel-details-area form input,
  .rs-hotel-details-area form select {
    font-size: 14px;
  }
  .details-sub:first-child {
    width: 125px;
  }
  .details-sub:nth-child(2) {
    width: 125px;
  }
  .rs-hotel-details-area .nice-select span {
    font-size: 15px;
  }
  .rs-hotel-details-area .details-sub:before {
    display: none;
  }
  .hero-style-1 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .rs-hotel-details-area form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rs-hotel-details-wrap {
    margin-top: 0;
    padding: 20px;
  }
  .rs-select-section {
    padding-top: 80px;
  }
}

@media (max-width: 550px) {
  .details-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .details-sub:first-child {
    width: 100%;
  }
  .details-sub:nth-child(2) {
    width: 100%;
  }
  .details-sub:last-child {
    margin-left: 20px;
    border-bottom: 0;
  }
}

.details-sub h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.rs-hotel-details-section .details-sub span {
  font-size: 16px;
}

.rs-hotel-details-section .details-sub {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  text-align: center;
}

@media (max-width: 991px) {
  .rs-hotel-details-section .details-sub {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

@media (max-width: 650px) {
  .rs-hotel-details-section .details-sub {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    padding-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .rs-hotel-details-section .details-sub {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.rs-hotel-details-section .details-sub:last-child {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

@media (max-width: 991px) {
  .rs-hotel-details-section .details-sub:last-child {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media (max-width: 650px) {
  .rs-hotel-details-section .details-sub:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 560px) {
  .rs-hotel-details-section .details-sub:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.rs-hotel-details-section .container {
  width: 1425px;
  max-width: 100%;
}

.rs-hotel-details-section .details-sub h5 {
  margin-top: 0;
  font-size: 18px;
  color: #687693;
  margin-bottom: 10px;
  line-height: 0;
}

.rs-hotel-details-section .details-sub h5 span {
  font-size: 48px;
  color: #CA9D75;
  font-weight: 700;
  display: inline-block;
}

.rs-hotel-details-section .details-sub:last-child {
  text-align: center;
  top: 10px;
}

.rs-hotel-details-section .details-sub:last-child:before {
  display: block;
}

@media (max-width: 991px) {
  .rs-hotel-details-section .details-sub:last-child:before {
    display: none;
  }
}

.rs-hotel-details-section .rs-hotel-details-area {
  padding: 50px 20px;
}

.house-title h2 {
  margin-top: 0;
  font-size: 35px;
  color: #283a5e;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  font-weight: 700;
}

.house-description p {
  margin-bottom: 40px;
}

.house-description .p-wrap {
  font-size: 20px;
  color: #384f7c;
}

.house-d-text .house-title h2 {
  margin-bottom: 10px;
}

.house-d-text ul li a {
  color: #283a5e;
  display: block;
  padding: 7px 0;
  position: relative;
  padding-left: 20px;
}

.house-d-text ul li a:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f105";
  font-family: "fontAwesome";
}

.house-details-service {
  margin-top: 20px;
}

.house-d-img {
  margin-bottom: 60px;
}

.pricing-wrap td,
.pricing-wrap th {
  border: 1px solid #ebebeb;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  width: 5%;
  color: #6a7998;
}

.pricing-wrap th {
  color: #283a5e;
  font-weight: 600;
}

.map-area {
  margin-top: 60px;
}

.map-area iframe {
  width: 100%;
  height: 350px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.house-review {
  padding: 80px 0;
}

.review-item .review-img {
  float: left;
  margin-right: 40px;
}

.review-text {
  overflow: hidden;
}

.review-text h2 {
  font-size: 22px;
  color: #283a5e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}

.review-text ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  list-style: none;
}

.review-text ul li {
  margin-right: 5px;
}

.review-text ul li i:before {
  font-size: 20px;
  color: #e0a403;
}

.r-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.r-title h2 {
  margin-bottom: 0;
}

.review-text p {
  line-height: 35px;
}

.review-item {
  margin-bottom: 50px;
}

.add-review .comment-respond {
  margin-top: 30px !important;
}

.add-review .review-text ul {
  margin-left: 0;
}

.shipp input[type="checkbox"] {
  display: none;
}

.shipp input[type="checkbox"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: #fff;
  position: relative;
  margin-right: 10px;
  margin-top: -2px;
  border: 1px solid #999999;
  line-height: 25px;
  text-align: center;
}

.shipp input[type="checkbox"] + label span:before {
  font-family: "themify";
  content: "\e64c";
  position: absolute;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  top: -2px;
  left: 5px;
}

.shipp input[type="checkbox"]:checked + label span {
  background-color: #CA9D75;
  border-color: transparent;
}

.shipp input[type="checkbox"]:checked + label span:before {
  visibility: visible;
  opacity: 1;
}

.form-check {
  margin: 25px 0 40px;
}

.shipp label {
  color: #283a5e;
  font-weight: 400;
}

.other-room {
  padding: 80px 0 100px;
}

.other-room .container {
  padding: 0;
}

@media (max-width: 1400px) {
  .rs-hotel-details-section .details-sub span {
    font-size: 13px;
  }
  .details-sub h2 {
    font-size: 15px;
  }
  .rs-hotel-details-section .details-sub h5 span {
    font-size: 30px;
  }
  .rs-hotel-details-section .details-sub h5 {
    font-size: 14px;
  }
  .rs-hotel-details-area form button {
    font-size: 12px;
    width: 152px;
  }
  .rs-hotel-details-area form button:after {
    display: none;
  }
}

@media (max-width: 992px) {
  .house-details-item {
    padding: 0 15px;
  }
  .house-d-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .rs-hotel-details-section .details-sub:last-child {
    margin-top: 40px;
  }
  .rs-hotel-details-section {
    padding-top: 60px;
  }
  .rs-hotel-details-section .rs-hotel-details-wrap {
    padding: 0px;
  }
}

@media (max-width: 650px) {
  .rs-hotel-details-section .details-sub:first-child {
    width: 100%;
  }
  .rs-hotel-details-section .details-sub:nth-child(2) {
    width: 100%;
  }
  .rs-hotel-details-section .details-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .rs-hotel-details-section .details-sub:last-child {
    border-bottom: 0;
  }
  .pricing-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

@media (max-width: 540px) {
  .review-item .review-img {
    float: none;
    margin-bottom: 20px;
  }
  .review-text h2 {
    font-size: 20px;
  }
}

.house-d-text2 .house-title h2 {
  margin-bottom: 10px;
}

.house-d-text ul,
.house-d-text2 ul {
  list-style: none;
}

.house-d-text2 ul li a {
  color: #283a5e;
  display: block;
  padding: 7px 0;
  position: relative;
  padding-left: 20px;
}

.house-d-text2 ul li a:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f105";
  font-family: "fontAwesome";
}

.house-d-img img {
  width: 100%;
}

.house-d-text,
.house-d-text2 {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  padding: 20px;
  margin-top: 30px;
  margin-right: -100px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.house-d-text2 {
  margin-right: 0;
  margin-left: -100px;
}

.house-d-text ul li a:before,
.house-d-text2 ul li a:before {
  top: 7px;
  font-family: "themify";
  content: "\e64c";
  background: rgba(202, 157, 117, 0.2);
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #CA9D75;
  font-size: 14px;
}

.house-d-text ul li a,
.house-d-text2 ul li a {
  padding-left: 35px;
}

.house-d-img img {
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .house-d-text,
  .house-d-text2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .house-d-text2 {
    margin-right: 0;
    margin-left: 0px;
  }
}

.house-sidebar .check-widget {
  padding: 30px;
  border: 1px solid #E8E8E8;
}

.house-sidebar .check-widget .input-group {
  position: relative;
}

.house-sidebar .check-widget .input-group i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.house-sidebar .check-widget .input-group input,
.house-sidebar .check-widget .input-group textarea,
.house-sidebar .check-widget .input-group select {
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  padding: 15px;
  margin-bottom: 20px;
}

.house-sidebar .check-widget .input-group input:focus,
.house-sidebar .check-widget .input-group textarea:focus,
.house-sidebar .check-widget .input-group select:focus {
  outline: none;
}

.house-sidebar .check-widget .input-group textarea {
  height: 80px;
}

.house-sidebar .check-widget .input-group select {
  padding-right: 20px;
  background: transparent url(../image/select-icon.png) no-repeat calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.house-sidebar .check-widget button {
  width: 100%;
  height: 50px;
  border-radius: 0;
  line-height: 20px;
  padding-right: 25px;
}

.house-sidebar .check-widget button:after {
  display: none;
}

/*** client rv ***/
.client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.client-rv:last-child {
  margin-bottom: 0;
}

.client-rv .client-pic {
  width: 100px;
  float: left;
}

.client-rv .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.client-rv .details {
  width: calc(100% - 130px);
  float: right;
}

@media (max-width: 767px) {
  .client-rv .details {
    width: 100%;
    float: none;
  }
}

.client-rv .name-rating .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.client-rv .name-rating-time > div,
.client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .client-rv .name-rating-time > div,
  .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}

.client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}

.client-rv .rating i {
  color: #CA9D75;
}

@media (max-width: 767px) {
  .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .client-rv .name-rating-time .time {
    float: none;
  }
}

.client-rv .review-body {
  padding-top: 12px;
}

/*** review form ***/
.review-form {
  margin-top: 45px;
}

.review-form h4 {
  font-size: 30px;
  font-weight: 700;
}

.review-form p {
  margin-bottom: 1.73em;
}

.review-form form input,
.review-form form textarea {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}

.review-form form input:focus,
.review-form form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.review-form form textarea {
  height: 130px;
}

.review-form form > div {
  margin-bottom: 27px;
}

.review-form form > div:last-child {
  margin-bottom: 0;
}

.review-form form .rs-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-form form .rs-btn-s4:hover {
  background-color: #CA9D75;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .review-form form .rs-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

.give-rat-sec {
  margin-bottom: 0px;
}

.give-rat-sec p {
  margin-bottom: 0;
}

.give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 0px;
}

.give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.give-rating label:last-child {
  position: static;
}

.give-rating label:nth-child(1) {
  z-index: 5;
}

.give-rating label:nth-child(2) {
  z-index: 4;
}

.give-rating label:nth-child(3) {
  z-index: 3;
}

.give-rating label:nth-child(4) {
  z-index: 2;
}

.give-rating label:nth-child(5) {
  z-index: 1;
}

.give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.give-rating label .icon {
  float: left;
  color: transparent;
}

.give-rating label:last-child .icon {
  color: #ddd;
}

.give-rating:not(:hover) label input:checked ~ .icon,
.give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}

.give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}

.rs-house-area-s2 .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rs-house-area-s2 .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #CA9D75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.rs-house-area-s2 .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
  color: #CA9D75;
}

.rs-house-area-s2 .owl-nav .owl-prev,
.rs-house-area-s2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rs-house-area-s2 .owl-nav .owl-prev:hover,
.rs-house-area-s2 .owl-nav .owl-next:hover {
  background: #CA9D75;
}

.rs-house-area-s2 .owl-nav .owl-prev:hover .fi:before,
.rs-house-area-s2 .owl-nav .owl-next:hover .fi:before {
  color: #fff;
}

@media (max-width: 575px) {
  .rs-house-area-s2 .owl-nav .owl-prev,
  .rs-house-area-s2 .owl-nav .owl-next {
    display: none;
  }
}

.rs-house-area-s2 .owl-nav .owl-prev {
  left: 35px;
}

.rs-house-area-s2 .owl-nav .owl-next {
  right: 35px;
}

.rs-house-area-s2 .owl-dots {
  text-align: center;
  bottom: -10px;
  position: relative;
}

.rs-house-area-s2 .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #d4e6f5;
  margin-right: 10px;
  border-radius: 50%;
}

.rs-house-area-s2 .owl-dots .owl-dot.active {
  background-color: #CA9D75;
}

.rs-house-area-s2:hover .owl-nav .owl-prev,
.rs-house-area-s2:hover .owl-nav .owl-next {
  opacity: 1;
}

.house-details-area .rs-featured-section {
  padding-bottom: 0;
}

.house-details-area .rs-featured-section .col {
  padding: 0 15px;
}

/*** widget_price_filter ***/
.widget_price_filter .ui-corner-all,
.widget_price_filter .ui-corner-bottom,
.widget_price_filter .ui-corner-right,
.widget_price_filter .ui-corner-br {
  border-radius: 30px;
}

.widget_price_filter .filter-price {
  position: relative;
  font-size: 14px;
}

.widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute;
}

.widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none;
}

.widget_price_filter .filter-price button {
  font-family: "Old Standard TT", serif;
  background: transparent;
  color: #CA9D75;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  z-index: 99;
  text-decoration: underline;
}

.widget_price_filter .filter-price button:hover, .widget_price_filter .filter-price button:focus, .widget_price_filter .filter-price button:active {
  text-decoration: underline;
}

.widget_price_filter .filter-price #amount {
  color: #000;
}

.widget_price_filter #slider-range,
.widget_price_filter #slider-range2 {
  height: 3px;
  background: #f5f5f5;
  border: 0;
  border-radius: 50px;
  margin-bottom: 25px;
  margin-left: 8px;
}

.widget_price_filter .ui-state-default,
.widget_price_filter .ui-widget-content
.ui-state-default,
.widget_price_filter .ui-widget-header
.ui-state-default {
  width: 10px;
  height: 10px;
  border: none;
  background: #CA9D75;
  top: -4px;
}

.widget_price_filter .ui-state-default:focus,
.widget_price_filter .ui-widget-content
.ui-state-default:focus,
.widget_price_filter .ui-widget-header
.ui-state-default:focus {
  outline: none;
}

.widget_price_filter .ui-widget-header {
  background: #CA9D75;
}

/*==========================================
6. rs-team-single
===========================================*/
.team-pg-area {
  max-width: 1080px;
  margin: 0 auto;
}

.team-info-img {
  padding: 25px;
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
  .team-info-img {
    margin-bottom: 40px;
  }
}

.team-info-img img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .team-info-img img {
    height: 100%;
  }
}

.team-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}

.team-info-text {
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 58px 50px;
}

.team-info-text ul li {
  font-size: 17px;
  color: #1d2327;
  font-weight: 700;
  margin-bottom: 22px;
  list-style: none;
}

.team-info-text ul li:last-child {
  padding-bottom: 0;
}

.team-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}

.team-info-text ul li:last-child {
  margin-bottom: 0;
}

.at-progress {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}

@media (max-width: 991px) {
  .at-progress {
    padding-bottom: 0;
  }
}

.team-info-text h2 {
  font-size: 27px;
  font-weight: 500;
  color: #1d2327;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  background: #eee;
  padding: 20px;
}

.team-info-wrap ul {
  padding-left: 0;
}

.exprience-wrap p {
  color: #5d5851;
}

.exprience-wrap h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

.education-area {
  max-width: 600px;
}

.education-area ul {
  list-style: none;
}

.education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CA9D75;
  content: "";
}

.ex-wiget {
  padding-top: 60px;
}

.ex-wiget ul {
  list-style: none;
}

.ex-wiget h2 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
}

.rs-contact-area .quote-form {
  padding-left: 0;
  margin-left: -10px;
}

.rs-contact-area button {
  border-radius: 0;
}

.rs-contact-area .quote-form .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 15px;
}

.rs-contact-area .quote-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #CA9D75;
}

.rs-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .team-info-text {
    padding: 40px 20px;
  }
  .team-info-img {
    padding: 40px;
  }
  .team-info-img img {
    width: 100%;
  }
  .custom-grid {
    float: left;
    width: 50%;
  }
  .exprience-area {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .half-col {
    float: none;
    width: 100%;
  }
  .lawyer-about.pt-150 {
    padding-top: 100px !important;
  }
}

@media (max-width: 375px) {
  .custom-grid {
    float: none;
    width: 100%;
  }
}

.service-sidebar .rs-contact-widget {
  border: 0;
  background: url(https://wpolive.com/html/acreon-live/assets/images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
}

.service-sidebar .rs-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}

.service-sidebar .rs-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.service-sidebar .rs-contact-widget h2::before {
  background: #fff;
}

.service-sidebar .rs-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.service-sidebar .rs-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.service-sidebar .rs-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
7. rs-terms-section
--------------------------------------------------------------*/
.rs-terms-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

.rs-terms-section .rs-terms-wrap .rs-terms-img img {
  width: 100%;
}

.rs-terms-section .rs-terms-wrap .rs-terms-text {
  padding-top: 30px;
}

.rs-terms-section .rs-terms-wrap .rs-terms-text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .rs-terms-section .rs-terms-wrap .rs-terms-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .rs-terms-section .rs-terms-wrap .rs-terms-text h2 {
    font-size: 25px;
  }
}

.rs-terms-section .rs-terms-wrap .rs-terms-text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rs-terms-section .rs-terms-wrap .rs-terms-text ul li {
  padding: 10px;
  position: relative;
  padding-left: 20px;
}

.rs-terms-section .rs-terms-wrap .rs-terms-text ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #CA9D75;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rs-terms-section .rs-terms-wrap .rs-terms-text .t-sub {
  padding: 20px 0;
}

.rs-terms-section .rs-terms-wrap .rs-terms-text .t-sub .rs-p-details-img {
  margin-bottom: 20px;
}

.rs-terms-section .rs-faq-section {
  margin-top: 30px;
}

/*--------------------------------------------------------------
8. rs-faq-page
--------------------------------------------------------------*/
.rs-faq-section .rs-section-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.rs-faq-section .rs-section-title h2 {
  padding-right: 0;
  padding-right: 0;
  font-size: 45px;
}

.rs-faq-section .rs-section-title:before, .rs-faq-section .rs-section-title:after {
  display: none;
}

.rs-faq-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.rs-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.rs-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #1A284F;
  text-align: left;
  font-family: "Mukta", sans-serif;
}

.rs-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.rs-faq-section .accordion-item button.collapsed {
  color: #373b3e;
}

.rs-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.rs-faq-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.rs-faq-section .accordion-item .accordion-collapse {
  border: 0;
}

.rs-faq-section .accordion-button {
  background: transparent;
}

/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
  padding-top: 100px;
  border-top: 1px solid #E8E8E8;
}

@media (max-width: 991px) {
  .question-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .question-area {
    padding-top: 60px;
  }
}

.question-area .rs-section-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.question-area .rs-section-title h2 {
  padding-right: 0;
  font-size: 45px;
}

.question-area .rs-section-title:before, .question-area .rs-section-title:after {
  display: none;
}

.question-area .rs-section-title {
  text-align: center;
}

.question-area .rs-section-title h2 {
  display: inline-block;
  padding-right: 0;
  font-size: 45px;
}

@media (max-width: 590px) {
  .question-area .rs-section-title {
    text-align: left;
  }
}

.question-touch {
  max-width: 570px;
  margin: auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  padding: 50px;
  text-align: center;
  padding-top: 60px;
  background: #fff;
}

@media (max-width: 590px) {
  .question-touch {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}

.question-touch h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

.question-touch .half-col {
  width: 100%;
}

.question-touch input,
.question-touch textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 22px;
}

.question-touch input:focus,
.question-touch textarea:focus {
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.question-touch textarea {
  height: 160px;
}

.question-touch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-size: 14px;
}

.question-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 14px;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9. rs-blog-pg-section
--------------------------------------------------------------*/
.rs-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.rs-blog-pg-section .rs-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .rs-blog-pg-section .rs-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .rs-blog-pg-section .rs-blog-content .post {
    margin-bottom: 40px;
  }
}

.rs-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .rs-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.rs-blog-pg-section .entry-meta ul {
  list-style: none;
}

.rs-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.rs-blog-pg-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}

.rs-blog-pg-section .entry-meta ul li a:hover {
  color: #CA9D75;
}

.rs-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.rs-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.rs-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #CA9D75;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .rs-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .rs-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rs-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .rs-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.rs-blog-pg-section .post h3 {
  font-size: 40px;
  font-size: 2.66667rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: -0.27em 0 0.7em;
  font-family: "Old Standard TT", serif;
}

@media (max-width: 991px) {
  .rs-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .rs-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.rs-blog-pg-section .post h3 a {
  color: #1A284F;
}

.rs-blog-pg-section .post h3 a:hover {
  color: #CA9D75;
}

.rs-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .rs-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.rs-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #969AA6;
  text-transform: uppercase;
  font-family: "Old Standard TT", serif;
  font-size: 18px;
}

.rs-blog-pg-section .post a.read-more:hover {
  color: #CA9D75;
}

.rs-blog-pg-section .entry-media img {
  width: 100%;
}

.rs-blog-pg-section .format-standard,
.rs-blog-pg-section .format-quote {
  background-color: #f5f5f5;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .rs-blog-pg-section .format-standard,
  .rs-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.rs-blog-pg-section .format-standard {
  position: relative;
}

.rs-blog-pg-section .format-standard:before {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "\f103";
  font-family: "flaticon_Acreon";
  font-size: 90px;
  line-height: 80px;
  color: #ededed;
}

.rs-blog-pg-section .format-gallery {
  position: relative;
}

.rs-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rs-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #CA9D75;
  color: #fff;
}

.rs-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #CA9D75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.rs-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.rs-blog-pg-section .format-gallery .owl-nav .owl-prev,
.rs-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rs-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.rs-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.rs-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .rs-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.rs-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.rs-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rs-blog-pg-section .format-quote h3,
.rs-blog-pg-section .format-quote p {
  position: relative;
}

.rs-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.rs-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #1A284F;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.rs-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.rs-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.rs-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.rs-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #CA9D75;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .rs-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10. rs-blog-single-section
--------------------------------------------------------------*/
.rs-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.rs-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .rs-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.rs-blog-single-section .entry-meta ul {
  list-style: none;
}

.rs-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.rs-blog-single-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}

.rs-blog-single-section .entry-meta ul li a:hover {
  color: #CA9D75;
}

.rs-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.rs-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.rs-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #CA9D75;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .rs-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .rs-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rs-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .rs-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.rs-blog-single-section .entry-media img {
  width: 100%;
}

.rs-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Old Standard TT", serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .rs-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .rs-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.rs-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.rs-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .rs-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .rs-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.rs-blog-single-section .post blockquote {
  background-color: #f5f5f5;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rs-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.rs-blog-single-section .post blockquote:before {
  font-family: "flaticon_Acreon";
  content: "\f103";
  font-size: 20px;
  font-size: 1.33333rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f5f5f5;
  background: #fff;
  color: #CA9D75;
  border-radius: 50%;
}

.rs-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.rs-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.rs-blog-single-section .post .gallery img {
  width: 100%;
}

.rs-blog-single-section .tag-share, .rs-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #E8E8E8;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1A284F;
}

@media (max-width: 767px) {
  .rs-blog-single-section .tag-share, .rs-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.rs-blog-single-section .tag-share ul, .rs-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.rs-blog-single-section .tag-share ul li, .rs-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {
  .rs-blog-single-section .tag-share ul li, .rs-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.rs-blog-single-section .tag-share ul > li + li, .rs-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rs-blog-single-section .tag-share ul > li + li, .rs-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}

.rs-blog-single-section .tag-share .tag, .rs-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rs-blog-single-section .tag-share .tag > span, .rs-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Old Standard TT", serif;
  color: #1A284F;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.rs-blog-single-section .tag-share .tag ul, .rs-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}

.rs-blog-single-section .tag-share .tag li, .rs-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.rs-blog-single-section .tag-share .tag a, .rs-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1A284F;
  background: #f5f5f5;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .rs-blog-single-section .tag-share .tag a, .rs-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.rs-blog-single-section .tag-share .tag a:hover, .rs-blog-single-section .tag-share-s2 .tag a:hover {
  color: #CA9D75;
}

.rs-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.rs-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #969AA6;
}

.rs-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.rs-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .rs-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.rs-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.rs-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .rs-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.rs-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.rs-blog-single-section .author-box .author-name {
  font-family: "Old Standard TT", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #1A284F;
}

.rs-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.rs-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.rs-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1A284F;
}

.rs-blog-single-section .author-box .social-link a:hover {
  color: #CA9D75;
}

.rs-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.rs-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.rs-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.rs-blog-single-section .more-posts .previous-post,
.rs-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .previous-post,
  .rs-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.rs-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.rs-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.rs-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.rs-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.rs-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.rs-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .rs-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.rs-blog-single-section .more-posts .previous-post > a > span,
.rs-blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.rs-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #969AA6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.rs-blog-single-section .more-posts .post-name {
  font-family: "Old Standard TT", serif;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1A284F;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .rs-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.rs-blog-single-section .more-posts a:hover .post-control-link {
  color: #CA9D75;
}

.rs-blog-single-section .comments-area {
  margin-top: 70px;
}

.rs-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .rs-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.rs-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.rs-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.rs-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.rs-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .rs-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.rs-blog-single-section .comments-area li > div {
  position: relative;
}

.rs-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .rs-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.rs-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.rs-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .rs-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.rs-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.rs-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Old Standard TT", serif;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1A284F;
  font-weight: 500;
  margin: 0 0 1em;
}

.rs-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #969AA6;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 767px) {
  .rs-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.rs-blog-single-section .comments-area .comment-reply-link {
  font-family: "Old Standard TT", serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #1A284F;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Mukta", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rs-blog-single-section .comments-area .comment-reply-link:hover {
  color: #CA9D75;
}

.rs-blog-single-section .comment-respond {
  margin-top: 70px;
}

.rs-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .rs-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.rs-blog-single-section .comment-respond form input,
.rs-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rs-blog-single-section .comment-respond form input:focus,
.rs-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #CA9D75;
}

@media (max-width: 991px) {
  .rs-blog-single-section .comment-respond form input,
  .rs-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.rs-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .rs-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.rs-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.rs-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .rs-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.rs-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .rs-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.rs-blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.rs-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1A284F;
}

@media screen and (min-width: 1200px) {
  .rs-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11. rs-contact-pg-section
--------------------------------------------------------------*/
.rs-contact-pg-section {
  padding-bottom: 0px;
}

.rs-contact-pg-section .rs-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .rs-contact-pg-section .rs-contact-title {
    margin-bottom: 30px;
  }
}

.rs-contact-pg-section .rs-contact-title h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .rs-contact-pg-section .rs-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.rs-contact-pg-section form input,
.rs-contact-pg-section form select,
.rs-contact-pg-section form textarea {
  background: #f4f6fa;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .rs-contact-pg-section form input,
  .rs-contact-pg-section form select,
  .rs-contact-pg-section form textarea {
    height: 45px;
  }
}

.rs-contact-pg-section form input:focus,
.rs-contact-pg-section form select:focus,
.rs-contact-pg-section form textarea:focus {
  border-color: #CA9D75;
  background: #f4f6fa;
}

.rs-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.rs-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.rs-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.rs-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.rs-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.rs-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.rs-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.rs-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .rs-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.rs-contact-pg-section form .submit-area .rs-btn {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}

.rs-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .rs-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.rs-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.rs-contact-pg-section .office-info {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .rs-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .rs-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .rs-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}

.rs-contact-pg-section .office-info .office-info-item {
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}

.rs-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.rs-contact-pg-section .office-info .office-info-item .office-info-icon i {
  font-size: 40px;
}

.rs-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.rs-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}

.rs-contact-pg-section .rs-contact-form-area {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .rs-contact-pg-section .rs-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.rs-contact-map-section {
  margin-bottom: -116px;
}

@media (max-width: 991px) {
  .rs-contact-map-section {
    margin-bottom: 0;
    margin-bottom: 50px;
  }
}

.rs-contact-map-section .rs-contact-map {
  height: 550px;
}

.rs-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.rs-contact-map-section h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
12. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */