 @import url("fonts.css");
/* 1.1 Theme Reset Style */
html {
	font-size: 15px;
}
:root {
	scroll-behavior: unset;
}
body {
	font-family: "Mukta", 'Arial', 'Microsoft Yahei', sans-serif;
	color: #3F475E;
	background-color: #fff;
	font-size: 15px;
	font-size: 1rem;
}
 @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-weight: bold;
}
ul,li{
	padding: 0;
	margin: 0; list-style:none;
}
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;
}

.fi:before {
	margin: 0;
}
.section-padding {
	padding: 3% 0;
}
 @media (max-width: 991px) {
.section-padding {
	padding: 3% 0;
}
}
 @media (max-width: 767px) {
.section-padding {
	padding: 3% 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-size: 60px;
	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: 26px ;
	line-height: 30px;
}
}
 @media (max-width: 767px) {
.rs-section-title h2,  .rs-section-title-s2 h2,  .rs-section-title-s3 h2 {
	font-size: 20px ;
	line-height: 30px;
}
}
.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(../images/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(../images/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 (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; margin:auto;
}
 @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: 16px;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}
.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);
}



 @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: "FontAwesome";
	content: "\f232";
	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;
}
@media (min-width: 991px) {
  .rs-site-header {
    padding: 0 100px;
  }
}


.rs-site-header .header-right .emaol a:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f0e0";
	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 .emaol {
	margin-right: 15px;
}
.rs-site-header .header-right .emaol a {
	color: #fff;
	display: inline-block;
	padding: 8px 45px;
	padding-left: 60px;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}
.rs-site-header .header-right .emaol 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 .emaol a span {
	font-size: 14px;
}
}
 @media (max-width: 1399px) {
.rs-site-header .header-right .emaol a {
	padding: 8px 20px;
	padding-left: 60px;
}
}
 @media (max-width: 1199px) {
.rs-site-header .header-right .emaol a {
	padding: 8px 10px;
	padding-left: 54px;
	font-size: 16px;
}
}
.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 i {
	color: #fff;
	font-size: 30px;
}
.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 .language {
	margin-bottom: 30px;
}
.rs-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .language 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 100%;
	flex: 0 0 100%;
	max-width: 100%;
	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;
}
}
 @media (max-width: 1600px) {
	.rs-site-header .header-right .close-form a {padding-left:50px;padding-right:0;}
	.rs-site-header .header-right .emaol a{padding-left:50px;padding-right:0;}
	 }


.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: 18px;
	line-height: 27px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	padding: 45px 10px;
	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 10px;
	font-size: 16px;
}
}
 @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: "FontAwesome";
	content: "\f105";
	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: "FontAwesome";
	content: "\f105";
	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;
}
.rs-site-header #navbar > ul > li > a {
	padding: 30px 12px;
}
}
 @media (max-width: 1600px) {
.rs-site-header #navbar > ul > li > a {
	padding: 30px 10px; font-size:18px;
}
}
 @media (max-width: 1500px) {
.rs-site-header #navbar > ul > li > a {
	padding: 30px 10px;
}
.rs-site-header {
	padding: 0 10px;
}
}
 @media (max-width: 1400px) {
.rs-site-header #navbar > ul > li > a {
	padding: 30px 5px; font-size:16px;
}

.rs-site-header .header-right .close-form a::after{width: 30px;height: 30px;font-size: 16px;}
.rs-site-header .header-right .emaol a::after{width: 30px;height: 30px;font-size: 16px;}
.rs-site-header .header-right .emaol a { padding-left: 35px;}
.rs-site-header .header-right .close-form a { padding-left: 35px;}
}
 @media (max-width: 1200px) {
.rs-site-header #navbar > ul > li > a {
}
.rs-site-header .header-right .close-form .rs-btn {
	display: none;
}
.rs-site-header .header-right .close-form a span{ font-size:12px;}
.rs-site-header .header-right .close-form a::after{width: 25px;height: 25px;font-size: 14px;}
.rs-site-header .header-right .emaol a::after{width: 25px;height: 25px;font-size: 14px;}
.rs-site-header .header-right .emaol a { padding-left: 28px;}
.rs-site-header .header-right .close-form a { padding-left: 28px;}
.rs-site-header .header-right .close-form a{ font-size:14px;}
.rs-site-header .header-right .emaol a{ font-size:14px;}
}
 @media (max-width: 1100px) {
.rs-site-header #navbar > ul > li > a {
	font-size: 15px;
}
.rs-site-header .header-right .close-form a span{display:none;}
.rs-site-header .header-right .emaol a span{display:none;}
.rs-site-header .header-right .close-form a{ font-size:0;}
.rs-site-header .header-right .emaol a{ font-size:0;}

}
 @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;
}
.rs-site-header .header-right .emaol {
	display: none;
}
.rs-site-header .row {
	width: 100%;
	float: left;
	display: block;
}
.rs-site-header .row .col-4 {
	width: 33.33%;
	float: left;
}
.rs-site-header .row .col-2 {
	width: 33.33%;
	float: left;
}
.rs-site-header .row .col-md-5 {
	width: 33.33%;
	float: left;
}
.rs-site-header .row .col-md-1 {
	width: auto;
}
}
 @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: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
.rs-hero-slider .swiper-slide {
	height: auto;
}
.rs-hero-slider .swiper-slide {
	overflow: hidden;
}
.rs-hero-slider .swiper-container, .rs-hero-slider .hero-container {
	width: 100%;
	height: 100%;
}
.rs-hero-slider .slide-inner, .rs-hero-slider .hero-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.rs-hero-slider .slide-inner:before, .rs-hero-slider .hero-inner:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	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;
}
.slide-content .slide-title {
	position: absolute;
	left: 20%;
	top: 200px;
}
.slide-bg-image a {
	width: 100%;
	float: left; position:relative;z-index:9;
}
 @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: 140px;
	line-height: 95%;
	letter-spacing: -0.07em;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
}
 @media (max-width: 1600px) {
.rs-hero-slider .slide-title h2 {
	font-size: 7rem;
	margin-top: 0;
}
}
@media (max-width: 1400px) {
.rs-hero-slider .slide-title h2 {
	font-size: 5rem;
	margin-top: 0;
}
}
 @media (max-width: 991px) {
.rs-hero-slider .slide-title h2 {
	font-size: 4rem;
	margin-top: 0;
}
.slide-content .slide-title {
	left: 5%;
	top: 180px;
}
}
 @media (max-width: 767px) {
.rs-hero-slider .slide-title h2 {
	font-size: 3rem;
}
.slide-content .slide-title {
	top: 140px;
}
}
 @media (max-width: 575px) {
	 .slide-content .slide-title {
	top: 120px;
}
	 
.rs-hero-slider .slide-title h2 {
	font-size: 2rem;
}
 =
}
.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;
}
/* 3.2 ra-search-section */
.ra-search-section {
	max-width: 100%;
}
 @media (max-width: 991px) {
.ra-search-section {
	margin: 0 auto;
	padding-left: 0;
}
}
.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: 33.33%;
	flex-basis: 33.33%;
	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(../images/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(../images/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: 100%;
	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: 3%;
}
.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;
	text-align: center;
}
.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: 0;
	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;
}
.rs-team-section .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rs-team-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-team-section .owl-nav [class*=owl-] i {
	font-size: 20px;
	color: #CA9D75;
}
.rs-team-section .owl-nav .owl-prev, .rs-team-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-team-section .owl-nav .owl-prev,  .rs-team-section .owl-nav .owl-next {
	display: none;
}
}
.rs-team-section .owl-nav .owl-prev:hover, .rs-team-section .owl-nav .owl-next:hover {
	background: #CA9D75;
}
.rs-team-section .owl-nav .owl-prev:hover i, .rs-team-section .owl-nav .owl-next:hover i {
	color: #fff;
}
.rs-team-section .owl-nav .owl-prev {
	left: -28px;
}
.rs-team-section .owl-nav .owl-next {
	right: -28px;
}
.rs-team-section .owl-dots {
	text-align: center;
	bottom: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
 @media (min-width: 575px) {
.rs-team-section .owl-dots {
	display: none;
}
}
.rs-team-section .owl-dots button {
	border: none;
	margin: 0 5px;
	width: 20px;
	height: 8px;
	border-radius: 10px;
}
.rs-team-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 h1 {
	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 h1 {
	font-size: 26px;
}
}
 @media (max-width: 769px) {
.rs-about-section .rs-about-wrap .rs-about-text h1 {
	font-size: 20px;
}
}
.rs-about-section .rs-about-wrap .rs-about-text p {
	margin-bottom: 30px;
}
.rs-video-section {
	position: relative;
	background: #202632;
}
.sec-top {
	position: relative;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.sec-top-tbody {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -23px;
	margin-right: -22px;
}
.sec-tbody-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333333%;
	padding: 0 22.5px;
}
.sec-tbody-item .item-box {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.34);
	padding: 56px 36px 50px;
	border-radius: 6px;
}
.sec-tbody-item:nth-of-type(1) .item-box {
	background: url(../images/sec-top-bgi1.png) no-repeat center center;
	background-size: cover;
}
.sec-tbody-item:nth-of-type(2) .item-box {
	background: url(../images/sec-top-bgi2.png) no-repeat center center;
	background-size: cover;
}
.sec-tbody-item:nth-of-type(3) .item-box {
	background: url(../images/sec-top-bgi3.png) no-repeat center center;
	background-size: cover;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 20px;
	text-align: center;
}
.sec-tbody-item .item-box .item-icon .icon {
	display: block;
	line-height: 50px;
	font-size: 48px;
	color: #fff;
	margin: 0 auto;
}
.sec-tbody-item .item-box .item-title {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 16px;
	min-height: 140px;
	overflow: hidden;
	margin-top: 28px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.sec-tbody-item .item-box .item-title a, .sec-tbody-item .item-box .item-desc a {
	color: #fff;
}
.sec-tbody-item .item-box:hover .item-icon .icon, .sec-tbody-item .item-box:hover .item-title, .sec-tbody-item .item-box:hover .item-desc {
	color: #fff;
}
.sec-tbody-item .item-box:hover .item-title a, .sec-tbody-item .item-box:hover .item-desc a {
	color: #fff;
}
.sec-tbody-item .item-box .item-btn {
	position: relative;
	margin-top: 28px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	line-height: 26px;
}
.sec-tbody-item .item-box .item-btn a {
	color: #fff;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 10px;
}
 @media (min-width: 992px) and (max-width: 1259px) {
.sec-top {
	padding-top: 5.4%;
	padding-bottom: 5.6%;
}
.sec-top-tbody {
	margin-left: -12px;
	margin-right: -12px;
}
.sec-tbody-item {
	width: 33.3333333333333%;
	padding: 0 12px;
	margin-bottom: 18px;
}
.sec-tbody-item .item-box {
	padding: 44px 24px 36px;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 18px;
}
.sec-tbody-item .item-box .item-icon .icon {
	line-height: 46px;
	font-size: 44px;
}
.sec-tbody-item .item-box .item-title {
	font-size: 20px;
	line-height: 30px;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 16px;
	min-height: 130px;
	margin-top: 24px;
	line-height: 26px;
}
.sec-tbody-item .item-box .item-btn {
	margin-top: 26px;
	font-size: 16px;
	line-height: 24px;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 8px;
}
}
 @media (max-width: 991px) {
.sec-top {
	padding-top: 5.25%;
	padding-bottom: 5.375%;
}
.sec-top-tbody {
	margin-left: -6px;
	margin-right: -6px;
}
.sec-tbody-item {
	width: 33.3333333333333%;
	padding: 0 6px;
	margin-bottom: 16px;
}
.sec-tbody-item .item-box {
	padding: 36px 12px 28px;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 16px;
}
.sec-tbody-item .item-box .item-icon .icon {
	line-height: 42px;
	font-size: 40px;
}
.sec-tbody-item .item-box .item-title {
	font-size: 19px;
	line-height: 28px;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 14px;
	min-height: 120px;
	margin-top: 16px;
	line-height: 24px;
}
.sec-tbody-item .item-box .item-btn {
	margin-top: 22px;
	font-size: 15px;
	line-height: 22px;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 6px;
}
}
 @media (max-width: 750px) {
.sec-top {
	padding-top: 5.25%;
	padding-bottom: 5.375%;
}
.sec-top-tbody {
	margin-left: -12px;
	margin-right: -12px;
}
.sec-tbody-item {
	width: 50%;
	padding: 0 12px;
	margin-bottom: 16px;
}
.sec-tbody-item .item-box {
	padding: 40px 16px 34px;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 14px;
}
.sec-tbody-item .item-box .item-icon .icon {
	line-height: 38px;
	font-size: 36px;
}
.sec-tbody-item .item-box .item-title {
	font-size: 18px;
	line-height: 26px;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 14px;
	min-height: 120px;
	margin-top: 16px;
	line-height: 24px;
}
.sec-tbody-item .item-box .item-btn {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 6px;
}
}
 @media (max-width: 580px) {
.sec-top {
	padding-top: 5.25%;
	padding-bottom: 5.375%;
}
.sec-top-tbody {
	margin-left: -6px;
	margin-right: -6px;
}
.sec-tbody-item {
	width: 50%;
	padding: 0 6px;
	margin-bottom: 16px;
}
.sec-tbody-item .item-box {
	padding: 36px 12px 28px;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 14px;
}
.sec-tbody-item .item-box .item-icon .icon {
	line-height: 38px;
	font-size: 36px;
}
.sec-tbody-item .item-box .item-title {
	font-size: 18px;
	line-height: 26px;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 14px;
	min-height: 120px;
	margin-top: 16px;
	line-height: 24px;
}
.sec-tbody-item .item-box .item-btn {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 6px;
}
}
 @media (max-width: 480px) {
.sec-top {
	padding-top: 5.25%;
	padding-bottom: 5.375%;
}
.sec-top-tbody {
	margin-left: -12px;
	margin-right: -12px;
}
.sec-tbody-item {
	width: 100%;
	padding: 0 12px;
	margin-bottom: 16px;
}
.sec-tbody-item .item-box {
	padding: 40px 16px 34px;
}
.sec-tbody-item .item-box .item-icon {
	margin-bottom: 14px;
}
.sec-tbody-item .item-box .item-icon .icon {
	line-height: 38px;
	font-size: 36px;
}
.sec-tbody-item .item-box .item-title {
	font-size: 18px;
	line-height: 26px;
}
.sec-tbody-item .item-box .item-desc {
	font-size: 14px;
	min-height: 120px;
	margin-top: 16px;
	line-height: 24px;
}
.sec-tbody-item .item-box .item-btn {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.sec-tbody-item .item-box .item-btn .iconfont {
	margin-right: 6px;
}
}
/* 3.5 rs-featured-section */
.rs-featured-section {
	position: relative;
	padding-bottom: 90px;
}
.rs-featured-section .col {
	padding:5px 10px;
}
@media (max-width: 767px) {
.rs-featured-section .col {
	width: 50%;
}
}
 @media (max-width: 575px) {
.rs-featured-section .col {
	padding: 0 5px;
}
}
.rs-featured-section .rs-featured-img {
	position: relative;
}
.rs-featured-section .rs-featured-item{
box-shadow: 0px 0px 10px 2px #dedede;}


.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: #CA9D75;
}
.rs-featured-section .rs-featured-img .thumb span {
	font-weight: 600;
	font-size: 14px;
	line-height: 102.8%;
	color: #fff;
}
.rs-featured-section .rs-featured-text {
	padding: 30px 20px;
	text-align: center;
}
 @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(../images/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 i {
	color: #CA9D75;
	font-size: 30px;
}
.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;
}
@media(max-width:1400px) {
.rs-contact-section .rs-contact-info-area .rs-contact-info-item .info-text h6 {
	font-size: 20px;
}
}
@media(max-width:767px) {
.rs-contact-section .rs-contact-info-area .rs-contact-info-item .info-text h6 {
	font-size: 16px;
}
}
.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: 3%;
}
.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 0px;
}
.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;
}
/*--------------------------------------------------------------
4. rs-footer
--------------------------------------------------------------*/
.rs-site-footer {
	background: #181616;
	background-size: cover;
	position: relative;
	font-size: 15px;
	overflow: hidden;width:100%;float:left;
	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: 3% 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 .col {
	min-height: 235px;
	margin-bottom: 70px;
}
}
 @media (max-width: 767px) {
.rs-site-footer .rs-upper-footer .col {
	min-height: auto;
	margin-bottom: 3%;
}
}
.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;
}
.social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
.social ul li + li {
	margin-left: 10px;
}
.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;
}
.social ul li a i {
	margin-right: 0px !important;
}
.social ul li a:hover {
	background: #CA9D75;
}
.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: "FontAwesome";
	-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;
}
 @media(max-width:1440px) {
.rs-team-section .owl-nav .owl-prev {
	left: 0;
}
.rs-team-section .owl-nav .owl-next {
	right: 0;
}
.rs-service-section .owl-nav .owl-prev {
	left: 0;
}
.rs-service-section .owl-nav .owl-next {
	right: 0;
}
.rs-team-section .rs-team-item .rs-team-text h3 {
	font-size: 18px;
}
.rs-team-section .rs-team-item .rs-team-text span {
	font-size: 14px;
}
}
 @media(max-width:769px) {
.rs-team-section .rs-team-item .rs-team-text h3 {
	font-size: 16px !important;
}
}
.footer_widget h3 {
	position: relative;
}
.footer_widget h3 i {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#onlineService {
	z-index: 100998;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 9;
}
 @media(max-width:768px) {
.footer_widget h3 i {
	display: block;
}
.list-area {
	display: none !important;
}
.active .list-area li {
	line-height: 30px;
}
.active .social-icons a {
	float: left;
	margin-right: 5px;
}
.active h3 i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.active .list-area {
	display: block !important;
}
#onlineService {
	display: block;
}
#onlineService {
	overflow: visible;
}
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background: #000 !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}
.rs-site-footer .rs-lower-footer {
	padding-bottom: 60px;
}
}
